background image
Code_Aster
®
Version
7.4
Titrate:
Titrate and subtitles of a produced concept
Date:
31/01/05
Author (S):
X. DESROCHES
Key
:
U4.03.01-E
Page
:
1/6
Instruction manual
U4.0- booklet: Use of the controls
HT-66/05/004/A
Organization (S):
EDF-R & D/AMA















Instruction manual
U4.0- booklet: Use of the controls
Document: U4.03.01



Titrate and subtitles of a produced concept



1 Goal
To define a title or a subtitle during the execution of a control Aster.
The title and under title when they are envisaged by the control are:
·
that is to say defined by defect,
·
that is to say composed by the user.
In this last case the user has a certain number of tools allowing him to compose sound
titrate or its subtitle.
The title is attached to the structure of data produced by an operator.
The titles of the modified concepts are piled up.
The composition of a title is possible since the operator has a single-ended spanner word
TITRATE
.
The awaited argument is a list of texts (
l_Kn
).
The text provided by the user is used just as it is; in particular, there is no implicit conversion
tiny/capital.
The subtitle makes it possible to add comments at the time of an impression by a procedure.
The subtitle exists only the time of the procedure and thus must be reconstituted with each call to
procedure, in particular if that Ci is re-used in
CONTINUATION
. It is thus not attached to a concept.
The composition of a subtitle is possible since the procedure has the single-ended spanner word
SOUS_TITER
(possibly under a key word factor). It is thus not attached to a concept.
The awaited argument is a list of texts (
l_Kn
).
The text provided by the user is used just as it is; in particular, there is no implicit conversion
tiny/capital.
background image
Code_Aster
®
Version
7.4
Titrate:
Titrate and subtitles of a produced concept
Date:
31/01/05
Author (S):
X. DESROCHES
Key
:
U4.03.01-E
Page
:
2/6
Instruction manual
U4.0- booklet: Use of the controls
HT-66/05/004/A
2
Composition of a title or a subtitle
2.1
tools
As we said, the user lays out of named tools “demons” allowing to integrate
certain information with the title; these “demons” will seek corresponding information
dynamically.
Examples of “demons”:
&date
return the date of execution,
&heure
return the hour of execution,
&RL
return information according to which it is necessary to go to the line in the composition
title.
The complete list of the “demons” and their effects is provided in appendix.
Syntactic remark:
·
the “demons” are preceded by the special character '
&
',
it is thus not recommended to use this special character in a title.
Simple example of title:
TITRATE = “My passage was carried out the &date with &heure”

2.2
Parameterized “demons”
The preceding examples of “demons” are known as simple or independent of the context, but there exists
demons which are parameterized. Example:
&TYPE
return the type of a concept.
It is seen well that it is necessary to specify the name of the concept whose one wants to write the type:
&TYPE (my)
my
indicate a concept.
Action by defect:
If no argument is specified, one takes the concept produced by the operator like argument.

2.3
Titrate by defect
For any operator for whom the key word
TITRATE
is envisaged, the default value is:
TITRATE =
(“ASTER &VERSION CONCEPT &RESULTAT”,
“CALCULATES &DATE A &HEURE OF THE &TYPE TYPE”
)
What gives for an operator who produces a named concept
RIGIDITY
and of type
MATR_ASSE_DEPL_R
:
ASTER 1.02.12 CONCEPT RIGIDITY CALCULATES THE 24/10/90 A 13:24:51 OF TYPE
MATR_ASSE_DEPL_R
background image
Code_Aster
®
Version
7.4
Titrate:
Titrate and subtitles of a produced concept
Date:
31/01/05
Author (S):
X. DESROCHES
Key
:
U4.03.01-E
Page
:
3/6
Instruction manual
U4.0- booklet: Use of the controls
HT-66/05/004/A
2.4
Under title by defect
For any procedure for which the key word
SOUS_TITER
is envisaged, the default value is:
·
for one
CHAM_GD
- for one
CHAM_NO
SOUS_TITER
=
(
'FIELD
WITH
NOEUDS'
)
- for one
CHAM_ELEM
SOUS_TITER = (“FIELD BY ELEMENT &LOC (cham_elem)”)
what gives for a procedure which publishes a named concept
CHAM
of type
CHAM_ELEM_SIGM_R
with values at the points of Gauss.
FIELD BY ELEMENT AT THE POINTS OF GAUSS
·
for one
result
- for one
CHAM_NO
SOUS_TITER
=
('FIELD
WITH
NOEUDS',
'OF
NAME
SYMBOLIC SYSTEM
&NOM_SYMB (result, cham_no) &RL',
'NUMBER
D '' COMMAND
:
&NUME_ORDRE (result,
cham_no) ',
'&ACCES (result,
cham_no)
')
what gives for a procedure which publishes a named concept
LMBO
of type
mode_meca
of name
symbolic system
DEPL
, of sequence number 2
.
FIELD WITH THE NODES OF REFERENCE SYMBOL DEPL
SEQUENCE NUMBER: 2 NUMERO_MODE: 3
FREQ: 5.52739E+00
- for one
CHAM_ELEM
SOUS_TITER= (“FIELD BY ELEMENT &LOC (cham_elem)”
“OF NAME SYMBOLIQUE&NOM_SYMB (result, cham_elem) &RL”,
“NUMBER D '' COMMAND:&NUME_ORDRE (result, cham_elem)”,
“&ACCES (result, cham_elem)”)
what gives for a procedure which publishes a named concept
LMBO
of type
evol_elas
of name
symbolic system
EPSI_ELNO_LINE
, of sequence number 1.
FIELD BY ELEMENT WITH THE NODES OF NAME SYMLBOLIQUE EPSI_ELNO_LINE
SEQUENCE NUMBER: 1 INST: 0.00000E+00
background image
Code_Aster
®
Version
7.4
Titrate:
Titrate and subtitles of a produced concept
Date:
31/01/05
Author (S):
X. DESROCHES
Key
:
U4.03.01-E
Page
:
4/6
Instruction manual
U4.0- booklet: Use of the controls
HT-66/05/004/A
Appendix 1 Definition of the “demons” usable

