Skip to content

Commit d501c4d

Browse files
Merge pull request #58 from CESNET/leontovyc-roman-patch-2
Update ansys.mdx
2 parents a790f1d + d23e1f0 commit d501c4d

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

content/docs/software/sw-list/ansys.mdx

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ANSYS can be run either from module or from a service.
1313

1414
### OnDemand
1515

16-
ANSYS can be run in a browser as [OnDemand service](https://ondemand.metacentrum.cz). This is the most straighforward and simplest way.
16+
ANSYS can be run in a browser as [OnDemand service](https://ondemand.metacentrum.cz). This is the most straightforward and simplest way.
1717

1818
### Kubernetes
1919

@@ -60,19 +60,32 @@ Ansys Academic Research Mechanical in quantity of 5 parallel runs
6060
additional tool Ansys HPC in quantity of 512 pieces (=> cores)
6161
```
6262

63-
```bash
63+
6464
Available tools (complete list of available products is HERE):
65-
FLUENT : command fluent
66-
CFX : command cfx* (e.g. cfx5, cfx5launch, cfx5post, etc.)
67-
CFD Post : command cfdpost
68-
ICEM-CFD : command icemcfd
69-
Workbench : command runwb2
65+
66+
## Ansys Academic Multiphysics Campus Solution (25/250)
67+
68+
This academic license includes access to a comprehensive suite of Ansys tools across structural mechanics, fluid dynamics, electromagnetics, optics, materials, and systems simulation.
69+
70+
| Domain | Included Tools | Command(s) |
71+
|---------------------------------|-----------------------------------------------------------------------------------------------------------|----------------------------------------|
72+
| **Structures & Mechanics** | Mechanical (MAPDL), Autodyn, Fatigue Module, Aqwa, LS-DYNA, Forming, Motion, Additive, Discovery | `ansys`, `runwb2`, `autodyn`, `lsdyn` |
73+
| **CFD** | Fluent, CFX, FENSAP-ICE, Forte, Polyflow, Chemkin, Rocky, Thermal Desktop | `fluent`, `cfx5launch`, `rocky`, `cfdpost` |
74+
| **Electromagnetics & Electronics** | HFSS, Maxwell, SIwave, Icepak, Q3D Extractor, EMC Plus, Charge Plus, RedHawk, PowerArtist | `ansysedt` (Electronics Desktop) |
75+
| **Optics & Photonics** | Lumerical (FDTD, MODE, INTERCONNECT, Multiphysics), Zemax OpticStudio, SPEOS | `fdtd-solutions`, `mode-solutions`, `speos` |
76+
| **MBSE / Systems Simulation** | SCADE Suite, ModelCenter, Medini Analyze, SCADE Architect/Display/Test | GUI-based / Project-specific launchers |
77+
| **Materials (Granta)** | Selector, Advanced Materials (Metals, Polymers, Composites...), EduPack | `granta-selector`, `edupack` |
78+
| **Preprocessing & Interfaces** | Meshing, ICEM CFD, Geometry Translators (CATIA, NX, etc.) | `icemcfd`, `meshing`, `geometrytools` |
79+
| **HPC & Parallelization** | HPC Workgroup, LS-DYNA HPC, optiSLang HPC, Rocky HPC | Used internally via solvers |
80+
81+
> License allows **up to 25 simultaneous jobs** and **512 HPC cores** shared across all supported tools.
82+
7083
```
7184
7285
7386
Ask scheduler for licence by adding one of the following options:
87+
> Each simulation consumes 1 solver license (up to 25 for CFD, 5 for Mechanical) and may use multiple HPC licenses depending on number of CPU cores requested.
7488
75-
```bash
7689
-l ansys-cfd=1 # 1 license of Ansys CFD
7790
-l ansys-mechwb=1 # 1 license of Ansys Mechanical Workbench
7891
-l ansys-anshpc=Z # Z licenses of Ansys HPC
@@ -128,7 +141,7 @@ module add ansys/18.2
128141
fluent <version> -g -i input_file # serial initialization of Fluent
129142
```
130143

131-
b) for paralel/distributed computation:
144+
b) for parallel/distributed computation:
132145

133146
```
134147
module add ansys/18.2
@@ -160,7 +173,7 @@ To utilize homogeneous cluster (fluent cannot optimally use nodes with different
160173
qsub -l select=N:...:infiniband=^none -l place=group=cluster ...
161174

162175
<Callout type="info" title="Tip" icon="💡">
163-
To minimalize time needed for communication vith cortex component and increase performace, one can try to increase /solve/set/reporting-interval.
176+
To minimalize time needed for communication vith cortex component and increase performance, one can try to increase /solve/set/reporting-interval.
164177
</Callout>
165178

166179
<Callout type="info" title="Tip" icon="💡">

0 commit comments

Comments
 (0)