BUG: corrected 'patches' lookup for local particle interaction model

This commit is contained in:
andy
2011-03-17 17:18:49 +00:00
parent 1cbf680a00
commit 8a219cb26d

View File

@ -130,7 +130,7 @@ Foam::LocalInteraction<CloudType>::LocalInteraction
)
:
PatchInteractionModel<CloudType>(dict, cloud, typeName),
patchData_(cloud.mesh(), this->coeffDict().lookup("patches")),
patchData_(cloud.mesh(), this->coeffDict()),
patchIDs_(patchData_.size()),
nEscape0_(patchData_.size(), 0),
massEscape0_(patchData_.size(), 0.0),