mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Adding additional entry to stabilizationSchemes.
Correcting tutorial and expanding documentation
This commit is contained in:
@ -22,6 +22,7 @@ restore0Dir -processor
|
||||
|
||||
runParallel renumberMesh -overwrite
|
||||
runParallel potentialFoam -initialiseUBCs
|
||||
runParallel checkMesh -writeFields '(nonOrthoAngle)' -constant
|
||||
runParallel $(getApplication)
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -20,6 +20,9 @@ blendingFactor
|
||||
type stabilityBlendingFactor;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
log true;
|
||||
writeToFile false;
|
||||
|
||||
|
||||
switchNonOrtho yes;
|
||||
switchGradCc no;
|
||||
switchResiduals yes;
|
||||
|
||||
Reference in New Issue
Block a user