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
932d71c1
Commit
932d71c1
authored
Jun 20, 2008
by
Andrew Heather
Committed by
graham
Jun 20, 2008
Browse files
changed SMALL to ROOTVSMALL in time loop
parent
c1bbed36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.C
View file @
932d71c1
...
...
@@ -216,7 +216,7 @@ bool Foam::KinematicParcel<ParcelType>::move
scalar
tEnd
=
(
1
.
0
-
p
.
stepFraction
())
*
deltaT
;
const
scalar
dtMax
=
tEnd
;
while
(
td
.
keepParticle
&&
!
td
.
switchProcessor
&&
tEnd
>
SMALL
)
while
(
td
.
keepParticle
&&
!
td
.
switchProcessor
&&
tEnd
>
ROOTV
SMALL
)
{
// Set the Lagrangian time-step
scalar
dt
=
min
(
dtMax
,
tEnd
);
...
...
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