Automating Ansys SCADE Suite workflows with GitHub Actions
ludovic.oddos@… | 09.18.2025This article explores using open-source Ansys SCADE Actions for GitHub. We set up and run a GitHub Actions pipeline on the Cruise Control example model provided with the SCADE Suite product, using a self-hosted runner to perform automated actions.
Setting up Continuous Integration / Continuous Delivery (CI/CD) with SCADE
francois.couad… | 09.16.2025This article walks through implementing CI/CD (Continuous Integration / Continuous Delivery) practice on software developed with SCADE Suite.
Mechanical Scripting: Geometry panel view cheatsheet
tasos.katsouda… | 07.29.2025This cheat sheet helps python users looking to manipulate the geometry panel view within Ansys Mechanical.
All you need to know about PyFluent's Settings APIs and objects
abhishek.chitw… | 06.10.2025PyFluent is a Python library of remotable APIs for interacting with Ansys Fluent. PyFluent provides an interface for automating, customizing, and streamlining CFD workflows using the flexibility and power of Python.
Calculating hotspots in the Additive Manufacturing DED process
abel.ramos@ansys.com | 04.28.2025This example demonstrates the creation of a complete Mechanical Extension to showcase the use of Ansys scripting capabilities for calculating residual hotspots in the Additive Manufacturing Direct Energy Deposition (DED) process.
Getting started with classes in Python Part 10: Inheritance
James Derrick | 04.02.2025This article concludes a ten-part series on classes in python. The final topic covers inheritance, focusing on 'subclassing' and inheriting.
Getting started with classes in Python Part 9: `__str__` vs `__repr__`
James Derrick | 02.24.2025As our series on python classes continues we will delve into a simple example of how to leverage two dunder methods covered in the previous article, which are used "under the hood" to perform much of the day-to-day business logic in Python.