mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
.github
DEMSystems
benchmarks
cmake
doc
solvers
src
tutorials
grainGranFlow
iterateGeometry
postprocessPhasicFlow
sphereGranFlow
RotaryAirLockValve
RotatingDrumWithBaffles
caseSetup
interaction
particleInsertion
shapes
sphereShape
settings
stl
ReadMe.md
cleanThisCase
runThisCase
V-blender
binarySystemOfParticles
conveyorBelt
layeredSiloFilling
rotatingDrumMedium
rotatingDrumSmall
screwConveyor
toteblender
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
14 lines
697 B
C++
14 lines
697 B
C++
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
| phasicFlow File |
|
|
| copyright: www.cemf.ir |
|
|
\* ------------------------------------------------------------------------- */
|
|
objectName sphereDict;
|
|
objectType sphereShape;
|
|
fileFormat ASCII;
|
|
/*---------------------------------------------------------------------------*/
|
|
names (smallSphere largeSphere); // names of shapes
|
|
|
|
diameters (0.004 0.005); // diameter of shapes (m)
|
|
|
|
materials (lightMat heavyMat); // material names for shapes
|