mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: update some old keywords found in tutorials
- functionObjectLibs -> libs - redirectType -> name - change deprecated writeCompression flags types to Switch. - cleanup some trailing ';;' from some dictionaries
This commit is contained in:
@ -29,10 +29,10 @@ divSchemes
|
||||
{
|
||||
default none;
|
||||
div(phi,U) Gauss limitedLinearV 1;
|
||||
div(phi,k) Gauss limitedLinear 1;;
|
||||
div(phi,epsilon) Gauss limitedLinear 1;;
|
||||
div(phi,R) Gauss limitedLinear 1;;
|
||||
div(R) Gauss limitedLinear 1;;
|
||||
div(phi,k) Gauss limitedLinear 1;
|
||||
div(phi,epsilon) Gauss limitedLinear 1;
|
||||
div(phi,R) Gauss limitedLinear 1;
|
||||
div(R) Gauss limitedLinear 1;
|
||||
div(phi,omega) Gauss limitedLinear 1;
|
||||
div(phid,p) Gauss limitedLinear 1;
|
||||
div(phi,K) Gauss limitedLinear 1;
|
||||
|
||||
@ -49,7 +49,7 @@ functions
|
||||
forces
|
||||
{
|
||||
type forces;
|
||||
functionObjectLibs ( "libforces.so" );
|
||||
libs ( "libforces.so" );
|
||||
outputControl timeStep;
|
||||
outputInterval 10;
|
||||
patches (wing);
|
||||
|
||||
@ -24,7 +24,7 @@ boundaryField
|
||||
|
||||
inlet
|
||||
{
|
||||
type codedFixedValue;
|
||||
type codedFixedValue;
|
||||
name swirl;
|
||||
|
||||
code
|
||||
|
||||
@ -29,10 +29,10 @@ divSchemes
|
||||
{
|
||||
default none;
|
||||
div(phi,U) Gauss limitedLinearV 1;
|
||||
div(phi,k) Gauss limitedLinear 1;;
|
||||
div(phi,epsilon) Gauss limitedLinear 1;;
|
||||
div(phi,R) Gauss limitedLinear 1;;
|
||||
div(R) Gauss limitedLinear 1;;
|
||||
div(phi,k) Gauss limitedLinear 1;
|
||||
div(phi,epsilon) Gauss limitedLinear 1;
|
||||
div(phi,R) Gauss limitedLinear 1;
|
||||
div(R) Gauss limitedLinear 1;
|
||||
div(phi,omega) Gauss limitedLinear 1;
|
||||
div(phid,p) Gauss limitedLinear 1;
|
||||
div(phi,K) Gauss limitedLinear 1;
|
||||
|
||||
Reference in New Issue
Block a user