3. Operands#
♦ CO = names,
Name of the data structure from which you want to extract a table.
♦/NOM_TABLE = tabname,
The name of the table stored in the data structure.
Today, the data structures containing a table that can be extracted by RECU_TABLE/NOM_TABLE are as follows:
an evol_noli data structure obtained by STAT_NON_LINE or DYNA_NON_LINE, the name of the table is then “OBSERVATION”,
a mesh-type data structure. The name of the table is then “CARA_GEOM”,
a cabl_precont data structure obtained by the DEFI_CABLE_BP command. The name of the table is then “CABLE_BP”,
a melasflu-like data structure obtained by the CALC_FLUI_STRU command; the table name is then “MATR_GENE”.
evol_elas and evol_noli data structures containing the global error estimators calculated by CALC_ERREUR. The name of the table is then “ESTI_GLOB”.
an evol_noli data structure obtained by STAT_NON_LINE, DYNA_NON_LINE or evol_elas data structure obtained by DYNA_VIBRA on a physical basis contains a table with the name “PARA_CALC” including the list of the moments actually calculated and, if the user activates his calculation, the energy balance. The table contains 7 columns:
INST: calculation time,
TRAV_EXT: work of external efforts,
ENER_CIN: kinetic energy,
ENER_TOT: total deformation energy,
TRAV_AMOR: energy dissipated by damping,
TRAV_LIAI: energy dissipated and/or stored by the bonds,
DISS_SCH: energy dissipated by the numerical diagram.
♦/NOM_PARA = for,
List of the names of the parameters to be extracted from SD RESULTATnomsd.
This feature makes it possible to extract the evolution of certain parameters of an SD RESULTAT in the form of a table, for example the control parameter ETA_PILOTAGE in the case of an evol_noli SD. Extracted parameters must be integer, real, or complex, thus excluding character strings. The first column of the table produced contains the order numbers (NUME_ORDRE) and the following ones contain the evolution of the lpara parameters.
♦/TOUT_PARA = 'OUI',
This keyword allows you to extract all the parameters of the SD RESULTATnomsdde integer, real or complex type.
This produces the same table as if you gave all of these parameters to NOM_PARA.
◊ TITRE = title,
Title that we want to give to the result table.