mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Test on second order restart using backward time scheme
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user