2017-09-23 15:20:17 +02:00
|
|
|
OpenFOAM has an extensive range of features to simulate anything from
|
|
|
|
turbulent flows in automotive aerodynamics, to fires and fire
|
|
|
|
suppression in buildings, involving combustion, chemical reactions,
|
|
|
|
heat transfer, liquid sprays and films. It includes tools for meshing
|
|
|
|
in and around complex geometries (e.g. a vehicle), and for data
|
|
|
|
processing and visualisation, and more. Almost all computations can be
|
2018-07-16 20:39:40 +02:00
|
|
|
executed in parallel as standard to take full advantage of today's
|
2017-09-23 15:20:17 +02:00
|
|
|
multi-core processors and multi-processor computers.
|
|
|
|
|
|
|
|
Optional dependency: graphviz (for documentation with graphs)
|
2018-07-16 20:39:40 +02:00
|
|
|
|
2020-10-08 22:48:49 +02:00
|
|
|
You can build with multiple jobs by setting the MAKEFLAGS environment
|
2022-07-29 17:50:17 +02:00
|
|
|
variable (e.g. export MAKEFLAGS="-j$(nproc)" at bash prompt).
|