Test on second order restart using backward time scheme

This commit is contained in:
sergio
2017-04-18 14:04:27 -07:00
committed by Andrew Heather
parent aecf9b9112
commit 73460a2993
5 changed files with 15 additions and 24 deletions

View File

@ -35,7 +35,8 @@ volVectorField U
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
mesh,
true
);
#include "compressibleCreatePhi.H"
@ -63,7 +64,9 @@ volScalarField dpdt
(
"dpdt",
runTime.timeName(),
mesh
mesh,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
mesh,
dimensionedScalar("dpdt", p.dimensions()/dimTime, 0)