From 6d8be5229499ccbffa62285b4fa82fc2ba170cbf Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 10 Apr 2018 14:23:56 +0200 Subject: [PATCH] STYLE: provide caseDicts for the catalyst function object --- etc/caseDicts/postProcessing/catalyst/area.cfg | 16 ++++++++++++++++ etc/caseDicts/postProcessing/catalyst/cloud.cfg | 16 ++++++++++++++++ .../postProcessing/catalyst/default.cfg | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 etc/caseDicts/postProcessing/catalyst/area.cfg create mode 100644 etc/caseDicts/postProcessing/catalyst/cloud.cfg create mode 100644 etc/caseDicts/postProcessing/catalyst/default.cfg diff --git a/etc/caseDicts/postProcessing/catalyst/area.cfg b/etc/caseDicts/postProcessing/catalyst/area.cfg new file mode 100644 index 0000000000..2f6850f995 --- /dev/null +++ b/etc/caseDicts/postProcessing/catalyst/area.cfg @@ -0,0 +1,16 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: plus | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +// Insitu processing of finiteArea fields with ParaView Catalyst + +type catalyst::area; +libs ("libcatalystFoam.so"); + +executeControl timeStep; +writeControl none; + +// ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/catalyst/cloud.cfg b/etc/caseDicts/postProcessing/catalyst/cloud.cfg new file mode 100644 index 0000000000..d860e901a9 --- /dev/null +++ b/etc/caseDicts/postProcessing/catalyst/cloud.cfg @@ -0,0 +1,16 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: plus | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +// Insitu processing of lagrangian clouds with ParaView Catalyst + +type catalyst::cloud; +libs ("libcatalystFoam.so"); + +executeControl timeStep; +writeControl none; + +// ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/catalyst/default.cfg b/etc/caseDicts/postProcessing/catalyst/default.cfg new file mode 100644 index 0000000000..e9ace6b706 --- /dev/null +++ b/etc/caseDicts/postProcessing/catalyst/default.cfg @@ -0,0 +1,16 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: plus | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +// Insitu processing of finiteVolume fields with ParaView Catalyst + +type catalyst; +libs ("libcatalystFoam.so"); + +executeControl timeStep; +writeControl none; + +// ************************************************************************* //