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

ENH: Use new maxOp<scalar> when collecting new parcel diamaters from film model

parent 385248c5
Branches
Tags
No related merge requests found
......@@ -239,7 +239,7 @@ void Foam::SurfaceFilmModel<CloudType>::cacheFilmFields
diameterParcelPatch_ =
filmModel.cloudDiameterTrans().boundaryField()[filmPatchI];
filmModel.toPrimary(filmPatchI, diameterParcelPatch_);
filmModel.toPrimary(filmPatchI, diameterParcelPatch_, maxOp<scalar>());
UFilmPatch_ = filmModel.Us().boundaryField()[filmPatchI];
filmModel.toPrimary(filmPatchI, UFilmPatch_);
......
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