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; + +// ************************************************************************* //