Ansys
ANSYS is a general nonlinear multiphysics software offering structural and thermodynamic analysis, continuum flow analysis, analysis of electrostatic and electromagnetic fields and acoustic analysis.
ANSYS can be run either from module or from a service.
Usage
OnDemand
ANSYS can be run in a browser as OnDemand service. This is the most straighforward and simplest way.
Kubernetes
Another option is to use Kubernetes service, which offers ANSYS application as a Rancher application.
Module
Although this application can be used in text-only mode, in most use cases you will need graphical interface. We recommend to use remote desktop.
Running ANSYS from a module is recommended to advanced users or as a fallback option in case OnDemand and/or Kubernetes service cannot fulfill the user’s requirements.
License
All installed ANSYS versions are available to all MetaCentrum users without location restriction.
Check the number of currently available licenses:
or you can use Ansys specific license tool
Number of available licenses:
Ask scheduler for licence by adding one of the following options:
Available ANSYS products
The following Ansys products are available within the MetaCentrum infrastructure:
- Ansys CFD - product combining two primary general-purpose fluids simulation products offered by ANSYS - Ansys Fluent and Ansys CFX.
- Ansys Mechanical - product for simulating of structural and thermodynamic tasks. The engineering simulation product provides a complete set of elements behavior, material models and equation solvers for a wide range of mechanical design problems.
All ANSYS tools can utilize at most 4 local CPUs for task computation. For more demanding tasks in grid environment it’s necessary to use additional tool – Ansys HPC. Every ANSYS HPC license allows for distribution of computation to another available (local or remote) processor.
Ansys Fluent
Ansys Fluent supports both interactive and batch use.
Interactive usage
For graphic environment, open the GUI interface.
For text-only regime login to a frontend and ask for interactive job in the standard way
Start Fluent and proceed according to onscreen instructions
Batch usage
Login to a frontend
Prepare input data and batch script — in the script, use following commands:
a) for serial computation:
b) for paralel/distributed computation:
Note: you can get list of available versions by running $ fluent -v
.
Submit the batch script:
Parallel batch usage
It seems that best usage of parallel fluent differs from HW where fluent runs (infiniband vs. omnipath), as a rule of thumb you can use:
To utilize homogeneous cluster (fluent cannot optimally use nodes with different performance) , one should submit via:
qsub -l select=N:…:infiniband=^none -l place=group=cluster …
Tip
To minimalize time needed for communication vith cortex component and increase performace, one can try to increase /solve/set/reporting-interval.
Tip
Check the scalability of parallel run before spawning at dozens of processors, maybe the 16cpu run is faster then 32cpu one due to big communication overhead.
Ansys CFX
Interactive usage
For graphic environment, open the GUI interface.
For text-only regime login to a frontend and ask for interactive job in the standard way
Start CFX and proceed according to onscreen instructions
Batch usage
Login to a frontend
Prepare input data and batch script — in the script, use following commands:
a) for serial computation:
b) for paralel/distributed computation:
Submit the batch script:
Ansys Workbench
For graphic environment, open the GUI interface.
Start Workbench in the graphical mode
Documentation
Software documentation is available locally in program’s directory:
- version Ansys 18.2: /software/ansys-18.2/doc/readme.html
- version Ansys 18.0: /software/ansys-18.0/doc/readme.html
- version Ansys 17.2: /software/ansys-17.2/doc/readme.html
- version Ansys 17.1: /software/ansys-17.1/doc/readme.html
- version Ansys 16.2: /software/ansys-16.2/doc/readme.html
- version Ansys 16.1: /software/ansys-16.1/doc/readme.html
- version Ansys 15: /software/ansys-15/doc/readme.html
- version Ansys 14: /software/ansys-14/doc/readme.html
Last updated on