From 671da83f34e96353d241ef558d87448682c1876c Mon Sep 17 00:00:00 2001 From: Andrew Abi-Mansour Date: Thu, 23 Apr 2020 11:09:35 -0400 Subject: [PATCH 1/3] Create testing hello world.html --- testing hello world.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing hello world.html diff --git a/testing hello world.html b/testing hello world.html new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/testing hello world.html @@ -0,0 +1 @@ + From e8f14ebf7aef6d15f9d25788e546824459d23640 Mon Sep 17 00:00:00 2001 From: Andrew Abi-Mansour Date: Thu, 23 Apr 2020 11:10:15 -0400 Subject: [PATCH 2/3] Delete testing hello world.html --- testing hello world.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 testing hello world.html diff --git a/testing hello world.html b/testing hello world.html deleted file mode 100644 index 8b13789..0000000 --- a/testing hello world.html +++ /dev/null @@ -1 +0,0 @@ - From 2de06e563db8c55bea4f9ccde088122d4ee90b09 Mon Sep 17 00:00:00 2001 From: Andrew Abi-Mansour Date: Thu, 7 May 2020 14:35:38 -0400 Subject: [PATCH 3/3] improved code readability --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3381fad..ef3bb8d 100644 --- a/README.md +++ b/README.md @@ -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