OpenFOAM-5.x/etc/caseDicts/postProcessing/fields/CourantNo
2016-06-11 08:53:04 +01:00

24 lines
797 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the Courant Number field from the flux field.
\*---------------------------------------------------------------------------*/
CourantNo
{
type CourantNo;
libs ("libfieldFunctionObjects.so");
field phi;
executeControl writeTime;
writeControl writeTime;
}
// ************************************************************************* //