mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: streamLineParticle : indentation
This commit is contained in:
@ -51,9 +51,10 @@ Foam::scalar Foam::streamLineParticle::calcSubCycleDeltaT
|
|||||||
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 4 substeps.
|
||||||
return dt *fraction/td.nSubCycle_;
|
return dt*fraction/td.nSubCycle_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Foam::vector Foam::streamLineParticle::interpolateFields
|
Foam::vector Foam::streamLineParticle::interpolateFields
|
||||||
(
|
(
|
||||||
const streamLineParticle::trackData& td,
|
const streamLineParticle::trackData& td,
|
||||||
|
|||||||
Reference in New Issue
Block a user