functionObjects::MachNo: New functionObject to calculate the Mach number volScalarField

of a compressible single-phase flow

See tutorials/compressible/sonicFoam/laminar/forwardStep/system/controlDict
This commit is contained in:
Henry Weller
2016-05-23 21:45:41 +01:00
parent f67d8dd695
commit b634f5af08
5 changed files with 215 additions and 0 deletions

View File

@ -45,5 +45,17 @@ timePrecision 6;
runTimeModifiable true;
functions
{
libs ("libfieldFunctionObjects.so");
Ma
{
type MachNo;
executeControl writeTime;
writeControl writeTime;
}
}
// ************************************************************************* //