Code_Aster
®
Version
7.4
Titrate:
Operator
RECU_TABLE
Date:
08/03/05
Author (S):
COURTEOUS Mr.
Key
:
U4.71.02-C
Page
:
1/4
Instruction manual
U4.7- booklet: Operations on the results and the fields
HT-66/05/004/A
Organization (S):
EDF-R & D/AMA
Instruction manual
U4.7- booklet: Operations on the results and the fields
Document: U4.71.02
Operator
RECU_TABLE
1 Goal
Allows to recover in a table the values of a parameter of a structure of data result,
or, to extract a table contained in another structure of data for those which it
allow.
The table created can then be used in other controls (IMPR_TABLE for example).
Product a structure of data of the type counts.
Code_Aster
®
Version
7.4
Titrate:
Operator
RECU_TABLE
Date:
08/03/05
Author (S):
COURTEOUS Mr.
Key
:
U4.71.02-C
Page
:
3/4
Instruction manual
U4.7- booklet: Operations on the results and the fields
HT-66/05/004/A
3 Operands
CO =
nomsd,
Name of the structure of data in which one wants to extract a table.
/NOM_TABLE = nomtab,
Name of the table stored in the structure of data.
Today, only 3 structures of data contain a table which one can extract by
RECU_TABLE
/NOM_TABLE
1) a structure of data of the evol_noli type obtained by STAT_NON_LINE or
DYNA_NON_LINE, the name of the table are then “OBSERVATION”,
2) a structure of data of the mesh type. The name of the table is then
“CARA_GEOM”,
3) a structure of data of the cabl_precont type obtained by the control
DEFI_CABLE_BP. The name of the table is then “CABLE_BP”,
4) a structure of data of the obstacle type obtained by the control
MODI_OBSTACLE; the name of the table is then “OBSTACLE”,
5) a structure of data of the melasflu type obtained by the control
CALC_FLUI_STRU; the name of the table is then “MATR_GENE”.
/NOM_PARA =
will lpara,
List names of the parameters to be extracted from
SD RESULT
nomsd
.
This functionality makes it possible to extract in the form of a table the evolution from certain parameters
of one
SD RESULT
, for example the parameter of piloting
ETA_PILOTAGE
in the case
of one
SD
of type
evol_noli
. The extracted parameters must be of type whole, real or
complex, excluding from this fact the character strings. The first column of the table
produced contains the sequence numbers (
NUME_ORDRE
) and the following ones contain the evolution
parameters
will lpara
.
TITRATE =
titr,
Titrate that one wants to give to the table result.
Code_Aster
®
Version
7.4
Titrate:
Operator
RECU_TABLE
Date:
08/03/05
Author (S):
COURTEOUS Mr.
Key
:
U4.71.02-C
Page
:
4/4
Instruction manual
U4.7- booklet: Operations on the results and the fields
HT-66/05/004/A
4 Examples
1) recovery of some geometrical characteristics of a mesh:
cargeo = RECU_TABLE (CO = mesh,
NOM_TABLE =
“CARA_GEOM”,)
2) recovery of the values “observed” in control DYNA_NON_LINE
Control DYNA__NON_LINE [U4.53.01] makes it possible to choose a whole of meshs or of
nodes for which one wishes to observe one or more components of certain fields
(key word OBSERVATION).
dynl = DYNA_NON_LINE (… OBSERVATION = _F (…)…)
tabobs = RECU_TABLE (CO = dynl, NOM_TABLE =
'
OBSERVATION
',)
3) recovery of the parameter of piloting of one
SD
of type
evol_noli
stnl = STAT_NON_LINE (… PILOTING = _F
(…)…)
etapilo = RECU_TABLE (CO = stnl, NOM_PARA =
“ETA_PILOTAGE”,)