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
41
41
{
42
42
velocity realx3 (0 0 0 ); // linear velocity (m/s)
43
43
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)
45
45
shapeName word smallSphere; // name of the particle shape
46
46
}
47
47
@@ -53,8 +53,7 @@ setFields
53
53
selectRandomInfo
54
54
{
55
55
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
58
57
}
59
58
fieldValue // fields that the selector is applied to
60
59
{
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ setFields
18
18
acceleration realx3 (0 0 0 );
19
19
20
20
// rotational velocity (rad/s)
21
- rotVelocity realx3 (0 0 0 );
21
+ rVelocity realx3 (0 0 0 );
22
22
23
23
// name of the particle shape
24
24
shapeName word sphere;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ setFields
16
16
// linear acceleration (m/s2)
17
17
acceleration realx3 (0 0 0 );
18
18
// rotational velocity (rad/s)
19
- rotVelocity realx3 (0 0 0 );
19
+ rVelocity realx3 (0 0 0 );
20
20
// name of the particle shape
21
21
shapeName word smallSphere;
22
22
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ setFields
24
24
acceleration realx3 (0 0 0 );
25
25
26
26
// rotational velocity (rad/s)
27
- rotVelocity realx3 (0 0 0 );
27
+ rVelocity realx3 (0 0 0 );
28
28
29
29
// name of the particle shape
30
30
shapeName word smallSphere;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ setFields
41
41
{
42
42
velocity realx3 (0 0 0 ); // linear velocity (m/s)
43
43
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)
45
45
shapeName word smallSphere; // name of the particle shape
46
46
}
47
47
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setFields
13
13
{
14
14
velocity realx3 (0 0 0 ); // linear velocity (m/s)
15
15
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)
17
17
shapeName word lightSphere; // name of the particle shape
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ setFields
19
19
{
20
20
velocity realx3 (0 0 0 ); // linear velocity (m/s)
21
21
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)
23
23
shapeName word glassBead; // name of the particle shape
24
24
}
25
25
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ setFields
19
19
{
20
20
velocity realx3 (0 0 0 ); // linear velocity (m/s)
21
21
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)
23
23
shapeName word sphere1; // name of the particle shape
24
24
}
25
25
You can’t perform that action at this time.
0 commit comments