Skip to content

Commit

Permalink
importing constants from gqs to to_cubit_journal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fnovais11 committed Nov 6, 2024
1 parent ed00558 commit bb14094
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/openmc_cad_adapter/to_cubit_journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,22 @@
from openmc.surface import Halfspace, Quadric
from openmc.lattice import Lattice, HexLattice

from .gqs import characterize_general_quadratic
from .gqs import (
characterize_general_quadratic,
ELLIPSOID,
ONE_SHEET_HYPERBOLOID,
TWO_SHEET_HYPERBOLOID,
ELLIPTIC_CONE,
ELLIPTIC_PARABOLOID,
HYPERBOLIC_PARABOLOID,
ELLIPTIC_CYLINDER,
HYPERBOLIC_CYLINDER,
PARABOLIC_CYLINDER
)
from .cubit_util import emit_get_last_id, reset_cubit_ids, new_variable
from .geom_util import rotate, move
from .cubit_util import emit_get_last_id, reset_cubit_ids, new_variable
from .geom_util import rotate, move
from .cubit_util import emit_get_last_id, reset_cubit_ids, new_variable
from .geom_util import rotate, move

Expand Down

0 comments on commit bb14094

Please sign in to comment.