Bugfix: remove reset of pressure field on evaluate for fvs immersed boundary

This commit is contained in:
Hrvoje Jasak 2018-09-26 14:48:03 +01:00
parent 69e10d419c
commit 6ba8b5e6b3

View file

@ -151,10 +151,6 @@ void immersedBoundaryFvsPatchField<Type>::evaluate
) )
{ {
this->updateSize(); this->updateSize();
Field<Type>::operator=
(
Field<Type>(this->patch().size(), pTraits<Type>::zero)
);
} }