Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 1/12
Department Mécanique and Modèles Numériques
Index:
With
Diffusion:
Developers
Handbook of Descriptif Informatique
D4.06 booklet:
D4.06.04 document
Structures of Données char_meca,
char_ther and char_acou
Summary:
Presentation of the structures of data describing the mechanical, thermal loadings and
acoustics in Aster.
EDF
Direction of Etudes and Recherches
Electricity of France
Project Code de Mécanique
Copyright EDF/DER 1997
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 2/12
1
Structure of data CHAR_MECA
1.1
General
A concept of the char_meca type contains: one or more loadings and/or one or more conditions
with the limits affected on a mechanical model.
Note:
This concept is produced by one of the two operators: AFFE_CHAR_MECA or
AFFE_CHAR_MECA_F.
1.2
Relations with the other SD
A concept char_meca is always associated a grid, via entities NOEUD,
GROUP_NO, MAILLE, GROUP_MA on which are defined the loadings.
On this grid must have been affected a mechanical model.
A concept char_meca can contain a LIGREL [D4.06.02] which one will call “Ligrel of load” and of
CARTES [D4.06.05].
1.3
Tree structure of the SD char_meca
char_meca (K8)
: : =
record
“.chme.model.nomo”
:
S
E
K8
“.chme.ligre”
:
ligrel
“.chme.cimpo”
:
card
“.chme.cmult”
:
card
“.chme.dpgen”
:
card
“.chme.epsin”
:
card
“.chme.f1D 2D”
:
card
“.chme.f1D 3D”
:
card
“.chme.f 2D 3D”
:
card
“.chme.fco 2D”
:
card
“.chme.fco 3D”
:
card
“.chme.felec”
:
card
“.chme.fl101”
:
card
“.chme.fl102”
:
card
“.chme.forno”
:
card
“.chme.impe”
:
card
“.chme.pesan”
:
card
“.chme.press”
:
card
“.chme.rotat”
:
card
“.chme.tempe.temp”
:
S
E
K8
“.chme.vnor”
:
card
“.type”
:
S
E
K8
“.lisma01”
:
S
V
I
“.lisma02”
:
S
V
I
“.trans01”
:
S
V
R
“.trans02”
:
S
V
R
“.chme.coni”
:
S
V
I
“.chme.conr”
:
S
V
I
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 3/12
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 4/12
1.4
Contents of basic objects JEVEUX
“.chme.model.nomo”:
name of the model associated with the load (K8)
“.chme.tempe.temp”:
name of the field of temperature in the case of a loading
thermics (K8)
“.type”
:
type of the load (K8)
It contains one of the 2 character strings
“meca_re” --> real for operator AFFE_CHAR_MECA
“meca_fo” --> function for operator AFFE_CHAR_MECA_F
“.lisma01”
:
S V I (dim = 2 * NBMAIL1)
where NBMAIL1 is the number of meshs introduced behind the words
key TOUT or MAILLE or GROUP_MA in the key word factor
INTE_ELEC.
This object contains the list of the nodes of the linear elements
defining the principal conductor
“.lisma02”
:
S V I (dim = 2 * NBMAIL2)
even thing for the secondary conductor (if there exists)
“.trans01”
:
S V I (dim = 6)
(1) tx
x0
(tx, ty, tz) are the components of a translation of
(2) ty
y0
principal conductor with the secondary conductor (case where the key word
(3) tz or
z0
TRANS of FORCE_ELEC is present)
(4) 0.
N
(X
(5) 0.
X
0, y0, z0) are the punctual coordinates
N
(6) 0.
y
(nx, ny, nz) components of the normal common to
nz
principal conductor and with the secondary conductor (case where the word
key SYME of FORCE_ELEC is present)
“.chme.coni”
:
S V I (dim = 2 * NBCOUPLE+1)
where NBCOUPLE is the intervening number of couples of meshs
in the key word factor LIAISON_UNIL_NO (conditions of contact
unilateral
(1) NBCOUPLE
Loop I = 1, NBCOUPLE
(2i) = number of the first node
(2i+1) = number of the second node in glance
fine I loops
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 5/12
“.chme.conr”
:
S V R (dim = NBCOUPLE * (2 * NDIM+1))
where NDIM is the dimension of space (2 or 3)
This object contains the normals with the nodes defined in
“.chme.coni” and initial play
Loop I = 1, NBCOUPLE
Loop J = 1, NDIM
((i-1) * (2 * NDIM+1) +j): j-ème component of
normal with the first node
fine J loops
Loop J = 1, NDIM
((i-1) * (2 * NDIM+1) +NDIM+j): j-ème component of
the normal with the second node
fine J loops
((2 * NDIM+1) * I): initial play
fine I loops
1.5
Description of the cards of a CHAR_MECA
Name card
Name size
Description
.CIMPO
DDLI_R, _C, _F
second member of the equations of boundary conditions
kinematics
.CMULT
DDLM_R, _C
coefficients of the equations of boundary conditions
kinematics
.DPGEN
NEUT_R
generalized efforts
.EPSIN
EPSI_R, _F
initial deformation
.F1D1D
FORC_R, _C, _F
force divided linear into 1D
.F1D 2D
FORC_R, _C, _F
force divided linear into 2D
.F1D 3D
FORC_R, _C, _F
force divided linear into 3D
.F 2D 3D
FORC_R, _C, _F
force divided surface into 3D
.FCO 2D
FORC_R, _C, _F
force distributed for the hulls “2D”
.FCO 3D
FORC_R, _C, _F
force distributed for the hulls “3D”
.FELEC
FELECR
positional parameters of the conductors
.FL101
LISTMA
forces of Laplace
.FL102
.FLUX
FTHM_R, _F
flow “THM”
.FORNO
FORC_R, _F
nodal forces
.IMPE
IMPE_R, _F
impedance (acoustic)
.ONDE
ONDE_R, _F
amplitude of pressure of incidental wave (acoustic)
.PESAN
PESA_R
gravity
.PRESS
PRES_R, PRES_F
pressure distributed
.ROTAT
ROTA_R
acceleration of rotation
.VNOR
SOUR_R, SOUR_F
normal speed of a mesh (acoustic)
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 6/12
%
% LOADING IN PRESSURE WITH BLOCKING OF DDLS BY DDL_IMPO AND FACE_IMPO
%
DEBUT ();
m = LIRE_MAILLAGE ();
Mo = AFFE_MODELE (MAILLAGE: m
VERIF: “MAILLE”
AFFE: (TOUT: “OUI”
PHENOMENE: “MECANIQUE”
MODELISATION: “c_plan”));
CH = AFFE_CHAR_MECA (model: Mo
DDL_IMPO: (GROUP_NO: (A B) Dy: 0. )
FACE_IMPO: (MAILLE: M266 dnor: 0. )
PRES_REP: (GROUP_MA: GRMA13 near: 60.));
IMPR_CO (Co:CH);
FIN ();
====> IMPR_CO OF THE STRUCTURE OF DATA: CH????????????????
ATTRIBUT: F CONTENTS: T BASE: >G<
A NUMBER Of OBJECTS (OR COLLECTIONS) FIND:27
===============================================================================
IMPRESSION OF THE CONTENTS OF THE OBJECTS FIND:
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.CIMPO.DESC <
1 - 24 6.6 - 3 1
6 - - 3 2 - 3 3 - 3
11 - 4 - 3 5 - 3 6
16 - 2 2 2 2 2
21 - 2
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CH .CHME.CIMPO.LIMA
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CIMPO.LIMA< OC: 1
1 - - 1
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CIMPO.LIMA< OC: 2
1 - - 2
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CIMPO.LIMA< OC: 3
1 - - 3
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CIMPO.LIMA< OC: 4
1 - - 4
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CIMPO.LIMA< OC: 5
1 - - 5
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CIMPO.LIMA< OC: 6
1 - - 6
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.CIMPO.NOLI <
1 - >CH .CHME.LIGRE.LIEL<>CH .CHME.LIGRE.LIEL<
3 - >CH .CHME.LIGRE.LIEL<>CH .CHME.LIGRE.LIEL<
5 - >CH .CHME.LIGRE.LIEL<>CH .CHME.LIGRE.LIEL<
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.CIMPO.NOMA <
1 - >M <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.CIMPO.VALE <
1 - 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
6 - 0.00000E+00
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.CMULT.DESC <
1 - 26 6.6 - 3 1
6 - - 3 2 - 3 3 - 3
11 - 4 - 3 5 - 3 6
16 - 2 2 2 2 2
21 - 2
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CH .CHME.CMULT.LIMA
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CMULT.LIMA< OC: 1
1 - - 1
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CMULT.LIMA< OC: 2
1 - - 2
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CMULT.LIMA< OC: 3
1 - - 3
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CMULT.LIMA< OC: 4
1 - - 4
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CMULT.LIMA< OC: 5
1 - - 5
OBJECT IMPRESSION OF COLLECTION >CH .CHME.CMULT.LIMA< OC: 6
1 - - 6
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.CMULT.NOLI <
1 - >CH .CHME.LIGRE.LIEL<>CH .CHME.LIGRE.LIEL<
3 - >CH .CHME.LIGRE.LIEL<>CH .CHME.LIGRE.LIEL<
5 - >CH .CHME.LIGRE.LIEL<>CH .CHME.LIGRE.LIEL<
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.CMULT.NOMA <
1 - >M <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.CMULT.VALE <
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 7/12
1 - 1.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
6 - 0.00000E+00 1.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
11 - 0.00000E+00 0.00000E+00 - 7.07107E-01 0.00000E+00 0.00000E+00
16 - 0.00000E+00 0.00000E+00 0.00000E+00 7.07107E-01 0.00000E+00
21 - 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 - 7.07107E-01
26 - 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
31 - 7.07107E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
36 - 0.00000E+00
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.DPGEN.DESC <
1 - 58 1 1 1 9999
6 - 8190
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CH .CHME.DPGEN.LIMA
OBJECT IMPRESSION OF COLLECTION >CH .CHME.DPGEN.LIMA< OC: 1
1 - 0
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.DPGEN.NOLI <
1 - > <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.DPGEN.NOMA <
1 - >M <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.DPGEN.VALE <
1 - 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
6 - 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.00000E+00
11 - 1.00000E+00 1.00000E+00
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CH .CHME.LIGRE.LIEL
OBJECT IMPRESSION OF COLLECTION >CH .CHME.LIGRE.LIEL< OC: 1
1 - - 1 - 2 - 4 - 6 39
OBJECT IMPRESSION OF COLLECTION >CH .CHME.LIGRE.LIEL< OC: 2
1 - - 3 - 5 38
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.LIGRE.NBNO <
1 - 8
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CH .CHME.LIGRE.NEMA
OBJECT IMPRESSION OF COLLECTION >CH .CHME.LIGRE.NEMA< OC: 1
1 - 1 - 1 - 2 4
OBJECT IMPRESSION OF COLLECTION >CH .CHME.LIGRE.NEMA< OC: 2
1 - 119 - 3 - 4 4
OBJECT IMPRESSION OF COLLECTION >CH .CHME.LIGRE.NEMA< OC: 3
1 - 57 - 5 - 6 4
OBJECT IMPRESSION OF COLLECTION >CH .CHME.LIGRE.NEMA< OC: 4
1 - 57 - 5 - 6 4
OBJECT IMPRESSION OF COLLECTION >CH .CHME.LIGRE.NEMA< OC: 5
1 - 41 - 7 - 8 4
OBJECT IMPRESSION OF COLLECTION >CH .CHME.LIGRE.NEMA< OC: 6
1 - 41 - 7 - 8 4
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.LIGRE.NOMA <
1 - >M <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.LIGRE.PRNS <
1 - 4096 4096 4096 4096 4096
6 - 4096 4096 4096
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.MODEL.NOMO <
1 - >MO <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.PRESS.DESC <
1 - 63 2 2 1 9999
6 - 2 3 6.6
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CH .CHME.PRESS.LIMA
OBJECT IMPRESSION OF COLLECTION >CH .CHME.PRESS.LIMA< OC: 1
1 - 0
OBJECT IMPRESSION OF COLLECTION >CH .CHME.PRESS.LIMA< OC: 2
1 - 0
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.PRESS.NOLI <
1 - > <> <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.PRESS.NOMA <
1 - >M <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .CHME.PRESS.VALE <
1 - 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
6 - 0.00000E+00 6.00000E+01 0.00000E+00 0.00000E+00 0.00000E+00
11 - 0.00000E+00 0.00000E+00
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CH .TYPE <
1 - >MECA_RE <
====> FINE IMPR_CO OF STRUCTURE OF DATA: CH????????????????
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 8/12
2
Structure of data CHAR_THER
2.1
General
A concept of the char_ther type contains one or more loadings and/or one or more conditions
with the limits affected on a thermal model.
Note:
This concept is produced by one of the two operators: AFFE_CHAR_THER or
AFFE_CHAR_THER_F.
2.2
Relations with the other SD
A concept char_ther is always associated a grid, via entities NOEUD,
GROUP_NO, MAILLE, GROUP_MA on which are defined the loadings.
On this grid must have been affected a thermal model.
A concept char_ther can contain a ligrel, known as ligrel of load.
2.3
Tree structure of the SD char_ther
char_ther (K8)
: : =
record
“.chth.model.nomo”
:
S
E
K8
“.chth.ligre”
:
ligrel
“.chth.cimpo”
:
card
“.chth.cmult”
:
card
“.chth.coefh”
:
card
“.chth.flunl”
:
card
“.chth.flure”
:
card
“.chth.grain”
:
card
“.chth.hechp”
:
card
“.chth.soure”
:
card
“.chth.t_ext”
:
card
“.chth.conve.vale”
:
S
V
K8
'.type
'
:
S
E
K8
2.4
Contents of basic objects JEVEUX
“.chth.model.nomo”:
name of the model associated with the load (K8)
“.chth.conve.vale”:
vector of dimension 1 container the name of the field speed of
transport in the case of the equation of diffusion-convection
“.type”
:
type of the load (K8)
It contains one of the 2 character strings
“ther_re” --> real for operator AFFE_CHAR_THER
“ther_fo” --> function for operator AFFE_CHAR_THER_F
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 9/12
%
% LOADING THERMAL WITH FLOW IMPOSES, EXCHANGE AND TEMPERATURE IMPOSEE
%
DEBUT ();
MAIL =LIRE_MAILLAGE ();
MOTH =AFFE_MODELE (GRID: MAIL
AFFE:(TOUT:“YES” MODELING:“AXIS”
PHENOMENE:“THERMIQUE”));
CHTH =AFFE_CHAR_THER (MODEL:MOTH
FLUX_REP: (GROUP_MA: GRMA13 FLUN: 0.0)
(GROUP_MA: GRMA14 FLUN: 1729.9091)
ECHANGE: (GROUP_MA: GRMA12 COEF_H: 500. TEMP_EXT: 17.034444)
TEMP_IMPO:(GROUP_NO: GRNM15 TEMP: 100.0)
);
IMPR_CO (CO:CHTH);
FIN ();
====> IMPR_CO OF THE STRUCTURE OF DATA: CHTH????????????????
ATTRIBUT: F CONTENTS: T BASE: >G<
A NUMBER Of OBJECTS (OR COLLECTIONS) FIND:32
===============================================================================
IMPRESSION OF THE CONTENTS OF THE OBJECTS FIND:
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.CIMPO.DESC <
1 - 24 2 2 - 3 1
6 - - 3 2 2 2
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHTH .CHTH.CIMPO.LIMA
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.CIMPO.LIMA< OC: 1
1 - - 1
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.CIMPO.LIMA< OC: 2
1 - - 2
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.CIMPO.NOLI <
1 - >CHTH .CHTH.LIGRE.LIEL<>CHTH .CHTH.LIGRE.LIEL<
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.CIMPO.NOMA <
1 - >MAIL <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.CIMPO.VALE <
1 - 1.00000E+02 1.00000E+02
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.CMULT.DESC <
1 - 26 2 2 - 3 1
6 - - 3 2 2 2
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHTH .CHTH.CMULT.LIMA
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.CMULT.LIMA< OC: 1
1 - - 1
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.CMULT.LIMA< OC: 2
1 - - 2
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.CMULT.NOLI <
1 - >CHTH .CHTH.LIGRE.LIEL<>CHTH .CHTH.LIGRE.LIEL<
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.CMULT.NOMA <
1 - >MAIL <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.CMULT.VALE <
1 - 1.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
6 - 0.00000E+00 1.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00
11 - 0.00000E+00 0.00000E+00
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.COEFH.DESC <
1 - 18 2 2 3 1
6 - 3 2 14 14
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHTH .CHTH.COEFH.LIMA
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 10/12
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.COEFH.LIMA< OC: 1
1 - 1 2 3 4 5
6 - 6 7 8 9 10
11 - 11 12 13 14 15
16 - 16 17 18 19 20
21 - 21 22 23 24 25
26 - 26 27 28 29 30
31 - 31 32 33 34 35
36 - 36 37 38 39 40
41 - 41 42 43 44 45
46 - 46 47 48 49 50
51 - 51 52 53 54 55
56 - 56 57 58 59 60
61 - 61 62 63 64 65
66 - 66 67 68 69 70
71 - 71 72 73 74 75
76 - 76 77 78 79 80
81 - 81 83 84 85 86
86 - 87 88 89 90 91
91 - 92 93 94 95 96
96 - 97 98 99.100.101
101 - 102 104
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.COEFH.LIMA< OC: 2
1 - 82 103
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.COEFH.NOLI <
1 - > <> <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.COEFH.NOMA <
1 - >MAIL <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.COEFH.VALE <
>>>>>
1 - 0.00000E+00 0.00000E+00 0.00000E+00 5.00000E+02 0.00000E+00
6 - 0.00000E+00
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.FLURE.DESC <
>>>>>
1 - 37 2 2 3 1
6 - 3 2 14 14
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHTH .CHTH.FLURE.LIMA
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.FLURE.LIMA< OC: 1
1 - 1 2 3 4 5
6 - 6 7 8 9 10
11 - 11 12 13 14 15
16 - 16 17 18 19 20
21 - 21 22 23 24 25
26 - 26 27 28 29 30
31 - 31 32 33 34 35
36 - 36 37 38 39 40
41 - 41 42 43 44 45
46 - 46 47 48 49 50
51 - 51 52 53 54 55
56 - 56 57 58 59 60
61 - 61 62 63 64 65
66 - 66 67 68 69 70
71 - 71 72 73 74 75
76 - 76 77 78 79 80
81 - 81 82 84 85 86
86 - 87 88 89 90 91
91 - 92 93 94 95 96
96 - 97 98 99.100.101
101 - 102.103.104
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.FLURE.LIMA< OC: 2
1 - 83
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.FLURE.NOLI <
1 - > <> <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.FLURE.NOMA <
1 - >MAIL <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.FLURE.VALE <
1 - 0.00000E+00 0.00000E+00 0.00000E+00 1.72991E+03 0.00000E+00
6 - 0.00000E+00
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHTH .CHTH.LIGRE.LIEL
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.LIGRE.LIEL< OC: 1
1 - - 1 - 2 45
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.LIGRE.NBNO <
1 - 4
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHTH .CHTH.LIGRE.NEMA
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.LIGRE.NEMA< OC: 1
1 - 1 - 1 - 2 4
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.LIGRE.NEMA< OC: 2
1 - 2 - 3 - 4 4
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.LIGRE.NOMA <
1 - >MAIL <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.LIGRE.PRNS <
1 - 16 16 16 16
-------------------------------------------------------------------------------
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 11/12
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.MODEL.NOMO <
1 - >MOTH <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.T_EXT. DESC <
1 - 74 2 2 3 1
6 - 3 2 14 14
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHTH .CHTH.T_EXT. LIMA
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.T_EXT. LIMA< OC: 1
1 - 1 2 3 4 5
6 - 6 7 8 9 10
11 - 11 12 13 14 15
16 - 16 17 18 19 20
21 - 21 22 23 24 25
26 - 26 27 28 29 30
31 - 31 32 33 34 35
36 - 36 37 38 39 40
41 - 41 42 43 44 45
46 - 46 47 48 49 50
51 - 51 52 53 54 55
56 - 56 57 58 59 60
61 - 61 62 63 64 65
66 - 66 67 68 69 70
71 - 71 72 73 74 75
76 - 76 77 78 79 80
81 - 81 83 84 85 86
86 - 87 88 89 90 91
91 - 92 93 94 95 96
96 - 97 98 99.100.101
101 - 102 104
OBJECT IMPRESSION OF COLLECTION >CHTH .CHTH.T_EXT. LIMA< OC: 2
1 - 82 103
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.T_EXT. NOLI <
1 - > <> <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.T_EXT. NAMED <
1 - >MAIL <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .CHTH.T_EXT. VALE <
1 - 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 1.70344E+01
6 - 0.00000E+00 0.00000E+00 0.00000E+00
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHTH .TYPE <
1 - >THER_RE <
====> FINE IMPR_CO OF STRUCTURE OF DATA: CHTH????????????????
3
Structure of data char_acou
3.1
General
A concept of the char_acou type contains one or more loadings affected on an acoustic model.
Note:
This concept is produced by the operator: AFFE_CHAR_ACOU.
3.2
Relations with the other SD
A concept char_acou is always associated a grid, via entities NOEUD,
GROUP_NO, MAILLE, GROUP_MA on which are defined the loadings.
On this grid must have been affected an acoustic model.
A concept char_acou can contain a ligrel, known as ligrel of load.
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 12/12
3.3
Tree structure of the SD char_acou
char_acou (K8)
: : =
record
“.chac.model.nomo”
:
S
E
K8
“.chac.ligre”
:
ligrel
“.chac.cimpo”
:
card
“.chac.cmult”
:
card
“.chac.imped”
:
card
“.chac.vitfa”
:
card
'.type
'
:
S
E
K8
3.4
Contents of basic objects JEVEUX
“.chac.model.nomo”:
name of the acoustic model associated the load (K8)
“.type”
:
type of the load (K8)
The chains “acou_re contains” (assignment of reality)
%
% GUIDES ACOUSTIC WAVE IN E.F. CLASSIQUES
%
DEBUT ();
MALL = LIRE_MAILLAGE ();
AIR = DEFI_MATERIAU (FLUID:(RHO:1.3 CELE_C: IH 343. 0.));
CHAMPMAT = AFFE_MATERIAU (GRID: MAIL,
AFFE:(TOUT:“YES” MATER:AIR));
GUIDE = AFFE_MODELE (GRID: MALL, VERIF:“MAILLE”,
AFFE:(TOUT: “YES” MODELING:“3D”
PHENOMENE:“ACOUSTIQUE”));
CHARACOU = AFFE_CHAR_ACOU (MODEL: GUIDE
VITE_FACE:(GROUP_MA: INPUT VNOR: IH 0.014 0.)
IMPE_FACE:(GROUP_MA: OUTPUT IMPE: IH 445.9 0.));
IMPR_CO (CO:CHARACOU);
FIN ();
Handbook of Descriptif Informatique
D4.06 booklet:
Index A
Code_Aster ®
Version
4
Titrate:
Structures of Données char_meca, char_ther and char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page: 13/12
====> IMPR_CO OF THE STRUCTURE OF DATA: CHARACOU????????????????
ATTRIBUT: F CONTENTS: T BASE: >G<
A NUMBER Of OBJECTS (OR COLLECTIONS) FIND:12
===============================================================================
IMPRESSION OF THE CONTENTS OF THE OBJECTS FIND:
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.IMPED.DESC <
1 - 46 2 2 3 1
6 - 3 2 2 2
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHARACOU.CHAC.IMPED.LIMA
OBJECT IMPRESSION OF COLLECTION >CHARACOU.CHAC.IMPED.LIMA< OC: 1
1 - 1 2 3 4 9
6 - 10 11 12 13 14
11 - 15 16 17 18 19
16 - 20 21 22 23 24
21 - 25 26 27 28 29
26 - 30 31 32 33 34
31 - 35 36 37 38 39
36 - 40 41 42 43 44
41 - 45 46 47 48 49
46 - 50 51 52 53 54
51 - 55 56 57 58 59
56 - 60 61 62 63 64
61 - 65 66 67 68
OBJECT IMPRESSION OF COLLECTION >CHARACOU.CHAC.IMPED.LIMA< OC: 2
1 - 5 6 7 8
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.IMPED.NOLI <
1 - > <> <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.IMPED.NOMA <
1 - >MAIL <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.IMPED.VALE <
1 - (0.00000E+00, 0.00000E+00) (4.45900E+02, 0.00000E+00)
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.MODEL.NOMO <
1 - >GUIDE <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.VITFA.DESC <
1 - 76 2 2 3 1
6 - 3 2 2 2
-------------------------------------------------------------------------------
IMPRESSION OF THE COLLECTION: CHARACOU.CHAC.VITFA.LIMA
OBJECT IMPRESSION OF COLLECTION >CHARACOU.CHAC.VITFA.LIMA< OC: 1
1 - 1 2 3 4
OBJECT IMPRESSION OF COLLECTION >CHARACOU.CHAC.VITFA.LIMA< OC: 2
1 - 5 6 7 8 9
6 - 10 11 12 13 14
11 - 15 16 17 18 19
16 - 20 21 22 23 24
21 - 25 26 27 28 29
26 - 30 31 32 33 34
31 - 35 36 37 38 39
36 - 40 41 42 43 44
41 - 45 46 47 48 49
46 - 50 51 52 53 54
51 - 55 56 57 58 59
56 - 60 61 62 63 64
61 - 65 66 67 68
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.VITFA.NOLI <
1 - > <> <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.VITFA.NOMA <
1 - >MAIL <
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.CHAC.VITFA.VALE <
1 - (1.40000E-02, 0.00000E+00) (0.00000E+00, 0.00000E+00)
-------------------------------------------------------------------------------
SEGMENT IMPRESSION OF VALUES >CHARACOU.TYPE <
1 - >ACOU_RE <
====> FINE IMPR_CO OF STRUCTURE OF DATA: CHARACOU????????????????
Handbook of Descriptif Informatique
D4.06 booklet:
Index A