Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
3faa7e22
Commit
3faa7e22
authored
Feb 14, 2016
by
Henry Weller
Browse files
fixedMeanFvPatchField: Updated reading of "meanValue"
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=1995
parent
caf3c353
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/fixedMean/fixedMeanFvPatchField.C
View file @
3faa7e22
...
...
@@ -49,7 +49,7 @@ Foam::fixedMeanFvPatchField<Type>::fixedMeanFvPatchField
)
:
fixedValueFvPatchField
<
Type
>
(
p
,
iF
,
dict
),
meanValue_
(
Function1
<
Type
>::
New
(
dict
.
lookup
(
"meanValue"
)
,
dict
))
meanValue_
(
Function1
<
Type
>::
New
(
"meanValue"
,
dict
))
{}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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