mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: remove merge/rebase artifacts
This commit is contained in:
@ -74,8 +74,6 @@ atmBoundaryLayer::atmBoundaryLayer
|
||||
patch_(pp),
|
||||
flowDir_(TimeFunction1<vector>(time, "flowDir", dict)),
|
||||
zDir_(TimeFunction1<vector>(time, "zDir", dict)),
|
||||
kappa_(dict.getOrDefault<scalar>("kappa", 0.41)),
|
||||
Cmu_(dict.getOrDefault<scalar>("Cmu", 0.09)),
|
||||
Uref_(TimeFunction1<scalar>(time, "Uref", dict)),
|
||||
Zref_(TimeFunction1<scalar>(time, "Zref", dict)),
|
||||
z0_(PatchFunction1<scalar>::New(pp, "z0", dict)),
|
||||
|
||||
Reference in New Issue
Block a user