Skip to content
Snippets Groups Projects
Commit 8de726e0 authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

uniformFixedGradientFvPatchField: Correct constructor to initialize patch field

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1368
parent 1083044b
Branches
Tags
No related merge requests found
...@@ -77,7 +77,7 @@ inletOutletTotalTemperatureFvPatchScalarField ...@@ -77,7 +77,7 @@ inletOutletTotalTemperatureFvPatchScalarField
: :
inletOutletFvPatchScalarField(p, iF), inletOutletFvPatchScalarField(p, iF),
UName_(dict.lookupOrDefault<word>("U", "U")), UName_(dict.lookupOrDefault<word>("U", "U")),
psiName_(dict.lookupOrDefault<word>("psi", "psi")), psiName_(dict.lookupOrDefault<word>("psi", "thermo:psi")),
gamma_(readScalar(dict.lookup("gamma"))), gamma_(readScalar(dict.lookup("gamma"))),
T0_("T0", dict, p.size()) T0_("T0", dict, p.size())
{ {
......
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