mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
uniformFixedGradientFvPatchField: Correct constructor to initialize patch field
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1368
This commit is contained in:
@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user