-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da390b6
commit 2b2d576
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Example inputs for LAMMPS simulation of glass silica | ||
# Example inputs files for LAMMPS simulation of silica glass | ||
|
||
In the folder [examples/data/Silica/lammps](https://github.com/sissaschool/sportran/tree/develop/examples/data/Silica/lammps) you can find an example input file to generate some data that you can analyze with sportran. | ||
To run it you need a working LAMMPS installation and to run the file with, for example | ||
In the folder [examples/data/Silica/lammps](https://github.com/sissaschool/sportran/tree/develop/examples/data/Silica/lammps) you can find an example LAMMPS input file, to generate heat-flux data that can be analyzed with SporTran. | ||
To run it you need a working LAMMPS installation and to launch the simulation with, for example: | ||
|
||
mpirun -np 12 lmp_mpi -in silica.in -log silica.out | ||
|
||
After this it is possible to extract a simple table file by running the script `convert_lammps_log.sh`. | ||
After this it is possible to extract the data and export it into a simple *table file* and a *numpy binary data file* by running the script `convert_lammps_log.sh`. | ||
This input generated the data used in the silica examples. |