Model.hwCfdCreateMeshControlsFromSolverOptions#
- Model.hwCfdCreateMeshControlsFromSolverOptions(mesher)#
This function is used to create mesh control entities from the solver option entities created inside the CFD profile. These mesh controls will be used both for surface mesh as well as volume mesh.
- Parameters:
mesher (hwString) – The name of the meshing application to create the mesh controls for. Must be set to hm.
Example#
Generate mesh controls for HM from the solver options#import hm import hm.entities as ent model = hm.Model() model.hwCfdCreateMeshControlsFromSolverOptions(mesher="hm")