Name of the “demon”
(1)
(2)
Definition of the “demon”
&VERSION 0
ST
Number of the version of Aster
&DATE 0
ST
Creation date of the title or under title
&HEURE 0
ST
Hour of creation of the title or under title
&DATE_HEURE 0
ST
Go back and hour to creation of the title or under title
&CODE 0
ST
Name of “code” of the passage (cf procedure
BEGINNING
)
&RESULTAT 0
T
Name of the concept produced by the current operator
&TYPE 1
ST
Type of a concept
&COMMANDE 0
ST
Name of the current control
&TITER_MAILLAGE 0 ST
Titrate associated with the mesh read by
LIRE_MAILLAGE
&DIM_GEOM 1
ST
Dimension of the geometry
&NB_ELEM 1
ST
A number of elements
&NB_NOEUD 1
ST
A number of nodes
&PHENOMENE 1
ST
Phenomenon
&NB_EQUA 1
ST
A number of equations
&NOM_SYMB 2
S
Reference symbol of a field of a result
&NUME_ORDRE 2
S
Sequence number of a field of a result
&LOC 1
S
Localization of one
cham_elem
(node, not of Gauss)
&ACCES 2
S
Reference symbols and values of the parameters of access to one
field of a result
&RL
Return to the line
&VALEUR 1
ST
Value of variable of an unspecified type (scalar, text,…)


(1)
A number of arguments.
(2)
T applies to the title,
S applies to the subtitle,
ST applies to the title and the subtitle.
Note:
For the demons with two parameters: the first is the name of the concept
result
and the second
nature of the field (
cham_no
or
cham_elem
) to treat.
background image
Code_Aster
®
Version
7.4
Titrate:
Titrate and subtitles of a produced concept
Date:
31/01/05
Author (S):
X. DESROCHES
Key
:
U4.03.01-E
Page
:
5/6
Instruction manual
U4.0- booklet: Use of the controls
HT-66/05/004/A
Appendix 2 Effects of the “demons”

The request
The result
Name of the “demon”
Numbers
arguments * v
Text Numbers
of
characters
&VERSION 0
“01.02.09”
8
&DATE 0
“24/10/90”
8
&HEURE 0
“13:24:51”
8
&DATE_HEURE 0
“MA-24-OCTO-90
13:24:51 "
24
&CODE 0
“SDLL01A”
8
&RESULTAT 0
“MESH”
variable
8
&TYPE 1
“MATR_ASSE_DEPL_R”
variable
16
&COMMANDE 0
“LIRE_MAILLAGE”
variable
16
&TITER_MAILLAGE
0
the title of the mesh
N lines of 80
&DIM_GEOM
1
“1D” or “2D” or “3D”
2
&NB_ELEM 1
“123”
variable
&NB_NOEUD 1
“1400”
variable
&PHENOMENE 1
“MECHANICAL”
variable
16
&NB_EQUA 1
“5213”
variable
&NOM_SYMB 2
“DEPL”
variable
16
&NUME_ORDRE 2
“12”
variable
16
&LOC 1
“WITH
NODES "
“AT THE POINTS OF GAUSS”
variable
&ACCES
2
“NUMERO_MODE:. FREQUENCY: .” variable
&RL
0
return to the line
0
&VALEUR 1
“356.”
variable

Note:
The doubles quotes are there only to mark the length of the channel.
background image
Code_Aster
®
Version
7.4
Titrate:
Titrate and subtitles of a produced concept
Date:
31/01/05
Author (S):
X. DESROCHES
Key
:
U4.03.01-E
Page
:
6/6
Instruction manual
U4.0- booklet: Use of the controls
HT-66/05/004/A



























Intentionally white left page.