20 lines
667 B
C++
20 lines
667 B
C++
/* -------------------------------*- C++ -*--------------------------------- *\
|
|
| phasicFlow File |
|
|
| copyright: www.cemf.ir |
|
|
\* ------------------------------------------------------------------------- */
|
|
|
|
objectName particlesDict;
|
|
objectType dictionary;
|
|
|
|
|
|
|
|
// positions particles
|
|
positionParticles
|
|
{
|
|
method empty; // creates the required fields with zero particles (empty).
|
|
|
|
maxNumberOfParticles 50000; // maximum number of particles in the simulation
|
|
mortonSorting Yes; // perform initial sorting based on morton code?
|
|
|
|
}
|