mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
RotatingDrumWithBaffles is Updated.
This commit is contained in:
@ -8,16 +8,16 @@ fileFormat ASCII;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
globalBox // Simulation domain: every particles that goes outside this domain will be deleted
|
||||
{
|
||||
min (-0.328 0.095 -0.025); // lower corner point of the box
|
||||
min (-0.328 0.095 -0.025); // lower corner point of the box
|
||||
|
||||
max (-0.068 0.355 0.125); // upper corner point of the box
|
||||
max (-0.068 0.355 0.125); // upper corner point of the box
|
||||
}
|
||||
|
||||
boundaries
|
||||
{
|
||||
left
|
||||
left
|
||||
{
|
||||
type exit; // other options: periodic, reflective
|
||||
type exit; // other options: periodic, reflective
|
||||
}
|
||||
|
||||
right
|
||||
|
@ -10,7 +10,7 @@ motionModel rotatingAxis;
|
||||
|
||||
rotatingAxisInfo
|
||||
{
|
||||
rotAxis
|
||||
rotAxis
|
||||
{
|
||||
p1 (-0.1974 0.2269 0); // first point for the axis of rotation
|
||||
|
||||
|
@ -16,7 +16,7 @@ setFields
|
||||
spherical particles.
|
||||
*/
|
||||
|
||||
defaultValue
|
||||
defaultValue
|
||||
{
|
||||
velocity realx3 (0 0 0); // linear velocity (m/s)
|
||||
|
||||
|
Reference in New Issue
Block a user