diff --git a/src/atmosphericModels/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.C b/src/atmosphericModels/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.C index dca3c7b8d0..0826e3ef91 100644 --- a/src/atmosphericModels/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.C +++ b/src/atmosphericModels/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.C @@ -74,8 +74,6 @@ atmBoundaryLayer::atmBoundaryLayer patch_(pp), flowDir_(TimeFunction1(time, "flowDir", dict)), zDir_(TimeFunction1(time, "zDir", dict)), - kappa_(dict.getOrDefault("kappa", 0.41)), - Cmu_(dict.getOrDefault("Cmu", 0.09)), Uref_(TimeFunction1(time, "Uref", dict)), Zref_(TimeFunction1(time, "Zref", dict)), z0_(PatchFunction1::New(pp, "z0", dict)),