Skip to content
Snippets Groups Projects
Commit 1891b460 authored by andy's avatar andy
Browse files

BUG: Particle erosion model - Q field requires READ_IF_PRESENT

parent 46038d1b
Branches
Tags
No related merge requests found
......@@ -148,7 +148,7 @@ void Foam::ParticleErosion<CloudType>::preEvolve()
this->owner().name() + "Q",
mesh.time().timeName(),
mesh,
IOobject::NO_READ,
IOobject::READ_IF_PRESENT,
IOobject::NO_WRITE
),
mesh,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment