GetFlowRotationForStationaryStructure

Returns the fluid rotational speed value for the fluid adjacent to the stationary component of a non-rotating selection, when the thermal solver considers the flow rotation for the stationary structures. Otherwise, it returns the wall rotation speed value.

Calling convention:

bool GetFlowRotationForStationaryStructure(double* val)
Note:

To access this method, you must use the GetTMGFunction method and include the AdditionalFunctions.h file located in the [installation_path]\tmg\include\maya\expeval_utils folder in the beginning of your source file.

Argument Data type Description
val double* The rotational speed value.

For the example, see the GetAreaBC method.