宏 API 更改 7.06
在 Simcenter STAR-CCM+ 7.06 中,针对电池建模、VOF 和定向网格化进行了宏 API 的更改。
电池:从零部件生成边界
宏中录制的边界名称现在包括零部件名称。
以前发行版本 | Simcenter STAR-CCM+ 7.06 |
---|---|
region_0. getBoundaryManager(). getBoundary(“Stack Front”) |
region_0. getBoundaryManager(). getBoundary(“Battery Module: Battery Module Cell 0,0: Stack.Stack Front”) |
VOF 融化:相热更改
选择FusionLatentHeatProperty 而不是 LatentHeatProperty。
材料节点现在使用以前发行版本 | Simcenter STAR-CCM+ 7.06 |
---|---|
(ConstantMaterialPropertyMethod) singlePhaseLiquid .getMaterialProperties() .getMaterialProperty( LatentHeatProperty.class) .getMethod()); |
((ConstantMaterialPropertyMethod) singlePhaseLiquid .getMaterialProperties() .getMaterialProperty( FusionLatentHeatProperty.class) .getMethod()); |
定向网格
当前版本中定向网格功能的日志行为与以前版本中不同。 如果在 7.04 版中录制了定向网格的宏,则需要在 7.06 版中重新录制。