removed unnecessary file and set relTol 2%

This commit is contained in:
Yeongdo Park 2018-11-01 13:16:16 -04:00
parent a551cedeaa
commit e64bbdf2f3
2 changed files with 1 additions and 3 deletions

View file

@ -47,7 +47,7 @@ Description
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
const scalar relTol = 1. / 100.;
const scalar relTol = 2. / 100.;
inline scalar relError (scalar x, scalar x0)
{

View file

@ -1,2 +0,0 @@
Switch adjustTimeStep(runTime.controlDict().lookup("adjustTimeStep"));
scalar maxDeltaT(readScalar(runTime.controlDict().lookup("maxDeltaT")));