From 3186245b9207c024c9285d7f5b73655cbca142f4 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 26 May 2016 15:34:15 +0100 Subject: [PATCH] etc/caseDicts/postProcessing/fields: Added 'components' and 'div' --- etc/caseDicts/postProcessing/fields/components | 18 ++++++++++++++++++ etc/caseDicts/postProcessing/fields/div | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 etc/caseDicts/postProcessing/fields/components create mode 100644 etc/caseDicts/postProcessing/fields/div 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; +} + +// ************************************************************************* //