Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
d439ec4d
Commit
d439ec4d
authored
Aug 05, 2016
by
Henry Weller
Browse files
BrunDrippingInjection: Corrected default type of deltaStable
parent
47c6b9e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/regionModels/surfaceFilmModels/submodels/kinematic/injectionModel/BrunDrippingInjection/BrunDrippingInjection.C
View file @
d439ec4d
...
...
@@ -52,7 +52,7 @@ BrunDrippingInjection::BrunDrippingInjection
injectionModel
(
type
(),
owner
,
dict
),
ubarStar_
(
coeffDict_
.
lookupOrDefault
(
"ubarStar"
,
1
.
62208
)),
dCoeff_
(
coeffDict_
.
lookupOrDefault
(
"dCoeff"
,
3
.
3
)),
deltaStable_
(
coeffDict_
.
lookupOrDefault
(
"deltaStable"
,
0
)),
deltaStable_
(
coeffDict_
.
lookupOrDefault
(
"deltaStable"
,
scalar
(
0
)
)),
diameter_
(
owner
.
regionMesh
().
nCells
(),
-
1
.
0
)
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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