Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 1.59 KB

README.md

File metadata and controls

64 lines (33 loc) · 1.59 KB

ReMoDy

Reactive Molecular Dynamics Solver (URL)

Molecular dynamics simulation for kinetic reactions and interfacial chemistry

SUB-DIRECTORIES:

  • mp: multi-processor version with local time-stepping scheme
  • sp: single processor version with standard time-stepping scheme
  • doc: documents directory
  • util: some utilities for pre- and post-processing

IMPORTANT FILES:

RETRIEVING FROM ARCHIVE:

tar xvzf remody.tbz

COMPILING:

Single processor version:

cd sp; make

Multi processor version:

cd mp; make

CONFIGURING INPUT:

Edit the input XML file (see documentation in /doc).

RUNNING DEMOS:

GUI version:

cd run; ./gui -f syngas.xml

Batch job:

cd mp/run; ./job

DOCUMENTATION: