From 3d942d44e783f5baf06da7f31b989d52d0ce07bc Mon Sep 17 00:00:00 2001 From: Omid Khosravi <123903048+omid-khosravi@users.noreply.github.com> Date: Sun, 12 Feb 2023 01:21:05 +0330 Subject: [PATCH] Updated ReadMe --- tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md index 1e5488fa..8daa1a35 100644 --- a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md +++ b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md @@ -1,7 +1,9 @@ # Problem Definition -The problem is to simulate a Rotating Drum with **6** Baffles with the diameter **0.24m** and the length **0.1m** rotating at **15 rad/s**. This Rotating Drum is filled with **20000** Particles.The timestep for integration is **0.00001 s**. There are 2 types Particles in this Rotating Drum: +The problem is to simulate a Rotating Drum with **6** Baffles with the diameter **0.24m** and the length **0.1m** rotating at **15 rad/s**. This Rotating Drum is filled with **20000** Particles.The timestep for integration is **0.00001 s**. There are 2 types of Particles in this Rotating Drum: * **12500** Particles with **4 mm** diameter * **7500** Particles with **5mm** diameter ## Setting up the Case -As it has been explained in the previous Cases, these Tutorials are based on text-based scripts. There are three folders in this case `caseSetup`, `setting`, `stl`. +As it has been explained in the previous Cases, these Tutorials are based on text-based scripts. There are three parts in this case to study `caseSetup`, `setting` and `stl`. + +