Skip to content
Snippets Groups Projects

BUG: atm wall functions: fix double "value" entry issue

Merged Kutalmış Berçin requested to merge issue-1900-atmwallfunction-double-value-entry into develop
80 files
+ 323
311
Compare changes
  • Side-by-side
  • Inline
Files
80
@@ -61,7 +61,7 @@ atmBoundaryLayer::atmBoundaryLayer
const dictionary& dict
)
:
initABL_(dict.getOrDefault<Switch>("initABL", true)),
initABL_(dict.getOrDefault<bool>("initABL", true)),
kappa_
(
dict.getCheckOrDefault<scalar>("kappa", 0.41, scalarMinMax::ge(SMALL))
Loading