Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 492 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 492 Bytes

Project_2020

Guidelines for Molecular Dynamics Simulation of a Van der Waals gas

  • Prepare the input file: Open input_file.dat

  • Compile: Use command "make" in your terminal

  • Run the program: Use command "make run"

  • Make plots: Use command "make plots"

  • Clean files .o .mod: Use command "make clean"

  • Clean files .o .mod .x: Use command "make cleanAll

  • Get help: Use command "make help"

  • Make .tar.gz with all the codes and instructions: Use command "make tar.gz"