release on 2015-01-05_13-56-45

This commit is contained in:
Christoph Goniva, DCS Computing GmbH
2015-01-05 13:56:45 +01:00
parent 7fa304d58b
commit 88743b79fd
56 changed files with 1348 additions and 316 deletions

8
tutorials/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*.vtk
*.o
*.d
*.a
*.dep
log_*
log.*
*~

View File

@ -211,6 +211,18 @@ particleCellVolumeProps
verbose true;
}
fieldStoreProps
{
scalarFieldNames
(
);
vectorFieldNames
(
"U"
);
}
oneWayVTKProps
{
couplingFilename "vtk_out%4.4d.vtk";

View File

@ -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;
}*/
}

View File

@ -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

View File

@ -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;