From e64bbdf2f3dce4602558cd431a79327e26ebcc1e Mon Sep 17 00:00:00 2001 From: Yeongdo Park Date: Thu, 1 Nov 2018 13:16:16 -0400 Subject: [PATCH] removed unnecessary file and set relTol 2% --- testApp/chemFoam.C | 2 +- testApp/createControls.H | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 testApp/createControls.H diff --git a/testApp/chemFoam.C b/testApp/chemFoam.C index 783422c..86d3805 100644 --- a/testApp/chemFoam.C +++ b/testApp/chemFoam.C @@ -47,7 +47,7 @@ Description // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -const scalar relTol = 1. / 100.; +const scalar relTol = 2. / 100.; inline scalar relError (scalar x, scalar x0) { diff --git a/testApp/createControls.H b/testApp/createControls.H deleted file mode 100644 index 6aeb2ff..0000000 --- a/testApp/createControls.H +++ /dev/null @@ -1,2 +0,0 @@ -Switch adjustTimeStep(runTime.controlDict().lookup("adjustTimeStep")); -scalar maxDeltaT(readScalar(runTime.controlDict().lookup("maxDeltaT")));