mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
applications/solvers: Added -postProcess option
See also commit cc455173ff
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
#include "createControl.H"
|
||||
|
||||
int nCorr = stressControl.lookupOrDefault<int>("nCorrectors", 1);
|
||||
|
||||
scalar convergenceTolerance(readScalar(stressControl.lookup("D")));
|
||||
Reference in New Issue
Block a user