Initially, all the elements get the density causing the material volume constraint to be exactly fulfilled if a material volume constraint is defined for the optimization problem. When no volume constraint is present in the optimization problem but the relative material volume is used in the objective function, each element has an initial relative density of 50%. However, if the constraints (e.g., displacement constraints) require a significantly higher relative material volume than 50% for being fulfilled and this is known before the optimization, then the initial relative material volume in the design space can be set to a larger value (e.g., to 90%) using the command DENSITY_INITIAL: OPT_PARAM ID_NAME = opt_params OPTIMIZE = id_of_optimize DENSITY_INITIAL= 0.9 END_ Similarly, if it is known before the optimization that the relative material volume of significantly less than 50% is required in order to fulfill the constraints, the initial relative material volume can be set to a lower value (e.g., to 10%): OPT_PARAM ID_NAME = opt_params OPTIMIZE = id_of_optimize DENSITY_INITIAL= 0.1 END_ In both cases, it will lead to lower number of optimization iterations.
|