diff options
author | Lorenzo Trevisan <lorenzo.trevisan@gmail.com> | 2017-09-23 14:20:17 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-23 14:20:17 +0100 |
commit | 416e9620f6d7752662260cd1d8dba40554cc74c6 (patch) | |
tree | 34421ab2aed33a42e8cdb50bf1abbd68964644df /academic/OpenFOAM/README | |
parent | a7e0daa5ce8416faecb58f81e0d2955a3a1572ad (diff) |
academic/OpenFOAM: Added (computational fluid dynamics).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/OpenFOAM/README')
-rw-r--r-- | academic/OpenFOAM/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/OpenFOAM/README b/academic/OpenFOAM/README new file mode 100644 index 0000000000000..b5a4298c1cd11 --- /dev/null +++ b/academic/OpenFOAM/README @@ -0,0 +1,10 @@ +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 +executed in parallel as standard to take full advantage of today’s +multi-core processors and multi-processor computers. + +Optional dependency: graphviz (for documentation with graphs) |