SkillAgentSearch skills...

TrussTopOpt.jl

Truss topology optimization experiments before merging into TopOpt.jl: https://github.com/mohamed82008/TopOpt.jl

Install / Use

/learn @yijiangh/TrussTopOpt.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TrussTopOpt.jl

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status codecov

Truss topology optimization experiments using TopOpt.jl and JuAFEM.jl.

<!-- ## Documentation --> <!-- [![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://yijiangh.github.io/TopOpt.jl/dev) --> <!-- [Dev doc](https://docs.google.com/document/d/1SbHCct2B0aTH4drSAJX5HGYlxkyCiAznsFe5GMzzCyw/edit?usp=sharing) -->

Installation

In Julia v1.0+ you can install packages from the Pkg REPL (press ] in the Julia REPL to enter pkg> mode):

pkg> add https://github.com/yijiangh/JuAFEM.jl.git
pkg> add https://github.com/yijiangh/Tensors.jl.git
pkg> add https://github.com/mohamed82008/VTKDataTypes.jl#master
pkg> add https://github.com/mohamed82008/KissThreading.jl#master
pkg> add https://github.com/yijiangh/TopOpt.jl#master
pkg> add https://github.com/yijiangh/TrussTopOpt.jl#master

which will track the master branch of the package. (we still need to use a fork of TopOpt.jl before these changes are merged.)

To load the package, use

using TrussTopOpt

Gallery

Code for reproducing these results can be found in the scripts in the test folder.

tim_2d

  • Ground mesh: <img src="docs/src/images/time2d_0_ground_mesh.png">

  • Topology optimized result under horizontal load (buckling):

    • without buckling constraint (shape in cyan is the exaggerated deformed shape) <img src="docs/src/images/time2d_0_wo_buckling.png">
  • Topology optimized result under vertical load (beam): <img src="docs/src/images/time2d_1.png">

tim_3d

  • Ground mesh: <img src="docs/src/images/time3d_0_ground.png">

  • Topology optimized result under horizontal load (buckling):

    • without buckling constraint (shape in cyan is the exaggerated deformed shape) <img src="docs/src/images/time3d_0_wo_buckling.png">
  • Topology optimized result under vertical load (beam): <img src="docs/src/images/time3d_1.png">

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated11mo ago
Forks1

Languages

Julia

Security Score

67/100

Audited on Apr 19, 2025

No findings