搜索资源列表
Simund 99
- 基于matlab的经典Simund 99 (SIMP变密度法)拓扑优化算法(Simund 99 (SIMP variable density method) topology optimization algorithm based on MATLAB)
tuopuyouhua
- 简支梁拓扑优化程序,方便初学者学习及调试。可根据自己的需要修改程序相应部分(Simple beam topology optimization program, easy for beginners to learn and debug. According to their needs, modify the corresponding parts of the program)
top_levelset
- 基于水平集方法的拓扑优化的一个算例,对受集中载荷和固定约束的矩形薄板进行基于水平集方法的拓扑优化(Topology optimization based on level set method for rectangular plates subjected to concentrated loads and fixed constraints)
基于ESO方法位移约束下的拓扑优化
- 基于EOS方法位移约束拓扑优化,可以有效的得到最优的结构。(Based on the EOS method, the optimal structure of the displacement constrained topology can be obtained effectively.)
Multi_BESO_freq_vol+disp
- 双向渐进拓扑优化方法,同时优化体积和频率(Two way progressive topology optimization method is used to optimize volume and frequency simultaneously)
top3d
- 3D结构拓扑优化设计,利用matlab进行拓扑优化设计,达到材料减少自动结构优化的目的。(3D topology optimization design, using MATLAB topology optimization design, to achieve the purpose of reducing the automatic structure optimization of materials.)
top88
- 使用MATLAB实现简单拓扑优化实例,已经调通,打开即用。(Implementation of simple topology optimization examples using MATLAB)
拓扑优化经典99行程序解读
- 99行讲解与学习,理解比较深刻,简单易学,容易理解(learing of 99,you can use it by matlab)
Level Set Method
- 常见的结构拓扑优化方法有SIMP法,水平集法,BESO法,MMC法,此程序为水平集法开源代码(Common structural topology optimization methods include SIMP, level set, BESO, and MMC. This program is the open source code of the level set method)
3D
- 对于学习SIMP拓扑优化的同学来讲非常有用。(It is very useful for students who learn SIMP topology optimization.)
EX3Lshape
- 颗粒材料本构关系,L性板拓扑优化,基于论文Optimal structural topology of materials with micro-scale tension-compression asymmetry simulated using granular micromechanics(Optimal structural topology of materials with micro-scale tension-compression asymmetry simulated us
multimaterial
- 这是多材料拓扑优化的matlab原代码,使极好的学习资源(This is the original matlab code for multi-material topology optimization, making excellent learning resources)
BESO_Basic
- 基于BESO算法的拓扑优化python代码(topology optimization code based on BESO)
B样条拓扑优化
- 等几何方法采用B样条或NURBS基函数表示几何和解析解(B-spline or NURBS basis functions are used to represent geometric and analytical solutions.)
softbeso
- soft-kill 双向渐进结构拓扑优化代码(a soft-kill BESO code)
softbeso
- 双向渐进结构优化法(BESO )是近年来兴起的一种解决各类结构优化问题的数值方法。其原理是通过同时删除和增补单元,使剩下的结构逐渐趋于优化。(Bidirectional Evolutionary Structural Optimization (BESO) is a numerical method which has been developed in recent years to solve various structural optimization problems. Its pri
Sigmund的99行Matlab拓扑优化程序简析
- 99行拓扑优化程序。功能更全面,程序精炼(A 99 line topology optimization code)
MMC188
- 基于MMC显式拓扑方法实现连续体结构拓扑刚度最大化优化(topology optimization based on MMC method)
拓扑优化99行代码
- 基于Sigmund的经典99行代码,将其中的OC优化器改成MMA优化器,包含所需变量定义和函数调用。代码可以直接进行运行。
拓扑优化88行代码
- 针对99行改进的88行拓扑优化程序,适用于matlab。较88行而言,提高了效率。