OpenFOAM-4.x/etc/caseDicts/postProcessing/pressure/pressure.cfg

24 lines
991 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object pressure.cfg;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type pressure;
libs ("libutilityFunctionObjects.so");
executeControl writeTime;
writeControl writeTime;
log false;
// ************************************************************************* //