Engineering¶
OPENFOAM¶
http://www.openfoam.org/ http://www.openfoam.com/
OpenFOAM is free, open source software for computational fluid dynamics (CFD), developed primarily by CFD Direct, on behalf of the OpenFOAM Foundation.
The OpenFOAM Foundation is the copyright holder (i.e. the owner) of OpenFOAM, which it distributes from this website, free and open source only under the GNU general public license (GPL).
The GPL gives users the freedom to modify and redistribute the software and a guarantee of continued free use — as long as the terms of the GPL are adhered to.
OpenFOAM has an extensive range of features and is used heavily across most areas of engineering and science, by commercial and academic organisations.
Licensing Terms and Conditions
OpenFOAM is distributed by the OpenFOAM Foundation and is freely available and open source, licensed under the GNU General Public License.
Usage
List available versions
module avail openfoam
module load openfoam
module show openfoam
FENICS¶
FEniCS is a popular open-source computing platform for solving partial differential equations (PDEs) with the finite element method (FEM). FEniCS enables users to quickly translate scientific models into efficient finite element code. With the high-level Python and C++ interfaces to FEniCS, it is easy to get started, but FEniCS offers also powerful capabilities for more experienced programmers. FEniCS runs on a multitude of platforms ranging from laptops to high-performance computers.
Listing available versions
module avail fenics
module load fenics
module show fenics