mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Particle erosion model - Q field requires READ_IF_PRESENT
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user