Skip to content
Snippets Groups Projects
Commit 3271ce94 authored by LocNgu's avatar LocNgu
Browse files

Fix FEMSoftware.md

parent bba1376a
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!89Fix links and markdown in FEMSoftware.md
# FEM Software # FEM Software
For an up-to-date list of the installed software versions on our For an up-to-date list of the installed software versions on our
cluster, please refer to [SoftwareModulesList](SoftwareModulesList). cluster, please refer to SoftwareModulesList **TODO LINK** (SoftwareModulesList).
## Abaqus ## Abaqus
[ABAQUS](http://www.hks.com) is a general-purpose finite-element program [ABAQUS](http://www.hks.com) **TODO links to realestate site** is a general-purpose finite-element program
designed for advanced linear and nonlinear engineering analysis designed for advanced linear and nonlinear engineering analysis
applications with facilities for linking-in user developed material applications with facilities for linking-in user developed material
models, elements, friction laws, etc. models, elements, friction laws, etc.
...@@ -14,14 +14,14 @@ Eike Dohmen (from Inst.f. Leichtbau und Kunststofftechnik) sent us the ...@@ -14,14 +14,14 @@ Eike Dohmen (from Inst.f. Leichtbau und Kunststofftechnik) sent us the
attached description of his ABAQUS calculations. Please try to adapt attached description of his ABAQUS calculations. Please try to adapt
your calculations in that way.\<br />Eike is normally a Windows-User and your calculations in that way.\<br />Eike is normally a Windows-User and
his description contains also some hints for basic Unix commands. ( his description contains also some hints for basic Unix commands. (
[ABAQUS-SLURM.pdf](%ATTACHURL%/ABAQUS-SLURM.pdf) - only in German) ABAQUS-SLURM.pdf **TODO LINK** (%ATTACHURL%/ABAQUS-SLURM.pdf) - only in German)
Please note: Abaqus calculations should be started with a batch script. Please note: Abaqus calculations should be started with a batch script.
Please read the information about the [Batch System](BatchSystems) Please read the information about the Batch System **TODO LINK ** (BatchSystems)
SLURM. SLURM.
The detailed Abaqus documentation can be found at The detailed Abaqus documentation can be found at
<http://doc.zih.tu-dresden.de/abaqus> (only accessible from within the abaqus **TODO LINK MISSING** (only accessible from within the
TU Dresden campus net). TU Dresden campus net).
\*Example - Thanks to Benjamin Groeger, Inst. f. Leichtbau und \*Example - Thanks to Benjamin Groeger, Inst. f. Leichtbau und
...@@ -29,7 +29,7 @@ Kunststofftechnik) \* ...@@ -29,7 +29,7 @@ Kunststofftechnik) \*
1\. Prepare an Abaqus input-file (here the input example from Benjamin) 1\. Prepare an Abaqus input-file (here the input example from Benjamin)
[Rot-modell-BenjaminGroeger.inp](%ATTACHURL%/Rot-modell-BenjaminGroeger.inp) Rot-modell-BenjaminGroeger.inp **TODO LINK** (%ATTACHURL%/Rot-modell-BenjaminGroeger.inp)
2\. Prepare a batch script on taurus like this 2\. Prepare a batch script on taurus like this
...@@ -60,7 +60,7 @@ CFX](http://www.ansys.com) used to be separate packages in the past and ...@@ -60,7 +60,7 @@ CFX](http://www.ansys.com) used to be separate packages in the past and
are now combined. are now combined.
ANSYS, like all other installed software, is organized in so-called ANSYS, like all other installed software, is organized in so-called
[modules](RuntimeEnvironment). To list the available versions and load a modules **TODO LINK** (RuntimeEnvironment). To list the available versions and load a
particular ANSYS version, type particular ANSYS version, type
``` ```
...@@ -85,7 +85,7 @@ runwb2 ...@@ -85,7 +85,7 @@ runwb2
``` ```
If more time is needed, a CPU has to be allocated like this (see topic If more time is needed, a CPU has to be allocated like this (see topic
[batch systems](BatchSystems) for further information): batch systems **TODO LINK** (BatchSystems) for further information):
``` ```
module load ANSYS/VERSION module load ANSYS/VERSION
...@@ -95,11 +95,11 @@ runwb2 ...@@ -95,11 +95,11 @@ runwb2
**Note:** The software NICE Desktop Cloud Visualization (DCV) enables to **Note:** The software NICE Desktop Cloud Visualization (DCV) enables to
remotly access OpenGL-3D-applications running on taurus using its GPUs remotly access OpenGL-3D-applications running on taurus using its GPUs
(cf. [virtual desktops](Compendium.VirtualDesktops)). Using ANSYS (cf. virtual desktops **TODO LINK** (Compendium.VirtualDesktops)). Using ANSYS
together with dcv works as follows: together with dcv works as follows:
- Follow the instructions within [virtual - Follow the instructions within virtual
desktops](Compendium.VirtualDesktops) desktops **TODO LINK** (Compendium.VirtualDesktops)
- \<pre> module load ANSYS\</pre> - \<pre> module load ANSYS\</pre>
- \<pre> unset SLURM_GTIDS\</pre> - \<pre> unset SLURM_GTIDS\</pre>
- Note the hints w.r.t. GPU support on dcv side - Note the hints w.r.t. GPU support on dcv side
...@@ -141,11 +141,11 @@ to enter it into an XML file in your home. This setting will then be ...@@ -141,11 +141,11 @@ to enter it into an XML file in your home. This setting will then be
used for all your runwb2 jobs. While it is also possible to edit this used for all your runwb2 jobs. While it is also possible to edit this
setting via the Mechanical GUI, experience shows that this can be setting via the Mechanical GUI, experience shows that this can be
problematic via X-Forwarding and we only managed to use the GUI properly problematic via X-Forwarding and we only managed to use the GUI properly
via [DCV](DesktopCloudVisualization), so we recommend you simply edit via DCV **TODO LINK** (DesktopCloudVisualization), so we recommend you simply edit
the XML file directly with a text editor of your choice. It is located the XML file directly with a text editor of your choice. It is located
under: under:
*$HOME/.mw/Application Data/Ansys/v181/SolveHandlers.xml* '*$HOME/.mw/Application Data/Ansys/v181/SolveHandlers.xml*'
(mind the space in there.) You might have to adjust the ANSYS Version (mind the space in there.) You might have to adjust the ANSYS Version
(v181) in the path. In this file, you can find the parameter (v181) in the path. In this file, you can find the parameter
...@@ -163,7 +163,8 @@ match your used --cpus-per-task parameter in your sbatch script. ...@@ -163,7 +163,8 @@ match your used --cpus-per-task parameter in your sbatch script.
finite element analysis, solver and Simulation software package for finite element analysis, solver and Simulation software package for
various physics and engineering applications, especially coupled various physics and engineering applications, especially coupled
phenomena, or multiphysics." phenomena, or multiphysics."
[\[http://en.wikipedia.org/wiki/COMSOL_Multiphysics Wikipedia]([http://en.wikipedia.org/wiki/COMSOL_Multiphysics Wikipedia) [\[http://en.wikipedia.org/wiki/COMSOL_Multiphysics Wikipedia]
([http://en.wikipedia.org/wiki/COMSOL_Multiphysics Wikipedia)
\] \]
Comsol may be used remotely on ZIH machines or locally on the desktop, Comsol may be used remotely on ZIH machines or locally on the desktop,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment