Files
OpenFOAM-6/etc/caseDicts/postProcessing/fields/CourantNo
2018-07-09 15:58:01 +01:00

22 lines
779 B
C++

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