GetFluidMaterial
Returns the fluid material associated to the element to which the thermal streams, thermal voids, or thermal convecting zones boundary condition is applied.
Calling convention:
bool GetFluidMaterial ()
You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.The list of methods for IMaterial class is defined in the CaeUtils_Exp_IMaterial.hxx header file.
Example:
const IMaterial* pMaterial = pContext->GetFluidMaterial();