Skip to main content
PyAnsys

Is your scripting up to scratch? Results & Highlights!

James Derrick | 09.24.2025

When we sought user scripting tips and tricks for PyAnsys our customers, partners, and users responded with some excellent work. This article covers two stand-out examples.

Ansys SCADE

Automating Ansys SCADE Suite workflows with GitHub Actions

ludovic.oddos@… | 09.18.2025

This 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.

Ansys SCADE

Setting up Continuous Integration / Continuous Delivery (CI/CD) with SCADE

francois.couad… | 09.16.2025

This article walks through implementing CI/CD (Continuous Integration / Continuous Delivery) practice on software developed with SCADE Suite.

Ansys PyMechanical

Mechanical Scripting: Geometry panel view cheatsheet

tasos.katsouda… | 07.29.2025

This cheat sheet helps python users looking to manipulate the geometry panel view within Ansys Mechanical.

PyFluent

All you need to know about PyFluent's Settings APIs and objects

abhishek.chitw… | 06.10.2025

PyFluent 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.

Ansys PyMechanical

Calculating hotspots in the Additive Manufacturing DED process

abel.ramos@ansys.com | 04.28.2025

This 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.

Starting with classes in Python

Getting started with classes in Python Part 10: Inheritance

James Derrick | 04.02.2025

This article concludes a ten-part series on classes in python. The final topic covers inheritance, focusing on 'subclassing' and inheriting.

Starting with classes in Python

Getting started with classes in Python Part 9: `__str__` vs `__repr__`

James Derrick | 02.24.2025

As 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.

classes in python

Getting started with classes in Python Part 8: "dunder"

James Derrick | 01.29.2025

This series on classes in Python continues. This article introduces "dunder" methods and how they might apply to classes.

Connect with Ansys