Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
1/12
Mechanical department and Digital Models
Index:
With
Dissemination:
Developers
EDF
Direction of the Studies and Search
Electricity of France
Project Codes of Mechanics
Copyright EDF/DER 1997
Data-processing manual of Description
D4.06 booklet:
D4.06.04 document
Structures of Data
char_meca
,
char_ther
and
char_acou
Summary:
Presentation of the structures of data describing the mechanical, thermal loadings and
acoustics in Aster.
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
2/12
Data-processing manual of Description
D4.06 booklet:
Index A
1
Structure of data
CHAR_MECA
1.1
General
A concept of the type
char_meca
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 mesh, via the entities
NODE
,
GROUP_NO
,
NET
,
GROUP_MA
on which the loadings are defined.
On this mesh must have been affected a mechanical model.
A concept
char_meca
can contain one
LIGREL
[D4.06.02] that one will call “Ligrel of load” and of
CARDS
[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
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
3/12
Data-processing manual of Description
D4.06 booklet:
Index A
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
4/12
Data-processing manual of Description
D4.06 booklet:
Index A
1.4
Contents of the objects
JEVEUX
basic
“.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
ALL
or
NET
or
GROUP_MA
in the key word factor
INTE_ELEC
.
This object contains the list of the nodes of the linear elements
defining the main 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
(2) ty
(3) tz or
(4) 0.
(5) 0.
(6) 0.
X
0
y
0
Z
0
N
X
N
y
N
Z
(tx, ty, tz)
are the components of a translation of
main conductor with the secondary conductor (case where the key word
TRANS
of
FORCE_ELEC
is present)
(
X
0
,
y
0
,
Z
0
) are the punctual coordinates
(
N
X
,
N
y
,
N
Z
) components of the normal common to
main 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 loops
I
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
5/12
Data-processing manual of Description
D4.06 booklet:
Index A
“.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 loops
J
Loop
J = 1, NDIM
((i-1) * (2 * NDIM+1) +NDIM+j)
: j-ème component of
the normal with the second node
fine loops
J
((2 * NDIM+1) * I)
: initial play
fine loops
I
1.5
Description of the cards of one
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
.FL102
LISTMA
forces of Laplace
.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)
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
6/12
Data-processing manual of Description
D4.06 booklet:
Index A
%
% LOADING IN PRESSURE WITH BLOCKING OF DDLS BY DDL_IMPO AND FACE_IMPO
%
BEGINNING ();
m = LIRE_MAILLAGE ();
Mo = AFFE_MODELE (MESH: m
VERIF: “MESH”
AFFE: (ALL: “YES”
PHENOMENON: “MECHANICAL”
MODELING: “c_plan”));
CH = AFFE_CHAR_MECA (model: Mo
DDL_IMPO: (GROUP_NO: (A B) Dy: 0. )
FACE_IMPO: (MESH: M266 dnor: 0. )
PRES_REP: (GROUP_MA: GRMA13 near: 60.));
IMPR_CO (Co:CH);
END ();
====> IMPR_CO OF THE STRUCTURE OF DATA: CH????????????????
ATTRIBUTE: 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 <
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
7/12
Data-processing manual of Description
D4.06 booklet:
Index A
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????????????????
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
8/12
Data-processing manual of Description
D4.06 booklet:
Index A
2
Structure of data
CHAR_THER
2.1
General
A concept of the type
char_ther
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 mesh, via the entities
NODE
,
GROUP_NO
,
NET
,
GROUP_MA
on which the loadings are defined.
On this mesh 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 the objects
JEVEUX
basic
“.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 dissemination-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
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
9/12
Data-processing manual of Description
D4.06 booklet:
Index A
%
% LOADING THERMAL WITH FLOW IMPOSES, EXCHANGE AND TEMPERATURE IMPOSEE
%
BEGINNING ();
MALL =LIRE_MAILLAGE ();
MOTH =AFFE_MODELE (MESH: MALL
AFFE:(ALL:“YES” MODELING:“AXIS”
PHENOMENON:“THERMAL”));
CHTH =AFFE_CHAR_THER (MODEL:MOTH
FLUX_REP: (GROUP_MA: GRMA13 FLUN: 0.0)
(GROUP_MA: GRMA14 FLUN: 1729.9091)
EXCHANGE: (GROUP_MA: GRMA12 COEF_H: 500. TEMP_EXT: 17.034444)
TEMP_IMPO:(GROUP_NO: GRNM15 TEMP: 100.0)
);
IMPR_CO (CO:CHTH);
END ();
====> IMPR_CO OF THE STRUCTURE OF DATA: CHTH????????????????
ATTRIBUTE: 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
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
10/12
Data-processing manual of Description
D4.06 booklet:
Index A
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
-------------------------------------------------------------------------------
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
11/12
Data-processing manual of Description
D4.06 booklet:
Index A
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 type
char_acou
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 mesh, via the entities
NODE,
GROUP_NO
,
NET
,
GROUP_MA
on which the loadings are defined.
On this mesh must have been affected an acoustic model.
A concept
char_acou
can contain a ligrel, known as ligrel of load.
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
12/12
Data-processing manual of Description
D4.06 booklet:
Index A
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 the objects
JEVEUX
basic
“.chac.model.nomo”:
name of the acoustic model associated the load (
K8
)
“.type”
:
type of the load (
K8
)
Contains the channels
“acou_re”
(assignment of reality)
%
% GUIDES ACOUSTIC WAVE IN E.F. CONVENTIONAL
%
BEGINNING ();
MALL = LIRE_MAILLAGE ();
AIR = DEFI_MATERIAU (FLUID:(RHO:1.3 CELE_C: IH 343. 0.));
CHAMPMAT = AFFE_MATERIAU (MESH: MALL,
AFFE:(ALL:“YES” MATER:AIR));
GUIDE = AFFE_MODELE (MESH: MALL, VERIF:“MESH”,
AFFE:(ALL: “YES” MODELING:“3D”
PHENOMENON:“ACOUSTIC”));
CHARACOU = AFFE_CHAR_ACOU (MODEL: GUIDE
VITE_FACE:(GROUP_MA: INPUT VNOR: IH 0.014 0.)
IMPE_FACE:(GROUP_MA: EXIT IMPE: IH 445.9 0.));
IMPR_CO (CO:CHARACOU);
END ();
Code_Aster
®
Version
4
Titrate
:
Structures of Data
char_meca
,
char_ther
and
char_acou
Date:
28/01/1999
Author (S):
X. DESROCHES
Key:
D4.06.04
Page:
13/12
Data-processing manual of Description
D4.06 booklet:
Index A
====> IMPR_CO OF THE STRUCTURE OF DATA: CHARACOU????????????????
ATTRIBUTE: 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????????????????