topology optimization
{{short description|Mathematical method for optimizing material layout under given conditions}}
Topology optimization is a mathematical method that optimizes material layout within a given design space, for a given set of loads, boundary conditions and constraints with the goal of maximizing the performance of the system. Topology optimization is different from shape optimization and sizing optimization in the sense that the design can attain any shape within the design space, instead of dealing with predefined configurations.
The conventional topology optimization formulation uses a finite element method (FEM) to evaluate the design performance. The design is optimized using either gradient-based mathematical programming techniques such as the optimality criteria algorithm and the method of moving asymptotes or non gradient-based algorithms such as genetic algorithms.
Topology optimization has a wide range of applications in aerospace, mechanical, bio-chemical and civil engineering. Currently, engineers mostly use topology optimization at the concept level of a design process. Due to the free forms that naturally occur, the result is often difficult to manufacture. For that reason the result emerging from topology optimization is often fine-tuned for manufacturability. Adding constraints to the formulation in order to increase the manufacturability is an active field of research. In some cases results from topology optimization can be directly manufactured using additive manufacturing; topology optimization is thus a key part of design for additive manufacturing.
Problem statement
A topology optimization problem can be written in the general form of an optimization problem as:
:
&\underset{\rho}{\operatorname{minimize}} & &F = F(\mathbf{u(\rho), \rho}) = \int_{\Omega} f(\mathbf{u(\rho), \rho}) \mathrm{d}V \\
&\operatorname{subject\;to}
& &G_0(\rho) = \int_{\Omega} \rho \mathrm{d}V - V_0 \leq 0 \\
&&&G_j(\mathbf{u}(\rho), \rho) \leq 0 \text{ with } j = 1, ..., m
\end{align}
The problem statement includes the following:
- An objective function . This function represents the quantity that is being minimized for best performance. The most common objective function is compliance, where minimizing compliance leads to maximizing the stiffness of a structure.
- The material distribution as a problem variable. This is described by the density of the material at each location . Material is either present, indicated by a 1, or absent, indicated by a 0. is a state field that satisfies a linear or nonlinear state equation depending on .
- The design space . This indicates the allowable volume within which the design can exist. Assembly and packaging requirements, human and tool accessibility are some of the factors that need to be considered in identifying this space . With the definition of the design space, regions or components in the model that cannot be modified during the course of the optimization are considered as non-design regions.
- constraints a characteristic that the solution must satisfy. Examples are the maximum amount of material to be distributed (volume constraint) or maximum stress values.
Evaluating often includes solving a differential equation. This is most commonly done using the finite element method since these equations do not have a known analytical solution.
Implementation methodologies
There are various implementation methodologies that have been used to solve topology optimization problems.
= Solving with discrete/binary variables =
Solving topology optimization problems in a discrete sense is done by discretizing the design domain into finite elements. The material densities inside these elements are then treated as the problem variables. In this case material density of one indicates the presence of material, while zero indicates an absence of material. Owing to the attainable topological complexity of the design being dependent on the number of elements, a large number is preferred. Large numbers of finite elements increases the attainable topological complexity, but come at a cost. Firstly, solving the FEM system becomes more expensive. Secondly, algorithms that can handle a large number (several thousands of elements is not uncommon) of discrete variables with multiple constraints are unavailable. Moreover, they are impractically sensitive to parameter variations.{{Cite journal |doi = 10.1007/s00158-013-0978-6|title = Topology optimization approaches |journal = Structural and Multidisciplinary Optimization|volume = 48|issue = 6|pages = 1031–1055|year = 2013 |author2-link=Kurt Maute|last1 = Sigmund|first1 = Ole|last2 = Maute|first2 = Kurt|s2cid = 124426387 }} In literature problems with up to 30000 variables have been reported.{{Cite journal |doi = 10.1007/BF01197709|title = Topology optimization using a dual method with discrete variables|journal = Structural Optimization|volume = 17|pages = 14–24|year = 1999|last1 = Beckers|first1 = M. |s2cid = 122845784|url=http://empslocal.ex.ac.uk/people/staff/reverson/uploads/MoodSwings/beckers.pdf}}
= Solving the problem with continuous variables =
The earlier stated complexities with solving topology optimization problems using binary variables has caused the community to search for other options. One is the modelling of the densities with continuous variables. The material densities can now also attain values between zero and one. Gradient based algorithms that handle large amounts of continuous variables and multiple constraints are available. But the material properties have to be modelled in a continuous setting. This is done through interpolation. One of the most implemented interpolation methodologies is the Solid Isotropic Material with Penalisation method (SIMP).{{Cite journal |doi = 10.1007/BF01650949|title = Optimal shape design as a material distribution problem|journal = Structural Optimization|volume = 1|issue = 4|pages = 193–202|year = 1989|last1 = Bendsøe|first1 = M. P.|s2cid = 18253872}}[https://books.google.com/books?id=NGmtmMhVe2sC], a monograph of the subject. This interpolation is essentially a power law . It interpolates the Young's modulus of the material to the scalar selection field. The value of the penalisation parameter is generally taken between . This has been shown to confirm the micro-structure of the materials.{{Cite journal |doi = 10.1007/s004190050248|title = Material interpolation schemes in topology optimization|journal = Archive of Applied Mechanics |volume = 69|issue = 9–10|pages = 635–654|year = 1999|last1 = Bendsøe|first1 = M. P.|last2 = Sigmund|first2 = O.|bibcode = 1999AAM....69..635B |s2cid = 11368603|url=http://www.giref.ulaval.ca/~deteix/bois/documents_references/bendsoe1999.pdf}} In the SIMP method a lower bound on the Young's modulus is added, , to make sure the derivatives of the objective function are non-zero when the density becomes zero. The higher the penalisation factor, the more SIMP penalises the algorithm in the use of non-binary densities. Unfortunately, the penalisation parameter also introduces non-convexities.van Dijk, NP. Langelaar, M. van Keulen, F. [http://www1.dem.ist.utl.pt/engopt2010/Book_and_CD/Papers_CD_Final_Version/pdf/03/01270-01.pdf Critical study of design parameterization in topology optimization; The influence of design parameterization on local minima].. 2nd International Conference on Engineering Optimization, 2010
= Commercial software =
There are several commercial topology optimization software on the market. Most of them use topology optimization as a hint how the optimal design should look like, and manual geometry re-construction is required. There are a few solutions which produce optimal designs ready for Additive Manufacturing.{{Cite web |date=23 September 2021 |title=Topological optimization software for 3d printing |url=https://www.3dnatives.com/en/topological-optimization-software-for-3d-printing-230920214/}}
Examples
= Structural compliance =
{{unreferenced section|date=December 2018}}
A stiff structure is one that has the least possible displacement when given certain set of boundary conditions. A global measure of the displacements is the strain energy (also called compliance) of the structure under the prescribed boundary conditions. The lower the strain energy the higher the stiffness of the structure. So, the objective function of the problem is to minimize the strain energy.
On a broad level, one can visualize that the more the material, the less the deflection as there will be more material to resist the loads. So, the optimization requires an opposing constraint, the volume constraint. This is in reality a cost factor, as we would not want to spend a lot of money on the material. To obtain the total material utilized, an integration of the selection field over the volume can be done.
Finally the elasticity governing differential equations are plugged in so as to get the final problem statement.
:
subject to:
But, a straightforward implementation in the finite element framework of such a problem is still infeasible owing to issues such as:
- Mesh dependency—Mesh Dependency means that the design obtained on one mesh is not the one that will be obtained on another mesh. The features of the design become more intricate as the mesh gets refined.{{cite journal |last1=Allaire |first1=Grégoire |last2=Henrot |first2=Antoine |title=On some recent advances in shape optimization |journal=Comptes Rendus de l'Académie des Sciences |date=May 2001 |volume=329 |issue=5 |pages=383–396 |doi=10.1016/S1620-7742(01)01349-6 |url=https://linkinghub.elsevier.com/retrieve/pii/S1620774201013496 |access-date=2021-09-12 |series=Series IIB - Mechanics |publisher=Elsevier |bibcode=2001CRASB.329..383A |language=en |issn=1620-7742}}
- Numerical instabilities—The selection of region in the form of a chess board.{{cite journal |last1=Shukla |first1=Avinash |last2=Misra |first2=Anadi |last3=Kumar |first3=Sunil |title=Checkerboard Problem in Finite Element Based Topology Optimization |journal=International Journal of Advances in Engineering & Technology |date=September 2013 |volume=6 |issue=4 |pages=1769–1774|publisher=CiteSeer |citeseerx=10.1.1.670.6771 | url=http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=5BECA0B81B176391016659D59276F7FE?doi=10.1.1.670.6771&rep=rep1&type=pdf |access-date=2022-02-14 |language=en |issn=2231-1963}}
Some techniques such as filtering based on image processing{{cite journal |last1=Bourdin |first1=Blaise |title=Filters in topology optimization |journal=International Journal for Numerical Methods in Engineering |date=2001-03-30 |volume=50 |issue=9 |pages=2143–2158 |doi=10.1002/nme.116 |url=http://doi.wiley.com/10.1002/nme.116 |access-date=2020-08-02 |publisher=Wiley |bibcode=2001IJNME..50.2143B |s2cid=38860291 |language=en |issn=1097-0207}} are currently being used to alleviate some of these issues. Although it seemed like this was purely a heuristic approach for a long time, theoretical connections to nonlocal elasticity have been made to support the physical sense of these methods.{{cite journal |last1=Sigmund |first1=Ole |last2=Maute |first2=Kurt |title=Sensitivity filtering from a continuum mechanics perspective |journal=Structural and Multidisciplinary Optimization |date=October 2012 |volume=46 |issue=4 |pages=471–475 |doi=10.1007/s00158-012-0814-4 |url=http://link.springer.com/10.1007/s00158-012-0814-4 |access-date=2021-06-17 |publisher=Springer |s2cid=253680268 |issn=1615-1488}}
= Multiphysics problems =
== Fluid-structure-interaction ==
Fluid-structure-interaction is a strongly coupled phenomenon and concerns the interaction between a stationary or moving fluid and an elastic structure. Many engineering applications and natural phenomena are subject to fluid-structure-interaction and to take such effects into consideration is therefore critical in the design of many engineering applications. Topology optimisation for fluid structure interaction problems has been studied in e.g. references{{Cite journal |doi = 10.1002/nme.2777|title = Topology optimization for stationary fluid-structure interaction problems using a new monolithic formulation|journal = International Journal for Numerical Methods in Engineering|volume = 82|issue = 5|pages = 591–616|year = 2010|last1 = Yoon|first1 = Gil Ho|bibcode = 2010IJNME..82..591Y| s2cid=122993997 }}{{Cite journal |doi = 10.1016/j.finel.2017.07.005|title = Evolutionary topology optimization for structural compliance minimization considering design-dependent FSI loads|journal = Finite Elements in Analysis and Design|volume = 135|pages = 44–55|year = 2017|last1 = Picelli|first1 = R.|last2 = Vicente|first2 = W.M.|last3 = Pavanello|first3 = R.}}{{Cite journal |doi = 10.1007/s00158-016-1467-5|title = An immersed boundary approach for shape and topology optimization of stationary fluid-structure interaction problems|journal = Structural and Multidisciplinary Optimization|volume = 54|issue = 5|pages = 1191–1208|year = 2016|last1 = Jenkins|first1 = Nicholas|last2 = Maute|first2 = Kurt|s2cid = 124632210}} and.{{Cite journal | doi=10.1007/s00158-018-1940-4| title=Revisiting density-based topology optimization for fluid-structure-interaction problems| journal=Structural and Multidisciplinary Optimization| volume=58| issue=3| pages=969–995| year=2018| last1=Lundgaard| first1=Christian| last2=Alexandersen| first2=Joe| last3=Zhou| first3=Mingdong| last4=Andreasen| first4=Casper Schousboe| last5=Sigmund| first5=Ole| s2cid=125798826| url=https://backend.orbit.dtu.dk/ws/files/163153999/grayscale_Lundgaard_C._Alexandersen_J._Zhou_M._Andreasen_C._S._Sigmund_O_2018_.pdf}} Design solutions solved for different Reynolds numbers are shown below. The design solutions depend on the fluid flow with indicate that the coupling between the fluid and the structure is resolved in the design problems.
{{multiple image
| align = left
| image1 = Fluid-Structure-Interaction-Topology-Optimization-1.png
| width1 = 300
| alt1 =
| link1 =
| caption1 = Design solution and velocity field for Re=1
| image2 = Fluid-Structure-Interaction-Topology-Optimization-2.png
| width2 = 300
| alt2 =
| link2 =
| caption2 = Design solution and velocity field for Re=5
| image3 = Fluid-structure-interaction-pressure-field-topology-optimization.png
| width3 = 300
| alt3 =
| caption3 = Design solution and pressure field for Re=10
| image4 = Fluid-structure-interaction-pressure-field-topology-optimization-4.png
| width4 = 300
| alt4 =
| caption4 = Design solution and pressure field for Re=40
| footer = Design solutions for different Reynolds number for a wall inserted in a channel with a moving fluid.
}}
File:Wall-flow-problem-topology-optimization-for-fluid-structure-interaction-problems.png
== Thermoelectric energy conversion ==
File:Topology-optimization-off-diagonal-design-evolution.gif (yellow) and bismuth telluride (blue) with a density-based topology optimisation methodology. The aim of the optimisation problem is to maximise the electric power output of the thermoelectric generator.]]
File:Evolution-design solution.gif
Thermoelectricity is a multi-physic problem which concerns the interaction and coupling between electric and thermal energy in semi conducting materials. Thermoelectric energy conversion can be described by two separately identified effects: The Seebeck effect and the Peltier effect. The Seebeck effect concerns the conversion of thermal energy into electric energy and the Peltier effect concerns the conversion of electric energy into thermal energy.Rowe, David Michael. [https://books.google.com/books?id=VvCb_deT4kIC&q=Seebeck Thermoelectrics handbook: macro to nano]. CRC press, 2005. By spatially distributing two thermoelectric materials in a two dimensional design space with a topology optimisation methodology,{{Cite journal | doi=10.1007/s00158-018-1919-1| title=A density-based topology optimization methodology for thermoelectric energy conversion problems| journal=Structural and Multidisciplinary Optimization| volume=57| issue=4| pages=1427–1442| year=2018| last1=Lundgaard| first1=Christian| last2=Sigmund| first2=Ole| s2cid=126031362| url=https://backend.orbit.dtu.dk/ws/files/163153924/grayscale_Lundgaard_C._Sigmund_O_2018_.pdf}} it is possible to exceed performance of the constitutive thermoelectric materials for thermoelectric coolers and thermoelectric generators.{{Cite journal |doi = 10.1007/s11664-018-6606-x|title = Topology Optimization of Segmented Thermoelectric Generators|journal = Journal of Electronic Materials|volume = 47|issue = 12|pages = 6959–6971|year = 2018|last1 = Lundgaard|first1 = Christian|last2 = Sigmund|first2 = Ole|last3 = Bjørk|first3 = Rasmus|bibcode = 2018JEMat..47.6959L |s2cid = 105113187|url=https://www.researchgate.net/publication/323143969}}
=3F3D Form Follows Force 3D Printing=
The current proliferation of 3D printer technology has allowed designers and engineers to use topology optimization techniques when designing new products. Topology optimization combined with 3D printing can result in less weight, improved structural performance and shortened design-to-manufacturing cycle. As the designs, while efficient, might not be realisable with more traditional manufacturing techniques.{{citation needed|date=November 2018}}
= Internal contact =
File:3D Topology Optimization with Internal Contact.webm
File:Topology optimization of contact problem problem with the third medium approach..gif
Internal contact can be included in topology optimization by applying the third medium contact method.{{Cite journal |last1=Wriggers |first1=P. |last2=Schröder |first2=J. |last3=Schwarz |first3=A. |date=2013-03-30 |title=A finite element method for contact using a third medium |url=http://dx.doi.org/10.1007/s00466-013-0848-5 |journal=Computational Mechanics |volume=52 |issue=4 |pages=837–847 |doi=10.1007/s00466-013-0848-5 |bibcode=2013CompM..52..837W |s2cid=254032357 |issn=0178-7675}}{{Cite journal |last1=Frederiksen |first1=Andreas H. |last2=Rokoš |first2=Ondřej |last3=Poulios |first3=Konstantinos |last4=Sigmund |first4=Ole |last5=Geers |first5=Marc G. D. |date=2024-12-01 |title=Adding friction to Third Medium Contact: A crystal plasticity inspired approach |journal=Computer Methods in Applied Mechanics and Engineering |volume=432 |pages=117412 |doi=10.1016/j.cma.2024.117412 |issn=0045-7825|doi-access=free |bibcode=2024CMAME.43217412F }} The third medium contact (TMC) method is an implicit contact formulation that is continuous and differentiable. This makes TMC suitable for use with gradient-based approaches to topology optimization. Monolithic{{Cite journal |last1=Bluhm |first1=Gore Lukas |last2=Sigmund |first2=Ole |last3=Poulios |first3=Konstantinos |date=2021-03-04 |title=Internal contact modeling for finite strain topology optimization |url=http://dx.doi.org/10.1007/s00466-021-01974-x |journal=Computational Mechanics |volume=67 |issue=4 |pages=1099–1114 |arxiv=2010.14277 |bibcode=2021CompM..67.1099B |doi=10.1007/s00466-021-01974-x |issn=0178-7675 |s2cid=225076340}} as well as staggerede approaches,{{Cite journal |last1=Frederiksen |first1=Andreas Henrik |last2=Sigmund |first2=Ole |last3=Poulios |first3=Konstantinos |date=2023-10-07 |title=Topology optimization of self-contacting structures |url=https://doi.org/10.1007/s00466-023-02396-7 |journal=Computational Mechanics |language=en |volume=73 |issue=4 |pages=967–981 |arxiv=2305.06750 |bibcode=2023CompM..73..967F |doi=10.1007/s00466-023-02396-7 |issn=1432-0924}}{{Cite journal |last1=Frederiksen |first1=Andreas H. |last2=Dalklint |first2=Anna |last3=Sigmund |first3=Ole |last4=Poulios |first4=Konstantinos |date=2025-03-01 |title=Improved third medium formulation for 3D topology optimization with contact |journal=Computer Methods in Applied Mechanics and Engineering |volume=436 |pages=117595 |doi=10.1016/j.cma.2024.117595 |issn=0045-7825|doi-access=free |bibcode=2025CMAME.43617595F }} which are more common in topology optimization, have been used to create various design with internal contact. Recently, thermal contact has been included in the TMC topology optmization framework. {{Cite journal |last1=Dalklint |first1=Anna |last2=Alexandersen |first2=Joe |last3=Frederiksen |first3=Andreas Henrik |last4=Poulios |first4=Konstantinos |last5=Sigmund |first5=Ole |date=2025 |title=Topology Optimization of Contact-Aided Thermo-Mechanical Regulators |url=https://onlinelibrary.wiley.com/doi/full/10.1002/nme.7661 |journal=International Journal for Numerical Methods in Engineering |language=en |volume=126 |issue=2 |pages=e7661 |doi=10.1002/nme.7661 |issn=1097-0207|arxiv=2406.00865 }}
References
{{Reflist}}
Further reading
- {{cite book |doi=10.1007/1-4020-4752-5_23 |chapter=Industrial Implementation and Applications of Topology Optimization and Future Needs |title=IUTAM Symposium on Topological Design Optimization of Structures, Machines and Materials |series=Solid Mechanics and Its Applications |date=2006 |last1=Pedersen |first1=Claus B. W. |last2=Allinger |first2=Peter |volume=137 |pages=229–238 |isbn=978-1-4020-4729-9 |publisher=Springer}}
- {{cite book |doi=10.1007/1-4020-4752-5_24 |chapter=Recent Developments in the Commercial Implementation of Topology Optimization |title=IUTAM Symposium on Topological Design Optimization of Structures, Machines and Materials |series=Solid Mechanics and Its Applications |date=2006 |last1=Schramm |first1=Uwe |last2=Zhou |first2=Ming |volume=137 |pages=239–248 |isbn=978-1-4020-4729-9 |publisher=Springer}}
- {{cite journal |doi=10.1007/s00158-006-0006-1 |title=Topology optimization of 2D continua for minimum compliance using parallel computing |date=2006 |last1=Mahdavi |first1=A. |last2=Balaji |first2=R. |last3=Frecker |first3=M. |last4=Mockensturm |first4=E. M. |journal=Structural and Multidisciplinary Optimization |volume=32 |issue=2 |pages=121–132 |s2cid=61564700 }}
- {{cite book |doi=10.2514/6.1999-1388 |chapter=Modern structural optimization concepts applied to topology optimization |title=40th Structures, Structural Dynamics, and Materials Conference and Exhibit |date=1999 |last1=Leiva |first1=Juan |last2=Watson |first2=Brian |last3=Kosaka |first3=Iku |publisher=American Institute of Aeronautics and Astronautics}}
External links
- [http://www.caess.eu/site/Software-Animations.html Topology optimization animations]
{{DEFAULTSORT:Topology Optimization}}
Category:Mathematical optimization