Skip to content

Commit

Permalink
fanPressureFvPatchScalarField: Corrected restart construction
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry authored and Henry committed Aug 6, 2011
1 parent e945557 commit fea8ad4
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -89,10 +89,7 @@ Foam::fanPressureFvPatchScalarField::fanPressureFvPatchScalarField
totalPressureFvPatchScalarField(p, iF, dict),
fanCurve_(dict),
direction_(fanFlowDirectionNames_.read(dict.lookup("direction")))
{
// Assign initial pressure by "value"
fvPatchField<scalar>::operator==(scalarField("value", dict, p.size()));
}
{}


Foam::fanPressureFvPatchScalarField::fanPressureFvPatchScalarField
Expand Down

0 comments on commit fea8ad4

Please sign in to comment.