Skip to content
Snippets Groups Projects
Commit 58c73dd4 authored by Andrew Heather's avatar Andrew Heather
Browse files

kappa and E now need read as scalars instead of dimensionedScalars (2)

parent d3ead0d9
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ void muSgsWallFunctionFvPatchScalarField::evaluate
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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment