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

24 lines
836 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates specified turbulence fields and stores it on the database.
\*---------------------------------------------------------------------------*/
turbulenceFields
{
type turbulenceFields;
libs ("libfieldFunctionObjects.so");
fields (<field names>);
executeControl writeTime;
writeControl writeTime;
}
// ************************************************************************* //