Posts

Showing posts from August, 2021

King Cross Steel Section in Robot Structural Analysis

Image
King Cross Steel Section in Robot Structural Analysis After watching this video, you can model a  structure with King cross steel section in Autodesk Robot Structural Analysis 2022. Design file:  link Donate me:  https://www.patreon.com/EngineerHunter Join membership:  https://www.youtube.com/channel/UC6bSGSi9Bk0usn_1hqqrsLw/join YouTube:  http://www.youtube.com/engineerhunter Facebook:  https://web.facebook.com/EngineerHunterSE Instagram:  https://www.instagram.com/engineerhunter/ TikTok:  https://www.tiktok.com/@engineerhunter?lang=en Contact me: engineer.hunter.ce@gmail.com

Optimized Tapered Section in Autodesk Robot Structural Analysis

Image
Optimized Tapered Section in Autodesk Robot Structural Analysis After watching this video, you can model a 2D gable frame structure and design the tapered steel section by using the optimization tool in Autodesk Robot Structural Analysis 2022. Only ultimate limit state design was shown in this video. Design file: link Donate me:  https://www.patreon.com/EngineerHunter Join membership:  https://www.youtube.com/channel/UC6bSGSi9Bk0usn_1hqqrsLw/join YouTube:  http://www.youtube.com/engineerhunter Facebook:  https://web.facebook.com/EngineerHunterSE Instagram:  https://www.instagram.com/engineerhunter/ TikTok:  https://www.tiktok.com/@engineerhunter?lang=en Contact me: engineer.hunter.ce@gmail.com

Temperature Change and Support Displacement Truss Structural Analysis

Image
Temperature Change and Support Displacement Truss Structural Analysis By using Python and Direct Stiffness Analysis, we can do a 2D truss structural analysis to find internal forces and support reactions. After watching this video, you can learn how to implement the Python code to do structural analysis for any 2D truss system in case of temperature change and support displacement. Find the code files here:  link Join membership:  https://www.youtube.com/channel/UC6bSGSi9Bk0usn_1hqqrsLw/join Subscribe to my channel  www.youtube.com/engineerhunter Facebook:  https://web.facebook.com/EngineerHunterSE Contact me: engineer.hunter.ce@gmail.com Donate me:  https://www.patreon.com/EngineerHunter It's not required but any donations are appreciated. Thanks for your support.

Size and Shape Optimization of Truss Structure using PSO and Python

Image
Size and Shape Optimization of Truss Structure using PSO and Python Particle Swarm Optimization is one of a meta-heuristic algorithm which was used in many real world optimization problems of many fields including civil engineering field as well. Particle Swarm Optimization was first introduced by Kennedy and Eberhart in 1995. The algorithm was proposed based on the behavior or movement of a bird flock. To apply the theory of PSO to the optimization problem, we can implement the theory to Python code to do the size and shape optimization of truss structure. In the video below, we can find the minimum total weight of truss structure by using the PSO algorithm with Python programming language. Download Python code file here: Link Link to references: - Standard PSO paper by Kennedy and Eberhart in 1995  here - CLPSO paper by Liang and Qin in 2006  here - A heuristic particle swarm optimizer for optimization of pin connected structures  here - Heuristic dragonfly al...

Size Optimization of Truss Structure using Particle Swarm Optimization

Image
Size Optimization of Truss Structure using Particle Swarm Optimization Particle Swarm Optimization is one of a meta-heuristic algorithm which was used in many real world optimization problems of many fields including civil engineering field as well. Particle Swarm Optimization was first introduced by Kennedy and Eberhart in 1995. The algorithm was proposed based on the behavior or movement of a bird flock. To apply the theory of PSO to the optimization problem, we can implement the theory to Python code to do the size optimization of truss structure. In the video below, we can find the minimum total weight of truss structure by using the PSO algorithm with Python programming language. Download Python code file here:  Link 1 Link to references: - Standard PSO paper by Kennedy and Eberhart in 1995  here - CLPSO paper by Liang and Qin in 2006  here - A heuristic particle swarm optimizer for optimization of pin connected structures  here - Heuristic dragonfly a...