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
f3871e0a
Commit
f3871e0a
authored
Sep 05, 2013
by
andy
Browse files
BUG: spray - ReitzKHRT break-up model - mantis
#990
parent
185eded8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/spray/submodels/BreakupModel/ReitzKHRT/ReitzKHRT.C
View file @
f3871e0a
...
...
@@ -165,8 +165,6 @@ bool Foam::ReitzKHRT<CloudType>::update
if
((
tc
>
0
)
||
(
lambdaRT
<
d
)
)
{
tc
+=
dt
;
scalar
multiplier
=
d
/
lambdaRT
;
d
=
cbrt
(
d3
/
multiplier
);
}
// characteristic RT breakup time
...
...
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