Difference between revisions of "OpenFOAM 2016"
Schwietzer (talk | contribs) |
|||
(11 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
== Installed version == | == Installed version == | ||
These versions are installed and and currently available ... | |||
... on envirnoment ''hpc-uniol-env'': | |||
'''OpenFOAM-Extend/3.2''' | |||
'''OpenFOAM/1.7.1''' | |||
'''OpenFOAM/2.1.1''' | |||
'''OpenFOAM/2.3.1''' | |||
'''OpenFOAM/2.4.0''' | |||
'''OpenFOAM/3.0.1''' | |||
'''OpenFOAM/4.0''' | |||
'''OpenFOAM/4.1-gcc''' | |||
'''OpenFOAM/4.1-se''' | |||
'''OpenFOAM/4.1''' | |||
... on environment ''hpc-env/6.4'': | |||
'''OpenFOAM-Extend/4.0'''-gimkl-2018a | |||
'''OpenFOAM-SOWFA/2.4.0'''-gimkl-2018 | |||
'''OpenFOAM/2.4.0'''-gimkl-2018a | |||
'''OpenFOAM/5.0'''-gimkl-2018a | |||
'''OpenFOAM/6'''-gimkl-2018a | |||
'''OpenFOAM/7'''-gimkl-2018a | |||
'''OpenFOAM-Plus/1906'''-gimkl-2018a | |||
... on environment ''hpc-env/8.3'': | |||
'''OpenFOAM/5'''-gimkl-2019b | |||
'''OpenFOAM/6'''-gimkl-2019b | |||
'''OpenFOAM/7'''-gimkl-2019b | |||
'''OpenFOAM/8'''-gimkl-2019b | |||
'''OpenFOAM/9'''-gimkl-2019b | |||
'''OpenFOAM-Plus/1912'''-gimkl-2019b | |||
'''OpenFOAM-Plus/2006'''-gimkl-2019b | |||
'''OpenFOAM-Plus/2012'''-gimkl-2019b | |||
'''OpenFOAM-Plus/v2112'''-gimkl-2019b | |||
'''OpenFOAM-Plus/v2112'''-foss-2019b | |||
== Using OpenFOAM on the HPC cluster == | == Using OpenFOAM on the HPC cluster == | ||
Line 24: | Line 51: | ||
Not adding a specific version will load OpenFOAM in version 4.1. If you want to use an other version, you will need to add e.g. this to the ''module load''-command: | Not adding a specific version will load OpenFOAM in version 4.1. If you want to use an other version, you will need to add e.g. this to the ''module load''-command: | ||
module load OpenFOAM/3.0.1 | module load OpenFOAM/3.0.1 | ||
== Documentation == | == Documentation == | ||
The full documentation can be found [http://www.openfoam.com/documentation/ here]. | The full documentation can be found [http://www.openfoam.com/documentation/ here]. <br/> | ||
Should you prefer to walk through a step by step tutorial, you might find what you need on [https://www.openfoam.com/documentation/tutorial-guide/tutorialse2.php#x6-60002.1 this page]. |
Latest revision as of 14:22, 2 March 2023
Introduction
OpenFOAM is the free, open source CFD software released and developed primarily by OpenCFD Ltd since 2004. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to acoustics, solid mechanics and electromagnetics.
Installed version
These versions are installed and and currently available ...
... on envirnoment hpc-uniol-env:
OpenFOAM-Extend/3.2 OpenFOAM/1.7.1 OpenFOAM/2.1.1 OpenFOAM/2.3.1 OpenFOAM/2.4.0 OpenFOAM/3.0.1 OpenFOAM/4.0 OpenFOAM/4.1-gcc OpenFOAM/4.1-se OpenFOAM/4.1
... on environment hpc-env/6.4:
OpenFOAM-Extend/4.0-gimkl-2018a OpenFOAM-SOWFA/2.4.0-gimkl-2018 OpenFOAM/2.4.0-gimkl-2018a OpenFOAM/5.0-gimkl-2018a OpenFOAM/6-gimkl-2018a OpenFOAM/7-gimkl-2018a OpenFOAM-Plus/1906-gimkl-2018a
... on environment hpc-env/8.3:
OpenFOAM/5-gimkl-2019b OpenFOAM/6-gimkl-2019b OpenFOAM/7-gimkl-2019b OpenFOAM/8-gimkl-2019b OpenFOAM/9-gimkl-2019b OpenFOAM-Plus/1912-gimkl-2019b OpenFOAM-Plus/2006-gimkl-2019b OpenFOAM-Plus/2012-gimkl-2019b OpenFOAM-Plus/v2112-gimkl-2019b OpenFOAM-Plus/v2112-foss-2019b
Using OpenFOAM on the HPC cluster
If you want to use OpenFOAM on the HPC cluster, you will have to load its correspoding module first. You can do by using the following command:
module load OpenFOAM
Not adding a specific version will load OpenFOAM in version 4.1. If you want to use an other version, you will need to add e.g. this to the module load-command:
module load OpenFOAM/3.0.1
Documentation
The full documentation can be found here.
Should you prefer to walk through a step by step tutorial, you might find what you need on this page.