Write the coefficients before the field

This commit is contained in:
Henry
2014-12-28 17:00:03 +00:00
parent 6b54a05419
commit 131458d020
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);
}