Skip to content

Simulation Scripts of Liggghts for Fluidized bed and Vibrating bed

Notifications You must be signed in to change notification settings

nishantsikarwar/BTP

Repository files navigation

BTP

This repository contains the work done in the project under the guidance of Dr. Anshu Anand

Detailed Setup Instructions (on ubuntu/Debian)

Installing Git

-  sudo apt install git

Clone this Repository

-  git clone --recursive https://github.com/nishantsikarwar/BTP.git 

make sure LIGGGHTS-PUBLIC folder is inside the repo.

Install LIGGGHTS (on ubuntu/Debain)

  • Run Following Commands
-  cd BTP/LIGGGHTS-PUBLIC
-  sudo apt install openmpi-bin libopenmpi-dev libvtk6.3 libvtk6-dev
-  cd src
-  make auto
-  sudo ln -s lmp_auto /usr/local/bin
-  sudo mv /usr/local/bin/lmp_auto /usr/local/bin/liggghts
-  liggghts
-  If you see the liggghts version correctly the everthing worked fine press ctrl+c to exit.

Running Simulation (on ubuntu/Debain)

-  go to BTP/scripts
-  Open in Terminal
-  liggghts < in.run

Visualizing Simulation (on ubuntu/Debain)

-  sudo apt install paraview
-  paraview
-  Open the dump files formed in  /post directory

About

Simulation Scripts of Liggghts for Fluidized bed and Vibrating bed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published