Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
This commit is contained in:
commit
ed10018d1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue