mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Fixed settings in tutorial cfdemSolverRhoPimple/FinesColumn.
This commit is contained in:
@ -173,6 +173,9 @@ FinesFieldsProps
|
|||||||
poresizeWidth 0.2;
|
poresizeWidth 0.2;
|
||||||
verbose true;
|
verbose true;
|
||||||
diffCoeff 0.005;
|
diffCoeff 0.005;
|
||||||
|
tauRelease 0.1;
|
||||||
|
depositionLength 0.1;
|
||||||
|
kineticClogging true;
|
||||||
}
|
}
|
||||||
|
|
||||||
gravityProps
|
gravityProps
|
||||||
|
|||||||
@ -23,13 +23,13 @@ startTime 0;
|
|||||||
|
|
||||||
stopAt endTime;
|
stopAt endTime;
|
||||||
|
|
||||||
endTime 40;
|
endTime 10;
|
||||||
|
|
||||||
deltaT 0.0005;
|
deltaT 0.0005;
|
||||||
|
|
||||||
writeControl timeStep;
|
writeControl timeStep;
|
||||||
|
|
||||||
writeInterval 8000;
|
writeInterval 1000;
|
||||||
|
|
||||||
purgeWrite 0;
|
purgeWrite 0;
|
||||||
|
|
||||||
|
|||||||
@ -2,3 +2,4 @@ cd CFD
|
|||||||
blockMesh
|
blockMesh
|
||||||
topoSet -dict system/topoSetDict
|
topoSet -dict system/topoSetDict
|
||||||
cp -r orig.0/ 0
|
cp -r orig.0/ 0
|
||||||
|
decomposePar
|
||||||
|
|||||||
Reference in New Issue
Block a user