Do not write phi in immersedBoundaryFvsPatchField

This commit is contained in:
Hrvoje Jasak 2019-03-28 15:48:35 +00:00
parent 1ce46b1f08
commit 8207c9cd62

View file

@ -180,8 +180,8 @@ void immersedBoundaryFvsPatchField<Type>::write(Ostream& os) const
{
fvsPatchField<Type>::write(os);
// The value entry needs to be written with zero size
// Field<Type>::null().writeEntry("value", os);
this->writeEntry("value", os);
Field<Type>::null().writeEntry("value", os);
// this->writeEntry("value", os);
}