mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
layeredSiloFilling updated
This commit is contained in:
@ -66,3 +66,5 @@ model
|
||||
0.1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -50,3 +50,5 @@ layer0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -11,3 +11,5 @@ names (lightSphere heavySphere); // names of shapes
|
||||
diameters (0.007 0.007); // diameter of shapes
|
||||
|
||||
materials (lightMat heavyMat); // material names for shapes
|
||||
|
||||
|
||||
|
@ -55,4 +55,6 @@ boundaries
|
||||
{
|
||||
type exit; // other options: periodict, reflective
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -70,3 +70,7 @@ surfaces
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -42,3 +42,4 @@ positionParticles // positions particle
|
||||
max ( 0.08 0.08 0.098); // upper corner point of the box
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,8 @@ timePrecision 6; // maximum number of digits for time folder
|
||||
|
||||
g (0 0 -9.8); // gravity vector (m/s2)
|
||||
|
||||
// save necessary (i.e., required) data on disk
|
||||
// save data objects that are not automatically saved on disk.
|
||||
// overrides the default behavior
|
||||
includeObjects (diameter);
|
||||
// exclude unnecessary data from saving on disk
|
||||
excludeObjects (rVelocity.dy1 pStructPosition.dy1 pStructVelocity.dy1);
|
||||
@ -32,3 +33,6 @@ writeFormat ascii; // data writting format (ascii or binar
|
||||
timersReport Yes; // report timers
|
||||
|
||||
timersReportInterval 0.01; // time interval for reporting timers
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user