Skip to content

Commit

Permalink
fanPressureFvPatchScalarField: Corrected initialisation of the underl…
Browse files Browse the repository at this point in the history
…ying totalPressure BC
  • Loading branch information
Henry authored and Henry committed Aug 3, 2011
1 parent ce97927 commit 7391e5b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ Foam::fanPressureFvPatchScalarField::fanPressureFvPatchScalarField
const dictionary& dict
)
:
totalPressureFvPatchScalarField(p, iF),
totalPressureFvPatchScalarField(p, iF, dict),
fanCurve_(dict),
direction_(fanFlowDirectionNames_.read(dict.lookup("direction")))
{
Expand Down

0 comments on commit 7391e5b

Please sign in to comment.