Operands ========= .. code-block:: text Operand TABLE_COEF ------------------- .. code-block:: text ♦ TABLE_COEF = tab Table containing the coefficients of the combinations for all the results or the tables to be combined. Each column should contain the coefficients to be applied to a result or a table. The name at the top of the column must be consistent with the name entered under the keyword NOM_CAS of the result or table entered in the keyword factor AFFE. Each line should represent a combination. Each coefficient will be used to multiply the result/table in the corresponding combination. Operand TABLE_COEF_RESU ------------------------ .. code-block:: text ♦ TABLE_COEF_RESU = tab Name of the final coefficient table. This table comes from the table given as input under the keyword TABLE_COEF. This is extended according to the order numbers contained in each result or table. Operand TYPE_COMB ------------------ .. code-block:: text ♦ TYPE_COMB =/" RESULTAT" /" TABLE" A text-type indicator that specifies the type of data structure to be multiplied. Two choices are possible: 1. RESULTAT: The data structures to be combined are of the sd_result type. Three types of results are accepted: mult_elas, evol_elas and mode_meca .. code-block:: text 1. TABLE: sd_table data structure. .. code-block:: text Note: Only tables derived from the CALC_COUPURE operator for static calculations are supported. For example, tables from CALC_COUPURE for seismic calculations (operator 'COMB_SISM_MODAL') are not processed. Operands TOUT/GROUP_MA/GROUP_NO -------------------------------- .. code-block:: text If TYPE_COMB = "RESULTAT" then ♦/"TOUT" = "OUI ", /"GROUP_MA" = l_grma, /"GROUP_NO" = l_grno, The keywords TOUT, GROUP_MA and GROUP_NO allow the user to choose the stitches or knots on which he wants to make his combinations. 1. TOUT = 'OUI' .. code-block:: text All meshes (carrying finite elements) will be treated. 1. GROUP_MA = l_grma .. code-block:: text Only the meshes included in l_grma will be processed. 1. GROUP_NO = l_grno .. code-block:: text Only nodes included in l_grno will be processed. Note: The keywords GROUP_MA and GROUP_NO can be used simultaneously Operand MODELE --------------- .. code-block:: text If TYPE_COMB = "RESULTAT" then ♦ MODELE = mo The name of the model to which the output result will be assigned. Operand NOM_CHAM ----------------- .. code-block:: text If TYPE_COMB = "RESULTAT" then ◊ NOM_CHAM = l_nomcham This keyword allows you to choose a list of symbolic field names to be combined (at nodes or by element) from the set of possibilities. It is optional. If it is not filled in, all fields are combined. Keyword factor AFFE -------------------- .. code-block:: text If TYPE_COMB = "RESULTAT" then ♦ AFFE = _F (♦ NOM_CAS = l_nomcas, ♦ RESULTAT = resu, ), Keyword factor used to specify the results to be combined. 1. NOM_CAS = l_nomcas .. code-block:: text The name of the result to be combined. This must be consistent with the names entered in the coefficient table. 1. RESULTAT = resu .. code-block:: text sd_result data structure to be combined. If TYPE_COMB = "TABLE" then ♦ AFFE = _F (♦ NOM_CAS = case name, ♦ TABLE = table, ), Keyword factor used to specify the tables to be combined. 1. NOM_CAS = l_nomcas .. code-block:: text The name of the result to be combined. This must be consistent with the names entered in the coefficient table. 1. TABLE = table .. code-block:: text sd_result data structure to be combined. Operation FILTRE ---------------- .. code-block:: text If TYPE_COMB = "TABLE" then ◊ FILTRE = _F (♦ NOM_PARA = para ◊/CRIT_COMP =/"EQ", /"LT", /"GT", /"NOT", /"THE", /"AGE", /"VIDE ", /"NON_VIDE ", /"MAXI ", /"MAXI_ABS ", /"MINI ", /"MINI_ABS ", # If "CRIT_COMP" = ('EQ', 'NE', 'NE', 'NE', 'GT', 'LT', 'GE', 'LE') ♦/VALE = vale, /VALE_I = vale_i, /VALE_C = vale_c, /VALE_K = vale_k, ◊ | PRECISION =/prec, /1.E-3, ◊ | CRITERION =/"RELATIVE", /"ABSOLU ", ), This factor keyword is optional. It allows you to filter the rows in the table. For the use of this keyword see command IMPR_TABLE [:external:ref:`U4.91.03 `]. Operand NOM_PARA ----------------- .. code-block:: text ♦ NOM_PARA = l_para Name of the parameters (columns) that you want to extract.