Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d44d2284
Commit
d44d2284
authored
Aug 06, 2011
by
Henry
Browse files
fanPressureFvPatchScalarField: Corrected dictionary constructor
parent
a6330ebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/fanPressure/fanPressureFvPatchScalarField.C
View file @
d44d2284
...
...
@@ -86,13 +86,10 @@ Foam::fanPressureFvPatchScalarField::fanPressureFvPatchScalarField
const
dictionary
&
dict
)
:
totalPressureFvPatchScalarField
(
p
,
iF
),
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment