Skip to content
Snippets Groups Projects
Commit 359cd57e authored by andy's avatar andy
Browse files

BUG: Updated BC write for temperatureThermoBaffle

parent 4c41f8ad
Branches
Tags
No related merge requests found
......@@ -215,9 +215,15 @@ void temperatureThermoBaffleFvPatchScalarField::write(Ostream& os) const
os.writeKeyword(word(thermoModel + "Coeffs"));
os << dict_.subDict(thermoModel + "Coeffs") << nl;
os.writeKeyword("thermoType");
os << dict_.subDict("thermoType") << nl;
os.writeKeyword("mixture");
os << dict_.subDict("mixture") << nl;
}
os.writeKeyword("radiation");
os << dict_.subDict("radiation") << nl;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment