Write the coefficients before the field

This commit is contained in:
Henry 2014-12-28 16:58:41 +00:00
parent 9a79633f07
commit b1f2c68808

View file

@ -565,8 +565,8 @@ void epsilonWallFunctionFvPatchScalarField::manipulateMatrix
void epsilonWallFunctionFvPatchScalarField::write(Ostream& os) const
{
fixedValueFvPatchField<scalar>::write(os);
writeLocalEntries(os);
fixedValueFvPatchField<scalar>::write(os);
}