uniformFixedGradientFvPatchField: Correct constructor to initialize patch field
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1368
This commit is contained in:
parent
764f07594c
commit
b9839e576d
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ inletOutletTotalTemperatureFvPatchScalarField
|
|||
:
|
||||
inletOutletFvPatchScalarField(p, iF),
|
||||
UName_(dict.lookupOrDefault<word>("U", "U")),
|
||||
psiName_(dict.lookupOrDefault<word>("psi", "psi")),
|
||||
psiName_(dict.lookupOrDefault<word>("psi", "thermo:psi")),
|
||||
gamma_(readScalar(dict.lookup("gamma"))),
|
||||
T0_("T0", dict, p.size())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue