Skip to content

Commit c37ba8c

Browse files
Adding support for PyAnsys Heart (#504)
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 2d549bd commit c37ba8c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/ansys/tools/installer/constants.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
"PyAnsys Developer docs": "https://dev.docs.pyansys.com",
109109
"PyACP": "https://acp.docs.pyansys.com",
110110
"PyAdditive": "https://additive.docs.pyansys.com",
111-
"PyAdditive Widgets": "https://widgets.additive.docs.pyansys.com",
112111
"PyAEDT": "https://aedt.docs.pyansys.com",
113112
"PyAnsys Geometry": "https://geometry.docs.pyansys.com",
113+
"PyAnsys Heart": "https://heart.health.docs.pyansys.com",
114114
"PyAnsys Math": "https://math.docs.pyansys.com",
115115
"PyAnsys Sound": "https://sound.docs.pyansys.com",
116116
"PyConceptEV": "https://conceptev.docs.pyansys.com",
@@ -126,6 +126,7 @@
126126
"PyFluent - Visualization": "https://visualization.fluent.docs.pyansys.com",
127127
"PyGranta": "https://grantami.docs.pyansys.com",
128128
"PyHPS": "https://hps.docs.pyansys.com",
129+
"PyHPS Data Transfer": "https://data-transfer.hps.docs.pyansys.com",
129130
"PyMAPDL": "https://mapdl.docs.pyansys.com",
130131
"PyMAPDL Reader": "https://reader.docs.pyansys.com",
131132
"PyMechanical": "https://mechanical.docs.pyansys.com",
@@ -135,9 +136,12 @@
135136
"PyPIM": "https://pypim.docs.pyansys.com",
136137
"PyPrimeMesh": "https://prime.docs.pyansys.com",
137138
"PyRocky": "https://rocky.docs.pyansys.com",
139+
"PyScadeOne": "https://scadeone.docs.pyansys.com",
138140
"PySeascape": "https://seascape.docs.pyansys.com",
139141
"PySherlock": "https://sherlock.docs.pyansys.com",
140142
"PySimAI": "https://simai.docs.pyansys.com",
143+
"PySpeos": "https://speos.docs.pyansys.com",
144+
"PySTK": "https://stk.docs.pyansys.com",
141145
"PySystemCoupling": "https://systemcoupling.docs.pyansys.com",
142146
"PyTurboGrid": "https://turbogrid.docs.pyansys.com",
143147
"PyTwin": "https://twin.docs.pyansys.com",
@@ -159,9 +163,9 @@
159163
"PyAnsys-Metapackage": "pyansys",
160164
"PyACP": "ansys-acp-core",
161165
"PyAdditive": "ansys-additive-core",
162-
"PyAdditive Widgets": "ansys-additive-widgets",
163166
"PyAEDT": "pyaedt",
164167
"PyAnsys Geometry": "ansys-geometry-core",
168+
"PyAnsys Heart": "ansys-health-heart",
165169
"PyAnsys Math": "ansys-math-core",
166170
"PyAnsys Sound": "ansys-sound-core",
167171
"PyConceptEV": "ansys-conceptev-core",
@@ -177,6 +181,7 @@
177181
"PyFluent - Visualization": "ansys-fluent-visualization",
178182
"PyGranta": "pygranta",
179183
"PyHPS": "ansys-hps-client",
184+
"PyHPS Data Transfer": "ansys-hps-data-transfer-client",
180185
"PyMAPDL": "ansys-mapdl-core",
181186
"PyMAPDL Reader": "ansys-mapdl-reader",
182187
"PyMechanical": "ansys-mechanical-core",
@@ -186,9 +191,12 @@
186191
"PyPIM": "ansys-platform-instancemanagement",
187192
"PyPrimeMesh": "ansys-meshing-prime",
188193
"PyRocky": "ansys-rocky-core",
194+
"PyScadeOne": "ansys-scadeone-core",
189195
"PySeascape": "ansys-seascape",
190196
"PySherlock": "ansys-sherlock-core",
191197
"PySimAI": "ansys-simai-core",
198+
"PySpeos": "ansys-speos-core",
199+
"PySTK": "ansys-stk",
192200
"PySystemCoupling": "ansys-systemcoupling-core",
193201
"PyTurboGrid": "ansys-turbogrid-core",
194202
"PyTwin": "pytwin",

0 commit comments

Comments
 (0)