forked from xiaoh/sediFoam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme
29 lines (21 loc) · 1.04 KB
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
demFoam is the name of this project combining the LAMMPS and openFoam.
LAMMPS is an open source molecular dynamics code that perform DEM simulations.
OpenFOAM is an open source toolbox for CFD simulations.
The structure of the demFoam is like this:
demFoam
|
|----Allwclean.sh
|----Allwmake.sh
|----cases/
|----documentation/
|----interfaceToLammps/
|----lammpsFoam/
|----readme/
Allwclean.sh are Allwmake.sh written to help with the compilation of lammpsFoam, the CFD--DEM solver
in demFoam project. Allwmake.sh will help you install lammpsFoam while Allclean.sh will uninstall
lammpsFoam. Note that the source file of LAMMPS is not included in demFoam. We recommend you use
lammps-1Feb14.
All numerical cases are placed in cases/, with verification cases and validations cases.
Some documents are in documentation/, with a basic user manual (userManual.tex).
interfaceToLammps/ and lammpsFoam/ are folders containing the source code of lammpsFoam. To compile
lammpsFoam, the files of interfaceToLammps/ should be copied to LAMMPS-(some version)/src.