GetFluidTemp
Returns the fluid temperature computed at the element centroid to which the thermal streams, thermal voids, or thermal convecting zones boundary condition is applied.
Calling convention:
bool GetFluidTemp (double* val)
Argument | Data type | Description |
---|---|---|
val | double* | The fluid temperature. |
You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.
Example:
double fluidTemperature = 0.0;
boolResult = pContext->GetFluidTemp(&fluidTemperature);