ZhangZhiQiang-web's Stars
jichaoyinyjc/Dynamically-configured-physics-informed-neural-network-in-topology-optimization-applications
dl4to/dl4to
DL4TO is a Python library for 3D topology optimization that is based on PyTorch and allows easy integration with neural networks.
anasselhoud/Airfoil-Shape_optimization
An Airfoil Shape optimization by Non Dominant Sorting Genetic Algorithm.
vharivinay/postprocessing-topopt
Code to post-process topology optimized 2D results to a usable smooth geometry. TO solver used is 88-line code by DTU, Denmark
theo-dim/FEM-Quad-Plates
Implementation and analysis of a quadrilateral plate element in MATLAB
NguyenPhucVietKhoa/Plate-FEM
Kirchhoff and Mindlin Plates
mohammadtawfik/FEM-Plates
This have the code necessary for building a program for finite element analysis of plates
nermineww/FEM-acoustics
Open source MATLAB code for implementing a Finite Element Model in plates coupled with acoustic cavities. Contains the published paper.
suri2501/NonLinear-Bending-analysis-FEM
Geometrically nonlinear flexural analysis of multilayered composite plate using polynomial and non-polynomial shear deformation theories
edofersan/MaximumSize_on_TopOpt_in_PETSc
Implementation of Maximum Size constraints on the TopOpt_in_PETSc code
topopt/TopOpt_in_PETSc
Topology optimization for linear elastic minimum compliance with volume constraints on cartesian grids in 3D using PETSc.
SwanLab/Swan
Topology Optimization Laboratory
wonderfulzzd/TopADD_2D_3D_Arbitrary_TopOpt_in_PETSc
2D/3D integrated Topology optimization parallel-computing framework for arbitrary design domains
Yousef-Hesham/3D-Smooth-Blending-for-Subdivision-Surfaces
This project is designed to load and view 3D freeform meshes, then apply subdivision technique to obtain a finer/smoother mesh using Catmull-Clark subdivision scheme. As well as being able to blend these freeform object meshes together while maintaining the overall smoothness of the object.
srinivasrvaidya/Interactive-mesh-subdivision
In 3D graphics, it is a method of representing a smooth surface via the specification of a coarser piece wise linear polygon mesh. The smooth surface can be calculated from the coarse mesh as the limit of a recursive process of subdividing each polygonal face into smaller faces that better approximate the smooth surface.
eidelen/DicomToMesh
A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
yoton12138/Machine-Learning-based-parameter-tuning-strategy-for-MMC-based-topology-optimization
all code for this study
deng-cy/deep_learning_topology_opt
Code for paper "Self-Directed Online Machine Learning for Topology Optimization"
XiaoyongBai/IGA-Contact
2D Isogeometry finite element code for statics and contact analysis; NURBS, Penalty method, Matlab;
longlong2010/topology-optimization
Topological Optimization with Quad4 Element
martinsaravia/pyCXS
Code for the calculation of the cross sectional properties of composite wind turbine blades
dinospiller/Composite-Sandwich-Optimizer
Routines for optimization of composite (e.g. carbon) sandwich based on classical lamination theory
hangelwen/material-optimization-geneticalgorithm
Composite laminate design using genetic algorithm
MachLearnPort/Composite_Layup_Optimization
This program uses multi-level ML algorithms to optimizes the number of plies and their orientation in laminate composites
TMacquart/OptiBLESS
Composite Optimisation Toolbox / Stacking Sequence Optimization
benranderson/composite-pipe
Extract axial, bending and torsional stiffnesses for composite pipe, based on material and layup properties.
karkris41295/me_f452
Composite Materials & Design Assignment: thickness optimization of composite for given loading conditions
Eacaen/CLT-material-properties
composite laminate material properties [young's modulus, stiffness matrix, strength and failure criterion application]
Eacaen/composite-blade-design
Composite material calculation; Normal stress and Shear flow calculation in close profile with multiple close cells; -----------------------------------Bachelor graduation project in TUBS; Mail: tianyunhu@gmail.com
TimePickerWang/MachineLearning
Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行