mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2013-05-16_07-06-53
This commit is contained in:
@ -41,6 +41,7 @@ Description
|
||||
#include "cfdemCloud.H"
|
||||
#include "implicitCouple.H"
|
||||
#include "clockModel.H"
|
||||
#include "smoothingModel.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -74,7 +75,8 @@ int main(int argc, char *argv[])
|
||||
particleCloud.evolve(voidfraction,Us,U);
|
||||
|
||||
Info << "update Ksl.internalField()" << endl;
|
||||
Ksl.internalField() = particleCloud.momCoupleM(0).impMomSource();
|
||||
Ksl.oldTime().internalField() = particleCloud.momCoupleM(0).impMomSource();
|
||||
particleCloud.smoothingM().smoothen(Ksl);
|
||||
Ksl.correctBoundaryConditions();
|
||||
|
||||
#include "solverDebugInfo.H"
|
||||
|
||||
Reference in New Issue
Block a user