Total Temperature and Total Pressure Calculations for Compressible Flow in OpenFOAM-v2212
//---------YMC:Compile function object in OpenFOAM-v2212 environment------------//
-
wclean
-
wmake
//-----YMC:Add the following function objects to the system/controldict file.----//
functions {
calcTt
{
type TotalTemperature;
libs ("ymcfieldFunctionObjects.so");
}
calcPt
{
type TotalPressure;
libs ("ymcfieldFunctionObjects.so");
}
}