mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: fvMesh: no meshPhi writing
This commit is contained in:
@ -192,7 +192,7 @@ Foam::fvMesh::fvMesh(const IOobject& io)
|
||||
time().timeName(),
|
||||
*this,
|
||||
IOobject::MUST_READ,
|
||||
IOobject::AUTO_WRITE,
|
||||
IOobject::NO_WRITE,
|
||||
false
|
||||
),
|
||||
*this
|
||||
@ -588,7 +588,7 @@ Foam::tmp<Foam::scalarField> Foam::fvMesh::movePoints(const pointField& p)
|
||||
this->time().timeName(),
|
||||
*this,
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE,
|
||||
IOobject::NO_WRITE,
|
||||
false
|
||||
),
|
||||
*this,
|
||||
|
||||
Reference in New Issue
Block a user