Skip to content
Snippets Groups Projects
Commit 57e61631 authored by graham's avatar graham
Browse files

STYLE: Comment fix.

parent 9552221d
No related merge requests found
...@@ -51,7 +51,7 @@ Foam::scalar Foam::streamLineParticle::calcSubCycleDeltaT ...@@ -51,7 +51,7 @@ Foam::scalar Foam::streamLineParticle::calcSubCycleDeltaT
scalar fraction = testParticle.trackToFace(position()+dt*U, td); scalar fraction = testParticle.trackToFace(position()+dt*U, td);
td.keepParticle = oldKeepParticle; td.keepParticle = oldKeepParticle;
td.switchProcessor = oldSwitchProcessor; td.switchProcessor = oldSwitchProcessor;
// Adapt the dt to subdivide the trajectory into 4 substeps. // Adapt the dt to subdivide the trajectory into substeps.
return dt*fraction/td.nSubCycle_; return dt*fraction/td.nSubCycle_;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment