Skip to content

Commit d0aa5af

Browse files
tutorial files modified for minor errors
1 parent 33a838b commit d0aa5af

File tree

16 files changed

+46
-20
lines changed

16 files changed

+46
-20
lines changed

tutorials/postprocessPhasicFlow/segregation/settings/particlesDict

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

tutorials/sphereGranFlow/RotaryAirLockValve/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

tutorials/sphereGranFlow/RotatingDrumWithBaffles/cleanThisCase

100644100755
File mode changed.

tutorials/sphereGranFlow/RotatingDrumWithBaffles/runThisCase

100644100755
File mode changed.

tutorials/sphereGranFlow/RotatingDrumWithBaffles/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

tutorials/sphereGranFlow/V-blender/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

tutorials/sphereGranFlow/binarySystemOfParticles/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tutorials/sphereGranFlow/layeredSiloFilling/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tutorials/sphereGranFlow/rotatingDrumMedium/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tutorials/sphereGranFlow/rotatingDrumSmall/settings/particlesDict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)