GetFluidPressure

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

Calling convention:

bool GetFluidPressure (double* val)
Argument Data type Description
val double* The fluid pressure.

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

Example:

 double fluidPressure = 0.0;
 boolResult = pContext->GetFluidPressure(&fluidPressure);