Bugfix: remove reset of pressure field on evaluate for fvs immersed boundary
This commit is contained in:
parent
69e10d419c
commit
6ba8b5e6b3
1 changed files with 0 additions and 4 deletions
|
@ -151,10 +151,6 @@ void immersedBoundaryFvsPatchField<Type>::evaluate
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
this->updateSize();
|
this->updateSize();
|
||||||
Field<Type>::operator=
|
|
||||||
(
|
|
||||||
Field<Type>(this->patch().size(), pTraits<Type>::zero)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue