commit d92786eb495fd577349c83802dfd4d5adecfc645
parent 0fa19d14b500ec012491ef6f64c6fc72692f2ecc
Author: Julio C. Ramirez-Ceballos <julio@jcrcx.xyz>
Date: Sun, 8 Dec 2024 08:01:40 +0100
added examples for the usage of the software
Diffstat:
4 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -17,6 +17,8 @@ INPUT
-----
<!-- ARDO will use Leap motion for hand tracking -->
+<!-- ADD ALSO the weibull modulus to compute the design allowables, considering
+ a and b datasets. -->
- Mesh generated from Gmsh. It must include defined boundary conditions.
- Materials. These are given on the `materials.dat` file
- Laminate. These are given on the `laminate.dat` file.
diff --git a/examples/laminate.dat b/examples/laminate.dat
@@ -0,0 +1,5 @@
+# Laminate configuration
+1 0.127 0
+0 0.254 90
+0 0.254 90
+1 0.127 0
diff --git a/examples/loads.dat b/examples/loads.dat
@@ -0,0 +1 @@
+10e2 0e2 0e0 0e0 10e0 0e0
diff --git a/examples/materials.dat b/examples/materials.dat
@@ -0,0 +1,12 @@
+# Material properties
+# I = "isotropic"
+# A = "anisotropic"
+
+# Rubber
+I 69e3 0.45
+
+# Carbon
+A 69e6 6e6 0.354 3e6 2.1e-3 2.1e-3 0.01 0.35 47e3 14e3 24e3 18e3 75e3 41e3 2e4
+
+# Steel
+I 210e3 0.354