From e61a8f0a31946026737657aa93486f4f7d4460e4 Mon Sep 17 00:00:00 2001 From: Dominik Christ Date: Tue, 8 Jan 2013 11:24:40 +0000 Subject: [PATCH] fixed writing out entries in advective bc --- .../fields/fvPatchFields/derived/advective/advectiveFvPatchField.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C index 026bdf54..06488c97 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C @@ -441,13 +441,13 @@ void advectiveFvPatchField::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); } -- 2.11.4.GIT