commit
5a8c5a028c
|
@ -48,12 +48,12 @@ setFields
|
||||||
{
|
{
|
||||||
shapeAssigne
|
shapeAssigne
|
||||||
{
|
{
|
||||||
selector selectRange; // type of point selector
|
selector selectRandom; // type of point selector
|
||||||
selectRangeInfo
|
selectRandomInfo
|
||||||
{
|
{
|
||||||
begin 0; // begin index of points
|
begin 0; // begin index of points
|
||||||
end 30000; // end index of points
|
end 30000; // end index of points
|
||||||
stride 3; // stride for selector
|
number 29999; // stride for selector
|
||||||
}
|
}
|
||||||
fieldValue // fields that the selector is applied to
|
fieldValue // fields that the selector is applied to
|
||||||
{
|
{
|
||||||
|
|
|
@ -11,7 +11,7 @@ rectMesh
|
||||||
max (0.12 0.12 0.1); //maximum corner point
|
max (0.12 0.12 0.1); //maximum corner point
|
||||||
nx 24; // number of divisions in x direction
|
nx 24; // number of divisions in x direction
|
||||||
ny 24; // number of divisions in y direction
|
ny 24; // number of divisions in y direction
|
||||||
nz 5; // number of divisions in z direction
|
nz 10; // number of divisions in z direction
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
objectName settingsDict;
|
objectName settingsDict;
|
||||||
objectType dictionary;;
|
objectType dictionary;;
|
||||||
|
|
||||||
run postprocessSegregation;
|
run rotatingDrumSmall;
|
||||||
|
|
||||||
dt 0.00001; // time step for integration (s)
|
dt 0.00001; // time step for integration (s)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ endTime 10; // end time for simulation
|
||||||
|
|
||||||
saveInterval 0.1; // time interval for saving the simulation
|
saveInterval 0.1; // time interval for saving the simulation
|
||||||
|
|
||||||
timePrecision 4; // maximum number of digits for time folder
|
timePrecision 6; // maximum number of digits for time folder
|
||||||
|
|
||||||
g (0 -9.8 0); // gravity vector (m/s2)
|
g (0 -9.8 0); // gravity vector (m/s2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue