mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
The Tutorial is updated for version 1.x.
This commit is contained in:
1
tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction
Normal file → Executable file
1
tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/interaction
Normal file → Executable file
@ -64,6 +64,5 @@ model
|
||||
mur (0.1 0.1 0.1 // rolling friction
|
||||
0.1 0.1
|
||||
0.1);
|
||||
|
||||
}
|
||||
|
||||
|
2
tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion
Normal file → Executable file
2
tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/particleInsertion
Normal file → Executable file
@ -6,7 +6,7 @@ objectName particleInsertion;
|
||||
objectType dicrionary;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
active yes; // is insertion active -> yes or no
|
||||
active Yes; // is insertion active -> yes or no
|
||||
|
||||
checkForCollision No; // is checked -> yes or no
|
||||
|
||||
|
0
tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/shapes
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/caseSetup/shapes
Normal file → Executable file
@ -1,12 +0,0 @@
|
||||
/* -------------------------------*- C++ -*--------------------------------- *\
|
||||
| phasicFlow File |
|
||||
| copyright: www.cemf.ir |
|
||||
\* ------------------------------------------------------------------------- */
|
||||
objectName sphereDict;
|
||||
objectType sphereShape;
|
||||
fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
names (lightSphere heavySphere); // names of shapes
|
||||
diameters (0.007 0.007); // diameter of shapes
|
||||
materials (lightMat heavyMat); // material names for shapes
|
0
tutorials/sphereGranFlow/layeredSiloFilling/cleanThisCase
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/cleanThisCase
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/runThisCase
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/runThisCase
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/settings/domainDict
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/settings/domainDict
Normal file → Executable file
6
tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict
Normal file → Executable file
6
tutorials/sphereGranFlow/layeredSiloFilling/settings/geometryDict
Normal file → Executable file
@ -17,7 +17,7 @@ surfaces
|
||||
{
|
||||
cylinderShell
|
||||
{
|
||||
type cylinderWall; // type of the wall
|
||||
type cylinderWall; // other options: cuboidWall and planeWall
|
||||
|
||||
p1 (0.0 0.0 0.0); // begin point of cylinder axis
|
||||
|
||||
@ -34,7 +34,7 @@ surfaces
|
||||
|
||||
coneShell
|
||||
{
|
||||
type cylinderWall; // type of the wall
|
||||
type cylinderWall; // other options: cuboidWall and planeWall
|
||||
|
||||
p1 (0.0 0.0 -0.1); // begin point of cylinder axis
|
||||
|
||||
@ -55,7 +55,7 @@ surfaces
|
||||
|
||||
exitGate
|
||||
{
|
||||
type planeWall; // type of the wall
|
||||
type planeWall; // other options: cuboidWall and cylinderWall
|
||||
|
||||
p1 (-0.02 -0.02 -0.1); // first point of the wall
|
||||
|
||||
|
0
tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict
Normal file → Executable file
0
tutorials/sphereGranFlow/layeredSiloFilling/settings/settingsDict
Normal file → Executable file
Reference in New Issue
Block a user