File tree Expand file tree Collapse file tree 16 files changed +46
-20
lines changed
postprocessPhasicFlow/segregation/settings
RotaryAirLockValve/settings
binarySystemOfParticles/settings
layeredSiloFilling/settings
rotatingDrumMedium/settings
rotatingDrumSmall/settings Expand file tree Collapse file tree 16 files changed +46
-20
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ setFields
4141 {
4242 velocity realx3 (0 0 0 ); // linear velocity (m/s)
4343 acceleration realx3 (0 0 0 ); // linear acceleration (m/s2)
44- rotVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
44+ r Velocity realx3 (0 0 0 ); // rotational velocity (rad/s)
4545 shapeName word smallSphere; // name of the particle shape
4646 }
4747
@@ -53,8 +53,7 @@ setFields
5353 selectRandomInfo
5454 {
5555 begin 0 ; // begin index of points
56- end 30000 ; // end index of points
57- number 29999 ; // stride for selector
56+ end 29999 ; // end index of points
5857 }
5958 fieldValue // fields that the selector is applied to
6059 {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ setFields
1818 acceleration realx3 (0 0 0 );
1919
2020 // rotational velocity (rad/s)
21- rotVelocity realx3 (0 0 0 );
21+ rVelocity realx3 (0 0 0 );
2222
2323 // name of the particle shape
2424 shapeName word sphere;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ setFields
1616 // linear acceleration (m/s2)
1717 acceleration realx3 (0 0 0 );
1818 // rotational velocity (rad/s)
19- rotVelocity realx3 (0 0 0 );
19+ rVelocity realx3 (0 0 0 );
2020 // name of the particle shape
2121 shapeName word smallSphere;
2222 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ setFields
2424 acceleration realx3 (0 0 0 );
2525
2626 // rotational velocity (rad/s)
27- rotVelocity realx3 (0 0 0 );
27+ rVelocity realx3 (0 0 0 );
2828
2929 // name of the particle shape
3030 shapeName word smallSphere;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ setFields
4141 {
4242 velocity realx3 (0 0 0 ); // linear velocity (m/s)
4343 acceleration realx3 (0 0 0 ); // linear acceleration (m/s2)
44- rotVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
44+ rVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
4545 shapeName word smallSphere; // name of the particle shape
4646 }
4747
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setFields
1313 {
1414 velocity realx3 (0 0 0 ); // linear velocity (m/s)
1515 acceleration realx3 (0 0 0 ); // linear acceleration (m/s2)
16- rotVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
16+ rVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
1717 shapeName word lightSphere; // name of the particle shape
1818 }
1919
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ setFields
1919 {
2020 velocity realx3 (0 0 0 ); // linear velocity (m/s)
2121 acceleration realx3 (0 0 0 ); // linear acceleration (m/s2)
22- rotVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
22+ rVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
2323 shapeName word glassBead; // name of the particle shape
2424 }
2525
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ setFields
1919 {
2020 velocity realx3 (0 0 0 ); // linear velocity (m/s)
2121 acceleration realx3 (0 0 0 ); // linear acceleration (m/s2)
22- rotVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
22+ rVelocity realx3 (0 0 0 ); // rotational velocity (rad/s)
2323 shapeName word sphere1; // name of the particle shape
2424 }
2525
You can’t perform that action at this time.
0 commit comments