Skip to main content

Ansys Thermal Desktop for developers

Overview

Ansys Thermal Desktop™ thermal-centric modeling software enables you to create models that range from small components to complete systems. It is general purpose, which means it is suitable for everything from commercial submarine components to planetary exploration systems. Finite difference and finite element objects are combined with environment definitions in AutoCAD’s 3D design environment. Thermal Desktop software creates the node and conduction network, launches Ansys Sinda™ software  for the solution, and provides postprocessing results.  For more information, see the Ansys Thermal Desktop product page.

Ansys OpenTD is the application programming interface (API) for Thermal Desktop and Sinda software. It enables you to automate tasks typically performed through Thermal Desktop graphical user interface. With the OpenTD API, you can programmatically create, query, modify, delete, run, and control models. You can also explore and plot results from saved files, compressed solution results (CSRs), SaveX files, and spreadsheets.

OS and supported languages

The OpenTD API is available for Windows and supports:

  • Programming in any .NET Framework 4.8 language, including C#, VB.NET, F#, and others.
  • Integration into systems capable of loading .NET Framework 4.8 assemblies, such as MATLAB or Python.

Documentation

OpenTD guide

Use this guide to learn the OpenTD API concepts and syntax through a series of example C# programs.

92.0.0.0

2024 R2

OpenTD reference

Download this API reference for a comprehensive list of all OpenTD API types and methods.

92.0.0.0

2024 R2

OpenTD demos

Download this Visual Studio C# project showcasing multiple usage scenarios with the OpenTD API.

92.0.0.0

2024 R2

Related projects