GetSwirlVelocity

Returns the swirls velocity value for convective boundary conditions.

Calling convention:

bool GetSwirlVelocity(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 swirl velocity value.

For the example, see the GetAreaBC method.