commit 0fa19d14b500ec012491ef6f64c6fc72692f2ecc parent 5f8f33347ffff4b1266a295b7757251baaf7cb88 Author: Julio C. Ramirez-Ceballos <julio@jcrcx.xyz> Date: Wed, 4 Dec 2024 22:42:27 +0100 Update on README Diffstat:
M | README | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README b/README @@ -27,4 +27,11 @@ INPUT the defined physical objects on the mesh file to apply displacements and loads (mechanical or hygro-thermal). - +### Materials (materials.dat) +This file ignores new lines and `#`, so we can comment to make it more +understandable. The a material is defined in a single line with two functions. +1. Starting with `A` means that the material is *anisotropic* and needs to have + the properties in the plane, i.e., + (E1 E2 G12 nu12 a1 a2 b1 b2 Xt Xc Yt Yc S12 S23). +2. Starting with `I` on the other hand, means that the material is isotropic and + we just need to declare (E nu).