From 950fa5a85832cd860caa2456731661ffa1c50f72 Mon Sep 17 00:00:00 2001 From: Omid Khosravi <123903048+omid-khosravi@users.noreply.github.com> Date: Sat, 11 Feb 2023 14:33:18 +0330 Subject: [PATCH] Changed the Readme file format from txt to md Changed the format. Added some explanations. --- .../sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md | 7 +++++++ .../sphereGranFlow/RotatingDrumWithBaffles/ReadMe.txt | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md delete mode 100644 tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.txt diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md new file mode 100644 index 00000000..1e5488fa --- /dev/null +++ b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.md @@ -0,0 +1,7 @@ +# 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: +* **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`. + diff --git a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.txt b/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.txt deleted file mode 100644 index 1b04c618..00000000 --- a/tutorials/sphereGranFlow/RotatingDrumWithBaffles/ReadMe.txt +++ /dev/null @@ -1,10 +0,0 @@ -To run this case please follow the below Steps: -1- Open a terminal in the RotatingDrumWithBaffles -2- Enter the code ./runThisCase to run the Case -3- After finishing the run time please type pFlowtoVTK to convert data to VTK format -4- After Post-Producting and viewing the case please enter ./cleanThisCase to delete data - - -For more questions please contact: -omidava.khosravi@gmail.com -<3