mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: lagrangian intermediate library patch post-processing model.
- maxStoredParcels was not being initialised
This commit is contained in:
@ -98,6 +98,7 @@ Foam::PatchPostProcessing<CloudType>::PatchPostProcessing
|
|||||||
:
|
:
|
||||||
PostProcessingModel<CloudType>(dict, owner, typeName),
|
PostProcessingModel<CloudType>(dict, owner, typeName),
|
||||||
mesh_(owner.mesh()),
|
mesh_(owner.mesh()),
|
||||||
|
maxStoredParcels_(readLabel(this->coeffDict().lookup("maxStoredParcels"))),
|
||||||
patchNames_(this->coeffDict().lookup("patches")),
|
patchNames_(this->coeffDict().lookup("patches")),
|
||||||
patchData_(patchNames_.size()),
|
patchData_(patchNames_.size()),
|
||||||
patchIds_(patchNames_.size())
|
patchIds_(patchNames_.size())
|
||||||
|
|||||||
Reference in New Issue
Block a user