2
0
Fork 0
Verif_Herezh/Batterie/FONCTION_UNIQUE/LOI_DE_COMPORTEMENT/CP_venant_du_3D/Test_R_quadrangle_isohyper3dorgeas1_CP_traction/quadrangle1.her

77 lines
2.5 KiB
Text
Raw Normal View History

2015-06-22 15:40:00 +02:00
#############################################################################
# #
# STAMM #
# (maillage automatique de pieces simples) #
#############################################################################
# Copyright © 1997-2013 Gerard Rio, gerard.rio@univ-ubs.fr #
# All rights reserved. http://www-lg2m.univ-ubs.fr/~rio #
# #
#############################################################################
# version 03.29 , compatible avec la version Herezh++6.576
# ----------------------------------------------------------------
# | construction automatique d'un maillage 2D |
# | pour une utilisation par herezh++ |
# ----------------------------------------------------------------
# rectangle de dimension : 100 x 100 ( 1 x 1 elements )
# geometrie rectangulaire, decoupage rectangulaire, interpolation lineaire.
nom_maillage quadrangle1
noeuds ------------
4 NOEUDS
#---------------------------------------------------------------
#|NO DU| X | Y | Z |
#|NOEUD| | | |
#---------------------------------------------------------------
1 0 0 0
2 0 100 0
3 100 0 0
4 100 100 0
# references des noeuds
N_O 1 2
N_S 1 3
N_E 3 4
N_N 2 4
N_SO 1
N_SE 3
N_NE 4
N_NO 2
N_to 1 2 3 4
# les elements
elements ----------
1 ELEMENTS
#----------------------------------------------------------------------
#| NO | | |
#|ELTS | type element | Noeuds |
#----------------------------------------------------------------------
1 QUADRANGLE LINEAIRE 1 3 4 2
# references des elements
A_O 1 4
A_S 1 1
A_E 1 2
A_N 1 3
F_to 1 1
E_O 1
E_S 1
E_E 1
E_N 1
E_SO 1
E_SE 1
E_NE 1
E_NO 1
E_to 1