Write the coefficients before the field

This commit is contained in:
Henry 2014-12-28 17:00:03 +00:00
parent d4a13421ad
commit 2e8c7a89a8
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -232,11 +232,11 @@ void kLowReWallFunctionFvPatchScalarField::evaluate
void kLowReWallFunctionFvPatchScalarField::write(Ostream& os) const
{
fixedValueFvPatchField<scalar>::write(os);
os.writeKeyword("Cmu") << Cmu_ << token::END_STATEMENT << nl;
os.writeKeyword("kappa") << kappa_ << token::END_STATEMENT << nl;
os.writeKeyword("E") << E_ << token::END_STATEMENT << nl;
os.writeKeyword("Ceps2") << Ceps2_ << token::END_STATEMENT << nl;
fixedValueFvPatchField<scalar>::write(os);
}

View file

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