Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -310,7 +310,7 @@ bool Foam::KinematicParcel<ParcelType>::move
|
||||
const scalar dt = (p.stepFraction() - sfrac)*trackTime;
|
||||
|
||||
// Avoid problems with extremely small timesteps
|
||||
if (!td.cloud().solution().steadyState() && dt > ROOTVSMALL)
|
||||
if (dt > ROOTVSMALL)
|
||||
{
|
||||
// Update cell based properties
|
||||
p.setCellValues(td, dt, celli);
|
||||
|
||||
Reference in New Issue
Block a user