Skip to content
Snippets Groups Projects
Commit eed1e993 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: remove 'functions' dictionary scope from catalyst files

- rename Allrun.parallel to Allrun-parallel (issue #899)
parent e0db37f0
No related merge requests found
// ParaView Catalyst function object for OpenFOAM (-*- C++ -*-) // ParaView Catalyst function object for OpenFOAM (-*- C++ -*-)
functions catalyst
{ {
catalyst #includeEtc "caseDicts/insitu/catalyst/catalyst.cfg"
{
#includeEtc "caseDicts/insitu/catalyst/catalyst.cfg"
scripts scripts
( (
"<system>/scripts/pressure.py" "<system>/scripts/pressure.py"
// "<system>/scripts/vorticity.py" // "<system>/scripts/vorticity.py"
// "<etc>/caseDicts/insitu/catalyst/writeMesh.py" // "<etc>/caseDicts/insitu/catalyst/writeMesh.py"
); );
inputs inputs
{
region
{ {
region // Selected fields (words or regex).
{ fields ( U p );
// Selected fields (words or regex).
fields ( U p );
}
} }
} }
} }
......
...@@ -50,6 +50,11 @@ adjustTimeStep yes; ...@@ -50,6 +50,11 @@ adjustTimeStep yes;
maxCo 1; maxCo 1;
// #include "catalyst"
functions
{
// #include "catalyst"
}
// ************************************************************************* // // ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment