mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
fixedMeanFvPatchField: Updated reading of "meanValue"
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1995
This commit is contained in:
@ -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))
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user