diff --git a/etc/caseDicts/postProcessing/fields/components b/etc/caseDicts/postProcessing/fields/components new file mode 100644 index 0000000000..1005c03bac --- /dev/null +++ b/etc/caseDicts/postProcessing/fields/components @@ -0,0 +1,18 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ + +components +{ + type components; + libs ("libfieldFunctionObjects.so"); + + executeControl writeTime; + writeControl writeTime; +} + +// ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/fields/div b/etc/caseDicts/postProcessing/fields/div new file mode 100644 index 0000000000..0be18a78a7 --- /dev/null +++ b/etc/caseDicts/postProcessing/fields/div @@ -0,0 +1,18 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ + +div +{ + type div; + libs ("libfieldFunctionObjects.so"); + + executeControl writeTime; + writeControl writeTime; +} + +// ************************************************************************* //