Formulation of the Optimization ProblemIf the structure with the minimal volume (weight) subject to displacement constraints (corresponding to a restriction on the mechanical stiffness) is sought, the optimization task is formulated as follows: where Vol is the relative material volume of an element in the design area, is the nodal displacement and is the restriction for the nodal displacement of the node. This example shows a model for the minimization of the relative material volume under the displacement of the loaded node: Necessary DefinitionsDefine two design responses:
Result and ConvergenceThe objective function (relative material volume) is pictured in the following figure. The displacement constraint value plot is presented in the next figure The last figure presents the result of the optimization with displacement constraint. SIMULIA Tosca Structure Parameter FileThe commands in the parameter file look like follows: DRESP ID_NAME = DRESP_VOLUME DEF_TYPE = SYSTEM EL_GROUP = design_elem GROUP_OPER = Sum TYPE = VOLUME END_ OBJ_FUNC ID_NAME = MINIMIZE_VOLUME DRESP = DRESP_VOLUME, , TARGET = MIN END_ DRESP ID_NAME = MAX_DISPLACEMENT TYPE = DISP_ABS DEF_TYPE = SYSTEM GROUP_OPER = Max NODE = 300 END_ CONSTRAINT ID_NAME = DISPLACEMENT_CONSTRAINT DRESP = MAX_DISPLACEMENT MAGNITUDE = ABS LE_VALUE = 8.5 END_ |