18 Commits

Author SHA1 Message Date
3e44aeb929 Makefile was fixed 2014-06-15 17:34:11 +06:00
e35278c208 Makefile fix 2014-06-15 17:32:51 +06:00
b7293b77b8 Makefile fix 2014-06-15 17:32:20 +06:00
753e9cfa9e Makefile fix 2014-06-15 17:31:33 +06:00
f9b8e8c236 Makefile fix 2014-06-15 17:30:13 +06:00
14feaa7cd8 Simplify Makefile 2014-06-15 17:28:47 +06:00
59c5766ab2 another test 2014-06-15 17:18:51 +06:00
c98eaf9103 another loop fix 2014-06-15 17:12:28 +06:00
ec6e321fa4 loop was fixed 2014-06-15 17:11:24 +06:00
ba50163b0c loop was added 2014-06-15 17:09:56 +06:00
b261bb75ab v3 2014-06-15 16:57:26 +06:00
cca9abc5bd Another test 2014-06-15 16:55:56 +06:00
deff408b99 Makefile test 2014-06-15 16:54:54 +06:00
0eca9b59db Makefile was fixed 2014-06-14 17:34:48 +06:00
42320cc9dc Makefile was finished 2014-06-14 16:34:47 +06:00
033efaf4d4 Makefile was fixed 2014-06-14 16:28:47 +06:00
d726494e1b Makefile was changed 2014-06-14 16:23:56 +06:00
496a4fade8 Materials: Carbon and Steel 2014-06-14 15:18:01 +06:00
2 changed files with 14 additions and 30 deletions

View File

@@ -1,29 +1,14 @@
COMMAND=. ~/salome/SALOME-MECA-2014.1-LGPL/salome_prerequisites.sh;~/salome/SALOME-MECA-2014.1-LGPL/tools/Code_aster_frontend_20141/bin/codeaster-run
GC=git checkout
GM=$(GC) master
DEFECTS=regular.export d1.export d2.export d3.export d4.export d5.export d6.export
TARGETS=cc_s0 cc_s1 cc_s2 cs_s3 cs_s4 cs_s5
all: regular d1 d2 d3 d4 d5 d6
regular:
$(COMMAND) regular.export
d1:
$(COMMAND) d1.export
d2:
$(COMMAND) d2.export
d3:
$(COMMAND) d3.export
d4:
$(COMMAND) d4.export
d5:
$(COMMAND) d5.export
d6:
$(COMMAND) d6.export
clean:
rm *~
all:
for T in $(TARGETS); do \
$(GC) $$T ; \
for D in $(DEFECTS) ; do \
$(COMMAND) $$D ; \
done ; \
$(GM) ; \
done ;

View File

@@ -1,4 +1,3 @@
m_empty = {'E': 1.0E-20, 'NU': 0.0}
m_matrix = {'E': 29e2, 'NU': 0.4} # Carbon
m_fibers = {'E': 28e4, 'NU': 0.2} # Carbon
m_matrix = {'E': 750, 'NU': 0.17} # Carbon
m_fibers = {'E': 2e5, 'NU': 0.25} # Steel