GetFluidTemperatureOfType
Returns the total, absolute, adiabatic, relative, or static temperatures at the element centroid to which the thermal streams, thermal voids, or thermal convecting zones boundary condition is applied.
Calling convention:
bool GetFluidTemperatureOfType(const char* type, 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 |
---|---|---|
type | const char* | User defined type of the temperature: absolute, adiabatic, relative, or static. |
val | double* | The fluid temperature value. |
For the example, see the GetAreaBC method.