release on 2012-07-30_10-43-02

This commit is contained in:
cfdem
2012-07-30 10:43:03 +02:00
parent 00f0086c5f
commit 6677dfbc43
38 changed files with 688 additions and 142 deletions

View File

@ -17,3 +17,4 @@ dummyfile
dummyfile
dummyfile
dummyfile
dummyfile

View File

@ -38,7 +38,7 @@ meshMotionModel noMeshMotion;
regionModel allRegion;
IOModel basicIO;
IOModel basicIO; //trackIO; //
dataExchangeModel twoWayMPI;//twoWayFiles;//oneWayVTK;//
@ -90,6 +90,7 @@ KochHillDragProps
{
velFieldName "U";
densityFieldName "rho";
voidfractionFieldName "voidfraction";
}
MeiLiftProps

View File

@ -0,0 +1,23 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object particleTrackProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
cloudName cfdemCloud1;
sampleFrequency 1;
maxPositions 10;
// ************************************************************************* //