GetFluidMassFlowRate

Returns the fluid mass flow rate computed at the element centroid to which the thermal streams, thermal voids, or thermal convecting zones boundary condition is applied.

Calling convention:

bool GetFluidMassFlowRate (double* val)
Argument Data type Description
val double* The fluid mass flow rate

You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.

Example:

double fluidMassFlowRate = 0.0;
boolResult = pContext->GetFluidMassFlowRate(&fluidMassFlowRate)