applications/solvers: Added call to validate the turbulence model after construction

See also commit 52d83407f3
This commit is contained in:
Henry Weller
2015-12-01 10:25:38 +00:00
parent 52d83407f3
commit 3dfe844d9a
55 changed files with 117 additions and 11 deletions

View File

@ -56,6 +56,8 @@ int main(int argc, char *argv[])
#include "CourantNo.H"
#include "setInitialDeltaT.H"
turbulence->validate();
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;