mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added call to Particle readFields() in KinematicParcel readFields()
This commit is contained in:
@ -110,6 +110,8 @@ void Foam::KinematicParcel<ParcelType>::readFields(Cloud<ParcelType>& c)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Particle<ParcelType>::readFields(c);
|
||||||
|
|
||||||
IOField<label> typeId(c.fieldIOobject("typeId", IOobject::MUST_READ));
|
IOField<label> typeId(c.fieldIOobject("typeId", IOobject::MUST_READ));
|
||||||
c.checkFieldIOobject(c, typeId);
|
c.checkFieldIOobject(c, typeId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user