From b1f2c68808fdab002d14445c52caf777fe0f66bb Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 28 Dec 2014 16:58:41 +0000 Subject: [PATCH] Write the coefficients before the field --- .../epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C index 2437271e..1910b57b 100644 --- a/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C @@ -565,8 +565,8 @@ void epsilonWallFunctionFvPatchScalarField::manipulateMatrix void epsilonWallFunctionFvPatchScalarField::write(Ostream& os) const { - fixedValueFvPatchField::write(os); writeLocalEntries(os); + fixedValueFvPatchField::write(os); }