Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com-andrew-abimansour/Andrew-Ab…
Browse files Browse the repository at this point in the history
…iMansour/PyGran
  • Loading branch information
anabiman committed Jun 23, 2020
2 parents 425d034 + 2de06e5 commit db6fc61
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,16 @@ param = {
'boundary': ('f','f','f'),
'box': (-1e-3, 1e-3, -1e-3, 1e-3, 0, 4e-3),

'species': ({'material': params.stearicAcid, 'radius': ('constant', 5e-5)},
),
'species': (
{'material': params.stearicAcid, 'radius': ('constant', 5e-5)},
),

'gravity': (9.81, 0, 0, -1),

'mesh': { 'hopper': {'file': 'silo.stl', 'mtype': 'mesh/surface', \
'material': params.steel}, },
'mesh': {
'hopper': {'file': 'silo.stl', 'mtype': 'mesh/surface',
'material': params.steel},
},
}

# Instantiate a DEM class
Expand Down

0 comments on commit db6fc61

Please sign in to comment.