mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -45,5 +45,17 @@ timePrecision 6;
|
||||
|
||||
runTimeModifiable true;
|
||||
|
||||
functions
|
||||
{
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
Ma
|
||||
{
|
||||
type MachNo;
|
||||
executeControl writeTime;
|
||||
writeControl writeTime;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user