removed unnecessary file and set relTol 2%
This commit is contained in:
parent
a551cedeaa
commit
e64bbdf2f3
2 changed files with 1 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ Description
|
|||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
const scalar relTol = 1. / 100.;
|
||||
const scalar relTol = 2. / 100.;
|
||||
|
||||
inline scalar relError (scalar x, scalar x0)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Switch adjustTimeStep(runTime.controlDict().lookup("adjustTimeStep"));
|
||||
scalar maxDeltaT(readScalar(runTime.controlDict().lookup("maxDeltaT")));
|
||||
Loading…
Add table
Reference in a new issue