Do not write phi in immersedBoundaryFvsPatchField
This commit is contained in:
parent
1ce46b1f08
commit
8207c9cd62
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue