mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: provide caseDicts for the catalyst function object
This commit is contained in:
16
etc/caseDicts/postProcessing/catalyst/area.cfg
Normal file
16
etc/caseDicts/postProcessing/catalyst/area.cfg
Normal file
@ -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;
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
16
etc/caseDicts/postProcessing/catalyst/cloud.cfg
Normal file
16
etc/caseDicts/postProcessing/catalyst/cloud.cfg
Normal file
@ -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;
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
16
etc/caseDicts/postProcessing/catalyst/default.cfg
Normal file
16
etc/caseDicts/postProcessing/catalyst/default.cfg
Normal file
@ -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;
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
Reference in New Issue
Block a user