diff --git a/Markdown/developer_product_guide/Connect.md b/Markdown/developer_product_guide/Connect.md index 57e2100f47..e40f3304ba 100644 --- a/Markdown/developer_product_guide/Connect.md +++ b/Markdown/developer_product_guide/Connect.md @@ -31,7 +31,8 @@ Minerva provides the Minerva Transfer Client, which gives access to the Minerva ## ModelCenter -[Ansys ModelCenter Workflow documentation (PyAnsys)](https://modelcenter.docs.pyansys.com/version/stable/) +* [ModelCenter for developers (Developer Portal documentation)](https://developer.ansys.com/docs/model-center) +* [Ansys ModelCenter Workflow documentation (PyAnsys)](https://modelcenter.docs.pyansys.com/version/stable/) ### Ansys ModelCenter training material diff --git a/Markdown/developer_product_guide/fluids.md b/Markdown/developer_product_guide/fluids.md index 87dc664e2d..3b3058f75d 100644 --- a/Markdown/developer_product_guide/fluids.md +++ b/Markdown/developer_product_guide/fluids.md @@ -114,7 +114,8 @@ There are no developer tools available at this time. Thermal Desktop includes a .NET API named OpenTD. -[Application Programming Interface (API) for Thermal Desktop](https://www.crtech.com/opentd-thermal-desktop-api) +* [Thermal Desktop for developers (Developer Portal documentation)](https://developer.ansys.com/docs/thermal-desktop) +* [Application Programming Interface (API) for Thermal Desktop](https://www.crtech.com/opentd-thermal-desktop-api) ### Ansys Thermal Desktop training material diff --git a/Markdown/developer_product_guide/misc.md b/Markdown/developer_product_guide/misc.md index dc5626d902..1cd091a980 100644 --- a/Markdown/developer_product_guide/misc.md +++ b/Markdown/developer_product_guide/misc.md @@ -29,7 +29,7 @@ Ansys System Coupling provides two main developer tools: participant libraries a * [System coupling for developers (Developer portal documentation)](https://developer.ansys.com/docs/system-coupling) * [PySystemCoupling documentation (PyAnsys)](https://systemcoupling.docs.pyansys.com/) -## Data Processing Framework (DPF) +## Data Processing Framework (DPF) DPF is a Python library tool available within many Ansys applications. DPF includes multiple developer tools, such as a C++/C# client library, a Python result object accessed through ACT, and three PyAnsys libraries. @@ -38,18 +38,18 @@ DPF is a Python library tool available within many Ansys applications. DPF inclu * [PyDPF-Post documentation (PyAnsys)](https://post.docs.pyansys.com/version/stable/index.html) * [PyDPF Composites documentation (PyAnsys)](https://composites.dpf.docs.pyansys.com/version/stable/index.html) -### Ansys DPF training material +### Ansys DPF training material * [Introduction to Ansys Data Processing Framework (ALH)](https://www.ansys.com/training-center/course-catalog/structures/introduction-to-ansys-data-processing-framework) * [PyDPF: Contour Plots for Named Selections (ALH)](https://www.ansys.com/training-center/course-catalog/structures/pydpf-contour-plots-for-named-selections) * [Reconstructing specific APDL results with DPF](https://medium.com/ansys-developer/reconstructing-specific-apdl-results-with-dpf-19627939a287) * [PyAnsys Training: PyDPF Examples and Use Cases](https://www.youtube.com/watch?v=PWjnQrLCfBk) -### Non-Ansys DPF training material +### Non-Ansys DPF training material * [PyAnsys Tutorial – Exporting Ansys Results in 3D File Formats, Part 1 (PADT)](https://www.padtinc.com/2023/07/06/pyansys-tutorial-3d-files-part-1/) -## Dynamic Reporting +## Dynamic Reporting Ansys Dynamic Reporting (ADR) is the report-generation, analytics, and data-storage framework integrated into multiple Ansys products. It is a web-oriented collection of tools you use to bring all your data together in one place, organize it, and create compelling reports for yourself, your engineers, your colleagues, and your customers. @@ -61,7 +61,7 @@ There are two primary ADR Python interfaces and PyDynamicReporting, a PyAnsys OS * This external Python API is provided by the Python interpreter included in the CEI/Ansys distributions. It can be used inside and outside the internal interpreter. * [PyDynamicReporting documentation (PyAnsys)](https://dynamicreporting.docs.pyansys.com/) -### Ansys Dynamic Reporting training material +### Ansys Dynamic Reporting training material * [A Guide to Streamlining CFD Simulations and Reporting](https://developer.ansys.com/blog/guide-streamlining-cfd-simulations-and-reporting) * [Embedding PyDynamicReporting into applications](https://developer.ansys.com/blog/embedding-pydynamicreporting-applications) @@ -69,19 +69,19 @@ There are two primary ADR Python interfaces and PyDynamicReporting, a PyAnsys OS * [How to manipulate report HTML: a user example](https://developer.ansys.com/blog/how-manipulate-report-html-user-example) * [Ansys Dynamic Reporting HowTos](https://nexusdemo.ensight.com/docs/en/html/DynamicReportingHowTos.html) -## Geometry +## Geometry The Ansys Geometry Service includes PyAnsys Geometry, an open-source PyAnsys library. [PyAnsys Geometry documentation (PyAnsys)](https://geometry.docs.pyansys.com/version/stable/index.html) -### Ansys Geometry training material +### Ansys Geometry training material * [PyAnsys Training: PyGeometry and Workflow Examples](https://www.youtube.com/watch?v=FhyI-FfOvmE) * [Scripting in Ansys Discovery Modeling (AIS)](https://innovationspace.ansys.com/product/scripting-in-ansys-discovery-modeling/) * [Advanced Scripting in Ansys Discovery (AIS)](https://innovationspace.ansys.com/product/advanced-scripting-in-ansys-discovery/) -## Prime Mesh +## Prime Mesh Ansys Prime Mesh provides core Ansys meshing technology for building meshes of different types for various physics simulations. @@ -109,6 +109,7 @@ See Ansys Discovery. * [PyACP documentation (PyAnsys)](https://acp.docs.pyansys.com/version/dev/) ## High Performance Computation (HPC) Platform Services + HPS has REST APIs and PyHPS, an open-source PyAnsys library. [PyHPS documentation (PyAnsys)](https://hps.docs.pyansys.com/) @@ -125,23 +126,24 @@ PyPIM exposes a Pythonic interface to communicate with the Product Instance Mana [PyPIM documentation (PyAnsys)](https://pypim.docs.pyansys.com/version/stable/) -## SimAI +## SimAI SimAI has an associated PyAnsys library named PySimAI. -[PySimAI documentation (PyAnsys)](https://simai.docs.pyansys.com/) +* [SimAI for developers (Developer Portal documentation)](https://developer.ansys.com/docs/simai) +* [PySimAI documentation (PyAnsys)](https://simai.docs.pyansys.com/) -### Ansys SimAI Training +### Ansys SimAI Training * [PyAnsys Training: Overview of PySimAI](https://www.youtube.com/watch?v=AeTL76GyMRI) -## PyAnsys Shared Components +## PyAnsys Shared Components This open-source PyAnsys library provides a collection of components shared across the PyAnsys ecosystem. [PyAnsys Shared Components documentation (PyAnsys)](https://shared.docs.pyansys.com/) -## Ansys Notebook +## Ansys Notebook Ansys Notebook is a Jupyter-like environment that provides access to Ansys solvers over the web using PyAnsys. diff --git a/Markdown/developer_product_guide/optics.md b/Markdown/developer_product_guide/optics.md index 16b3a1a725..c489e47904 100644 --- a/Markdown/developer_product_guide/optics.md +++ b/Markdown/developer_product_guide/optics.md @@ -20,12 +20,19 @@ The Lumerical Automation API let's you interact with Lumerical’s solvers and p ## Speos +Speos has a variety of developer tools available. + +* [Speos for developers (Developer Portal documentation)](https://developer.ansys.com/docs/speos) +* [PySpeos documentation (PyAnsys)](https://speos.docs.pyansys.com/version/stable/index.html) + +The following is a summary of what is available. + * Speos Client APIs are available for Windows in IronPython. * Speos for NX library is available for Windows in Python. * Speos Labs automation APIs are available for Windows in VB Script and C++. * Speos core methods are available for Windows in COM. -* Speos has a gRPC API. For more information, see [Speos for developers (Developer Portal documentation](https://developer.ansys.com/docs/speos). -* Speos has a PyAnsys library, PySpeos, based on the gRPC API. For more information, see[PySpeos documentation (PyAnsys)](https://speos.docs.pyansys.com/version/stable/index.html). +* Speos has a gRPC API. +* Speos has a PyAnsys library, PySpeos, based on the gRPC API. ### Ansys Speos Training @@ -43,9 +50,9 @@ This API is a COM-enabled .NET library available for Windows, with templates and * MATLAB * Mathematica -For more information, see [Ansys Zemax OpticStudio for developers (Developer Portal documentation](https://developer.ansys.com/docs/zemax) +For more information, see [Ansys Zemax OpticStudio for developers (Developer Portal documentation)](https://developer.ansys.com/docs/zemax) -### Ansys Zemax training material +### Ansys Zemax training material * [Getting Started with ZOS-API](https://support.zemax.com/hc/en-us/articles/23511411341331-Getting-Started-with-ZOS-API) * [Programming for All: How to Enhance Simulation with OpticStudio and ZOS-API](https://www.ansys.com/en-gb/blog/programming-for-all) diff --git a/Markdown/developer_product_guide/structures.md b/Markdown/developer_product_guide/structures.md index d459109e3b..73d21a4611 100644 --- a/Markdown/developer_product_guide/structures.md +++ b/Markdown/developer_product_guide/structures.md @@ -50,7 +50,8 @@ LS-DYNA has an open-source Python interface named PyDYNA. Ansys Sherlock has an open-source Python interface named PySherlock. -[PySherlock documentation (PyAnsys)](https://sherlock.docs.pyansys.com/) +* [Sherlock for developers (Developer Portal documentation)](https://developer.ansys.com/docs/sherlock) +* [PySherlock documentation (PyAnsys)](https://sherlock.docs.pyansys.com/) ### Ansys Sherlock training material @@ -67,7 +68,7 @@ However, Ansys Forming runs on the LS-DYNA solver. For more information, see LS- Ansys Motion provides both a preprocessor C# library and a postprocessor C# library. -[Motion for developers (Developer Portal documentation](https://developer.ansys.com/docs/motion) +[Motion for developers (Developer Portal documentation)](https://developer.ansys.com/docs/motion) * [Motion Standalone Preprocessor C# library 2024 R2](https://developer.ansys.com/docs/motion-standalone-preprocessor-c-sharp-library-2024-r2/index.md) * [Motion Standalone Postprocessor C# library 2024 R2](https://developer.ansys.com/docs/motion-standalone-postprocessor-c-sharp-library-2024-r2/index.md)