JuliaTopOpt / TopOpt.jl

A package for binary and continuous, single and multi-material, truss and continuum, 2D and 3D topology optimization on unstructured meshes using automatic differentiation in Julia.
https://juliatopopt.github.io/TopOpt.jl/
Other
181 stars 29 forks source link

Implement problems other than linearly elastic quasi-static problems #5

Open mohamed82008 opened 4 years ago

mohamed82008 commented 4 years ago

It would be nice to have problems other than linearly elastic problems. Some candidates include:

  1. Compliant mechanisms,
  2. Heat equation problems, and
  3. Electro-mechanical systems.
yijiangh commented 3 years ago

I run into this very interesting paper today: Continuous transportation as a material distribution topology optimization problem, where they apply SIMP method to solve a transportation problem. We have all the machinery ready - it'd be cool to see the results!

mohamed82008 commented 3 years ago

Ya I saw this paper a long time ago. I didn't go through the details but would be cool to reproduce the results here.