fixed writing out entries in advective bc
This commit is contained in:
parent
d25102187a
commit
3f0ba445f2
1 changed files with 1 additions and 1 deletions
|
@ -441,13 +441,13 @@ void advectiveFvPatchField<Type>::write(Ostream& os) const
|
|||
<< token::END_STATEMENT << nl;
|
||||
os.writeKeyword("lInf") << lInf_
|
||||
<< token::END_STATEMENT << endl;
|
||||
}
|
||||
|
||||
os.writeKeyword("inletOutlet") << inletOutlet_
|
||||
<< token::END_STATEMENT << nl;
|
||||
|
||||
os.writeKeyword("correctSupercritical") << correctSupercritical_
|
||||
<< token::END_STATEMENT << nl;
|
||||
}
|
||||
|
||||
this->writeEntry("value", os);
|
||||
}
|
||||
|
|
Reference in a new issue