mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected track part enum for steady cloud
This commit is contained in:
@ -280,7 +280,7 @@ void Foam::KinematicCloud<ParcelType>::evolveCloud
|
||||
|
||||
this->injection().injectSteadyState(td, solution_.maxTrackTime());
|
||||
|
||||
td.part() = ParcelType::trackData::tpVelocityHalfStep;
|
||||
td.part() = ParcelType::trackData::tpLinearTrack;
|
||||
Cloud<ParcelType>::move(td, solution_.maxTrackTime());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user