Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
bb2ae5c9
Commit
bb2ae5c9
authored
Jun 05, 2020
by
Mark OLESEN
Browse files
GIT: remove merge/rebase artifacts
parent
f6bd56dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/atmosphericModels/derivedFvPatchFields/atmBoundaryLayer/atmBoundaryLayer.C
View file @
bb2ae5c9
...
...
@@ -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
)),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment