etc/caseDicts/postProcessing/fields/Q: Simplified

This commit is contained in:
Henry Weller
2016-05-26 15:34:01 +01:00
parent 129532cbcf
commit 6ea0cbc9cb

View File

@ -1,22 +1,18 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object Q.cfg;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Q Q
{ {
#includeEtc "caseDicts/postProcessing/fields/Q.cfg" type Q;
libs ("libfieldFunctionObjects.so");
executeControl writeTime;
writeControl writeTime;
} }
// ************************************************************************* // // ************************************************************************* //