Migrating from Fluent
This section lists details and limitations that guide you in migrating your Fluent files to Simcenter STAR-CCM+.
To import Fluent .cas files into Simcenter STAR-CCM+, remember:
- Only mesh data is imported. No boundary conditions, model selections, solver parameters or solution fields are imported. Therefore, any solution parameters or boundary conditions originally that were contained in Fluent must be redefined in Simcenter STAR-CCM+.
-
The Fluent importer in Simcenter STAR-CCM+ reads the following sections of the file:
FLUENT_HEADER_SECTION = 1, FLUENT_DIMENSION_SECTION = 2, FLUENT_MACHINE_SECTION = 4, FLUENT_NODE_SECTION = 10, FLUENT_CELL_SECTION = 12, FLUENT_FACE_SECTION = 13, FLUENT_PERIODIC_SECTION = 18, FLUENT_ZONE_SECTION = 39, FLUENT_NAME_SECTION = 45,
-
The following region, boundary, and interface types are recognized:
FLUENT_FLUID = 1, FLUENT_INTERIOR = 2, FLUENT_WALL = 3, FLUENT_PRESSURE_INLET = 4, FLUENT_PRESSURE_OUTLET = 5, FLUENT_SYMMETRY = 7, FLUENT_PERIODIC_SHADOW = 8, FLUENT_PRESSURE_FAR_FIELD = 9, FLUENT_VELOCITY_INLET = 10, FLUENT_PERIODIC = 12, FLUENT_POROUS_JUMP = 14, FLUENT_SOLID = 17, FLUENT_MASS_FLOW_INLET = 20, FLUENT_INTERFACE = 24, FLUENT_PARENT = 31, FLUENT_HANGING_NODE_PARENT = 32, FLUENT_OUTFLOW = 36, FLUENT_AXIS = 37
Boundaries with those types are assigned to equivalent boundary types in Simcenter STAR-CCM+. If boundary types are not specified in Fluent, Simcenter STAR-CCM+ tries to infer them from the boundary names. Any name that cannot be recognized as a particular type is interpreted as a wall.
- Changing the internal boundaries to the porous jump type in Fluent helps retain them as interfaces in Simcenter STAR-CCM+. Unlike Fluent, Simcenter STAR-CCM+ only allows one set of interior faces per region. However, the Simcenter STAR-CCM+ importer converts porous jump boundaries to interfaces.