mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: expression BCs missing their variables on output
This commit is contained in:
@ -208,7 +208,7 @@ void Foam::exprFixedValueFvPatchField<Type>::write(Ostream& os) const
|
||||
fixedValueFvPatchField<Type>::write(os);
|
||||
expressions::patchExprFieldBase::write(os);
|
||||
|
||||
// driver_.writeCommon(os, this->debug_ || debug);
|
||||
driver_.writeCommon(os, this->debug_ || debug);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -302,7 +302,7 @@ void Foam::exprMixedFvPatchField<Type>::write(Ostream& os) const
|
||||
mixedFvPatchField<Type>::write(os);
|
||||
expressions::patchExprFieldBase::write(os);
|
||||
|
||||
// driver_.writeCommon(os, this->debug_ || debug);
|
||||
driver_.writeCommon(os, this->debug_ || debug);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -213,7 +213,7 @@ void Foam::exprValuePointPatchField<Type>::write(Ostream& os) const
|
||||
|
||||
this->writeEntry("value",os);
|
||||
|
||||
// driver_.writeCommon(os,this->debug_ || debug);
|
||||
driver_.writeCommon(os,this->debug_ || debug);
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user