Working with Ensight
You can use the export capabilities of Simcenter STAR-CCM+ to compare multiple solutions in one simulation. This approach involves saving the results of each run in a separate Ensight file and is only possible for boundaries and parts, not volumes.
Note | If results are to be imported directly into Ensight, boundary and region names must not exceed 80 characters. |
To compare results:
- Complete the first run.
-
Export the results to an
Ensight
.case file (see
Exporting Mesh and Solution Data).
When your export includes solution data, you have the following options:
- To export vertex data, activate the Export Results on Vertices checkbox in the Export File dialog. This option is only available when your export includes solution data.
- To export cell data, leave the Export Results on Vertices checkbox deactivated.
- Clear the solution and make your modifications to the simulation (see Clearing The Solution).
- Run the simulation again.
-
Import the data from the
.case file (see
Importing a CAE Model).
The mesh surfaces appear in the object tree.
The scalars that you exported appear in the simulation as field functions, with the name of your Ensight file preceding the scalar name. You can select them just like any other scalar values, as shown in the following screenshot.
You can compare the results side-by-side, selecting the simulation’s scalars in one scene and the imported ones in the other. For more information, see Arranging Multiple Graphics Windows.
Note that the minus operator (“-”) can appear in the field functions generated by an import of an Ensight file. A temperature function imported from a file called test.case would have the name test-Temperature. In order for such a function to be referenced by another field function, the following syntax would have to be used:${test-Temperature}