Added minDeltaT option to automatic time-step control, 2
This commit is contained in:
parent
3fdcd79b67
commit
5ae7812464
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ maxCo =
|
|||
runTime.controlDict().lookupOrDefault<scalar>("maxCo", 1.0);
|
||||
|
||||
minDeltaT =
|
||||
runTime.controlDict().lookupOrDefault<scalar>("minDeltaT", GREAT);
|
||||
runTime.controlDict().lookupOrDefault<scalar>("minDeltaT", SMALL);
|
||||
|
||||
maxDeltaT =
|
||||
runTime.controlDict().lookupOrDefault<scalar>("maxDeltaT", GREAT);
|
||||
|
|
Reference in a new issue