Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-5.x
This commit is contained in:
commit
f5c3640f1c
2 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -81,6 +81,7 @@ bool Foam::CollidingParcel<ParcelType>::move
|
|||
p.angularMomentum() += 0.5*trackTime*p.torque();
|
||||
|
||||
td.keepParticle = true;
|
||||
td.switchProcessor = false;
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2013-2017 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -77,6 +77,7 @@ bool Foam::MPPICParcel<ParcelType>::move
|
|||
td.cloud().dampingModel().velocityCorrection(p, trackTime);
|
||||
|
||||
td.keepParticle = true;
|
||||
td.switchProcessor = false;
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
@ -86,6 +87,7 @@ bool Foam::MPPICParcel<ParcelType>::move
|
|||
td.cloud().packingModel().velocityCorrection(p, trackTime);
|
||||
|
||||
td.keepParticle = true;
|
||||
td.switchProcessor = false;
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue