Macro API Changes 8.06
In Simcenter STAR-CCM+ 8.06, the macro API changed for dataset functions, the Turbulent Dispersion model, part contacts, planar motion, the Granular Temperature model, the Solid Stress model, and mesh operations.
Surface Time-History Dataset Functions
The TimeHistoryImportedModelDerivedData class has been renamed to ProbeTimeHistoryImportedModelDerivedData.
Previous Release | Simcenter STAR-CCM+ v8.06 |
---|---|
|
|
Changes to the Turbulent Dispersion Model
The Turbulent Prandtl Number has moved from being a property of the Turbulent Dispersion Model to having its own manager, now supporting Constant, Field Function, and specific models as alternative methods. As a result, any old macro that sets this property explicitly, rather than by default, will fail to compile.
Previous Release | Simcenter STAR-CCM+ v8.06 |
---|---|
|
|
Part Contacts
In previous versions of Simcenter STAR-CCM+, contacts were not journaled with sufficient information to identify the correct contact. For example, when composite parts were involved, two contacts could have the same name. In Simcenter STAR-CCM+ v8.06, the macro API for part contacts has changed to improve journaling, and now contacts are correctly identified. Update these macros as follows:
Previous Release | Simcenter STAR-CCM+ v8.06 |
---|---|
|
|
Planar Motion
Some properties of the Planar Motion Mechanism in DFBI have been renamed for clarity. Java macros that were recorded in Simcenter STAR-CCM+ v8.04 will still work in v8.06, however support for these macros may be dropped in the future.
Previous Release | Simcenter STAR-CCM+ v8.06 |
---|---|
|
|
Changes to the Granular Temperature Model in EMP
In Simcenter STAR-CCM+ v8.04, the Granular Temperature Model was selected automatically after selecting the Granular Pressure Model. In Simcenter STAR-CCM+ v8.06, the GranularTemperatureModel class is replaced by the GranularTemperatureProviderGroup class. This group provides options to select any of the 3 types of granular temperature models: Algebraic (AlgebraicGranularTemperatureModelProvider), Transport (GranularTemperatureTransportModelProvider), and User-defined (UserDefinedGranularTemperatureModelProvider).
The Kinetic Regime of the GranularPressureModel class has been removed. The KineticTheoryProvider class has also been removed, meaning that the getKineticTheory() and getKineticRegimeOption() methods of the GranularPressureModel class have been removed in Simcenter STAR-CCM+ v8.06.
Previous Release | Simcenter STAR-CCM+ v8.06 |
---|---|
|
|
|
|
Solid Stress Model Name Change
In Simcenter STAR-CCM+ v8.06, the SolidStress class has been renamed to FvSolidStressModel.
Previous Release | Simcenter STAR-CCM+ v8.06 |
---|---|
|
|
Removal of Flat List and Flat List & Merge Options from the Output Part Options Property in Mesh Operations
In Simcenter STAR-CCM+ v8.06, the and Flat List & Merge by Name options are removed from the Output Parts Options property. This property was found in the Extract Volume, Unite, Intersect, and Subtract mesh operation dialogs. Any reference to these options must be removed from your old macros.
Previous Release | Simcenter STAR-CCM+ v8.06 |
---|---|
|
|