mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: remove 'functions' dictionary scope from catalyst files
- rename Allrun.parallel to Allrun-parallel (issue #899)
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
// ParaView Catalyst function object for OpenFOAM (-*- C++ -*-)
|
||||
|
||||
functions
|
||||
{
|
||||
catalyst
|
||||
{
|
||||
#includeEtc "caseDicts/insitu/catalyst/catalyst.cfg"
|
||||
@ -22,6 +20,5 @@ functions
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -50,6 +50,11 @@ adjustTimeStep yes;
|
||||
|
||||
maxCo 1;
|
||||
|
||||
|
||||
functions
|
||||
{
|
||||
// #include "catalyst"
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user