mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2013-02-06_21-55-59
This commit is contained in:
@ -107,6 +107,7 @@ rm -rf $casePath/CFD/patchAverage_pressureDrop
|
||||
rm -rf $casePath/CFD/probes
|
||||
rm -rf $casePath/CFD/particles
|
||||
rm -r $casePath/CFD/log.*
|
||||
rm -r $casePath/CFD/lagrangian
|
||||
rm $casePath/log.liggghts
|
||||
rm $casePath/DEM/liggghts.restartCFDEM*
|
||||
rm $casePath/DEM/post/dump.*
|
||||
|
||||
@ -29,12 +29,12 @@ liggghtsCommandModels
|
||||
writeLiggghts
|
||||
);
|
||||
|
||||
/*
|
||||
|
||||
//- optional
|
||||
writeLiggghtsProps
|
||||
{
|
||||
writeLast on; // off is not recommended
|
||||
overwrite on;
|
||||
}*/
|
||||
writeLast off;
|
||||
overwrite off;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -29,7 +29,7 @@ deltaT 0.001;
|
||||
|
||||
writeControl adjustableRunTime;
|
||||
|
||||
writeInterval 0.001;//0.01;
|
||||
writeInterval 0.01;//0.01;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ deltaT 0.001;
|
||||
|
||||
writeControl adjustableRunTime;
|
||||
|
||||
writeInterval 0.001;//0.01;
|
||||
writeInterval 0.01;//0.01;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ deltaT 0.001;
|
||||
|
||||
writeControl adjustableRunTime;
|
||||
|
||||
writeInterval 0.001;//0.01;
|
||||
writeInterval 0.01;//0.01;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
|
||||
@ -11,7 +11,8 @@ units si
|
||||
processors 2 1 1
|
||||
|
||||
#read the restart file
|
||||
read_restart ../DEM/liggghts.restartCFDEM
|
||||
#read_restart ../DEM/liggghts.restartCFDEM
|
||||
read_restart ../DEM/liggghts.restartCFDEM_0.050000
|
||||
|
||||
#do not do this here, the simulation box is in the restart file!
|
||||
#region reg block -0.015 0.015 -0.015 0.015 -0.001 0.0554 units box
|
||||
|
||||
Binary file not shown.
@ -27,3 +27,11 @@ dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
dummyfile
|
||||
|
||||
Reference in New Issue
Block a user