GetFluidTemperatureOnDuctCentroid

Returns the fluid temperature on the duct centroid in the specified thermal stream or convection coupling boundary condition.

Calling convention:

bool GetFluidTemperatureOnDuctCentroid(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 fluid temperature on the duct centroid.

For the example, see the GetAreaBC method.