Code_Aster ®
Version
7.4
Titrate:
Operator RECU_TABLE


Date:
08/03/05
Author (S):
Key COURTEOUS Mr.
:
U4.71.02-C Page
: 1/4

Organization (S): EDF-R & D/AMA

Handbook of Utilization
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 commands (IMPR_TABLE for example).

Product a structure of data of the type counts.
Handbook of Utilization
U4.7- booklet: Operations on the results and the fields
HT-66/05/004/A

Code_Aster ®
Version
7.4
Titrate:
Operator RECU_TABLE


Date:
08/03/05
Author (S):
Key COURTEOUS Mr.
:
U4.71.02-C Page
: 2/4

2 Syntax

count = RECU_TABLE
(




CO
= nomsd
,
[*]




/
NOM_TABLE
=
nomtab
,
[KN]



/NOM_PARA

=
will lpara
,
[l_Kn]



TITER
= titr,
[l_K80]







)

Handbook of Utilization
U4.7- booklet: Operations on the results and the fields
HT-66/05/004/A

Code_Aster ®
Version
7.4
Titrate:
Operator RECU_TABLE


Date:
08/03/05
Author (S):
Key COURTEOUS Mr.
:
U4.71.02-C Page
: 3/4

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 grid type. The name of the table is then
“CARA_GEOM”,
3) a structure of data of the cabl_precont type obtained by the command
DEFI_CABLE_BP. The name of the table is then “CABLE_BP”,
4) a structure of data of the obstacle type obtained by the command
MODI_OBSTACLE; the name of the table is then “OBSTACLE”,
5) a structure of data of the melasflu type obtained by the command
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 RESULTAT nomsd.

This functionality makes it possible to extract in the form of a table the evolution from certain parameters
of a SD RESULTAT, for example the parameter of control ETA_PILOTAGE in the case
of a SD of the evol_noli type. 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 the sequence numbers (NUME_ORDRE contains) and the following ones contain the evolution
parameters will lpara.

TITER = titr,

Titrate that one wants to give to the table result.

Handbook of Utilization
U4.7- booklet: Operations on the results and the fields
HT-66/05/004/A

Code_Aster ®
Version
7.4
Titrate:
Operator RECU_TABLE


Date:
08/03/05
Author (S):
Key COURTEOUS Mr.
:
U4.71.02-C Page
: 4/4

4 Examples

1) recovery of some geometrical characteristics of a grid:



cargeo = RECU_TABLE (CO = grid,
NOM_TABLE = “CARA_GEOM”,)

2) recovery of the values “observed” in command DYNA_NON_LINE

Command 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 control of a SD of the evol_noli type



stnl = STAT_NON_LINE (… PILOTAGE = _F
(…)…)


etapilo = RECU_TABLE (CO = stnl, NOM_PARA = “ETA_PILOTAGE”,)

Handbook of Utilization
U4.7- booklet: Operations on the results and the fields
HT-66/05/004/A

Outline document