mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
using wallFunctionDict instead of using subDict lookup
This commit is contained in:
@ -88,7 +88,7 @@ RASModel::RASModel
|
||||
dimensioned<scalar>::lookupOrAddToDict
|
||||
(
|
||||
"kappa",
|
||||
subDict("wallFunctionCoeffs"),
|
||||
wallFunctionDict_,
|
||||
0.4187
|
||||
)
|
||||
),
|
||||
@ -97,7 +97,7 @@ RASModel::RASModel
|
||||
dimensioned<scalar>::lookupOrAddToDict
|
||||
(
|
||||
"E",
|
||||
subDict("wallFunctionCoeffs"),
|
||||
wallFunctionDict_
|
||||
9.0
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user