diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C index 7230a21345accc9cacd715176a2fe9cc8d940b72..1fe0b2c2f861c6602819141535d62bf76207f92d 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C @@ -51,9 +51,10 @@ Foam::scalar Foam::streamLineParticle::calcSubCycleDeltaT td.keepParticle = oldKeepParticle; td.switchProcessor = oldSwitchProcessor; // Adapt the dt to subdivide the trajectory into 4 substeps. - return dt *fraction/td.nSubCycle_; + return dt*fraction/td.nSubCycle_; } + Foam::vector Foam::streamLineParticle::interpolateFields ( const streamLineParticle::trackData& td,