mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Minor cleaning up of cfdemPostproc.
This commit is contained in:
@ -109,6 +109,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
particleCloud.voidFractionM().setvoidFraction(NULL,voidfractions_,particleWeights_,particleVolumes_,particleV_);
|
||||
|
||||
// make sure coupling interval = 1, otherwise update of voidfractionPrev and UsPrev necessary
|
||||
voidfraction.ref() = particleCloud.voidFractionM().voidFractionInterp();
|
||||
voidfraction.correctBoundaryConditions();
|
||||
|
||||
@ -121,6 +122,9 @@ int main(int argc, char *argv[])
|
||||
NULL
|
||||
);
|
||||
|
||||
Us = particleCloud.averagingM().UsInterp();
|
||||
Us.correctBoundaryConditions();
|
||||
|
||||
runTime.write();
|
||||
|
||||
particleCloud.IOM().dumpDEMdata();
|
||||
|
||||
Reference in New Issue
Block a user