aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-09 18:47:46 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-09 18:47:46 +0100
commitf9328643eb48a03c3a0a3c5014c370eece5011f9 (patch)
treee830db528dcfd45da97cc30f3f97cfda0a6c0b72
parent21f5f9172863f91e6690db528dec99420a9e66dd (diff)
downloadtweed-f9328643eb48a03c3a0a3c5014c370eece5011f9.tar.gz
add OpenFOAM
-rw-r--r--README.md5
-rw-r--r--tweed.guix.scm5
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 39bb910..c35f678 100644
--- a/README.md
+++ b/README.md
@@ -79,8 +79,9 @@ following applications:
1. [LibreCAD](http://librecad.org/cms/home.html)---2D draughting
2. [FreeCAD](http://www.freecadweb.org/)---3D modelling
3. [Gmsh](http://gmsh.info/)---grid generation
-4. [FEniCS](https://fenicsproject.org/)---numerical simulation
-5. [ParaView](https://www.paraview.org/)---post processing
+4. [FEniCS](https://fenicsproject.org/)---numerical simulation (finite element)
+5. [OpenFOAM](https://openfoam.org/)---numerical simulation (finite volume)
+6. [ParaView](https://www.paraview.org/)---post processing
The directory structure for a typical *TWEED* installation is shown in the
diff --git a/tweed.guix.scm b/tweed.guix.scm
index 14a5bed..a362e81 100644
--- a/tweed.guix.scm
+++ b/tweed.guix.scm
@@ -1,5 +1,5 @@
;;; Tweed --- Package management for engineering software
-;;; Copyright (C) 2016 Paul Garlick <pgarlick@tourbillion-technology.com>
+;;; Copyright (C) 2016, 2017 Paul Garlick <pgarlick@tourbillion-technology.com>
;;;
;;; Tweed is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -21,4 +21,5 @@
font-dejavu
fontconfig
librecad
- gmsh))
+ gmsh
+ openfoam))