From 588c34a3d595fcad5e93b8d4893f1098ce64d046 Mon Sep 17 00:00:00 2001 From: blendoit Date: Mon, 30 Sep 2019 18:42:34 -0700 Subject: First commit! Changed coordinate lists into numpy arrays. --- resources/materials.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/materials.py (limited to 'resources') diff --git a/resources/materials.py b/resources/materials.py new file mode 100644 index 0000000..480b518 --- /dev/null +++ b/resources/materials.py @@ -0,0 +1,8 @@ +aluminium = { + "name": "aluminium", + "category": "metal", + "density": 2.70, + "mod_young": 70E9, + "mod_shear": 26E9, + "mod_bulk": 76E9 +} -- cgit v1.2.3