From f9328643eb48a03c3a0a3c5014c370eece5011f9 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 9 Oct 2017 18:47:46 +0100 Subject: add OpenFOAM --- README.md | 5 +++-- tweed.guix.scm | 5 +++-- 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 +;;; Copyright (C) 2016, 2017 Paul Garlick ;;; ;;; 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)) -- cgit