mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
kappa and E now need read as scalars instead of dimensionedScalars (2)
This commit is contained in:
@ -116,7 +116,7 @@ void muSgsWallFunctionFvPatchScalarField::evaluate
|
|||||||
|
|
||||||
scalar kappa = readScalar(sgsModel.lookup("kappa"));
|
scalar kappa = readScalar(sgsModel.lookup("kappa"));
|
||||||
|
|
||||||
scalar E = readScalar(sgsModel.subDict("wallFunctionCoeffs"));
|
scalar E = readScalar(sgsModel.subDict("wallFunctionCoeffs").lookup("E"));
|
||||||
|
|
||||||
const scalarField& ry = patch().deltaCoeffs();
|
const scalarField& ry = patch().deltaCoeffs();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user