mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Changed compatibility parameter to default to False for OpenCG-to-OpenMC conversion
This commit is contained in:
parent
4acfa57062
commit
9e1da7a5bf
1 changed files with 2 additions and 2 deletions
|
|
@ -997,7 +997,7 @@ def get_opencg_geometry(openmc_geometry):
|
|||
return opencg_geometry
|
||||
|
||||
|
||||
def get_openmc_geometry(opencg_geometry, compatible=True):
|
||||
def get_openmc_geometry(opencg_geometry, compatible=False):
|
||||
"""Return an OpenMC geometry corresponding to an OpenCG geometry.
|
||||
|
||||
Parameters
|
||||
|
|
@ -1007,7 +1007,7 @@ def get_openmc_geometry(opencg_geometry, compatible=True):
|
|||
compatible : bool
|
||||
Whether the OpenCG geometry is compatible with OpenMOC's geometric
|
||||
primitives. This should be set to False if the OpenCG geometry
|
||||
uses SquarePrism surfaces. True by default as an optimization.
|
||||
uses SquarePrism surfaces. False by default.
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue