mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Allow to specify DEM dump interval to be read in from couplingProperties.
This commit is contained in:
@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
||||
Info<< "\nStarting time loop\n" << endl;
|
||||
|
||||
int count=0;
|
||||
int DEM_dump_Interval=1000;
|
||||
int DEM_dump_Interval(particleCloud.couplingProperties().lookupOrDefault<int>("dumpInterval",1000));
|
||||
particleCloud.reAllocArrays();
|
||||
|
||||
double **positions_;
|
||||
|
||||
Reference in New Issue
Block a user