Objective function overview

The objective function depends upon results of the finite element analysis such as compliance, displacements, stresses, reaction forces, internal forces, eigenfrequencies or properties of the finite element model such as material volume or nodal positions.

Related Topics
Overview of optimization terms
In Other Guides
OBJ_FUNC

These results are combined to scalar values using the so called 'design responses'. Initially, one or several responses for the objective function have to be defined using the command DRESP. These responses are then added to the objective as seen in the following figure:



Weight and reference values can be applied in the combination using the command OBJ_FUNC.

OBJ_FUNC
 ID_NAME = ...
 DRESP = id_name_1, WEIGHT, REFERENCE
 DRESP = id_name_2, WEIGHT, REFERENCE
 DRESP = id_name_3, WEIGHT, REFERENCE
 DRESP = id_name_4, WEIGHT, REFERENCE
 ...
 TARGET = MIN | MAX | MINMAX | MAXMIN
END_

  • The ID_NAME of the OBJ_FUNC must be referenced in the OPTIMIZE command to activate the objective function.
  • The WEIGHT and REFERENCE values are optional.
  • The default weighting factor is w i = 1 and the default reference value is φ i ref = 0 .
    Important:
    • For controller-based shape optimization the reference value ( φ i ref ) has a special meaning. The reference value is the value around which SIMULIA Tosca Structure homogenizes the stress. Thus, a value φ i ref = 0 usually does not make sense and SIMULIA Tosca Structure calculates a default reference value if REFERENCE ( φ i ref ) is unset. The reference calculated can be seen in TOSCA.OUT:

    • For controller-based shape optimization the user must either set all REFERENCE-values or none at all (automatic reference value calculation).
  • Because of the default values the user has not to define WEIGHT and REFERENCE for the most common optimization formulations.
  • The command TARGET can be set to MIN, MAX, MINMAX or MAXMIN indicating if the objective function is minimized, maximized, a min-max or a max-min formulation is used.
    Important:
    1. The reference value for the MINMAX function differs from the above definition by eigenfrequency optimization for the sensitivity-based algorithm.
    2. MAXMIN is not allowed for eigenfrequency optimization.
    3. The reference value for von Mises stresses in topology optimization differs from the above definition.
  • The design responses listed in OPTIMZE will be summed up taking into account the individual weighting and reference values if TARGET is set to MIN or MAX.
  • A min-max / max-min formulation is applied if TARGET is set to MINMAX / MAXMIN. Then the design responses are dealt with individually in a multidisciplinary optimization taking into account the individual weighting and reference values.

In the log file TOSCA.OUT the object function value can be monitored:



In above example the total objective function is Φ = 68.9636 , the DRESPs have values φ 1 = DRESP_MAX_MISES1 = 161.820 and φ 2 = DRESP_MAX_MISES2 = 80.9101 .

Also the above example shows the weight and reference value of each term. These values can also be found in two extra log-files, optimization_report.csv and optimization_status_all.csv. The first file only lists DRESPs that are included in the optimization task as objective function or constraint. The latter lists all DRESPs defined in the parameter file.

Example:

The following figure shows the optimization_report.csv imported into a spread sheet:



  • In above example first the total objective function Φ is listed for each iteration as MINIMIZE_MAX_MISES. The objective function is always the first column.
  • Then each DRESP in the φ 1 = DRESP_MAX_MISES1 and φ 2 = DRESP_MAX_MISES2 are listed as OBJ_FUNC_DRESP:DRESP_MAX_MISES1 and OBJ_FUNC_DRESP: DRESP_MAX_MISES2.
  • After each DRESP the terms are listed: OBJ_FUNC_TERM:DRESP_MAX_MISES1 and OBJ_FUNC_TERM: DRESP_MAX_MISES2.

The terms include weight and reference value and are given as:

ti=wi(φiφiref)

If constraints are defined in optimization task these are also included in optimization_report.csv and optimization_status_all.csv.