Infrastructure for CollisionModel created and make...Submodel files

updated an created.

Included interactionLists from molecule library.  Building with
temporary length squared hard coded.

Selecting collision partnersusing DIL and applying test force to each.
This commit is contained in:
graham
2009-08-20 20:06:13 +01:00
parent 05a88e7458
commit 0e8fdf5b9b
43 changed files with 1179 additions and 77448 deletions

View File

@ -24,7 +24,7 @@ boundaryField
{
type fixedValue;
// Field Value
value uniform (3 0 0);
value uniform (2 0 0);
}
fixedWalls

View File

@ -23,13 +23,13 @@ boundaryField
{
movingWall
{
type compressible::alphatWallFunction;
type alphatWallFunction;
Prt 0.85;
value uniform 0;
}
fixedWalls
{
type compressible::alphatWallFunction;
type alphatWallFunction;
Prt 0.85;
value uniform 0;
}

View File

@ -15,6 +15,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//CollisionModel NoCollision;
CollisionModel DeterministicPairForce;
InjectionModel ManualInjection;
DragModel SphereDrag;
@ -57,6 +60,10 @@ particleForces
pressureGradient off;
}
NoCollisionCoeffs {}
DeterministicPairForceCoeffs {}
ManualInjectionCoeffs
{
massTotal massTotal [ 1 0 0 0 0 ] 0.0002;

View File

@ -30,7 +30,7 @@ vertices
blocks
(
hex (0 1 2 3 4 5 6 7) (80 80 1) simpleGrading (1 1 1)
hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)
);
edges

View File

@ -20,20 +20,20 @@ FoamFile
movingWall
{
type wall;
nFaces 80;
startFace 12640;
nFaces 20;
startFace 760;
}
fixedWalls
{
type wall;
nFaces 240;
startFace 12720;
nFaces 60;
startFace 780;
}
frontAndBack
{
type empty;
nFaces 12800;
startFace 12960;
nFaces 800;
startFace 840;
}
)

View File

@ -19,17 +19,17 @@ application rhoPisoFoam;
startFrom startTime;
startTime 0;
startTime 1;
stopAt endTime;
endTime 1;
endTime 2;
deltaT 0.0008;
deltaT 0.0001;
writeControl runTime;
writeInterval 1;
writeInterval 0.001;
purgeWrite 0;