mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2015-01-05_13-56-45
This commit is contained in:
8
tutorials/.gitignore
vendored
Normal file
8
tutorials/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
*.vtk
|
||||
*.o
|
||||
*.d
|
||||
*.a
|
||||
*.dep
|
||||
log_*
|
||||
log.*
|
||||
*~
|
||||
@ -211,6 +211,18 @@ particleCellVolumeProps
|
||||
verbose true;
|
||||
}
|
||||
|
||||
fieldStoreProps
|
||||
{
|
||||
scalarFieldNames
|
||||
(
|
||||
);
|
||||
|
||||
vectorFieldNames
|
||||
(
|
||||
"U"
|
||||
);
|
||||
}
|
||||
|
||||
oneWayVTKProps
|
||||
{
|
||||
couplingFilename "vtk_out%4.4d.vtk";
|
||||
|
||||
@ -26,7 +26,7 @@ FoamFile
|
||||
liggghtsCommandModels
|
||||
(
|
||||
runLiggghts
|
||||
//writeLiggghts
|
||||
writeLiggghts
|
||||
);
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -35,9 +35,9 @@ liggghtsCommandModels
|
||||
preNo false;
|
||||
}*/
|
||||
|
||||
/*writeLiggghtsProps
|
||||
writeLiggghtsProps
|
||||
{
|
||||
writeLast off;
|
||||
writeName "post/restart/liggghts.restartCFDEM";
|
||||
overwrite on;
|
||||
}*/
|
||||
}
|
||||
|
||||
@ -84,7 +84,7 @@ implicitCoupleProps
|
||||
|
||||
dividedProps
|
||||
{
|
||||
alphaMin 0.9;
|
||||
alphaMin 0.1;
|
||||
scaleUpVol 1.0;
|
||||
}
|
||||
|
||||
@ -107,7 +107,12 @@ DiFeliceDragMSProps
|
||||
velFieldName "U";
|
||||
voidfractionFieldName "voidfraction";
|
||||
granVelFieldName "Us";
|
||||
//verbose;
|
||||
verbose true;
|
||||
manDHdev true;
|
||||
dHbyV
|
||||
(
|
||||
1084200. // d of sphere of equal area by clump volume
|
||||
);
|
||||
}
|
||||
|
||||
GidaspowDragMSProps
|
||||
|
||||
@ -53,7 +53,7 @@ smoothingModel off;
|
||||
forceModels
|
||||
(
|
||||
KochHillDrag
|
||||
LaEuScalarTemp
|
||||
LaEuScalarTemp // must be 2nd pos!
|
||||
Archimedes
|
||||
);
|
||||
|
||||
@ -72,7 +72,6 @@ LaEuScalarTempProps
|
||||
velFieldName "U";
|
||||
tempFieldName "T";
|
||||
voidfractionFieldName "voidfraction";
|
||||
tempSourceFieldName "Tsource";
|
||||
partTempName "Temp";
|
||||
partHeatFluxName "convectiveHeatFlux";
|
||||
lambda 0.0256;
|
||||
|
||||
Reference in New Issue
Block a user