Difference between revisions of "Composite analysis"
From CAELinuxWiki
(→Orthotropic materials) |
m (Reverted edit of Atywehacyg, changed back to last version by Jose francisco) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | This page will be a place to share information involving composite analysis with ''code_aster''. Any help and experience will be | + | This page will be a place to share information involving composite analysis with ''code_aster''. Any help and experience will be wellcame. Please, write comments, ideas, tips, ... in the discussion page. josefrancisco.lopezmarin@gmail.com |
==Specimen== | ==Specimen== | ||
− | [[Image: | + | [[Image:example2.png]] |
==Orthotropic materials== | ==Orthotropic materials== | ||
Line 14: | Line 14: | ||
Foam: | Foam: | ||
+ | |||
+ | ==Creating the mesh== | ||
+ | ===GMSH=== | ||
+ | |||
+ | cs=60; | ||
+ | Point(1)={0,0,0,cs}; | ||
+ | Point(2)={1000/3,0,100,cs}; | ||
+ | Point(3)={2000/3,0,100,cs}; | ||
+ | Point(4)={1000,0,0,cs}; | ||
+ | Spline(1)={1:4}; | ||
+ | Extrude {0, 2000, 0} { | ||
+ | Line{1}; Layers{20}; Recombine; | ||
+ | } | ||
+ | |||
+ | |||
+ | [[Image:specimen2.png]] | ||
+ | |||
+ | |||
+ | ===Salome=== | ||
==Boundary conditions== | ==Boundary conditions== |
Latest revision as of 12:52, 18 November 2010
This page will be a place to share information involving composite analysis with code_aster. Any help and experience will be wellcame. Please, write comments, ideas, tips, ... in the discussion page. josefrancisco.lopezmarin@gmail.com
Contents
Specimen
Orthotropic materials
Fiber glass:
-
,
-
-
,
Foam:
Creating the mesh
GMSH
cs=60; Point(1)={0,0,0,cs}; Point(2)={1000/3,0,100,cs}; Point(3)={2000/3,0,100,cs}; Point(4)={1000,0,0,cs}; Spline(1)={1:4}; Extrude {0, 2000, 0} { Line{1}; Layers{20}; Recombine; }