DRESP
ID_NAME =
DEF_TYPE =
TYPE =
UPDATE =
ND_GROUP = <group_entities_for_combination>
EL_GROUP = <group_entities_for_combination>
GROUP_OPER = MAX | MIN | AVERAGE| SUM | COUNT
END_
The following group operators exist:
- MAX: extracts the maximum value within the
group
- MIN: extracts the minimum value within the group
- AVERAGE: extracts the average value within the group
- SUM: sums up all values of the entities of
the group
- COUNT: counts the number of entities of the group (cannot be used
for the design response, only applicable for variables)
For the different types of terms, default settings for the operator exist.
For all displacement, forces, stresses, strains and other nodal values,
the default operator is MAX
.
For all element-related entities (except the stresses and strains),
the default operator is SUM
.