mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
DEMSystems
benchmarks
cmake
doc
solvers
src
tutorials
iterateGeometry
postprocessPhasicFlow
sphereGranFlow
RotatingDrumWithBaffles
V-blender
binarySystemOfParticles
layeredSiloFilling
caseSetup
interaction
particleInsertion
sphereShape
settings
cleanThisCase
runThisCase
rotatingDrumMedium
rotatingDrumSmall
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
12 lines
545 B
C++
Executable File
12 lines
545 B
C++
Executable File
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
| phasicFlow File |
|
|
| copyright: www.cemf.ir |
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName sphereDict;
|
|
objectType sphereShape;
|
|
|
|
names (lightSphere heavySphere); // names of shapes
|
|
diameters (0.007 0.007); // diameter of shapes
|
|
materials (lightMat heavyMat); // material names for shapes
|