Skip to content
GitLab
Menu
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
fa562216
Commit
fa562216
authored
Dec 19, 2014
by
Henry
Browse files
Corrected for SP compilation
parent
090768c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/IshiiZuber/IshiiZuber.C
View file @
fa562216
...
...
@@ -74,7 +74,7 @@ Foam::dragModels::IshiiZuber::CdRe() const
volScalarField
muMix
(
muc
*
pow
(
max
(
1
-
pair_
.
dispersed
(),
1e-3
),
-
2
.
5
*
muStar
)
*
pow
(
max
(
1
-
pair_
.
dispersed
(),
scalar
(
1e-3
)
)
,
-
2
.
5
*
muStar
)
);
volScalarField
ReM
(
Re
*
muc
/
muMix
);
...
...
Write
Preview
Supports
Markdown
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