[SCM] Freefoam packaging. Programs and libraries for Computational Fluid Dynamics (CFD) branch, master, updated. upstream/0.1.0-6-g67bd310

Gerber van der Graaf gerber.vdgraaf at gmail.com
Wed May 16 21:09:47 UTC 2012


The following commit has been merged in the master branch:
commit 67bd3106b1aff9ba400dbe22d207fbaa522fd37c
Author: Gerber van der Graaf <gerber.vdgraaf at gmail.com>
Date:   Wed May 16 22:58:16 2012 +0200

    omit a2x error, removed (par)metis, CXX hardening flags and -fpermissive
    for upgrade to gcc 4.7.0

diff --git a/debian/README b/debian/README
deleted file mode 100644
index 57fdd99..0000000
--- a/debian/README
+++ /dev/null
@@ -1,6 +0,0 @@
-The configuration settings:
-FOAM_PARAVIEW3_APP=/usr/bin/paraview 
-FOAM_PARAVIEW3_VERSION=3.8.1 
-have been pre-defined as paraview needs an X11 connection while running 
-"paraview --version". This might give problems when building packages 
-automatically and / or under chroot.
diff --git a/debian/control b/debian/control
index 7e0cf4c..b5851ee 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Vcs-Git: git://git.debian.org/git/debian-science/packages/freefoam.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/freefoam.git
 DM-Upload-Allowed: yes
 Homepage: http://freefoam.wiki.sourceforge.net/
-Build-Depends: cdbs, debhelper (>= 5.0.24), python-support, cmake, flex, gawk, python, libreadline6-dev, zlib1g-dev, libscotch-dev, libparmetis-dev, mpi-default-dev, mpi-default-bin, paraview (>= 3.8), doxygen, libjs-jquery, asciidoc, xmlto, docbook-utils, dvipng, asymptote, texlive-science, dblatex
+Build-Depends: cdbs, debhelper (>= 5.0.24), python-support, cmake, flex, gawk, python, libreadline6-dev, zlib1g-dev, libscotch-dev, mpi-default-dev, mpi-default-bin, paraview (>= 3.8), doxygen, libjs-jquery, asciidoc, xmlto, docbook-utils, dvipng, asymptote, texlive-science, dblatex
 Standards-Version: 3.9.3
 
 Package: libfreefoam
diff --git a/debian/freefoam.install b/debian/freefoam.install
index 40c3547..8abaddd 100644
--- a/debian/freefoam.install
+++ b/debian/freefoam.install
@@ -1,3 +1,5 @@
 debian/tmp/usr/bin/* /usr/bin
-debian/tmp/usr/share/man/man1/* /usr/share/man/man1
+# Temprary disabled (a2x configuration bug)
+#debian/tmp/usr/share/man/man1/* /usr/share/man/man1
+debian/man1/* /usr/share/man/man1
 debian/tmp/etc/freefoam/* /etc/freefoam
diff --git a/debian/man1/freefoam-Co.1 b/debian/man1/freefoam-Co.1
new file mode 100644
index 0000000..1d6631f
--- /dev/null
+++ b/debian/man1/freefoam-Co.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-co
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CO" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-Co \- Calculates and writes the Co number as a surfaceScalarField obtained from field phi\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam Co\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-noWrite option just outputs the max values without writing the field\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-IFCLookUpTableGen.1 b/debian/man1/freefoam-IFCLookUpTableGen.1
new file mode 100644
index 0000000..8f0c75c
--- /dev/null
+++ b/debian/man1/freefoam-IFCLookUpTableGen.1
@@ -0,0 +1,134 @@
+'\" t
+.\"     Title: freefoam-ifclookuptablegen
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-IFCLOOKUPTABLEGEN" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-IFCLookUpTableGen \- Calculate the the infinitely\-fast chemistry relationships in function of ft\&. for a given fuel\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam IFCLookUpTableGen\fR \fI<controlFile>\fR [\-parallel] [\-srcDoc] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+The output is given in moles\&. i\&.e\&. dictionary:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+fileName "SpeciesTable";
+
+
+fuel CH4(ANHARMONIC);
+n    1;
+m    4;
+
+
+fields
+(
+    {
+        name   ft;
+        min    0\&.;
+        max    1\&.;
+        N      100;
+    }
+);
+
+output
+(
+    {
+        name    CH4;
+    }
+    {
+        name    CO2;
+    }
+    {
+        name    H2O;
+    }
+);
+.fi
+.if n \{\
+.RE
+.\}
+.SH "OPTIONS"
+.PP
+\fI<controlFile>\fR
+.RS 4
+Control\-dictionary file for the lookup table generation
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-Lambda2.1 b/debian/man1/freefoam-Lambda2.1
new file mode 100644
index 0000000..f64ad37
--- /dev/null
+++ b/debian/man1/freefoam-Lambda2.1
@@ -0,0 +1,120 @@
+'\" t
+.\"     Title: freefoam-lambda2
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-LAMBDA2" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-Lambda2 \- Calculates and writes the second largest eigenvalue of the sum of the square of the symmetrical and anti\-symmetrical parts of the velocity gradient tensor\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam Lambda2\fR [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-noWrite option has no meaning\&.
+.SH "OPTIONS"
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-MRFInter.1 b/debian/man1/freefoam-MRFInter.1
new file mode 100644
index 0000000..758414a
--- /dev/null
+++ b/debian/man1/freefoam-MRFInter.1
@@ -0,0 +1,76 @@
+'\" t
+.\"     Title: freefoam-mrfinter
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MRFINTER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-MRFInter \- Solver for 2 incompressible, isothermal immiscible fluids\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam MRFInter\fR
+.SH "DESCRIPTION"
+.sp
+Using a VOF (volume of fluid) phase\-fraction based interface capturing approach\&. The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved\&.
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.sp
+For a two\-fluid approach see twoPhaseEulerFoam\&.
+.SH "OPTIONS"
+.sp
+\fBTODO\fR write a usage section
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-MRFMultiphaseInter.1 b/debian/man1/freefoam-MRFMultiphaseInter.1
new file mode 100644
index 0000000..8f20614
--- /dev/null
+++ b/debian/man1/freefoam-MRFMultiphaseInter.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-mrfmultiphaseinter
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MRFMULTIPHASEINTER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-MRFMultiphaseInter \- Solver for n incompressible fluids which captures the interfaces and includes surface\-tension and contact\-angle effects for each phase\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam MRFMultiphaseInter\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-Mach.1 b/debian/man1/freefoam-Mach.1
new file mode 100644
index 0000000..e0cb387
--- /dev/null
+++ b/debian/man1/freefoam-Mach.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-mach
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MACH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-Mach \- Calculates and optionally writes the local Mach number from the velocity field U at each time\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam Mach\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-nowrite option just outputs the max value without writing the field\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-PDR.1 b/debian/man1/freefoam-PDR.1
new file mode 100644
index 0000000..844afe7
--- /dev/null
+++ b/debian/man1/freefoam-PDR.1
@@ -0,0 +1,103 @@
+'\" t
+.\"     Title: freefoam-pdr
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PDR" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-PDR \- Solver for compressible premixed/partially\-premixed combustion with turbulence modelling\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam PDR\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Combusting RANS code using the b\-Xi two\-equation model\&. Xi may be obtained by either the solution of the Xi transport equation or from an algebraic exression\&. Both approaches are based on Gulder\(cqs flame speed correlation which has been shown to be appropriate by comparison with the results from the spectral model\&.
+.sp
+Strain effects are incorporated directly into the Xi equation but not in the algebraic approximation\&. Further work need to be done on this issue, particularly regarding the enhanced removal rate caused by flame compression\&. Analysis using results of the spectral model will be required\&.
+.sp
+For cases involving very lean Propane flames or other flames which are very strain\-sensitive, a transport equation for the laminar flame speed is present\&. This equation is derived using heuristic arguments involving the strain time scale and the strain\-rate at extinction\&. the transport velocity is the same as that for the Xi equation\&.
+.sp
+For large flames e\&.g\&. explosions additional modelling for the flame wrinkling due to surface instabilities may be applied\&.
+.sp
+PDR (porosity/distributed resistance) modelling is included to handle regions containing blockages which cannot be resolved by the mesh\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-PDRAutoRefine.1 b/debian/man1/freefoam-PDRAutoRefine.1
new file mode 100644
index 0000000..60cd778
--- /dev/null
+++ b/debian/man1/freefoam-PDRAutoRefine.1
@@ -0,0 +1,80 @@
+'\" t
+.\"     Title: freefoam-pdrautorefine
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PDRAUTOREFINE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-PDRAutoRefine \- Solver for compressible premixed/partially\-premixed combustion with turbulence modelling\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam PDRAutoRefine\fR
+.SH "DESCRIPTION"
+.sp
+Combusting RANS code using the b\-Xi two\-equation model\&. Xi may be obtained by either the solution of the Xi transport equation or from an algebraic exression\&. Both approaches are based on Gulder\(cqs flame speed correlation which has been shown to be appropriate by comparison with the results from the spectral model\&.
+.sp
+Strain effects are incorporated directly into the Xi equation but not in the algebraic approximation\&. Further work need to be done on this issue, particularly regarding the enhanced removal rate caused by flame compression\&. Analysis using results of the spectral model will be required\&.
+.sp
+For cases involving very lean Propane flames or other flames which are very strain\-sensitive, a transport equation for the laminar flame speed is present\&. This equation is derived using heuristic arguments involving the strain time scale and the strain\-rate at extinction\&. the transport velocity is the same as that for the Xi equation\&.
+.sp
+For large flames e\&.g\&. explosions additional modelling for the flame wrinkling due to surface instabilities may be applied\&.
+.sp
+PDR (porosity/distributed resistance) modelling is included to handle regions containing blockages which cannot be resolved by the mesh\&.
+.SH "OPTIONS"
+.sp
+\fBTODO\fR write a usage section
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-Pe.1 b/debian/man1/freefoam-Pe.1
new file mode 100644
index 0000000..4ac13e8
--- /dev/null
+++ b/debian/man1/freefoam-Pe.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-pe
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-Pe \- Calculates and writes the Pe number as a surfaceScalarField obtained from field phi\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam Pe\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-noWrite option just outputs the max/min values without writing the field\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-Q.1 b/debian/man1/freefoam-Q.1
new file mode 100644
index 0000000..5fe4c0c
--- /dev/null
+++ b/debian/man1/freefoam-Q.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-q
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-Q" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-Q \- Calculates and writes the second invariant of the velocity gradient tensor\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam Q\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-noWrite option just outputs the max/min values without writing the field\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-R.1 b/debian/man1/freefoam-R.1
new file mode 100644
index 0000000..94c3aa4
--- /dev/null
+++ b/debian/man1/freefoam-R.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-r
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-R" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-R \- Calculates and writes the Reynolds stress R for the current time step\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam R\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-Xi.1 b/debian/man1/freefoam-Xi.1
new file mode 100644
index 0000000..ca27ac2
--- /dev/null
+++ b/debian/man1/freefoam-Xi.1
@@ -0,0 +1,99 @@
+'\" t
+.\"     Title: freefoam-xi
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-XI" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-Xi \- Solver for compressible premixed/partially\-premixed combustion with turbulence modelling\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam Xi\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Combusting RANS code using the b\-Xi two\-equation model\&. Xi may be obtained by either the solution of the Xi transport equation or from an algebraic exression\&. Both approaches are based on Gulder\(cqs flame speed correlation which has been shown to be appropriate by comparison with the results from the spectral model\&.
+.sp
+Strain effects are encorporated directly into the Xi equation but not in the algebraic approximation\&. Further work need to be done on this issue, particularly regarding the enhanced removal rate caused by flame compression\&. Analysis using results of the spectral model will be required\&.
+.sp
+For cases involving very lean Propane flames or other flames which are very strain\-sensitive, a transport equation for the laminar flame speed is present\&. This equation is derived using heuristic arguments involving the strain time scale and the strain\-rate at extinction\&. the transport velocity is the same as that for the Xi equation\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-adiabaticFlameT.1 b/debian/man1/freefoam-adiabaticFlameT.1
new file mode 100644
index 0000000..fd48cb3
--- /dev/null
+++ b/debian/man1/freefoam-adiabaticFlameT.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-adiabaticflamet
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ADIABATICFLAMET" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-adiabaticFlameT \- Calculates the adiabatic flame temperature for a given fuel over a range of unburnt temperatures and equivalence ratios\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam adiabaticFlameT\fR \fI<controlFile>\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<controlFile>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-ansysToFoam.1 b/debian/man1/freefoam-ansysToFoam.1
new file mode 100644
index 0000000..785c3cd
--- /dev/null
+++ b/debian/man1/freefoam-ansysToFoam.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-ansystofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ANSYSTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-ansysToFoam \- Converts an ANSYS input mesh file, exported from I\-DEAS, to FOAM format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam ansysToFoam\fR [\-help] [\-srcDoc] [\-scale \fI<number>\fR] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-scale\fR \fI<number>\fR
+.RS 4
+scale factor
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+case directory
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+display help message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+open Doxygen documentation of this application
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+open source code of this application
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-applyBoundaryLayer.1 b/debian/man1/freefoam-applyBoundaryLayer.1
new file mode 100644
index 0000000..ba9970f
--- /dev/null
+++ b/debian/man1/freefoam-applyBoundaryLayer.1
@@ -0,0 +1,110 @@
+'\" t
+.\"     Title: freefoam-applyboundarylayer
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-APPLYBOUNDARYLAYER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-applyBoundaryLayer \- Apply a simplified boundary\-layer model to the velocity and turbulence fields based on the 1/7th power\-law\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam applyBoundaryLayer\fR [\-ybl \fI<scalar>\fR] [\-Cbl \fI<scalar>\fR] [\-help] [\-srcDoc] [\-doc] [\-writenut] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The uniform boundary\-layer thickness is either provided via the \-ybl option or calculated as the average of the distance to the wall scaled with the thickness coefficient supplied via the option \-Cbl\&. If both options are provided \-ybl is used\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.PP
+\fB\-writenut\fR
+.RS 4
+Output turbulent viscosity\&.
+.RE
+.PP
+\fB\-Cbl\fR \fI<scalar>\fR
+.RS 4
+Coefficient for scaling of the average distance from the wall\&.
+.RE
+.PP
+\fB\-ybl\fR \fI<scalar>\fR
+.RS 4
+Specify the uniform boundary layer thickness\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-applyWallFunctionBoundaryConditions.1 b/debian/man1/freefoam-applyWallFunctionBoundaryConditions.1
new file mode 100644
index 0000000..cf30d07
--- /dev/null
+++ b/debian/man1/freefoam-applyWallFunctionBoundaryConditions.1
@@ -0,0 +1,120 @@
+'\" t
+.\"     Title: freefoam-applywallfunctionboundaryconditions
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-APPLYWALLFUNCTIONBOUNDARYCONDITIONS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-applyWallFunctionBoundaryConditions \- Updates OpenFOAM RAS cases to use the new (v1\&.6) wall function framework
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam applyWallFunctionBoundaryConditions\fR [\-help] [\-latestTime] [\-noZero] [\-compressible] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Attempts to determine whether case is compressible or incompressible, or can be supplied with \-compressible command line argument
+.SH "OPTIONS"
+.PP
+\fB\-compressible\fR
+.RS 4
+Operate in compressible mode\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-attachMesh.1 b/debian/man1/freefoam-attachMesh.1
new file mode 100644
index 0000000..895167a
--- /dev/null
+++ b/debian/man1/freefoam-attachMesh.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-attachmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ATTACHMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-attachMesh \- Attach topologically detached mesh using prescribed mesh modifiers\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam attachMesh\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-overwrite]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-autoPatch.1 b/debian/man1/freefoam-autoPatch.1
new file mode 100644
index 0000000..1aed745
--- /dev/null
+++ b/debian/man1/freefoam-autoPatch.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-autopatch
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-AUTOPATCH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-autoPatch \- Divides external faces into patches based on (user supplied) feature angle\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam autoPatch\fR \fI<feature angle [0\-180]>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-overwrite]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<feature angle [0\-180]>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-autoRefineMesh.1 b/debian/man1/freefoam-autoRefineMesh.1
new file mode 100644
index 0000000..b30086f
--- /dev/null
+++ b/debian/man1/freefoam-autoRefineMesh.1
@@ -0,0 +1,90 @@
+'\" t
+.\"     Title: freefoam-autorefinemesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-AUTOREFINEMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-autoRefineMesh \- Utility to refine cells near to a surface\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam autoRefineMesh\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-blockMesh.1 b/debian/man1/freefoam-blockMesh.1
new file mode 100644
index 0000000..135c4b6
--- /dev/null
+++ b/debian/man1/freefoam-blockMesh.1
@@ -0,0 +1,105 @@
+'\" t
+.\"     Title: freefoam-blockmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BLOCKMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-blockMesh \- A multi\-block mesh generator\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam blockMesh\fR [\-region \fI<name>\fR] [\-help] [\-blockTopology] [\-srcDoc] [\-doc] [\-dict \fI<dictionary>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Uses the block mesh description found in \fIconstant\fR/polyMesh/blockMeshDict (or \fIconstant\fR/<region>/polyMesh/blockMeshDict)\&.
+.SH "OPTIONS"
+.PP
+\fB\-blockTopology\fR
+.RS 4
+Write the topology as a set of edges in OBJ format\&.
+.RE
+.PP
+\fB\-region\fR \fI<name>\fR
+.RS 4
+Specify an alternative mesh region\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary>\fR
+.RS 4
+Specify an alternative dictionary for the block mesh description\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-boundary.1 b/debian/man1/freefoam-boundary.1
new file mode 100644
index 0000000..7de88df
--- /dev/null
+++ b/debian/man1/freefoam-boundary.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-boundary
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BOUNDARY" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-boundary \- Steady\-state solver for 1D turbulent flow, typically to generate boundary layer conditions at an inlet, for use in a simulation\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam boundary\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Boundary layer code to calculate the U, k and epsilon distributions\&. Used to create inlet boundary conditions for experimental comparisons for which U and k have not been measured\&. Turbulence model is runtime selectable\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-boxTurb.1 b/debian/man1/freefoam-boxTurb.1
new file mode 100644
index 0000000..66b4049
--- /dev/null
+++ b/debian/man1/freefoam-boxTurb.1
@@ -0,0 +1,90 @@
+'\" t
+.\"     Title: freefoam-boxturb
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BOXTURB" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-boxTurb \- Makes a box of turbulence which conforms to a given energy spectrum and is divergence free\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam boxTurb\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-bubble.1 b/debian/man1/freefoam-bubble.1
new file mode 100644
index 0000000..5fba2de
--- /dev/null
+++ b/debian/man1/freefoam-bubble.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-bubble
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BUBBLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-bubble \- Solver for a system of 2 incompressible fluid phases with one phase dispersed, e\&.g\&. gas bubbles in a liquid\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam bubble\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-buoyantBoussinesqPimple.1 b/debian/man1/freefoam-buoyantBoussinesqPimple.1
new file mode 100644
index 0000000..83f541a
--- /dev/null
+++ b/debian/man1/freefoam-buoyantBoussinesqPimple.1
@@ -0,0 +1,76 @@
+'\" t
+.\"     Title: freefoam-buoyantboussinesqpimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BUOYANTBOUSSINESQPIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-buoyantBoussinesqPimple \- Transient solver for buoyant, turbulent flow of incompressible fluids
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam buoyantBoussinesqPimple\fR
+.SH "DESCRIPTION"
+.sp
+Uses the Boussinesq approximation: \ef[ \ef]
+.sp
+where: beta = thermal expansion coefficient [1/K] T = temperature [K]
+.sp
+Valid when: \ef[ \ef]
+.SH "OPTIONS"
+.sp
+\fBTODO\fR write a usage section
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-buoyantBoussinesqSimple.1 b/debian/man1/freefoam-buoyantBoussinesqSimple.1
new file mode 100644
index 0000000..1620385
--- /dev/null
+++ b/debian/man1/freefoam-buoyantBoussinesqSimple.1
@@ -0,0 +1,99 @@
+'\" t
+.\"     Title: freefoam-buoyantboussinesqsimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BUOYANTBOUSSINESQSIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-buoyantBoussinesqSimple \- Steady\-state solver for buoyant, turbulent flow of incompressible fluids
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam buoyantBoussinesqSimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Uses the Boussinesq approximation: \ef[ \ef]
+.sp
+where: beta = thermal expansion coefficient [1/K] T = temperature [K]
+.sp
+Valid when: \ef[ \ef]
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-buoyantPimple.1 b/debian/man1/freefoam-buoyantPimple.1
new file mode 100644
index 0000000..c2bef59
--- /dev/null
+++ b/debian/man1/freefoam-buoyantPimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-buoyantpimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BUOYANTPIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-buoyantPimple \- Transient solver for buoyant, turbulent flow of compressible fluids for ventilation and heat\-transfer\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam buoyantPimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Turbulence is modelled using a run\-time selectable compressible RAS or LES model\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-buoyantSimple.1 b/debian/man1/freefoam-buoyantSimple.1
new file mode 100644
index 0000000..fc605b5
--- /dev/null
+++ b/debian/man1/freefoam-buoyantSimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-buoyantsimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BUOYANTSIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-buoyantSimple \- Steady\-state solver for buoyant, turbulent flow of compressible fluids
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam buoyantSimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-buoyantSimpleRadiation.1 b/debian/man1/freefoam-buoyantSimpleRadiation.1
new file mode 100644
index 0000000..51bb136
--- /dev/null
+++ b/debian/man1/freefoam-buoyantSimpleRadiation.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-buoyantsimpleradiation
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-BUOYANTSIMPLERADIATION" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-buoyantSimpleRadiation \- Steady\-state solver for buoyant, turbulent flow of compressible fluids, including radiation, for ventilation and heat\-transfer\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam buoyantSimpleRadiation\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-calc.1 b/debian/man1/freefoam-calc.1
new file mode 100644
index 0000000..3fbaf7d
--- /dev/null
+++ b/debian/man1/freefoam-calc.1
@@ -0,0 +1,139 @@
+'\" t
+.\"     Title: freefoam-calc
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CALC" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-calc \- Generic wrapper for calculating a quantity at each time\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam calc\fR \fI<operation>\fR \fI<fields>\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR] [\-dictionary \fI<dictionary name>\fR]
+.SH "DESCRIPTION"
+.sp
+Split into four phases: 1\&. Intialise 2\&. Pre\-time calculation loop 3\&. Calculation loop 4\&. Post\-calculation loop
+.SH "OPTIONS"
+.PP
+\fI<operation>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<fields>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dictionary\fR \fI<dictionary name>\fR
+.RS 4
+Use specified dictionary\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-cavitating.1 b/debian/man1/freefoam-cavitating.1
new file mode 100644
index 0000000..a6e6acd
--- /dev/null
+++ b/debian/man1/freefoam-cavitating.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-cavitating
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CAVITATING" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-cavitating \- Transient cavitation code based on the homogeneous equilibrium model from which the compressibility of the liquid/vapour "mixture" is obtained\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam cavitating\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-cellSet.1 b/debian/man1/freefoam-cellSet.1
new file mode 100644
index 0000000..0401e89
--- /dev/null
+++ b/debian/man1/freefoam-cellSet.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-cellset
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CELLSET" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-cellSet \- Selects a cell set through a dictionary\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam cellSet\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-cfx4ToFoam.1 b/debian/man1/freefoam-cfx4ToFoam.1
new file mode 100644
index 0000000..e801ffe
--- /dev/null
+++ b/debian/man1/freefoam-cfx4ToFoam.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-cfx4tofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CFX4TOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-cfx4ToFoam \- Converts a CFX 4 mesh to FOAM format
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam cfx4ToFoam\fR \fI<CFX geom file>\fR [\-help] [\-srcDoc] [\-scale \fI<number>\fR] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<CFX geom file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-scale\fR \fI<number>\fR
+.RS 4
+Scale factor\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-changeDictionary.1 b/debian/man1/freefoam-changeDictionary.1
new file mode 100644
index 0000000..028eae3
--- /dev/null
+++ b/debian/man1/freefoam-changeDictionary.1
@@ -0,0 +1,132 @@
+'\" t
+.\"     Title: freefoam-changedictionary
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CHANGEDICTIONARY" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-changeDictionary \- Utility to change dictionary entries\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam changeDictionary\fR [\-region \fI<name>\fR] [\-help] [\-srcDoc] [\-doc] [\-parallel] [\-literalRE] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Reads dictionaries (fields) and entries to change from a dictionary\&. E\&.g\&. to make the \fImovingWall\fR a \fIfixedValue\fR for \fIp\fR but all other \fIWalls\fR a zeroGradient boundary condition, the system/changeDictionaryDict would contain the following:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+dictionaryReplacement
+{
+    p                           // field to change
+    {
+        boundaryField
+        {
+            "\&.*Wall"            // entry to change
+            {
+                type            zeroGradient;
+            }
+            movingWall          // entry to change
+            {
+                type            fixedValue;
+                value           uniform 123\&.45;
+            }
+        }
+    }
+}
+.fi
+.if n \{\
+.RE
+.\}
+.SH "OPTIONS"
+.PP
+\fB\-literalRE\fR
+.RS 4
+Do not interpret regular expressions; treat them as any other keyword\&.
+.RE
+.PP
+\fB\-region\fR \fI<name>\fR
+.RS 4
+Only apply to named mesh region\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-channel.1 b/debian/man1/freefoam-channel.1
new file mode 100644
index 0000000..aedbb0b
--- /dev/null
+++ b/debian/man1/freefoam-channel.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-channel
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CHANNEL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-channel \- Incompressible LES solver for flow in a channel\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam channel\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-checkMesh.1 b/debian/man1/freefoam-checkMesh.1
new file mode 100644
index 0000000..c54cb94
--- /dev/null
+++ b/debian/man1/freefoam-checkMesh.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-checkmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CHECKMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-checkMesh \- Checks validity of a mesh
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam checkMesh\fR [\-region \fI<name>\fR] [\-help] [\-latestTime] [\-allGeometry] [\-noTopology] [\-allTopology] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noTopology\fR
+.RS 4
+Do not check mesh\-topology\&.
+.RE
+.PP
+\fB\-allTopology\fR
+.RS 4
+More extensive topology checks\&.
+.RE
+.PP
+\fB\-allGeometry\fR
+.RS 4
+More extensive geometry checks\&.
+.RE
+.PP
+\fB\-region\fR \fI<name>\fR
+.RS 4
+Only apply to named mesh region\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-chemkinToFoam.1 b/debian/man1/freefoam-chemkinToFoam.1
new file mode 100644
index 0000000..28de5f4
--- /dev/null
+++ b/debian/man1/freefoam-chemkinToFoam.1
@@ -0,0 +1,123 @@
+'\" t
+.\"     Title: freefoam-chemkintofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CHEMKINTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-chemkinToFoam \- Converts CHEMKINIII thermodynamics and reaction data files into FOAM format
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam chemkinToFoam\fR \fI<CHEMKINFile>\fR \fI<CHEMKINThermodynamicsFile>\fR \fI<FOAMChemistryFile>\fR \fI<FOAMThermodynamicsFile>\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<CHEMKINFile>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<CHEMKINThermodynamicsFile>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<FOAMChemistryFile>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<FOAMThermodynamicsFile>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-chtMultiRegion.1 b/debian/man1/freefoam-chtMultiRegion.1
new file mode 100644
index 0000000..178c6fa
--- /dev/null
+++ b/debian/man1/freefoam-chtMultiRegion.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-chtmultiregion
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CHTMULTIREGION" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-chtMultiRegion \- Combination of heatConductionFoam and buoyantFoam for conjugate heat transfer between a solid region and fluid region
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam chtMultiRegion\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-chtMultiRegionSimple.1 b/debian/man1/freefoam-chtMultiRegionSimple.1
new file mode 100644
index 0000000..9506c5d
--- /dev/null
+++ b/debian/man1/freefoam-chtMultiRegionSimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-chtmultiregionsimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CHTMULTIREGIONSIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-chtMultiRegionSimple \- Steady\-state version of chtMultiRegionFoam
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam chtMultiRegionSimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-clearPolyMesh.1 b/debian/man1/freefoam-clearPolyMesh.1
new file mode 100644
index 0000000..ff8b714
--- /dev/null
+++ b/debian/man1/freefoam-clearPolyMesh.1
@@ -0,0 +1,86 @@
+'\" t
+.\"     Title: freefoam-clearpolymesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CLEARPOLYMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-clearPolyMesh \- Remove the contents of the constant/polyMesh directory as per the +Foam::polyMesh::removeFiles()+ method\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam clearPolyMesh\fR [\-case \fI<caseDir>\fR] [\-region \fI<regionName>\fR] [\-h | \-help]
+.SH "DESCRIPTION"
+.sp
+Removes the files \- \fIpoints\fR \- \fIfaces\fR \- \fIowner\fR \- \fIneighbour\fR \- \fIcells\fR \- \fIboundary\fR \- \fIpointZones\fR \- \fIfaceZones\fR \- \fIcellZones\fR \- \fImeshModifiers\fR \- \fIparallelData\fR \- \fIsets\fR from the \fI<caseDir>/constant/<regionName>/polyMesh\fR directory\&. \fI<caseDir>\fR defaults to the current working directory and can be specified with \fB\-case\fR\&. \fI<regionName>\fR is the empty string by default and can be set with the \fB\-region\fR option\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<caseDir>\fR
+.RS 4
+Case from which to clear the mesh data
+.RE
+.PP
+\fB\-region\fR \fI<regionName>\fR
+.RS 4
+Mesh region to clear (e\&.g\&.
+\fI<caseDir>/constant/<regionName>/polyMesh\fR)
+.RE
+.PP
+\fB\-h | \-help\fR
+.RS 4
+Display an option summary
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-coalChemistry.1 b/debian/man1/freefoam-coalChemistry.1
new file mode 100644
index 0000000..8271620
--- /dev/null
+++ b/debian/man1/freefoam-coalChemistry.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-coalchemistry
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-COALCHEMISTRY" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-coalChemistry \- Transient solver for compressible, turbulent flow with coal and limestone parcel injections, and combustion\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam coalChemistry\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-coldEngine.1 b/debian/man1/freefoam-coldEngine.1
new file mode 100644
index 0000000..b898c55
--- /dev/null
+++ b/debian/man1/freefoam-coldEngine.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-coldengine
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-COLDENGINE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-coldEngine \- Solver for cold\-flow in internal combustion engines\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam coldEngine\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-collapseEdges.1 b/debian/man1/freefoam-collapseEdges.1
new file mode 100644
index 0000000..5c7618c
--- /dev/null
+++ b/debian/man1/freefoam-collapseEdges.1
@@ -0,0 +1,144 @@
+'\" t
+.\"     Title: freefoam-collapseedges
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-COLLAPSEEDGES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-collapseEdges \- Collapse short edges and combines edges that are in line\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam collapseEdges\fR \fI<edge length [m]>\fR \fI<merge angle [degrees]>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-overwrite]
+.SH "DESCRIPTION"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+collapse short edges\&. Length of edges to collapse provided as argument\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+merge two edges if they are in line\&. Maximum angle provided as argument\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+remove unused points\&.
+.RE
+.sp
+Cannot remove cells\&. Can remove faces and points but does not check for nonsense resulting topology\&.
+.sp
+When collapsing an edge with one point on the boundary it will leave the boundary point intact\&. When both points inside it chooses random\&. When both points on boundary random again\&. Note: it should in fact use features where if one point is on a feature it collapses to that one\&. Alas we don\(cqt have features on a polyMesh\&.
+.SH "OPTIONS"
+.PP
+\fI<edge length [m]>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<merge angle [degrees]>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-combinePatchFaces.1 b/debian/man1/freefoam-combinePatchFaces.1
new file mode 100644
index 0000000..28a11c2
--- /dev/null
+++ b/debian/man1/freefoam-combinePatchFaces.1
@@ -0,0 +1,123 @@
+'\" t
+.\"     Title: freefoam-combinepatchfaces
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-COMBINEPATCHFACES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-combinePatchFaces \- Checks for multiple patch faces on same cell and combines them\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam combinePatchFaces\fR \fI<feature angle [0\&.\&.180]>\fR [\-concaveAngle \fI<angle [0\&.\&.180]>\fR] [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR] [\-snapMesh]
+.SH "DESCRIPTION"
+.sp
+These result from e\&.g\&. refined neighbouring cells getting removed, leaving 4 exposed faces with same owner\&.
+.sp
+Rules for merging: \- only boundary faces (since multiple internal faces between two cells not allowed anyway) \- faces have to have same owner \- faces have to be connected via edge which are not features (so angle between them < feature angle) \- outside of faces has to be single loop \- outside of face should not be (or just slightly) concave (so angle between consecutive edges < concaveangle
+.sp
+E\&.g\&. to allow all faces on same patch to be merged:
+.sp
+combinePatchFaces \&.\&. cavity 180 \-concaveAngle 90
+.SH "OPTIONS"
+.PP
+\fI<feature angle [0\&.\&.180]>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-snapMesh\fR
+.RS 4
+Remove loose points on edges\&.
+.RE
+.PP
+\fB\-concaveAngle\fR \fI<angle [0\&.\&.180]>\fR
+.RS 4
+Maximum allowed concave angle\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-compressibleInter.1 b/debian/man1/freefoam-compressibleInter.1
new file mode 100644
index 0000000..333548b
--- /dev/null
+++ b/debian/man1/freefoam-compressibleInter.1
@@ -0,0 +1,97 @@
+'\" t
+.\"     Title: freefoam-compressibleinter
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-COMPRESSIBLEINTER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-compressibleInter \- Solver for 2 compressible, isothermal immiscible fluids using a VOF (volume of fluid) phase\-fraction based interface capturing approach\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam compressibleInter\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved\&.
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-compressibleInterDyM.1 b/debian/man1/freefoam-compressibleInterDyM.1
new file mode 100644
index 0000000..c819ce5
--- /dev/null
+++ b/debian/man1/freefoam-compressibleInterDyM.1
@@ -0,0 +1,97 @@
+'\" t
+.\"     Title: freefoam-compressibleinterdym
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-COMPRESSIBLEINTERDYM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-compressibleInterDyM \- Solver for 2 compressible, isothermal immiscible fluids using a VOF (volume of fluid) phase\-fraction based interface capturing approach, with optional mesh motion and mesh topology changes including adaptive re\-meshing\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam compressibleInterDyM\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved\&.
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-copySettings.1 b/debian/man1/freefoam-copySettings.1
new file mode 100644
index 0000000..f8ff1b0
--- /dev/null
+++ b/debian/man1/freefoam-copySettings.1
@@ -0,0 +1,87 @@
+'\" t
+.\"     Title: freefoam-copysettings
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-COPYSETTINGS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-copySettings \- Copy settings from one case directory to another, without copying the mesh or results\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam copySettings\fR \fI<srcDir>\fR \fI<dstDir>\fR \fBfreefoam copySettings\fR [\-h | \-help]
+.SH "DESCRIPTION"
+.sp
+Copy settings from one case directory to another, without copying the mesh or results\&.
+.sp
+Requires rsync to work\&.
+.SH "OPTIONS"
+.PP
+\fI<srcDir>\fR
+.RS 4
+The source case directory
+.RE
+.PP
+\fI<dstDir>\fR
+.RS 4
+The destination case directory
+.RE
+.PP
+\fB\-h | \-help\fR
+.RS 4
+Display an option summary
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-createBaffles.1 b/debian/man1/freefoam-createBaffles.1
new file mode 100644
index 0000000..1d01dcf
--- /dev/null
+++ b/debian/man1/freefoam-createBaffles.1
@@ -0,0 +1,117 @@
+'\" t
+.\"     Title: freefoam-createbaffles
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CREATEBAFFLES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-createBaffles \- Makes internal faces into boundary faces\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam createBaffles\fR \fI<cellSet name>\fR \fI<patchName>\fR [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Does not duplicate points, unlike mergeOrSplitBaffles\&.
+.SH "OPTIONS"
+.PP
+\fI<cellSet name>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<patchName>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+If any coupled patch face is selected for baffling automatically the opposite member has to be selected for baffling as well\&. Note that this is the same as repatching\&. This was added only for convenience so you don\(cqt have to filter coupled boundary out of your set\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-createPatch.1 b/debian/man1/freefoam-createPatch.1
new file mode 100644
index 0000000..9d984a4
--- /dev/null
+++ b/debian/man1/freefoam-createPatch.1
@@ -0,0 +1,100 @@
+'\" t
+.\"     Title: freefoam-createpatch
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CREATEPATCH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-createPatch \- Utility to create patches out of selected boundary faces\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam createPatch\fR [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Faces come either from existing patches or from a faceSet\&. More specifically it: \- creates new patches (from selected boundary faces)\&. Synchronise faces on coupled patches\&. \- synchronises points on coupled boundaries \- remove patches with 0 faces in them
+.SH "OPTIONS"
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-createTurbulenceFields.1 b/debian/man1/freefoam-createTurbulenceFields.1
new file mode 100644
index 0000000..5117991
--- /dev/null
+++ b/debian/man1/freefoam-createTurbulenceFields.1
@@ -0,0 +1,126 @@
+'\" t
+.\"     Title: freefoam-createturbulencefields
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-CREATETURBULENCEFIELDS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-createTurbulenceFields \- Creates a full set of turbulence fields\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam createTurbulenceFields\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Currently does not output nut and nuTilda
+.RE
+.sp
+Source files: createFields\&.H
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-debugSwitches.1 b/debian/man1/freefoam-debugSwitches.1
new file mode 100644
index 0000000..94430e9
--- /dev/null
+++ b/debian/man1/freefoam-debugSwitches.1
@@ -0,0 +1,81 @@
+'\" t
+.\"     Title: freefoam-debugswitches
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DEBUGSWITCHES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-debugSwitches \- Write out all library debug switches
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam debugSwitches\fR
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+foamDebugSwitches
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-decomposePar.1 b/debian/man1/freefoam-decomposePar.1
new file mode 100644
index 0000000..d89314b
--- /dev/null
+++ b/debian/man1/freefoam-decomposePar.1
@@ -0,0 +1,133 @@
+'\" t
+.\"     Title: freefoam-decomposepar
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DECOMPOSEPAR" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-decomposePar \- Automatically decomposes a mesh and fields of a case for parallel execution of OpenFOAM\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam decomposePar\fR [\-force] [\-region] [\-ifRequired] [\-help] [\-copyUniform] [\-fields] [\-cellDist] [\-srcDoc] [\-doc] [\-case \fI<dir>\fR] [\-filterPatches]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-cellDist\fR
+.RS 4
+Write the cell distribution as a labelList for use with
+\fImanual\fR
+decomposition method and as a volScalarField for post\-processing\&.
+.RE
+.PP
+\fB\-region\fR
+.RS 4
+Decompose named region\&. Does not check for existence of processor*\&.
+.RE
+.PP
+\fB\-copyUniform\fR
+.RS 4
+Copy any
+\fIuniform\fR
+directories too\&.
+.RE
+.PP
+\fB\-fields\fR
+.RS 4
+Use existing geometry decomposition and convert fields only\&.
+.RE
+.PP
+\fB\-filterPatches\fR
+.RS 4
+Remove empty patches when decomposing the geometry\&.
+.RE
+.PP
+\fB\-force\fR
+.RS 4
+Remove any existing
+\fIprocessor\fR
+subdirectories before decomposing the geometry\&.
+.RE
+.PP
+\fB\-ifRequired\fR
+.RS 4
+Only decompose the geometry if the number of domains has changed from a previous decomposition\&. No
+\fIprocessor\fR
+subdirectories will be removed unless the @a \-force option is also specified\&. This option can be used to avoid redundant geometry decomposition (eg, in scripts), but should be used with caution when the underlying (serial) geometry or the decomposition method etc\&. have been changed between decompositions\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-deformedGeom.1 b/debian/man1/freefoam-deformedGeom.1
new file mode 100644
index 0000000..b95ab17
--- /dev/null
+++ b/debian/man1/freefoam-deformedGeom.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-deformedgeom
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DEFORMEDGEOM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-deformedGeom \- Deforms a polyMesh using a displacement field U and a scaling factor supplied as an argument\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam deformedGeom\fR \fI<scaling factor>\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<scaling factor>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-diesel.1 b/debian/man1/freefoam-diesel.1
new file mode 100644
index 0000000..20f5148
--- /dev/null
+++ b/debian/man1/freefoam-diesel.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-diesel
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DIESEL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-diesel \- Solver for diesel spray and combustion\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam diesel\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-dieselEngine.1 b/debian/man1/freefoam-dieselEngine.1
new file mode 100644
index 0000000..ef3ecdf
--- /dev/null
+++ b/debian/man1/freefoam-dieselEngine.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-dieselengine
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DIESELENGINE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-dieselEngine \- Solver for diesel engine spray and combustion\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam dieselEngine\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-dns.1 b/debian/man1/freefoam-dns.1
new file mode 100644
index 0000000..022da13
--- /dev/null
+++ b/debian/man1/freefoam-dns.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-dns
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DNS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-dns \- Direct numerical simulation solver for boxes of isotropic turbulence
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam dns\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-dsmc.1 b/debian/man1/freefoam-dsmc.1
new file mode 100644
index 0000000..5ebc54e
--- /dev/null
+++ b/debian/man1/freefoam-dsmc.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-dsmc
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DSMC" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-dsmc \- Direct simulation Monte Carlo (DSMC) solver for 3D, transient, multi\- species flows
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam dsmc\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-dsmcFieldsCalc.1 b/debian/man1/freefoam-dsmcFieldsCalc.1
new file mode 100644
index 0000000..684fc6d
--- /dev/null
+++ b/debian/man1/freefoam-dsmcFieldsCalc.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-dsmcfieldscalc
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DSMCFIELDSCALC" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-dsmcFieldsCalc \- Calculate intensive fields (U and T) from averaged extensive fields from a DSMC calculation\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam dsmcFieldsCalc\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR] [\-dictionary \fI<dictionary name>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dictionary\fR \fI<dictionary name>\fR
+.RS 4
+Use specified dictionary\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-dsmcInitialise.1 b/debian/man1/freefoam-dsmcInitialise.1
new file mode 100644
index 0000000..de1589f
--- /dev/null
+++ b/debian/man1/freefoam-dsmcInitialise.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-dsmcinitialise
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-DSMCINITIALISE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-dsmcInitialise \- Initialise a case for dsmcFoam by reading the initialisation dictionary system/dsmcInitialise
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam dsmcInitialise\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-electrostatic.1 b/debian/man1/freefoam-electrostatic.1
new file mode 100644
index 0000000..9c2dcfc
--- /dev/null
+++ b/debian/man1/freefoam-electrostatic.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-electrostatic
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ELECTROSTATIC" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-electrostatic \- Solver for electrostatics\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam electrostatic\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-engine.1 b/debian/man1/freefoam-engine.1
new file mode 100644
index 0000000..e25dcf6
--- /dev/null
+++ b/debian/man1/freefoam-engine.1
@@ -0,0 +1,99 @@
+'\" t
+.\"     Title: freefoam-engine
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ENGINE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-engine \- Solver for internal combustion engines\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam engine\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Combusting RANS code using the b\-Xi two\-equation model\&. Xi may be obtained by either the solution of the Xi transport equation or from an algebraic exression\&. Both approaches are based on Gulder\(cqs flame speed correlation which has been shown to be appropriate by comparison with the results from the spectral model\&.
+.sp
+Strain effects are encorporated directly into the Xi equation but not in the algebraic approximation\&. Further work need to be done on this issue, particularly regarding the enhanced removal rate caused by flame compression\&. Analysis using results of the spectral model will be required\&.
+.sp
+For cases involving very lean Propane flames or other flames which are very strain\-sensitive, a transport equation for the laminar flame speed is present\&. This equation is derived using heuristic arguments involving the strain time scale and the strain\-rate at extinction\&. the transport velocity is the same as that for the Xi equation\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-engineCompRatio.1 b/debian/man1/freefoam-engineCompRatio.1
new file mode 100644
index 0000000..17809e7
--- /dev/null
+++ b/debian/man1/freefoam-engineCompRatio.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-enginecompratio
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ENGINECOMPRATIO" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-engineCompRatio \- Calculate the geometric compression ratio\&. Note that if you have valves and/or extra volumes it will not work, since it calculates the volume at BDC and TCD\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam engineCompRatio\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-engineSwirl.1 b/debian/man1/freefoam-engineSwirl.1
new file mode 100644
index 0000000..2026c8d
--- /dev/null
+++ b/debian/man1/freefoam-engineSwirl.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-engineswirl
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ENGINESWIRL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-engineSwirl \- Generates a swirling flow for engine calulations
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam engineSwirl\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-enstrophy.1 b/debian/man1/freefoam-enstrophy.1
new file mode 100644
index 0000000..b19779d
--- /dev/null
+++ b/debian/man1/freefoam-enstrophy.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-enstrophy
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ENSTROPHY" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-enstrophy \- Calculates and writes the enstrophy of the velocity field U\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam enstrophy\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-noWrite option just outputs the max/min values without writing the field\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-equilibriumCO.1 b/debian/man1/freefoam-equilibriumCO.1
new file mode 100644
index 0000000..0ee6890
--- /dev/null
+++ b/debian/man1/freefoam-equilibriumCO.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-equilibriumco
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-EQUILIBRIUMCO" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-equilibriumCO \- Calculates the equilibrium level of carbon monoxide
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam equilibriumCO\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-equilibriumFlameT.1 b/debian/man1/freefoam-equilibriumFlameT.1
new file mode 100644
index 0000000..37e2bde
--- /dev/null
+++ b/debian/man1/freefoam-equilibriumFlameT.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-equilibriumflamet
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-EQUILIBRIUMFLAMET" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-equilibriumFlameT \- Calculates the equilibrium flame temperature\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam equilibriumFlameT\fR \fI<controlFile>\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Calculates the equilibrium flame temperature for a given fuel and pressure for a range of unburnt gas temperatures and equivalence ratios; the effects of dissociation on O2, H2O and CO2 are included\&.
+.SH "OPTIONS"
+.PP
+\fI<controlFile>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-estimateScalarError.1 b/debian/man1/freefoam-estimateScalarError.1
new file mode 100644
index 0000000..8cd30ec
--- /dev/null
+++ b/debian/man1/freefoam-estimateScalarError.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-estimatescalarerror
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ESTIMATESCALARERROR" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-estimateScalarError \- Estimates the error in the solution for a scalar transport equation in the standard form
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam estimateScalarError\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-execFlowFunctionObjects.1 b/debian/man1/freefoam-execFlowFunctionObjects.1
new file mode 100644
index 0000000..0ef9ad5
--- /dev/null
+++ b/debian/man1/freefoam-execFlowFunctionObjects.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-execflowfunctionobjects
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-EXECFLOWFUNCTIONOBJECTS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-execFlowFunctionObjects \- Execute the set of functionObjects specified in the selected dictionary (which defaults to system/controlDict) for the selected set of times\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam execFlowFunctionObjects\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The flow (p\-U) and optionally turbulence fields are available for the function objects to operate on allowing forces and other related properties to be calculated in addition to cutting planes etc\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-expandDictionary.1 b/debian/man1/freefoam-expandDictionary.1
new file mode 100644
index 0000000..603a5d8
--- /dev/null
+++ b/debian/man1/freefoam-expandDictionary.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-expanddictionary
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-EXPANDDICTIONARY" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-expandDictionary \- Read the dictionary provided as an argument, expand the macros etc\&. and write the resulting dictionary to standard output\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam expandDictionary\fR \fI<inputDict>\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<inputDict>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-extrude2DMesh.1 b/debian/man1/freefoam-extrude2DMesh.1
new file mode 100644
index 0000000..91d7e66
--- /dev/null
+++ b/debian/man1/freefoam-extrude2DMesh.1
@@ -0,0 +1,116 @@
+'\" t
+.\"     Title: freefoam-extrude2dmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-EXTRUDE2DMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-extrude2DMesh \- Takes 2D mesh (all faces 2 points only, no front and back faces) and creates a 3D mesh by extruding with specified thickness\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam extrude2DMesh\fR \fI<thickness>\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+extrude2DMesh <thickness>
+.RE
+.sp
++
+.PP
+\fI<thickness>\fR
+.RS 4
+Thickness (in metre) of slab\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+Not sure about the walking of the faces to create the front and back faces\&. Tested on one \&.ccm file\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-extrudeMesh.1 b/debian/man1/freefoam-extrudeMesh.1
new file mode 100644
index 0000000..f5f6f4c
--- /dev/null
+++ b/debian/man1/freefoam-extrudeMesh.1
@@ -0,0 +1,120 @@
+'\" t
+.\"     Title: freefoam-extrudemesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-EXTRUDEMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-extrudeMesh \- Extrude mesh from existing patch or from patch read from file\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam extrudeMesh\fR [\-sourceCase \fI<source case name>\fR] [\-sourcePatch \fI<name of source patch to extrude>\fR] [\-mergeFaces] [\-surface \fI<Foam surface file>\fR] [\-srcDoc] [\-doc] [\-help] [\-sourceRoot \fI<directory containing the case>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+By default uses outwards facing normals, optionally flips faces\&.
+.sp
+Type of extrusion prescribed by run\-time selectable model\&.
+.SH "OPTIONS"
+.PP
+\fB\-mergeFaces\fR
+.RS 4
+Merge faces for axisymmetric cases\&.
+.RE
+.PP
+\fB\-sourceRoot\fR \fI<directory containing the case>\fR
+.RS 4
+Parent directory of the source case\&.
+.RE
+.PP
+\fB\-sourceCase\fR \fI<source case name>\fR
+.RS 4
+Source case name\&.
+.RE
+.PP
+\fB\-sourcePatch\fR \fI<name of source patch to extrude>\fR
+.RS 4
+Source patch\&.
+.RE
+.PP
+\fB\-surface\fR \fI<Foam surface file>\fR
+.RS 4
+Specify surface file to extrude\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+Merges close points so be careful\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-faceSet.1 b/debian/man1/freefoam-faceSet.1
new file mode 100644
index 0000000..d1000ca
--- /dev/null
+++ b/debian/man1/freefoam-faceSet.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-faceset
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FACESET" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-faceSet \- Selects a face set through a dictionary\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam faceSet\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-financial.1 b/debian/man1/freefoam-financial.1
new file mode 100644
index 0000000..c21e3ec
--- /dev/null
+++ b/debian/man1/freefoam-financial.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-financial
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FINANCIAL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-financial \- Solves the Black\-Scholes equation to price commodities\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam financial\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-fire.1 b/debian/man1/freefoam-fire.1
new file mode 100644
index 0000000..6403e68
--- /dev/null
+++ b/debian/man1/freefoam-fire.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-fire
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FIRE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-fire \- Transient Solver for Fires and turbulent diffusion flames
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam fire\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-flattenMesh.1 b/debian/man1/freefoam-flattenMesh.1
new file mode 100644
index 0000000..a555ee0
--- /dev/null
+++ b/debian/man1/freefoam-flattenMesh.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-flattenmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FLATTENMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-flattenMesh \- Flattens the front and back planes of a 2D cartesian mesh\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam flattenMesh\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-flowType.1 b/debian/man1/freefoam-flowType.1
new file mode 100644
index 0000000..7b2e2c2
--- /dev/null
+++ b/debian/man1/freefoam-flowType.1
@@ -0,0 +1,138 @@
+'\" t
+.\"     Title: freefoam-flowtype
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FLOWTYPE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-flowType \- Calculates and writes the flowType of velocity field U\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam flowType\fR [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-noWrite option has no meaning\&.
+.sp
+The flow type parameter is obtained according to the following equation:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+             |D| \- |Omega|
+    lambda = \-\-\-\-\-\-\-\-\-\-\-\-\-
+             |D| + |Omega|
+
+    \-1 = rotational flow
+     0 = simple shear flow
+     1 = planar extensional flow
+.fi
+.if n \{\
+.RE
+.\}
+.SH "OPTIONS"
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-fluent3DMeshToFoam.1 b/debian/man1/freefoam-fluent3DMeshToFoam.1
new file mode 100644
index 0000000..6aabdf3
--- /dev/null
+++ b/debian/man1/freefoam-fluent3DMeshToFoam.1
@@ -0,0 +1,105 @@
+'\" t
+.\"     Title: freefoam-fluent3dmeshtofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FLUENT3DMESHTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-fluent3DMeshToFoam \- Converts a Fluent mesh to OpenFOAM format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam fluent3DMeshToFoam\fR [\-ignoreCellGroups \fI<cell group names>\fR] [\-help] [\-scale \fI<number>\fR] [\-srcDoc] [\-ignoreFaceGroups \fI<face group names>\fR] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-ignoreFaceGroups\fR \fI<face group names>\fR
+.RS 4
+ignore face groups
+.RE
+.PP
+\fB\-ignoreCellGroups\fR \fI<cell group names>\fR
+.RS 4
+ignore cell groups
+.RE
+.PP
+\fB\-scale\fR \fI<number>\fR
+.RS 4
+scale factor
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+case directory
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+display help message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+open Doxygen documentation of this application
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+open source code of this application
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-fluentMeshToFoam.1 b/debian/man1/freefoam-fluentMeshToFoam.1
new file mode 100644
index 0000000..7c989ed
--- /dev/null
+++ b/debian/man1/freefoam-fluentMeshToFoam.1
@@ -0,0 +1,105 @@
+'\" t
+.\"     Title: freefoam-fluentmeshtofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FLUENTMESHTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-fluentMeshToFoam \- Converts a Fluent mesh to FOAM format including multiple region and region boundary handling\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam fluentMeshToFoam\fR [\-writeSets] [\-help] [\-scale \fI<number>\fR] [\-writeZones] [\-srcDoc] [\-doc] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-writeSets\fR
+.RS 4
+write patch sets
+.RE
+.PP
+\fB\-writeZones\fR
+.RS 4
+write cell zones
+.RE
+.PP
+\fB\-scale\fR \fI<number>\fR
+.RS 4
+scale factor
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+case directory
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+display help message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+open Doxygen documentation of this application
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+open source code of this application
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-foamDataToFluent.1 b/debian/man1/freefoam-foamDataToFluent.1
new file mode 100644
index 0000000..2c22045
--- /dev/null
+++ b/debian/man1/freefoam-foamDataToFluent.1
@@ -0,0 +1,110 @@
+'\" t
+.\"     Title: freefoam-foamdatatofluent
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FOAMDATATOFLUENT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-foamDataToFluent \- Translates FOAM data to Fluent format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam foamDataToFluent\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-foamMeshToFluent.1 b/debian/man1/freefoam-foamMeshToFluent.1
new file mode 100644
index 0000000..d125505
--- /dev/null
+++ b/debian/man1/freefoam-foamMeshToFluent.1
@@ -0,0 +1,90 @@
+'\" t
+.\"     Title: freefoam-foammeshtofluent
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FOAMMESHTOFLUENT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-foamMeshToFluent \- Writes out the FOAM mesh in Fluent mesh format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam foamMeshToFluent\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-foamToEnsight.1 b/debian/man1/freefoam-foamToEnsight.1
new file mode 100644
index 0000000..75e2f17
--- /dev/null
+++ b/debian/man1/freefoam-foamToEnsight.1
@@ -0,0 +1,133 @@
+'\" t
+.\"     Title: freefoam-foamtoensight
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FOAMTOENSIGHT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-foamToEnsight \- Translates FOAM data to EnSight format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam foamToEnsight\fR [\-patches] [\-noPatches] [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-ascii] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+An Ensight part is created for the internalMesh and for each patch\&.
+.SH "OPTIONS"
+.PP
+\fB\-ascii\fR
+.RS 4
+Write Ensight data in ASCII format instead of "C Binary"
+.RE
+.PP
+\fB\-patches\fR
+.RS 4
+Specify particular patches to write\&. Specifying an empty list suppresses writing the internalMesh\&.
+.RE
+.PP
+\fB\-noPatches\fR
+.RS 4
+Suppress writing any patches\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore time step 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to the latest time step\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specified time\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+Parallel support for cloud data is not supported \- writes to \fIEnSight\fR directory to avoid collisions with foamToEnsightParts
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-foamToEnsightParts.1 b/debian/man1/freefoam-foamToEnsightParts.1
new file mode 100644
index 0000000..a117661
--- /dev/null
+++ b/debian/man1/freefoam-foamToEnsightParts.1
@@ -0,0 +1,151 @@
+'\" t
+.\"     Title: freefoam-foamtoensightparts
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FOAMTOENSIGHTPARTS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-foamToEnsightParts \- Translates OpenFOAM data to Ensight format\&. An Ensight part is created for each cellZone and patch\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam foamToEnsightParts\fR [\-index \fI<start>\fR] [\-latestTime] [\-noZero] [\-srcDoc] [\-noMesh] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-ascii] [\-case \fI<dir>\fR] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-ascii\fR
+.RS 4
+Write Ensight data in ASCII format instead of "C Binary"
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Exclude the often incomplete initial conditions\&.
+.RE
+.PP
+\fB\-index\fR \fI<start>\fR
+.RS 4
+Ignore the time index contained in the time file and use a simple indexing when creating the
+Ensight/data/## files\&.
+.RE
+.PP
+\fB\-noMesh\fR
+.RS 4
+Suppress writing the geometry\&. Can be useful for converting partial results for a static geometry\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to the latest time step\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specified time\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+no parallel data\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+writes to
+\fIEnsight\fR
+directory to avoid collisions with foamToEnsight\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-foamToFieldview9.1 b/debian/man1/freefoam-foamToFieldview9.1
new file mode 100644
index 0000000..fd20aef
--- /dev/null
+++ b/debian/man1/freefoam-foamToFieldview9.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-foamtofieldview9
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FOAMTOFIELDVIEW9" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-foamToFieldview9 \- Write out the OpenFOAM mesh in Version 3\&.0 Fieldview\-UNS format (binary)\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam foamToFieldview9\fR [\-help] [\-latestTime] [\-noZero] [\-noWall] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+See Fieldview Release 9 Reference Manual \- Appendix D (Unstructured Data Format) Borrows various from uns/write_binary_uns\&.c from FieldView dist\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWall\fR
+.RS 4
+Do not export the walls\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-foamToGMV.1 b/debian/man1/freefoam-foamToGMV.1
new file mode 100644
index 0000000..3a9190d
--- /dev/null
+++ b/debian/man1/freefoam-foamToGMV.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-foamtogmv
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FOAMTOGMV" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-foamToGMV \- Translates foam output to GMV readable files\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam foamToGMV\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+A free post\-processor with available binaries from http://www\-xdiv\&.lanl\&.gov/XCM/gmv/
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-foamToStarMesh.1 b/debian/man1/freefoam-foamToStarMesh.1
new file mode 100644
index 0000000..d1bc612
--- /dev/null
+++ b/debian/man1/freefoam-foamToStarMesh.1
@@ -0,0 +1,147 @@
+'\" t
+.\"     Title: freefoam-foamtostarmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FOAMTOSTARMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-foamToStarMesh \- Reads an OpenFOAM mesh and writes a pro\-STAR (v4) bnd/cel/vrt format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam foamToStarMesh\fR [\-help] [\-latestTime] [\-scale \fI<factor>\fR] [\-tri] [\-noZero] [\-surface] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-case \fI<dir>\fR] [\-noBnd]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noBnd\fR
+.RS 4
+Suppress writing the @c \&.bnd file\&.
+.RE
+.PP
+\fB\-scale\fR \fI<factor>\fR
+.RS 4
+Specify an alternative geometry scaling factor\&. The default is
+\fB1000\fR
+(scale @em [m] to @em [mm])\&.
+.RE
+.PP
+\fB\-surface\fR
+.RS 4
+Extract the surface of the volume mesh only\&. This can be useful, for example, for surface morphing in an external package\&.
+.RE
+.PP
+\fB\-tri\fR
+.RS 4
+Extract a triangulated surface\&. The @b \-surface options is implicitly selected\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore time step 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to the latest time step\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specified time\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+The cellTable information available in the files constant/cellTable and constant/polyMesh/cellTableId will be used if available\&. Otherwise the cellZones are used when creating the cellTable information\&. SEE ALSO
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+Foam::cellTable, Foam::meshWriter and Foam::meshWriters::STARCD
+
+
+SEE ALSO
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-foamToVTK.1 b/debian/man1/freefoam-foamToVTK.1
new file mode 100644
index 0000000..c1eef0f
--- /dev/null
+++ b/debian/man1/freefoam-foamToVTK.1
@@ -0,0 +1,271 @@
+'\" t
+.\"     Title: freefoam-foamtovtk
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FOAMTOVTK" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-foamToVTK \- Legacy VTK file format writer\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam foamToVTK\fR [\-noLinks] [\-srcDoc] [\-noFaceZones] [\-nearCellValue] [\-noPointValues] [\-noInternal] [\-useTimeName] [\-ascii] [\-doc] [\-surfaceFields] [\-mesh \fI<name>\fR] [\-help] [\-cellSet \fI<name>\fR] [\-noZero] [\-excludePatches \fI<patchNames>\fR] [\-time \fI<time>\fR] [\-case \fI<dir>\fR] [\-pointSet \fI<name>\fR] [\-latestTime] [\-fields \fI<fields>\fR] [\-constant] [\-parallel] [\-faceSet \fI<name>\fR] [\-allPatches]
+.SH "DESCRIPTION"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+handles volScalar, volVector, pointScalar, pointVector, surfaceScalar fields\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+mesh topo changes\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+both ascii and binary\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+single time step writing\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+write subset only\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+automatic decomposition of cells; polygons on boundary undecomposed since handled by vtk\&.
+.RE
+.SH "OPTIONS"
+.PP
+\fB\-ascii\fR
+.RS 4
+Write VTK data in ASCII format instead of binary\&.
+.RE
+.PP
+\fB\-mesh\fR \fI<name>\fR
+.RS 4
+Use a different mesh name (instead of \-region)
+.RE
+.PP
+\fB\-fields\fR \fI<fields>\fR
+.RS 4
+Convert selected fields only\&. For example,
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+     \-fields "( p T U )"
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+The quoting is required to avoid shell expansions and to pass the information as a single argument\&.
+.RE
+.PP
+\fB\-surfaceFields\fR
+.RS 4
+Write surfaceScalarFields (e\&.g\&., phi)
+.RE
+.PP
+\fB\-cellSet\fR \fI<name>\fR, \fB\-faceSet\fR \fI<name>\fR, \fB\-pointSet\fR \fI<name>\fR
+.RS 4
+Restrict conversion to the cellSet, faceSet or pointSet\&.
+.RE
+.PP
+\fB\-nearCellValue\fR
+.RS 4
+Output cell value on patches instead of patch value itself\&.
+.RE
+.PP
+\fB\-noInternal\fR
+.RS 4
+Do not generate file for mesh, only for patches\&.
+.RE
+.PP
+\fB\-noPointValues\fR
+.RS 4
+No pointFields\&.
+.RE
+.PP
+\fB\-noFaceZones\fR
+.RS 4
+No faceZones\&.
+.RE
+.PP
+\fB\-noLinks\fR
+.RS 4
+(in parallel) do not link processor files to master\&.
+.RE
+.PP
+\fB\-allPatches\fR
+.RS 4
+Combine all patches into a single file\&.
+.RE
+.PP
+\fB\-excludePatches\fR \fI<patchNames>\fR
+.RS 4
+Specify patches to exclude\&. For example,
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+     \-excludePatches "( inlet_1 inlet_2 )"
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+The quoting is required to avoid shell expansions and to pass the information as a single argument\&.
+.RE
+.PP
+\fB\-useTimeName\fR
+.RS 4
+use the time index in the VTK file name instead of the time index
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore time step 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to the latest time step\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specified time\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+mesh subset is handled by vtkMesh\&. Slight inconsistency in interpolation: on the internal field it interpolates the whole volfield to the whole\-mesh pointField and then selects only those values it needs for the subMesh (using the fvMeshSubset cellMap(), pointMap() functions)\&. For the patches however it uses the fvMeshSubset\&.interpolate function to directly interpolate the whole\-mesh values onto the subset patch\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-formatConvert.1 b/debian/man1/freefoam-formatConvert.1
new file mode 100644
index 0000000..b270117
--- /dev/null
+++ b/debian/man1/freefoam-formatConvert.1
@@ -0,0 +1,117 @@
+'\" t
+.\"     Title: freefoam-formatconvert
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-FORMATCONVERT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-formatConvert \- Converts all IOobjects associated with a case into the format specified in the controlDict\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam formatConvert\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Mainly used to convert binary mesh/field files to ASCII\&.
+.sp
+Bugs Any zero\-size List written binary gets written as \fI0\fR\&. When reading the file as a dictionary this is interpreted as a label\&. This is (usually) not a problem when doing patch fields since these get the \fIuniform\fR, \fInonuniform\fR prefix\&. However zone contents are labelLists not labelFields and these go wrong\&. For now hacked a solution where we detect the keywords in zones and redo the dictionary entries to be labelLists\&.
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-gambitToFoam.1 b/debian/man1/freefoam-gambitToFoam.1
new file mode 100644
index 0000000..d5ea00d
--- /dev/null
+++ b/debian/man1/freefoam-gambitToFoam.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-gambittofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-GAMBITTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-gambitToFoam \- Converts a GAMBIT mesh to FOAM format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam gambitToFoam\fR [\-help] [\-srcDoc] [\-scale \fI<number>\fR] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-scale\fR \fI<number>\fR
+.RS 4
+scale factor
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+case directory
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+display help message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+open Doxygen documentation of this application
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+open source code of this application
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-gmshToFoam.1 b/debian/man1/freefoam-gmshToFoam.1
new file mode 100644
index 0000000..c7f578f
--- /dev/null
+++ b/debian/man1/freefoam-gmshToFoam.1
@@ -0,0 +1,104 @@
+'\" t
+.\"     Title: freefoam-gmshtofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-GMSHTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-gmshToFoam \- Reads \&.msh file as written by Gmsh\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam gmshToFoam\fR \fI<\&.msh file>\fR [\-keepOrientation] [\-help] [\-srcDoc] [\-doc]
+.SH "DESCRIPTION"
+.sp
+Needs surface elements on mesh to be present and aligned with outside faces of the mesh\&. I\&.e\&. if the mesh is hexes, the outside faces need to be quads
+.SH "OPTIONS"
+.PP
+\fI<\&.msh file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-keepOrientation\fR
+.RS 4
+Do not check ordering\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+There is something seriously wrong with the ordering written in the \&.msh file\&. Normal operation is to check the ordering and invert prisms and hexes if found to be wrong way round\&. Use the \-keepOrientation to keep the raw information\&.
+.sp
+The code now uses the element (cell,face) physical region id number to create cell zones and faces zones (similar to fluentMeshWithInternalFaces)\&.
+.sp
+A use of the cell zone information, is for field initialization with the "setFields" utility\&. see the classes: topoSetSource, zoneToCell\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-graphExecTime.1 b/debian/man1/freefoam-graphExecTime.1
new file mode 100644
index 0000000..3a26b92
--- /dev/null
+++ b/debian/man1/freefoam-graphExecTime.1
@@ -0,0 +1,101 @@
+'\" t
+.\"     Title: freefoam-graphexectime
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-GRAPHEXECTIME" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-graphExecTime \- Computes the time used per iteration
+.SH "SYNOPSIS"
+.sp
+\fBfreefoa graphExecTime\fR \fI<logFile>\fR
+.SH "DESCRIPTION"
+.sp
+This utility computes the time used per iteration in seconds and writes it to the file \fIexecutionTime\&.dat\fR\&. The file has the following format:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+Solver Performance
+iterations
+time/iteration
+0 0
+0 0
+1
+time
+0
+<nIterations>
+1\&.000000 <time/iter1>
+2\&.000000 <time/iter2>
+3\&.000000 <time/iter3>
+4\&.000000 <time/iter4>
+5\&.000000 <time/iter5>
+\&.\&.\&.
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+where \fI<nIterations>\fR is the number of iterations and corresponds to the number of lines which are following this entry\&. \fI<time/iterX>\fR is the time this iteration requried\&.
+.SH "OPTIONS"
+.PP
+\fI<logFile>\fR
+.RS 4
+A FreeFOAM log file (i\&.e\&. the screen\-output created by a FreeFOAM solver)
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-graphResKE.1 b/debian/man1/freefoam-graphResKE.1
new file mode 100644
index 0000000..9d59280
--- /dev/null
+++ b/debian/man1/freefoam-graphResKE.1
@@ -0,0 +1,110 @@
+'\" t
+.\"     Title: freefoam-graphreske
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-GRAPHRESKE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-graphResKE \- Extract the residuals of k and epsilon at each time step
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam graphResKE\fR \fI<logFile>\fR
+.SH "DESCRIPTION"
+.sp
+The utility extracts the residuals of the k and epsilon equations at each time step and writes them to \fIresidualKE\&.dat\fR\&. The file has the following format:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+Solver Performance
+number of iterations
+residual
+0 0
+0 0
+<nGraphs>
+k
+0
+<nK>
+1\&.000000 <resK1>
+2\&.000000 <resK2>
+3\&.000000 <resK3>
+4\&.000000 <resK4>
+5\&.000000 <resK5>
+\&.\&.\&.
+epsilon
+0
+<nEpsilon>
+1\&.000000 <resEpsilon1>
+2\&.000000 <resEpsilon2>
+3\&.000000 <resEpsilon3>
+4\&.000000 <resEpsilon4>
+5\&.000000 <resEpsilon5>
+\&.\&.\&.
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+where \fI<nK>\fR and \fI<nEpsilon>\fR is the number of data points for \fIk\fR and \fIepsilon\fR, respectively\&. \fI<resKX>\fR and \fI<resEpsilonX>\fR are the residual at iteration \fIX\fR for \fIk\fR and \fIepsilon\fR\&.
+.SH "OPTIONS"
+.PP
+\fI<logFile>\fR
+.RS 4
+A FreeFOAM log file (i\&.e\&. the screen\-output created by a FreeFOAM solver)
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-graphResUVWP.1 b/debian/man1/freefoam-graphResUVWP.1
new file mode 100644
index 0000000..d56ef7a
--- /dev/null
+++ b/debian/man1/freefoam-graphResUVWP.1
@@ -0,0 +1,101 @@
+'\" t
+.\"     Title: freefoam-graphresuvwp
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-GRAPHRESUVWP" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-graphResUVWP \- Extract the residuals of \*(AqU\*(Aq, \*(AqV\*(Aq, \*(AqW\*(Aq and \*(Aqp\*(Aq at each time step
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam graphResUVWP\fR \fI<logFile>\fR
+.SH "DESCRIPTION"
+.sp
+The utility extracts the residuals of the velocity components \fIU\fR, \fIV\fR and \fIW\fR and the pressure \fIp\fR at each time step and writes them to \fIresidualUVWP\&.dat\fR\&. The file has the following format:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+1 <resU1>
+2 <resU2>
+\&.\&.\&.
+
+1 <resV1>
+2 <resV2>
+\&.\&.\&.
+
+1 <resW1>
+2 <resW2>
+\&.\&.\&.
+
+1 <resP1>
+2 <resP2>
+\&.\&.\&.
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+where \fI<resUX>\fR, \fI<resVX>\fR, \fI<resWX>\fR and \fI<resPX>\fR are the residuals for \fIU\fR, \fIV\fR, \fIW\fR and \fIp\fR, respectively, at a given time\-step \fIX\fR\&.
+.SH "OPTIONS"
+.PP
+\fI<logFile>\fR
+.RS 4
+A FreeFOAM log file (i\&.e\&. the screen\-output created by a FreeFOAM solver)
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-ico.1 b/debian/man1/freefoam-ico.1
new file mode 100644
index 0000000..af57baa
--- /dev/null
+++ b/debian/man1/freefoam-ico.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-ico
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ICO" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-ico \- Transient solver for incompressible, laminar flow of Newtonian fluids\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam ico\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-icoErrorEstimate.1 b/debian/man1/freefoam-icoErrorEstimate.1
new file mode 100644
index 0000000..720d889
--- /dev/null
+++ b/debian/man1/freefoam-icoErrorEstimate.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-icoerrorestimate
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ICOERRORESTIMATE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-icoErrorEstimate \- Estimates error for the incompressible laminar CFD application icoFoam\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam icoErrorEstimate\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-icoMomentError.1 b/debian/man1/freefoam-icoMomentError.1
new file mode 100644
index 0000000..f78054e
--- /dev/null
+++ b/debian/man1/freefoam-icoMomentError.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-icomomenterror
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ICOMOMENTERROR" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-icoMomentError \- Estimates error for the incompressible laminar CFD application icoFoam\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam icoMomentError\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-ideasUnvToFoam.1 b/debian/man1/freefoam-ideasUnvToFoam.1
new file mode 100644
index 0000000..a2d4c25
--- /dev/null
+++ b/debian/man1/freefoam-ideasUnvToFoam.1
@@ -0,0 +1,97 @@
+'\" t
+.\"     Title: freefoam-ideasunvtofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-IDEASUNVTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-ideasUnvToFoam \- I\-Deas unv format mesh conversion\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam ideasUnvToFoam\fR \fI<\&.unv file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+Uses either \- DOF sets (757) or \- face groups (2452(Cubit), 2467) to do patching\&. Works without but then puts all faces in defaultFaces patch\&.
+.SH "OPTIONS"
+.PP
+\fI<\&.unv file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-infoExec.1 b/debian/man1/freefoam-infoExec.1
new file mode 100644
index 0000000..b360460
--- /dev/null
+++ b/debian/man1/freefoam-infoExec.1
@@ -0,0 +1,110 @@
+'\" t
+.\"     Title: freefoam-infoexec
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-INFOEXEC" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-infoExec \- Interrogates a case and prints information to screen
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam infoExec\fR [\-keywords] [\-times] [\-help] [\-srcDoc] [\-doc] [\-case \fI<dir>\fR] [\-entry \fI<entry name>\fR] [\-dictionary \fI<dictionary name>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-dictionary\fR \fI<dictionary name>\fR
+.RS 4
+Use specified dictionary\&.
+.RE
+.PP
+\fB\-entry\fR \fI<entry name>\fR
+.RS 4
+Use specified entry from dictionary (parent:child notation)
+.RE
+.PP
+\fB\-keywords\fR
+.RS 4
+List keywords in the dictionary\&.
+.RE
+.PP
+\fB\-times\fR
+.RS 4
+List all time steps\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-insideCells.1 b/debian/man1/freefoam-insideCells.1
new file mode 100644
index 0000000..d17f78e
--- /dev/null
+++ b/debian/man1/freefoam-insideCells.1
@@ -0,0 +1,104 @@
+'\" t
+.\"     Title: freefoam-insidecells
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-INSIDECELLS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-insideCells \- Picks up cells with cell centre \*(Aqinside\*(Aq of surface\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam insideCells\fR \fI<Foam surface file>\fR \fI<cellSet name>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+Requires surface to be closed and singly connected\&.
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<cellSet name>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-inter.1 b/debian/man1/freefoam-inter.1
new file mode 100644
index 0000000..20cb716
--- /dev/null
+++ b/debian/man1/freefoam-inter.1
@@ -0,0 +1,99 @@
+'\" t
+.\"     Title: freefoam-inter
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-INTER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-inter \- Solver for 2 incompressible, isothermal immiscible fluids using a VOF (volume of fluid) phase\-fraction based interface capturing approach\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam inter\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved\&.
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.sp
+For a two\-fluid approach see twoPhaseEulerFoam\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-interDyM.1 b/debian/man1/freefoam-interDyM.1
new file mode 100644
index 0000000..511b0bc
--- /dev/null
+++ b/debian/man1/freefoam-interDyM.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-interdym
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-INTERDYM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-interDyM \- Solver for 2 incompressible, isothermal immiscible fluids using a VOF (volume of fluid) phase\-fraction based interface capturing approach, with optional mesh motion and mesh topology changes including adaptive re\-meshing\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam interDyM\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-interMixing.1 b/debian/man1/freefoam-interMixing.1
new file mode 100644
index 0000000..e33290c
--- /dev/null
+++ b/debian/man1/freefoam-interMixing.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-intermixing
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-INTERMIXING" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-interMixing \- Solver for 3 incompressible fluids, two of which are miscible, using a VOF method to capture the interface\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam interMixing\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-interPhaseChange.1 b/debian/man1/freefoam-interPhaseChange.1
new file mode 100644
index 0000000..655677d
--- /dev/null
+++ b/debian/man1/freefoam-interPhaseChange.1
@@ -0,0 +1,99 @@
+'\" t
+.\"     Title: freefoam-interphasechange
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-INTERPHASECHANGE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-interPhaseChange \- Solver for 2 incompressible, isothermal immiscible fluids with phase\-change (e\&.g\&. cavitation)\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam interPhaseChange\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Uses a VOF (volume of fluid) phase\-fraction based interface capturing approach\&. The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved\&.
+.sp
+The set of phase\-change models provided are designed to simulate cavitation but other mechanisms of phase\-change are supported within this solver framework\&.
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-job.1 b/debian/man1/freefoam-job.1
new file mode 100644
index 0000000..c481f37
--- /dev/null
+++ b/debian/man1/freefoam-job.1
@@ -0,0 +1,119 @@
+'\" t
+.\"     Title: freefoam-job
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-JOB" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-job \- Runs a FreeFOAM job in the background
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam job\fR [\-case \fI<caseDir>\fR] [\-s] [\-p] [\-hosts \fI<hostFile>\fR] [\-log \fI<logFile>\fR] [\-fg] [\-help] \fI<application>\fR [\fI<options>\fR]
+.SH "DESCRIPTION"
+.sp
+Runs the FreeFOAM application \fI<application>\fR\&. Unless the \fB\-fg\fR option is specified, the job is run in the background (this options is ignored if \fB\-s\fR is specified)\&. The output is written to the file \fIlog\fR, which can be overridden using the \fB\-log\fR option\&. If \fB\-s\fR is specified, the output will also be sent to the screen\&. The \fB\-p\fR option will start the application in parallel using the setting of \fIparRunTemplate\fR in the global \fIcontrolDict\fR (see \fBfreefoam\fR(1))\&. The option \fB\-hosts\fR can be used to provide a file containing a list of host names for the parallel run\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<caseDir>\fR
+.RS 4
+Specify the case directory\&. Defaults to the current working directory\&.
+.RE
+.PP
+\fB\-s\fR
+.RS 4
+Also sends output to screen
+.RE
+.PP
+\fB\-p\fR
+.RS 4
+Run the job in parallel
+.RE
+.PP
+\fB\-hosts\fR \fI<hostFile>\fR
+.RS 4
+Specify file with host names
+.RE
+.PP
+\fB\-log\fR \fI<logFile>\fR
+.RS 4
+Specify logfile name for output, defaults to
+\fIlog\fR
+.RE
+.PP
+\fB\-fg\fR
+.RS 4
+Run the job in the foreground (i\&.e\&. don\(cqt background it)\&. This option is ignored if
+\fB\-s\fR
+is specified\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display an option summary
+.RE
+.PP
+\fI<application>\fR
+.RS 4
+The application to run
+.RE
+.PP
+\fI<options>\fR
+.RS 4
+Options to be passed to
+\fI<application>\fR
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-kivaToFoam.1 b/debian/man1/freefoam-kivaToFoam.1
new file mode 100644
index 0000000..c8ae530
--- /dev/null
+++ b/debian/man1/freefoam-kivaToFoam.1
@@ -0,0 +1,105 @@
+'\" t
+.\"     Title: freefoam-kivatofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-KIVATOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-kivaToFoam \- Converts a KIVA3v grid to FOAM format
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam kivaToFoam\fR [\-help] [\-version \fI<kiva version>\fR] [\-zHeadMin \fI<scalar>\fR] [\-srcDoc] [\-doc] [\-file \fI<kiva file>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-zHeadMin\fR \fI<scalar>\fR
+.RS 4
+Minimum cylinder\-head height\&.
+.RE
+.PP
+\fB\-file\fR \fI<kiva file>\fR
+.RS 4
+Use a different kiva file from otape17\&.
+.RE
+.PP
+\fB\-version\fR \fI<kiva version>\fR
+.RS 4
+Specify kiva version\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-laplacian.1 b/debian/man1/freefoam-laplacian.1
new file mode 100644
index 0000000..c914b0d
--- /dev/null
+++ b/debian/man1/freefoam-laplacian.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-laplacian
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-LAPLACIAN" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-laplacian \- Solves a simple Laplace equation, e\&.g\&. for thermal diffusion in a solid\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam laplacian\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-log.1 b/debian/man1/freefoam-log.1
new file mode 100644
index 0000000..051983a
--- /dev/null
+++ b/debian/man1/freefoam-log.1
@@ -0,0 +1,107 @@
+'\" t
+.\"     Title: freefoam-log
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-LOG" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-log \- Extracts xy files from Foam logs
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam log\fR [\-n][\-s] \fI<logFile>\fR \fBfreefoam log\fR \-l \fI<logFile>\fR \fBfreefoam log\fR \-h
+.SH "DESCRIPTION"
+.sp
+The default is to extract for all the \fI"Solved for"\fR variables the initial residual, the final residual and the number of iterations\&. On top of this a (user editable) database of standard non\-solved for variables is used to extract data like Courant number, execution time etc\&.
+.sp
+The \fB\-l\fR option shows all the possible variables but does not extract them\&.
+.sp
+The program will generate and run an awk script which writes a set of files, \fIlogs/<var>_<subIter>\fR, for every \fI<var>\fR specified, for every occurrence inside a time step\&.
+.sp
+For variables that are \fI"Solved for"\fR the initial residual name will be \fI<var>\fR, the final residual will get name \fI<var>FinalRes\fR\&.
+.sp
+The files are a simple \fIxy\fR format with the first column Time (default) and the second the extracted values\&. Option \fB\-n\fR creates single column files with the extracted data only\&.
+.sp
+The query database is a simple text format with three entries per line, separated with \fI/\fR\&. Column 1 is the name of the variable (cannot contain spaces), column 2 is the extended regular expression (egrep) to select the line and column 3 is the string (fgrep) to select the column inside the line\&. The value taken will be the first (non\-space)word after this column\&. The database will either be \fI$HOME/\&.FreeFOAM/foamLog\&.db\fR or if not found \fI/foamLog\&.db\fR\&.
+.sp
+Option \fB\-s\fR suppresses the default information and only prints the extracted variables\&.
+.SH "OPTIONS"
+.PP
+\fI<logFile>\fR
+.RS 4
+A FreeFOAM log file (i\&.e\&. the screen\-output created by a FreeFOAM solver)
+.RE
+.PP
+\fB\-n\fR
+.RS 4
+Create a single\-column file containing the extracted data only
+.RE
+.PP
+\fB\-s\fR
+.RS 4
+Suppresses the default information and only displays the extracted variable names
+.RE
+.PP
+\fB\-l\fR
+.RS 4
+List all possible variables but do not extract them
+.RE
+.PP
+\fB\-h\fR
+.RS 4
+Display an option summary
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-mapFields.1 b/debian/man1/freefoam-mapFields.1
new file mode 100644
index 0000000..7190b49
--- /dev/null
+++ b/debian/man1/freefoam-mapFields.1
@@ -0,0 +1,117 @@
+'\" t
+.\"     Title: freefoam-mapfields
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MAPFIELDS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mapFields \- Maps volume fields from one mesh to another\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mapFields\fR \fI<source dir>\fR [\-parallelSource] [\-parallelTarget] [\-srcDoc] [\-doc] [\-help] [\-consistent] [\-case \fI<dir>\fR] [\-sourceTime \fI<scalar>\fR]
+.SH "DESCRIPTION"
+.sp
+Maps volume fields from one mesh to another, reading and interpolating all fields present in the time directory of both cases\&. Parallel and non\-parallel cases are handled without the need to reconstruct them first\&.
+.SH "OPTIONS"
+.PP
+\fI<source dir>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-consistent\fR
+.RS 4
+Meshes are consistent\&.
+.RE
+.PP
+\fB\-parallelSource\fR
+.RS 4
+The source case is decomposed\&.
+.RE
+.PP
+\fB\-sourceTime\fR \fI<scalar>\fR
+.RS 4
+Time of the source\&.
+.RE
+.PP
+\fB\-parallelTarget\fR
+.RS 4
+The target case is decomposed\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-md.1 b/debian/man1/freefoam-md.1
new file mode 100644
index 0000000..34f7316
--- /dev/null
+++ b/debian/man1/freefoam-md.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-md
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MD" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-md \- Molecular dynamics solver for fluid dynamics
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam md\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-mdEquilibration.1 b/debian/man1/freefoam-mdEquilibration.1
new file mode 100644
index 0000000..b115f07
--- /dev/null
+++ b/debian/man1/freefoam-mdEquilibration.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-mdequilibration
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MDEQUILIBRATION" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mdEquilibration \- Equilibrates and/or preconditions molecular dynamics systems
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mdEquilibration\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-mdInitialise.1 b/debian/man1/freefoam-mdInitialise.1
new file mode 100644
index 0000000..60c3492
--- /dev/null
+++ b/debian/man1/freefoam-mdInitialise.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-mdinitialise
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MDINITIALISE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mdInitialise \- Initialises fields for a molecular dynamics (MD) simulation\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mdInitialise\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-mergeMeshes.1 b/debian/man1/freefoam-mergeMeshes.1
new file mode 100644
index 0000000..579426a
--- /dev/null
+++ b/debian/man1/freefoam-mergeMeshes.1
@@ -0,0 +1,118 @@
+'\" t
+.\"     Title: freefoam-mergemeshes
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MERGEMESHES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mergeMeshes \- Merge two meshes\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mergeMeshes\fR \fI<master root>\fR \fI<master case name>\fR \fI<root to add>\fR \fI<case to add>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<master root>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<master case name>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<root to add>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<case to add>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-mergeOrSplitBaffles.1 b/debian/man1/freefoam-mergeOrSplitBaffles.1
new file mode 100644
index 0000000..f677bab
--- /dev/null
+++ b/debian/man1/freefoam-mergeOrSplitBaffles.1
@@ -0,0 +1,155 @@
+'\" t
+.\"     Title: freefoam-mergeorsplitbaffles
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MERGEORSPLITBAFFLES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mergeOrSplitBaffles \- Detects faces that share points (baffles)\&. Either merge them or duplicate the points\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mergeOrSplitBaffles\fR [\-split] [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR] [\-detectOnly]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-split\fR
+.RS 4
+Split duplicate surfaces\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-detectOnly\fR
+.RS 4
+Do no processing\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+can only handle pairwise boundary faces\&. So three faces using the same points is not handled (is illegal mesh anyway)
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+there is no option to only split/merge some baffles\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+surfaces consisting of duplicate faces can be topologically split if the points on the interior of the surface cannot walk to all the cells that use them in one go\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Parallel operation (where duplicate face is perpendicular to a coupled boundary) is supported but not really tested\&. (Note that coupled faces themselves are not seen as duplicate faces)
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-mhd.1 b/debian/man1/freefoam-mhd.1
new file mode 100644
index 0000000..ce1c4de
--- /dev/null
+++ b/debian/man1/freefoam-mhd.1
@@ -0,0 +1,99 @@
+'\" t
+.\"     Title: freefoam-mhd
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MHD" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mhd \- Solver for magnetohydrodynamics (MHD): incompressible, laminar flow of a conducting fluid under the influence of a magnetic field\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mhd\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+An applied magnetic field H acts as a driving force, at present boundary conditions cannot be set via the electric field E or current density J\&. The fluid viscosity nu, conductivity sigma and permeability mu are read in as uniform constants\&.
+.sp
+A fictitous magnetic flux pressure pH is introduced in order to compensate for discretisation errors and create a magnetic face flux field which is divergence free as required by Maxwell\(cqs equations\&.
+.sp
+However, in this formulation discretisation error prevents the normal stresses in UB from cancelling with those from BU, but it is unknown whether this is a serious error\&. A correction could be introduced whereby the normal stresses in the discretised BU term are replaced by those from the UB term, but this would violate the boundedness constraint presently observed in the present numerics which guarantees div(U) and div(H) are zero\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-mirrorMesh.1 b/debian/man1/freefoam-mirrorMesh.1
new file mode 100644
index 0000000..59cdc00
--- /dev/null
+++ b/debian/man1/freefoam-mirrorMesh.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-mirrormesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MIRRORMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mirrorMesh \- Mirrors a mesh around a given plane\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mirrorMesh\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-mixtureAdiabaticFlameT.1 b/debian/man1/freefoam-mixtureAdiabaticFlameT.1
new file mode 100644
index 0000000..8115e23
--- /dev/null
+++ b/debian/man1/freefoam-mixtureAdiabaticFlameT.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-mixtureadiabaticflamet
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MIXTUREADIABATICFLAMET" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mixtureAdiabaticFlameT \- Calculates the adiabatic flame temperature for a given mixture at a given temperature\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mixtureAdiabaticFlameT\fR \fI<controlFile>\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<controlFile>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-modifyMesh.1 b/debian/man1/freefoam-modifyMesh.1
new file mode 100644
index 0000000..2223b3d
--- /dev/null
+++ b/debian/man1/freefoam-modifyMesh.1
@@ -0,0 +1,110 @@
+'\" t
+.\"     Title: freefoam-modifymesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MODIFYMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-modifyMesh \- Manipulates mesh elements\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam modifyMesh\fR [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Actions are: (boundary)points: \- move
+.sp
+(boundary)edges: \- split and move introduced point
+.sp
+(boundary)faces: \- split(triangulate) and move introduced point
+.sp
+edges: \- collapse
+.sp
+cells: \- split into polygonal base pyramids around newly introduced mid point
+.sp
+Is a bit of a loose collection of mesh change drivers\&.
+.SH "OPTIONS"
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-momentScalarError.1 b/debian/man1/freefoam-momentScalarError.1
new file mode 100644
index 0000000..dd910ca
--- /dev/null
+++ b/debian/man1/freefoam-momentScalarError.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-momentscalarerror
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MOMENTSCALARERROR" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-momentScalarError \- Estimates the error in the solution for a scalar transport equation in the standard form
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam momentScalarError\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-moveDynamicMesh.1 b/debian/man1/freefoam-moveDynamicMesh.1
new file mode 100644
index 0000000..cf5c31f
--- /dev/null
+++ b/debian/man1/freefoam-moveDynamicMesh.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-movedynamicmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MOVEDYNAMICMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-moveDynamicMesh \- Mesh motion and topological mesh changes utility\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam moveDynamicMesh\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-moveEngineMesh.1 b/debian/man1/freefoam-moveEngineMesh.1
new file mode 100644
index 0000000..f281a90
--- /dev/null
+++ b/debian/man1/freefoam-moveEngineMesh.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-moveenginemesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MOVEENGINEMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-moveEngineMesh \- Solver for moving meshes for engine calculations\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam moveEngineMesh\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-moveMesh.1 b/debian/man1/freefoam-moveMesh.1
new file mode 100644
index 0000000..93d6b04
--- /dev/null
+++ b/debian/man1/freefoam-moveMesh.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-movemesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MOVEMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-moveMesh \- Solver for moving meshes
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam moveMesh\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-mshToFoam.1 b/debian/man1/freefoam-mshToFoam.1
new file mode 100644
index 0000000..970ab18
--- /dev/null
+++ b/debian/man1/freefoam-mshToFoam.1
@@ -0,0 +1,106 @@
+'\" t
+.\"     Title: freefoam-mshtofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MSHTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-mshToFoam \- Converts \&.msh file generated by the Adventure system\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam mshToFoam\fR \fI<\&.msh file>\fR [\-help] [\-srcDoc] [\-hex] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<\&.msh file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-hex\fR
+.RS 4
+Read hex cells\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+The \&.msh format does not contain any boundary information\&. It is purely a description of the internal mesh\&.
+.sp
+Can read both linear\-tet format (i\&.e\&. 4 verts per tet) and linear\-hex format (8 verts per hex) (if provided with the \-hex option)
+.sp
+Will bomb out if not supplied with the correct option for the file format
+.sp
+Not extensively tested\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-multiphaseInter.1 b/debian/man1/freefoam-multiphaseInter.1
new file mode 100644
index 0000000..c55c49e
--- /dev/null
+++ b/debian/man1/freefoam-multiphaseInter.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-multiphaseinter
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-MULTIPHASEINTER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-multiphaseInter \- Solver for n incompressible fluids which captures the interfaces and includes surface\-tension and contact\-angle effects for each phase\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam multiphaseInter\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-netgenNeutralToFoam.1 b/debian/man1/freefoam-netgenNeutralToFoam.1
new file mode 100644
index 0000000..6eee9d8
--- /dev/null
+++ b/debian/man1/freefoam-netgenNeutralToFoam.1
@@ -0,0 +1,106 @@
+'\" t
+.\"     Title: freefoam-netgenneutraltofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-NETGENNEUTRALTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-netgenNeutralToFoam \- Converts neutral file format as written by Netgen v4\&.4\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam netgenNeutralToFoam\fR \fI<Neutral file>\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Example:
+.sp
+9 1\&.000000 1\&.000000 1\&.000000 0\&.000000 1\&.000000 1\&.000000 0\&.000000 0\&.000000 1\&.000000 1\&.000000 0\&.000000 1\&.000000 0\&.000000 1\&.000000 0\&.000000 1\&.000000 1\&.000000 0\&.000000 1\&.000000 0\&.000000 0\&.000000 0\&.000000 0\&.000000 0\&.000000 0\&.500000 0\&.500000 0\&.500000 12 1 7 8 9 3 1 5 9 6 8 1 5 9 2 1 1 4 9 7 6 1 7 8 6 9 1 4 6 1 9 1 5 9 8 2 1 4 1 2 9 1 1 6 5 9 1 2 3 4 9 1 8 9 3 2 1 4 9 3 7 12 1 1 2 4 1 3 4 2 2 5 6 8 2 7 8 6 3 1 4 6 3 7 6 4 5 2 1 5 5 6 5 1 5 3 2 8 5 5 8 2 6 4 3 7 6 8 7 3
+.sp
+NOTE: \- reverse order of boundary faces using geometric test\&. (not very space efficient) \- order of tet vertices only tested on one file\&. \- all patch/cell/vertex numbers offset by one\&.
+.SH "OPTIONS"
+.PP
+\fI<Neutral file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-nonNewtonianIco.1 b/debian/man1/freefoam-nonNewtonianIco.1
new file mode 100644
index 0000000..e38847b
--- /dev/null
+++ b/debian/man1/freefoam-nonNewtonianIco.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-nonnewtonianico
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-NONNEWTONIANICO" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-nonNewtonianIco \- Transient solver for incompressible, laminar flow of non\-Newtonian fluids\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam nonNewtonianIco\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-objToVTK.1 b/debian/man1/freefoam-objToVTK.1
new file mode 100644
index 0000000..7538f9a
--- /dev/null
+++ b/debian/man1/freefoam-objToVTK.1
@@ -0,0 +1,104 @@
+'\" t
+.\"     Title: freefoam-objtovtk
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-OBJTOVTK" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-objToVTK \- Read obj line (not surface!) file and convert into vtk\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam objToVTK\fR \fI<OBJ file>\fR \fI<output VTK file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<OBJ file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<output VTK file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-pPrime2.1 b/debian/man1/freefoam-pPrime2.1
new file mode 100644
index 0000000..8200e23
--- /dev/null
+++ b/debian/man1/freefoam-pPrime2.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-pprime2
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PPRIME2" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-pPrime2 \- Calculates and writes the scalar field of pPrime2 (sqr(p \- pMean)) at each time
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam pPrime2\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-para.1 b/debian/man1/freefoam-para.1
new file mode 100644
index 0000000..c821941
--- /dev/null
+++ b/debian/man1/freefoam-para.1
@@ -0,0 +1,81 @@
+'\" t
+.\"     Title: freefoam-para
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PARA" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-para \- Start ParaView3 to visualize a case
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam para\fR [\-case \fI<caseDir>\fR] [\-h | \-help]
+.SH "DESCRIPTION"
+.sp
+This utility script starts ParaView3 to visualize a simulation case\&. It sets up the environment such that ParaView3 can find the plugins required to read the file format\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<caseDir>\fR
+.RS 4
+Visualize the case located in
+\fI<caseDir>\fR\&. This defaults to the current working directory\&.
+.RE
+.PP
+\fB\-h\fR | \fB\-help\fR
+.RS 4
+Display an option summary
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-particleTracks.1 b/debian/man1/freefoam-particleTracks.1
new file mode 100644
index 0000000..4b65344
--- /dev/null
+++ b/debian/man1/freefoam-particleTracks.1
@@ -0,0 +1,120 @@
+'\" t
+.\"     Title: freefoam-particletracks
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PARTICLETRACKS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-particleTracks \- Generates a VTK file of particle tracks for cases that were computed using a tracked\-parcel\-type cloud\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam particleTracks\fR [\-region \fI<name>\fR] [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-region\fR \fI<name>\fR
+.RS 4
+Only apply to named mesh region\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-patchAverage.1 b/debian/man1/freefoam-patchAverage.1
new file mode 100644
index 0000000..d6bc631
--- /dev/null
+++ b/debian/man1/freefoam-patchAverage.1
@@ -0,0 +1,129 @@
+'\" t
+.\"     Title: freefoam-patchaverage
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PATCHAVERAGE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-patchAverage \- Calculates the average of the specified field over the specified patch\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam patchAverage\fR \fI<fieldName>\fR \fI<patchName>\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<fieldName>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<patchName>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-patchIntegrate.1 b/debian/man1/freefoam-patchIntegrate.1
new file mode 100644
index 0000000..d30f59d
--- /dev/null
+++ b/debian/man1/freefoam-patchIntegrate.1
@@ -0,0 +1,129 @@
+'\" t
+.\"     Title: freefoam-patchintegrate
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PATCHINTEGRATE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-patchIntegrate \- Calculates the integral of the specified field over the specified patch\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam patchIntegrate\fR \fI<fieldName>\fR \fI<patchName>\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<fieldName>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<patchName>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-patchSummary.1 b/debian/man1/freefoam-patchSummary.1
new file mode 100644
index 0000000..bcf168f
--- /dev/null
+++ b/debian/man1/freefoam-patchSummary.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-patchsummary
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PATCHSUMMARY" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-patchSummary \- Writes fields and boundary condition info for each patch at each requested time instance\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam patchSummary\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-pdfPlot.1 b/debian/man1/freefoam-pdfPlot.1
new file mode 100644
index 0000000..869e1fb
--- /dev/null
+++ b/debian/man1/freefoam-pdfPlot.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-pdfplot
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PDFPLOT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-pdfPlot \- Generates an \&.obj file to plot a probability distribution function
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam pdfPlot\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-pimple.1 b/debian/man1/freefoam-pimple.1
new file mode 100644
index 0000000..56fce05
--- /dev/null
+++ b/debian/man1/freefoam-pimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-pimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-pimple \- Large time\-step transient solver for incompressible, flow using the PIMPLE (merged PISO\-SIMPLE) algorithm\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam pimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-pimpleDyM.1 b/debian/man1/freefoam-pimpleDyM.1
new file mode 100644
index 0000000..54c5307
--- /dev/null
+++ b/debian/man1/freefoam-pimpleDyM.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-pimpledym
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PIMPLEDYM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-pimpleDyM \- Transient solver for incompressible, flow of Newtonian fluids on a moving mesh using the PIMPLE (merged PISO\-SIMPLE) algorithm\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam pimpleDyM\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-piso.1 b/debian/man1/freefoam-piso.1
new file mode 100644
index 0000000..9f46bd9
--- /dev/null
+++ b/debian/man1/freefoam-piso.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-piso
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PISO" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-piso \- Transient solver for incompressible flow\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam piso\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-plot3dToFoam.1 b/debian/man1/freefoam-plot3dToFoam.1
new file mode 100644
index 0000000..906dbbb
--- /dev/null
+++ b/debian/man1/freefoam-plot3dToFoam.1
@@ -0,0 +1,119 @@
+'\" t
+.\"     Title: freefoam-plot3dtofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PLOT3DTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-plot3dToFoam \- Plot3d mesh (ascii/formatted format) converter\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam plot3dToFoam\fR \fI<PLOT3D geom file>\fR [\-help] [\-scale \fI<number>\fR] [\-singleBlock] [\-srcDoc] [\-doc] [\-noBlank] [\-2D \fI<thickness>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Work in progress! Handles ascii multiblock (and optionally singleBlock) format\&. By default expects blanking\&. Use \-noBlank if none\&. Use \-2D \fIthickness\fR if 2D\&.
+.sp
+Niklas Nordin has experienced a problem with lefthandedness of the blocks\&. The code should detect this automatically \- see hexBlock::readPoints but if this goes wrong just set the blockHandedness_ variable to \fIright\fR always\&.
+.SH "OPTIONS"
+.PP
+\fI<PLOT3D geom file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-noBlank\fR
+.RS 4
+Do not expect blanking\&.
+.RE
+.PP
+\fB\-2D\fR \fI<thickness>\fR
+.RS 4
+Data is 2D\&.
+.RE
+.PP
+\fB\-singleBlock\fR
+.RS 4
+Data is in a single block\&.
+.RE
+.PP
+\fB\-scale\fR \fI<number>\fR
+.RS 4
+Scale factor\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-pointSet.1 b/debian/man1/freefoam-pointSet.1
new file mode 100644
index 0000000..b5516fc
--- /dev/null
+++ b/debian/man1/freefoam-pointSet.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-pointset
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-POINTSET" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-pointSet \- Selects a point set through a dictionary\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam pointSet\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-polyDualMesh.1 b/debian/man1/freefoam-polyDualMesh.1
new file mode 100644
index 0000000..4713f57
--- /dev/null
+++ b/debian/man1/freefoam-polyDualMesh.1
@@ -0,0 +1,113 @@
+'\" t
+.\"     Title: freefoam-polydualmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-POLYDUALMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-polyDualMesh \- Calculate the dual of a polyMesh\&. Adheres to all the feature and patch edges\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam polyDualMesh\fR [\-doNotPreserveFaceZones] [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-overwrite] [\-splitAllFaces] [\-concaveMultiCells]
+.SH "DESCRIPTION"
+.sp
+Detects any boundary edge > angle and creates multiple boundary faces for it\&. Normal behaviour is to have each point become a cell (1\&.5 behaviour)
+.SH "OPTIONS"
+.PP
+\fB\-concaveMultiCells\fR
+.RS 4
+Creates multiple cells for each point on a concave edge\&. Might limit the amount of distortion on some meshes\&.
+.RE
+.PP
+\fB\-splitAllFaces\fR
+.RS 4
+Normally only constructs a single face between two cells\&. This single face might be too distorted\&. splitAllFaces will create a single face for every original cell the face passes through\&. The mesh will thus have multiple faces inbetween two cells! (so is not strictly upper\-triangular anymore \- checkMesh will complain)
+.RE
+.PP
+\fB\-doNotPreserveFaceZones\fR
+.RS 4
+By default all faceZones are preserved by marking all faces, edges and points on them as features\&. The \-doNotPreserveFaceZones disables this behaviour\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+This is just a driver for meshDualiser\&. Substitute your own simpleMarkFeatures to have different behaviour\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-porousExplicitSourceReactingParcel.1 b/debian/man1/freefoam-porousExplicitSourceReactingParcel.1
new file mode 100644
index 0000000..cef4d78
--- /dev/null
+++ b/debian/man1/freefoam-porousExplicitSourceReactingParcel.1
@@ -0,0 +1,98 @@
+'\" t
+.\"     Title: freefoam-porousexplicitsourcereactingparcel
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-POROUSEXPLICITSOURCEREACTINGPARCEL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-porousExplicitSourceReactingParcel \- Transient PISO solver for compressible, laminar or turbulent flow with reacting multiphase Lagrangian parcels for porous media, including explicit sources for mass, momentum and energy
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam porousExplicitSourceReactingParcel\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+The solver includes: \- reacting multiphase parcel cloud \- porous media \- mass, momentum and energy sources \- polynomial based, incompressible thermodynamics (f(T))
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "NOTE"
+.sp
+ddtPhiCorr not used here when porous zones are active \- not well defined for porous calculations
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-porousInter.1 b/debian/man1/freefoam-porousInter.1
new file mode 100644
index 0000000..f2b81e1
--- /dev/null
+++ b/debian/man1/freefoam-porousInter.1
@@ -0,0 +1,101 @@
+'\" t
+.\"     Title: freefoam-porousinter
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-POROUSINTER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-porousInter \- Solver for 2 incompressible, isothermal immiscible fluids\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam porousInter\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Based on a VOF (volume of fluid) phase\-fraction based interface capturing approach\&. The momentum and other fluid properties are of the "mixture" and a single momentum equation is solved\&.
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.sp
+Explicit handling of porous zones is included\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.sp
+See For a two\-fluid approach see twoPhaseEulerFoam\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-porousSimple.1 b/debian/man1/freefoam-porousSimple.1
new file mode 100644
index 0000000..ca2c50c
--- /dev/null
+++ b/debian/man1/freefoam-porousSimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-poroussimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-POROUSSIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-porousSimple \- Steady\-state solver for incompressible, turbulent flow with implicit or explicit porosity treatment
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam porousSimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-postChannel.1 b/debian/man1/freefoam-postChannel.1
new file mode 100644
index 0000000..6945913
--- /dev/null
+++ b/debian/man1/freefoam-postChannel.1
@@ -0,0 +1,110 @@
+'\" t
+.\"     Title: freefoam-postchannel
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-POSTCHANNEL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-postChannel \- Post\-processes data from channel flow calculations
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam postChannel\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+For each time: calculate: txx, txy,tyy, txy, eps, prod, vorticity, enstrophy and helicity\&. Assuming that the mesh is periodic in the x and z directions, collapse Umeanx, Umeany, txx, txy and tyy to a line and print them as standard output\&.
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-potential.1 b/debian/man1/freefoam-potential.1
new file mode 100644
index 0000000..22743e9
--- /dev/null
+++ b/debian/man1/freefoam-potential.1
@@ -0,0 +1,100 @@
+'\" t
+.\"     Title: freefoam-potential
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-POTENTIAL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-potential \- Simple potential flow solver which can be used to generate starting fields for full Navier\-Stokes codes\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam potential\fR [\-help] [\-srcDoc] [\-doc] [\-parallel] [\-case \fI<dir>\fR] [\-writep]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-writep\fR
+.RS 4
+Also write the pressure field
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-probeLocations.1 b/debian/man1/freefoam-probeLocations.1
new file mode 100644
index 0000000..3664d27
--- /dev/null
+++ b/debian/man1/freefoam-probeLocations.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-probelocations
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PROBELOCATIONS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-probeLocations \- Probe locations\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam probeLocations\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-ptot.1 b/debian/man1/freefoam-ptot.1
new file mode 100644
index 0000000..79682ce
--- /dev/null
+++ b/debian/man1/freefoam-ptot.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-ptot
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-PTOT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-ptot \- For each time: calculate the total pressure\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam ptot\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-reacting.1 b/debian/man1/freefoam-reacting.1
new file mode 100644
index 0000000..12740a8
--- /dev/null
+++ b/debian/man1/freefoam-reacting.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-reacting
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-REACTING" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-reacting \- Solver for combustion with chemical reactions\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam reacting\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-reactingParcel.1 b/debian/man1/freefoam-reactingParcel.1
new file mode 100644
index 0000000..7998039
--- /dev/null
+++ b/debian/man1/freefoam-reactingParcel.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-reactingparcel
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-REACTINGPARCEL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-reactingParcel \- Transient PISO solver for compressible, laminar or turbulent flow with reacting Lagrangian parcels\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam reactingParcel\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-reconstructPar.1 b/debian/man1/freefoam-reconstructPar.1
new file mode 100644
index 0000000..5739b13
--- /dev/null
+++ b/debian/man1/freefoam-reconstructPar.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-reconstructpar
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RECONSTRUCTPAR" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-reconstructPar \- Reconstructs a mesh and fields of a case that is decomposed for parallel execution of OpenFOAM\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam reconstructPar\fR [\-region \fI<name>\fR] [\-help] [\-latestTime] [\-noZero] [\-fields] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-noLagrangian] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-region\fR \fI<name>\fR
+.RS 4
+Only apply to named mesh region\&.
+.RE
+.PP
+\fB\-fields\fR
+.RS 4
+Only apply to named fields\&.
+.RE
+.PP
+\fB\-noLagrangian\fR
+.RS 4
+Exclude Lagrangian fields\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-reconstructParMesh.1 b/debian/man1/freefoam-reconstructParMesh.1
new file mode 100644
index 0000000..1543655
--- /dev/null
+++ b/debian/man1/freefoam-reconstructParMesh.1
@@ -0,0 +1,130 @@
+'\" t
+.\"     Title: freefoam-reconstructparmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RECONSTRUCTPARMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-reconstructParMesh \- Reconstructs a mesh using geometric information only\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam reconstructParMesh\fR [\-region \fI<name>\fR] [\-mergeTol \fI<number>\fR] [\-fullMatch] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-case \fI<dir>\fR] [\-help]
+.SH "DESCRIPTION"
+.sp
+Writes point/face/cell procAddressing so afterwards reconstructPar can be used to reconstruct fields\&.
+.SH "OPTIONS"
+.PP
+\fB\-fullMatch\fR
+.RS 4
+Check all boundary faces\&.
+.RE
+.PP
+\fB\-mergeTol\fR \fI<number>\fR
+.RS 4
+Relative merge distance\&.
+.RE
+.PP
+\fB\-region\fR \fI<name>\fR
+.RS 4
+Only apply to named mesh region\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+Uses geometric matching tolerance (set with \-mergeTol option)
+.sp
+If the parallel case does not have correct procBoundaries use the \-fullMatch option which will check all boundary faces (bit slower)\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-redistributeMeshPar.1 b/debian/man1/freefoam-redistributeMeshPar.1
new file mode 100644
index 0000000..6b837af
--- /dev/null
+++ b/debian/man1/freefoam-redistributeMeshPar.1
@@ -0,0 +1,111 @@
+'\" t
+.\"     Title: freefoam-redistributemeshpar
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-REDISTRIBUTEMESHPAR" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-redistributeMeshPar \- Redistributes existing decomposed mesh and fields according to the current settings in the decomposeParDict file\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam redistributeMeshPar\fR [\-mergeTol \fI<number>\fR] [\-srcDoc] [\-doc] [\-help] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Must be run on maximum number of source and destination processors\&. Balances mesh and writes new mesh to new time directory\&.
+.sp
+Can also work like decomposePar:
+.sp
+# Create empty processors mkdir processor0 \&.\&. mkdir processorN
+.sp
+# Copy undecomposed polyMesh cp \-r constant processor0
+.sp
+# Distribute mpirun \-np ddd redistributeMeshPar \-parallel
+.SH "OPTIONS"
+.PP
+\fB\-mergeTol\fR \fI<number>\fR
+.RS 4
+Relative merge distance\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+You might want to unset FOAM_SIGFPE and FOAM_SETNAN since patchfields that hold additional data might not be initialised (since mapped from 0 faces)
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-refineHexMesh.1 b/debian/man1/freefoam-refineHexMesh.1
new file mode 100644
index 0000000..1ffe1b4
--- /dev/null
+++ b/debian/man1/freefoam-refineHexMesh.1
@@ -0,0 +1,107 @@
+'\" t
+.\"     Title: freefoam-refinehexmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-REFINEHEXMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-refineHexMesh \- Refines a hex mesh by 2x2x2 cell splitting\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam refineHexMesh\fR \fI<cellSet name>\fR [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<cellSet name>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-refineMesh.1 b/debian/man1/freefoam-refineMesh.1
new file mode 100644
index 0000000..77c09ec
--- /dev/null
+++ b/debian/man1/freefoam-refineMesh.1
@@ -0,0 +1,105 @@
+'\" t
+.\"     Title: freefoam-refinemesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-REFINEMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-refineMesh \- Utility to refine cells in multiple directions\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam refineMesh\fR [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-dict \fI<specify refineMeshDict>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Either supply \-all option to refine all cells (3D refinement for 3D cases; 2D for 2D cases) or reads a refineMeshDict with \- cellSet to refine \- directions to refine
+.SH "OPTIONS"
+.PP
+\fB\-dict\fR \fI<specify refineMeshDict>\fR
+.RS 4
+Refine according to refineMeshDict\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-refineWallLayer.1 b/debian/man1/freefoam-refineWallLayer.1
new file mode 100644
index 0000000..72ffc89
--- /dev/null
+++ b/debian/man1/freefoam-refineWallLayer.1
@@ -0,0 +1,114 @@
+'\" t
+.\"     Title: freefoam-refinewalllayer
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-REFINEWALLLAYER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-refineWallLayer \- Utility to refine cells next to patches\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam refineWallLayer\fR \fI<patchName>\fR \fI<edgeWeight>\fR [\-help] [\-srcDoc] [\-useSet \fI<cellSet name>\fR] [\-overwrite] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+Takes a patchName and number of layers to refine\&. Works out cells within these layers and refines those in the wall\-normal direction\&.
+.SH "OPTIONS"
+.PP
+\fI<patchName>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<edgeWeight>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-useSet\fR \fI<cellSet name>\fR
+.RS 4
+Refine named cell set\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-refinementLevel.1 b/debian/man1/freefoam-refinementLevel.1
new file mode 100644
index 0000000..d28eedb
--- /dev/null
+++ b/debian/man1/freefoam-refinementLevel.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-refinementlevel
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-REFINEMENTLEVEL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-refinementLevel \- Tries to figure out what the refinement level is on refined cartesian meshes\&. Run BEFORE snapping\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam refinementLevel\fR [\-help] [\-srcDoc] [\-readLevel] [\-doc] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Writes \- volScalarField \fIrefinementLevel\fR with current refinement level\&. \- cellSet \fIrefCells\fR which are the cells that need to be refined to satisfy 2:1 refinement\&.
+.sp
+Works by dividing cells into volume bins\&.
+.SH "OPTIONS"
+.PP
+\fB\-readLevel\fR
+.RS 4
+Read reference refinementLevel file\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-removeFaces.1 b/debian/man1/freefoam-removeFaces.1
new file mode 100644
index 0000000..1b33a62
--- /dev/null
+++ b/debian/man1/freefoam-removeFaces.1
@@ -0,0 +1,107 @@
+'\" t
+.\"     Title: freefoam-removefaces
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-REMOVEFACES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-removeFaces \- Utility to remove faces (combines cells on both sides)\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam removeFaces\fR \fI<face set>\fR [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Takes faceSet of candidates for removal and writes faceSet with faces that will actually be removed\&. (because e\&.g\&. would cause two faces between the same cells)\&. See removeFaces in dynamicMesh library for constraints\&.
+.SH "OPTIONS"
+.PP
+\fI<face set>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-renumberMesh.1 b/debian/man1/freefoam-renumberMesh.1
new file mode 100644
index 0000000..70734ff
--- /dev/null
+++ b/debian/man1/freefoam-renumberMesh.1
@@ -0,0 +1,135 @@
+'\" t
+.\"     Title: freefoam-renumbermesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RENUMBERMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-renumberMesh \- Renumbers the cell list in order to reduce the bandwidth, reading and renumbering all fields from all the time directories\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam renumberMesh\fR [\-help] [\-orderPoints] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-overwrite] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-blockOrder] [\-case \fI<dir>\fR] [\-writeMaps]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-blockOrder\fR
+.RS 4
+Order cells into regions and faces into region\-internal/external\&.
+.RE
+.PP
+\fB\-writeMaps\fR
+.RS 4
+Write renumber map (new to old)
+.RE
+.PP
+\fB\-orderPoints\fR
+.RS 4
+Order points into internal/boundary points\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rhoCentral.1 b/debian/man1/freefoam-rhoCentral.1
new file mode 100644
index 0000000..6295310
--- /dev/null
+++ b/debian/man1/freefoam-rhoCentral.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-rhocentral
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RHOCENTRAL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rhoCentral \- Density\-based compressible flow solver based on central\-upwind schemes of Kurganov and Tadmor
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rhoCentral\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rhoCentralDyM.1 b/debian/man1/freefoam-rhoCentralDyM.1
new file mode 100644
index 0000000..dd19003
--- /dev/null
+++ b/debian/man1/freefoam-rhoCentralDyM.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-rhocentraldym
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RHOCENTRALDYM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rhoCentralDyM \- Density\-based compressible flow solver based on central\-upwind schemes of Kurganov and Tadmor
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rhoCentralDyM\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rhoPimple.1 b/debian/man1/freefoam-rhoPimple.1
new file mode 100644
index 0000000..47da997
--- /dev/null
+++ b/debian/man1/freefoam-rhoPimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-rhopimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RHOPIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rhoPimple \- Transient solver for laminar or turbulent flow of compressible fluids for HVAC and similar applications\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rhoPimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Uses the flexible PIMPLE (PISO\-SIMPLE) solution for time\-resolved and pseudo\-transient simulations\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rhoPiso.1 b/debian/man1/freefoam-rhoPiso.1
new file mode 100644
index 0000000..3b30ed2
--- /dev/null
+++ b/debian/man1/freefoam-rhoPiso.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-rhopiso
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RHOPISO" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rhoPiso \- Transient PISO solver for compressible, laminar or turbulent flow\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rhoPiso\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rhoPorousMRFPimple.1 b/debian/man1/freefoam-rhoPorousMRFPimple.1
new file mode 100644
index 0000000..48c2edd
--- /dev/null
+++ b/debian/man1/freefoam-rhoPorousMRFPimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-rhoporousmrfpimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RHOPOROUSMRFPIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rhoPorousMRFPimple \- Transient solver for laminar or turbulent flow of compressible fluids with support for porous media and MRF for HVAC and similar applications\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rhoPorousMRFPimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Uses the flexible PIMPLE (PISO\-SIMPLE) solution for time\-resolved and pseudo\-transient simulations\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rhoPorousSimple.1 b/debian/man1/freefoam-rhoPorousSimple.1
new file mode 100644
index 0000000..5d9d23e
--- /dev/null
+++ b/debian/man1/freefoam-rhoPorousSimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-rhoporoussimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RHOPOROUSSIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rhoPorousSimple \- Steady\-state solver for turbulent flow of compressible fluids with RANS turbulence modelling, and implicit or explicit porosity treatment
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rhoPorousSimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rhoReacting.1 b/debian/man1/freefoam-rhoReacting.1
new file mode 100644
index 0000000..4dfdd90
--- /dev/null
+++ b/debian/man1/freefoam-rhoReacting.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-rhoreacting
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RHOREACTING" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rhoReacting \- Solver for combustion with chemical reactions using density based thermodynamics package\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rhoReacting\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rhoSimple.1 b/debian/man1/freefoam-rhoSimple.1
new file mode 100644
index 0000000..cb09200
--- /dev/null
+++ b/debian/man1/freefoam-rhoSimple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-rhosimple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-RHOSIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rhoSimple \- Steady\-state SIMPLE solver for laminar or turbulent RANS flow of compressible fluids\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rhoSimple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-rotateMesh.1 b/debian/man1/freefoam-rotateMesh.1
new file mode 100644
index 0000000..b7dd9be
--- /dev/null
+++ b/debian/man1/freefoam-rotateMesh.1
@@ -0,0 +1,129 @@
+'\" t
+.\"     Title: freefoam-rotatemesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ROTATEMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-rotateMesh \- Rotates the mesh and fields from the direcion n1 to the direction n2\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam rotateMesh\fR \fI<old direction (nx,ny,nz)>\fR \fI<new direction (nx,ny,nz)>\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<old direction (nx,ny,nz)>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<new direction (nx,ny,nz)>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-sammToFoam.1 b/debian/man1/freefoam-sammToFoam.1
new file mode 100644
index 0000000..17f7124
--- /dev/null
+++ b/debian/man1/freefoam-sammToFoam.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-sammtofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SAMMTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-sammToFoam \- Converts a STAR\-CD SAMM mesh to FOAM format
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam sammToFoam\fR \fI<SAMM mesh file prefix>\fR [\-help] [\-srcDoc] [\-scale \fI<number>\fR] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<SAMM mesh file prefix>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-scale\fR \fI<number>\fR
+.RS 4
+Scale factor\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-sample.1 b/debian/man1/freefoam-sample.1
new file mode 100644
index 0000000..1d2559c
--- /dev/null
+++ b/debian/man1/freefoam-sample.1
@@ -0,0 +1,534 @@
+'\" t
+.\"     Title: freefoam-sample
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SAMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-sample \- Sample field data with a choice of interpolation schemes, sampling options and write formats\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam sample\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Keywords:
+.PP
+\fIsetFormat\fR
+.RS 4
+set output format, choice of
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+xmgr
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+jplot
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+gnuplot
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+raw
+.RE
+.RE
+.PP
+\fIsurfaceFormat\fR
+.RS 4
+surface output format, choice of
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+null
+: suppress output
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+foamFile
+: separate points, faces and values file
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+dx
+: DX scalar or vector format
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+vtk
+: VTK ascii format
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+raw
+: x y z value format for use with e\&.g\&. gnuplot
+\fIsplot\fR\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+obj
+: Wavefron stl\&. Does not contain values!
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+stl
+: ascii stl\&. Does not contain values!
+.RE
+.RE
+.PP
+\fIinterpolationScheme\fR
+.RS 4
+interpolation scheme, choice of
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+cell
+: use cell\-centre value; constant over cells (default)
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+cellPoint
+: use cell\-centre and vertex values
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+cellPointFace
+: use cell\-centre, vertex and face values\&. \en
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 1.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  1." 4.2
+.\}
+vertex values determined from neighbouring cell\-centre values
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 2.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  2." 4.2
+.\}
+face values determined using the current face interpolation scheme for the field (linear, limitedLinear, etc\&.)
+.RE
+.RE
+.RE
+.PP
+\fIfields\fR
+.RS 4
+list of fields to sample
+.RE
+.PP
+\fIsets\fR
+.RS 4
+list of sets to sample, choice of
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+uniform
+: evenly distributed points on line
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+face
+: one point per face intersection
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+midPoint
+: one point per cell, inbetween two face intersections
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+midPointAndFace
+: combination of face and midPoint
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+curve
+: specified points, not nessecary on line, uses tracking
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+cloud
+: specified points, uses findCell
+.RE
+.sp
+Option axis: how to write point coordinate\&. Choice of
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+x/y/z: x/y/z coordinate only
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+xyz: three columns (probably does not make sense for anything but raw)
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+distance: distance from start of sampling line (if uses line) or distance from first specified sampling point
+.RE
+.sp
+Type specific options:
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+uniform, face, midPoint, midPointAndFace : start and end coordinate
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+uniform: extra number of sampling points
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+curve,
+cloud: list of coordinates
+.RE
+.RE
+.PP
+\fIsurfaces\fR
+.RS 4
+list of surfaces to sample, choice of
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+plane
+: values on plane defined by point, normal\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+patch
+: values on patch\&.
+.RE
+.RE
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Do not sample the
+\fI0\fR
+directory\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Path to the case directory\&. Defaults to the current working directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only sample the latest time directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Only sample the
+\fItime\fR
+directory\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+Runs in parallel
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-scalarTransport.1 b/debian/man1/freefoam-scalarTransport.1
new file mode 100644
index 0000000..762dd7c
--- /dev/null
+++ b/debian/man1/freefoam-scalarTransport.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-scalartransport
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SCALARTRANSPORT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-scalarTransport \- Solves a transport equation for a passive scalar
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam scalarTransport\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-selectCells.1 b/debian/man1/freefoam-selectCells.1
new file mode 100644
index 0000000..3b438ef
--- /dev/null
+++ b/debian/man1/freefoam-selectCells.1
@@ -0,0 +1,92 @@
+'\" t
+.\"     Title: freefoam-selectcells
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SELECTCELLS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-selectCells \- Select cells in relation to surface\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam selectCells\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+Divides cells into three sets: \- cutCells : cells cut by surface or close to surface\&. \- outside : cells not in cutCells and reachable from set of user\-defined points (outsidePoints) \- inside : same but not reachable\&.
+.sp
+Finally the wanted sets are combined into a cellSet \fIselected\fR\&. Apart from straightforward adding the contents there are a few extra rules to make sure that the surface of the \fIoutside\fR of the mesh is singly connected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-setFields.1 b/debian/man1/freefoam-setFields.1
new file mode 100644
index 0000000..a93ded3
--- /dev/null
+++ b/debian/man1/freefoam-setFields.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-setfields
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SETFIELDS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-setFields \- Selects a cell set through a dictionary\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam setFields\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-setSet.1 b/debian/man1/freefoam-setSet.1
new file mode 100644
index 0000000..42bf6d1
--- /dev/null
+++ b/debian/man1/freefoam-setSet.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-setset
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SETSET" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-setSet \- Manipulate a cell/face/point/ set or zone interactively\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam setSet\fR [\-batch \fI<batch file>\fR] [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-noVTK] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-batch\fR \fI<batch file>\fR
+.RS 4
+Read commands from batch file\&.
+.RE
+.PP
+\fB\-noVTK\fR
+.RS 4
+Do not export to VTK\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-setsToZones.1 b/debian/man1/freefoam-setsToZones.1
new file mode 100644
index 0000000..efd82f0
--- /dev/null
+++ b/debian/man1/freefoam-setsToZones.1
@@ -0,0 +1,122 @@
+'\" t
+.\"     Title: freefoam-setstozones
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SETSTOZONES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-setsToZones \- Add pointZones/faceZones/cellZones to the mesh from similar named pointSets/faceSets/cellSets\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam setsToZones\fR [\-help] [\-noFlipMap] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+There is one catch: for faceZones you also need to specify a flip condition which basically denotes the side of the face\&. In this app it reads a cellSet (xxxCells if \fIxxx\fR is the name of the faceSet) which is the masterCells of the zone\&. There are lots of situations in which this will go wrong but it is the best I can think of for now\&.
+.sp
+If one is not interested in sideNess specify the \-noFlipMap command line option\&.
+.SH "OPTIONS"
+.PP
+\fB\-noFlipMap\fR
+.RS 4
+No automatic face flipping\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-settling.1 b/debian/man1/freefoam-settling.1
new file mode 100644
index 0000000..09748a0
--- /dev/null
+++ b/debian/man1/freefoam-settling.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-settling
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SETTLING" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-settling \- Solver for 2 incompressible fluids for simulating the settling of the dispersed phase\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam settling\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-shallowWater.1 b/debian/man1/freefoam-shallowWater.1
new file mode 100644
index 0000000..6495e28
--- /dev/null
+++ b/debian/man1/freefoam-shallowWater.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-shallowwater
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SHALLOWWATER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-shallowWater \- Transient solver for inviscid shallow\-water equations with rotation\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam shallowWater\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+If the geometry is 3D then it is assumed to be one layers of cells and the component of the velocity normal to gravity is removed\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-simple.1 b/debian/man1/freefoam-simple.1
new file mode 100644
index 0000000..7f9789b
--- /dev/null
+++ b/debian/man1/freefoam-simple.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-simple
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SIMPLE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-simple \- Steady\-state solver for incompressible, turbulent flow
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam simple\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-smapToFoam.1 b/debian/man1/freefoam-smapToFoam.1
new file mode 100644
index 0000000..7907097
--- /dev/null
+++ b/debian/man1/freefoam-smapToFoam.1
@@ -0,0 +1,72 @@
+'\" t
+.\"     Title: freefoam-smaptofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SMAPTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-smapToFoam \- Translates a STAR\-CD SMAP data file into FOAM field format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam smapToFoam\fR
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.sp
+\fBTODO\fR write a usage section
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-snappyHexMesh.1 b/debian/man1/freefoam-snappyHexMesh.1
new file mode 100644
index 0000000..48311e4
--- /dev/null
+++ b/debian/man1/freefoam-snappyHexMesh.1
@@ -0,0 +1,100 @@
+'\" t
+.\"     Title: freefoam-snappyhexmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SNAPPYHEXMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-snappyHexMesh \- Automatic split hex mesher\&. Refines and snaps to surface\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam snappyHexMesh\fR [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-solidDisplacement.1 b/debian/man1/freefoam-solidDisplacement.1
new file mode 100644
index 0000000..e3dc8c4
--- /dev/null
+++ b/debian/man1/freefoam-solidDisplacement.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-soliddisplacement
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SOLIDDISPLACEMENT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-solidDisplacement \- Transient segregated finite\-volume solver of linear\-elastic, small\-strain deformation of a solid body, with optional thermal diffusion and thermal stresses\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam solidDisplacement\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Simple linear elasticity structural analysis code\&. Solves for the displacement vector field D, also generating the stress tensor field sigma\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-solidEquilibriumDisplacement.1 b/debian/man1/freefoam-solidEquilibriumDisplacement.1
new file mode 100644
index 0000000..ad80190
--- /dev/null
+++ b/debian/man1/freefoam-solidEquilibriumDisplacement.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-solidequilibriumdisplacement
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SOLIDEQUILIBRIUMDISPLACEMENT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-solidEquilibriumDisplacement \- Steady\-state segregated finite\-volume solver of linear\-elastic, small\-strain deformation of a solid body, with optional thermal diffusion and thermal stresses\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam solidEquilibriumDisplacement\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Simple linear elasticity structural analysis code\&. Solves for the displacement vector field D, also generating the stress tensor field sigma\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-solverSweeps.1 b/debian/man1/freefoam-solverSweeps.1
new file mode 100644
index 0000000..1db9ec0
--- /dev/null
+++ b/debian/man1/freefoam-solverSweeps.1
@@ -0,0 +1,71 @@
+'\" t
+.\"     Title: freefoam-solversweeps
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SOLVERSWEEPS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-solverSweeps \- Extract solver statistics from a log file
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam solverSweeps\fR
+.SH "DESCRIPTION"
+.sp
+This utility script extracts solver statistics from a log file and prints them to the screen\&. The extracted quantities are: \- execution time of the first iteration \- overall execution time \- the number of iterations \- the first iteration number \- the last iteration number \- the number of solver sweeps for the velocity and pressure fields
+.sp
+The program reads the name of the log file from standard input and writes the results to the standard output\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/man1/freefoam-sonic.1 b/debian/man1/freefoam-sonic.1
new file mode 100644
index 0000000..060adad
--- /dev/null
+++ b/debian/man1/freefoam-sonic.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-sonic
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SONIC" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-sonic \- Transient solver for trans\-sonic/supersonic, laminar or turbulent flow of a compressible gas\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam sonic\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-sonicDyM.1 b/debian/man1/freefoam-sonicDyM.1
new file mode 100644
index 0000000..ca30e04
--- /dev/null
+++ b/debian/man1/freefoam-sonicDyM.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-sonicdym
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SONICDYM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-sonicDyM \- Transient solver for trans\-sonic/supersonic, laminar or turbulent flow of a compressible gas with mesh motion\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam sonicDyM\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-sonicLiquid.1 b/debian/man1/freefoam-sonicLiquid.1
new file mode 100644
index 0000000..20328b0
--- /dev/null
+++ b/debian/man1/freefoam-sonicLiquid.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-sonicliquid
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SONICLIQUID" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-sonicLiquid \- Transient solver for trans\-sonic/supersonic, laminar flow of a compressible liquid\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam sonicLiquid\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-splitCells.1 b/debian/man1/freefoam-splitCells.1
new file mode 100644
index 0000000..26307ff
--- /dev/null
+++ b/debian/man1/freefoam-splitCells.1
@@ -0,0 +1,121 @@
+'\" t
+.\"     Title: freefoam-splitcells
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SPLITCELLS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-splitCells \- Utility to split cells with flat faces\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam splitCells\fR \fI<edge angle [0\&.\&.360]>\fR [\-geometry] [\-tol \fI<tolerance>\fR] [\-srcDoc] [\-doc] [\-overwrite] [\-help] [\-set \fI<cellSet name>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Uses a geometric cut with a plane dividing the edge angle into two so might produce funny cells\&. For hexes it will use by default a cut from edge onto opposite edge (i\&.e\&. purely topological)\&.
+.sp
+Options: \- split cells from cellSet only \- use geometric cut for hexes as well
+.sp
+The angle is the angle between two faces sharing an edge as seen from inside each cell\&. So a cube will have all angles 90\&. If you want to split cells with cell centre outside use e\&.g\&. angle 200
+.SH "OPTIONS"
+.PP
+\fI<edge angle [0\&.\&.360]>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-geometry\fR
+.RS 4
+Geometry based splitting for hex cells\&.
+.RE
+.PP
+\fB\-tol\fR \fI<tolerance>\fR
+.RS 4
+Edge snap tolerance\&.
+.RE
+.PP
+\fB\-set\fR \fI<cellSet name>\fR
+.RS 4
+Cell set to split\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-splitMesh.1 b/debian/man1/freefoam-splitMesh.1
new file mode 100644
index 0000000..289bd4a
--- /dev/null
+++ b/debian/man1/freefoam-splitMesh.1
@@ -0,0 +1,120 @@
+'\" t
+.\"     Title: freefoam-splitmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SPLITMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-splitMesh \- Splits mesh by making internal faces external\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam splitMesh\fR \fI<face set>\fR \fI<masterPatch>\fR \fI<slavePatch>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-overwrite]
+.SH "DESCRIPTION"
+.sp
+Uses attachDetach\&. Generates a meshModifier of the form:
+.sp
+Splitter { type attachDetach; faceZoneName membraneFaces; masterPatchName masterPatch; slavePatchName slavePatch; triggerTimes runTime\&.value(); }
+.sp
+so will detach at the current time and split all faces in membraneFaces into masterPatch and slavePatch (which have to be present but of 0 size)
+.SH "OPTIONS"
+.PP
+\fI<face set>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<masterPatch>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<slavePatch>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-splitMeshRegions.1 b/debian/man1/freefoam-splitMeshRegions.1
new file mode 100644
index 0000000..e7d7d9c
--- /dev/null
+++ b/debian/man1/freefoam-splitMeshRegions.1
@@ -0,0 +1,238 @@
+'\" t
+.\"     Title: freefoam-splitmeshregions
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SPLITMESHREGIONS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-splitMeshRegions \- Splits mesh into multiple regions\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam splitMeshRegions\fR [\-cellZones] [\-help] [\-makeCellZones] [\-sloppyCellZones] [\-blockedFaces \fI<faceSet name>\fR] [\-largestOnly] [\-srcDoc] [\-doc] [\-overwrite] [\-insidePoint \fI<point>\fR] [\-parallel] [\-case \fI<dir>\fR] [\-detectOnly]
+.SH "DESCRIPTION"
+.sp
+Each region is defined as a domain whose cells can all be reached by cell\-face\-cell walking without crossing \- boundary faces \- additional faces from faceset (\-blockedFaces faceSet)\&. \- any face inbetween differing cellZones (\-cellZones)
+.sp
+Output is: \- volScalarField with regions as different scalars (\-detectOnly) or \- mesh with multiple regions or \- mesh with cells put into cellZones (\-makeCellZones)
+.SH "OPTIONS"
+.PP
+\fB\-cellZones\fR
+.RS 4
+Split different cell zones\&.
+.RE
+.PP
+\fB\-detectOnly\fR
+.RS 4
+Do no processing\&.
+.RE
+.PP
+\fB\-blockedFaces\fR \fI<faceSet name>\fR
+.RS 4
+Split at give face set\&.
+.RE
+.PP
+\fB\-sloppyCellZones\fR
+.RS 4
+Try to match regions to existing cell zones\&.
+.RE
+.PP
+\fB\-makeCellZones\fR
+.RS 4
+Create mesh with cells in different cell zones\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.PP
+\fB\-insidePoint\fR \fI<point>\fR
+.RS 4
+Only keep region containing specified point\&.
+.RE
+.PP
+\fB\-largestOnly\fR
+.RS 4
+Only keep largest region\&.
+.RE
+.SH "NOTE"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+cellZonesOnly does not do a walk and uses the cellZones only\&. Use this if you don\(cqt mind having disconnected domains in a single region\&. This option requires all cells to be in one (and one only) cellZone\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+cellZonesFileOnly behaves like \-cellZonesOnly but reads the cellZones from the specified file\&. This allows one to explicitly specify the region distribution and still have multiple cellZones per region\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+useCellZonesOnly does not do a walk and uses the cellZones only\&. Use this if you don\(cqt mind having disconnected domains in a single region\&. This option requires all cells to be in one (and one only) cellZone\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Should work in parallel\&. cellZones can differ on either side of processor boundaries in which case the faces get moved from processor patch to directMapped patch\&. Not very well tested\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+If a cell zone gets split into more than one region it can detect the largest matching region (\-sloppyCellZones)\&. This will accept any region that covers more than 50% of the zone\&. It has to be a subset so cannot have any cells in any other zone\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+writes maps like decomposePar back to original mesh:
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+pointRegionAddressing : for every point in this region the point in the original mesh
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+cellRegionAddressing : ,, cell ,, cell ,,
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+faceRegionAddressing : ,, face ,, face in the original mesh +
+\fIturning index\fR\&. For a face in the same orientation this is the original facelabel+1, for a turned face this is \-facelabel\-1
+.RE
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-star4ToFoam.1 b/debian/man1/freefoam-star4ToFoam.1
new file mode 100644
index 0000000..0a425ed
--- /dev/null
+++ b/debian/man1/freefoam-star4ToFoam.1
@@ -0,0 +1,118 @@
+'\" t
+.\"     Title: freefoam-star4tofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-STAR4TOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-star4ToFoam \- Converts a Star\-CD (v4) pro\-STAR mesh into OpenFOAM format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam star4ToFoam\fR [\-solids] [\-help] [\-scale \fI<factor>\fR] [\-srcDoc] [\-ascii] [\-doc] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-ascii\fR
+.RS 4
+Write in ASCII format instead of binary\&.
+.RE
+.PP
+\fB\-scale\fR \fI<factor>\fR
+.RS 4
+Specify an alternative geometry scaling factor\&. The default is
+\fB0\fR\&.001 (scale @em [mm] to @em [m])\&.
+.RE
+.PP
+\fB\-solids\fR
+.RS 4
+Treat any solid cells present just like fluid cells\&. The default is to discard them\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+baffles are written as interfaces for later use
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-starToFoam.1 b/debian/man1/freefoam-starToFoam.1
new file mode 100644
index 0000000..dbc549e
--- /dev/null
+++ b/debian/man1/freefoam-starToFoam.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-startofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-STARTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-starToFoam \- Converts a STAR\-CD PROSTAR mesh into FOAM format\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam starToFoam\fR \fI<STAR mesh file prefix>\fR [\-help] [\-srcDoc] [\-scale \fI<number>\fR] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<STAR mesh file prefix>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-scale\fR \fI<number>\fR
+.RS 4
+Scale factor\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-stitchMesh.1 b/debian/man1/freefoam-stitchMesh.1
new file mode 100644
index 0000000..b59aebe
--- /dev/null
+++ b/debian/man1/freefoam-stitchMesh.1
@@ -0,0 +1,128 @@
+'\" t
+.\"     Title: freefoam-stitchmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-STITCHMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-stitchMesh \- \*(AqStitches\*(Aq a mesh\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam stitchMesh\fR \fI<masterPatch>\fR \fI<slavePatch>\fR [\-perfect] [\-partial] [\-srcDoc] [\-doc] [\-overwrite] [\-help] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Takes a mesh and two patches and merges the faces on the two patches (if geometrically possible) so the faces become internal\&.
+.sp
+Can do \- \fIperfect\fR match: faces and points on patches align exactly\&. Order might be different though\&. \- \fIintegral\fR match: where the surfaces on both patches exactly match but the individual faces not \- \fIpartial\fR match: where the non\-overlapping part of the surface remains in the respective patch\&.
+.SH "OPTIONS"
+.PP
+\fI<masterPatch>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<slavePatch>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-perfect\fR
+.RS 4
+The patches, vertices and face centres are perfectly aligned\&.
+.RE
+.PP
+\fB\-partial\fR
+.RS 4
+The surface overlap only partialy\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+Is just a front\-end to perfectInterface/slidingInterface\&.
+.sp
+Comparable to running a meshModifier of the form (if masterPatch is called "M" and slavePatch "S"):
+.sp
+couple { type slidingInterface; masterFaceZoneName MSMasterZone slaveFaceZoneName MSSlaveZone cutPointZoneName MSCutPointZone cutFaceZoneName MSCutFaceZone masterPatchName M; slavePatchName S; typeOfMatch partial or integral }
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-streamFunction.1 b/debian/man1/freefoam-streamFunction.1
new file mode 100644
index 0000000..cf30d95
--- /dev/null
+++ b/debian/man1/freefoam-streamFunction.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-streamfunction
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-STREAMFUNCTION" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-streamFunction \- Calculates and writes the stream function of velocity field U at each time
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam streamFunction\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-stressComponents.1 b/debian/man1/freefoam-stressComponents.1
new file mode 100644
index 0000000..7c40219
--- /dev/null
+++ b/debian/man1/freefoam-stressComponents.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-stresscomponents
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-STRESSCOMPONENTS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-stressComponents \- Calculates and writes the scalar fields of the six components of the stress tensor sigma for each time\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam stressComponents\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-subsetMesh.1 b/debian/man1/freefoam-subsetMesh.1
new file mode 100644
index 0000000..9e74e4c
--- /dev/null
+++ b/debian/man1/freefoam-subsetMesh.1
@@ -0,0 +1,116 @@
+'\" t
+.\"     Title: freefoam-subsetmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SUBSETMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-subsetMesh \- Selects a section of mesh based on a cellSet\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam subsetMesh\fR \fI<cellSet name>\fR \fI<patchName>\fR [\-help] [\-srcDoc] [\-doc] [\-overwrite] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The utility sub\-sets the mesh to choose only a part of interest\&. Check the setSet/cellSet utilities to see how to select cells based on various\&.
+.sp
+The mesh will subset all points, faces and cells needed to make a sub\-mesh but will not preserve attached boundary types\&.
+.SH "OPTIONS"
+.PP
+\fI<cellSet name>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<patchName>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-overwrite\fR
+.RS 4
+Overwrite existing data\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceAdd.1 b/debian/man1/freefoam-surfaceAdd.1
new file mode 100644
index 0000000..c51d24e
--- /dev/null
+++ b/debian/man1/freefoam-surfaceAdd.1
@@ -0,0 +1,121 @@
+'\" t
+.\"     Title: freefoam-surfaceadd
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEADD" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceAdd \- Add two surfaces\&. Does geometric merge on points\&. Does not check for overlapping/intersecting triangles\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceAdd\fR \fI<Foam surface file>\fR \fI<Foam surface file>\fR \fI<Foam output surface file>\fR [\-points \fI<pointsFile>\fR] [\-help] [\-mergeRegions] [\-srcDoc] [\-doc] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Keeps patches separate by renumbering\&.
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam output surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-points\fR \fI<pointsFile>\fR
+.RS 4
+Add points from file\&.
+.RE
+.PP
+\fB\-mergeRegions\fR
+.RS 4
+Merge the regions\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceAutoPatch.1 b/debian/man1/freefoam-surfaceAutoPatch.1
new file mode 100644
index 0000000..790f585
--- /dev/null
+++ b/debian/man1/freefoam-surfaceAutoPatch.1
@@ -0,0 +1,111 @@
+'\" t
+.\"     Title: freefoam-surfaceautopatch
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEAUTOPATCH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceAutoPatch \- Patches surface according to feature angle\&. Like autoPatch\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceAutoPatch\fR \fI<Foam surface file>\fR \fI<Foam output surface file>\fR \fI<included angle [0\&.\&.180]>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam output surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<included angle [0\&.\&.180]>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceCheck.1 b/debian/man1/freefoam-surfaceCheck.1
new file mode 100644
index 0000000..0913abb
--- /dev/null
+++ b/debian/man1/freefoam-surfaceCheck.1
@@ -0,0 +1,102 @@
+'\" t
+.\"     Title: freefoam-surfacecheck
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACECHECK" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceCheck \- Performs various checks on surface\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceCheck\fR \fI<Foam surface file>\fR [\-help] [\-noSelfIntersection] [\-case \fI<dir>\fR] [\-doc] [\-srcDoc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-noSelfIntersection\fR
+.RS 4
+Check for self\-intersection\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceClean.1 b/debian/man1/freefoam-surfaceClean.1
new file mode 100644
index 0000000..9c3d055
--- /dev/null
+++ b/debian/man1/freefoam-surfaceClean.1
@@ -0,0 +1,111 @@
+'\" t
+.\"     Title: freefoam-surfaceclean
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACECLEAN" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceClean \- Collapses small edges, removing triangles and converts sliver triangles into split edges by projecting point onto base of triangle\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceClean\fR \fI<Foam surface file>\fR \fI<min length>\fR \fI<Foam output surface file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<min length>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam output surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceCoarsen.1 b/debian/man1/freefoam-surfaceCoarsen.1
new file mode 100644
index 0000000..c12bd94
--- /dev/null
+++ b/debian/man1/freefoam-surfaceCoarsen.1
@@ -0,0 +1,111 @@
+'\" t
+.\"     Title: freefoam-surfacecoarsen
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACECOARSEN" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceCoarsen \- Surface coarsening using \*(Aqbunnylod\*(Aq\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceCoarsen\fR \fI<Foam surface file>\fR \fI<factor>\fR \fI<Foam output surface file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+Polygon Reduction Demo By Stan Melax (c) 1998 mailto:melax at cs\&.ualberta\&.ca http://www\&.cs\&.ualberta\&.ca/~melax
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<factor>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam output surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceConvert.1 b/debian/man1/freefoam-surfaceConvert.1
new file mode 100644
index 0000000..04fb1b9
--- /dev/null
+++ b/debian/man1/freefoam-surfaceConvert.1
@@ -0,0 +1,122 @@
+'\" t
+.\"     Title: freefoam-surfaceconvert
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACECONVERT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceConvert \- Converts from one surface mesh format to another
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceConvert\fR \fI<Foam surface file>\fR \fI<Foam output surface file>\fR [\-clean] [\-help] [\-scale \fI<scale>\fR] [\-group] [\-srcDoc] [\-doc] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam output surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-clean\fR
+.RS 4
+Perform some surface checking/cleanup on the input surface
+.RE
+.PP
+\fB\-scale\fR \fI<scale>\fR
+.RS 4
+Specify a scaling factor for writing the files
+.RE
+.PP
+\fB\-group\fR
+.RS 4
+Reorder faces into groups by region\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+The filename extensions are used to determine the file format type\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceFeatureConvert.1 b/debian/man1/freefoam-surfaceFeatureConvert.1
new file mode 100644
index 0000000..b3645b2
--- /dev/null
+++ b/debian/man1/freefoam-surfaceFeatureConvert.1
@@ -0,0 +1,104 @@
+'\" t
+.\"     Title: freefoam-surfacefeatureconvert
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEFEATURECONVERT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceFeatureConvert \- Extracts and writes surface features to file
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceFeatureConvert\fR \fI<input file>\fR \fI<output file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<input file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<output file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceFeatureExtract.1 b/debian/man1/freefoam-surfaceFeatureExtract.1
new file mode 100644
index 0000000..dd5156e
--- /dev/null
+++ b/debian/man1/freefoam-surfaceFeatureExtract.1
@@ -0,0 +1,134 @@
+'\" t
+.\"     Title: freefoam-surfacefeatureextract
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEFEATUREEXTRACT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceFeatureExtract \- Extracts and writes surface features to file
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceFeatureExtract\fR \fI<Foam surface file>\fR \fI<output set>\fR [\-deleteBox \fI<\fR\fI.\" x0 y0 z0)(x1 y1 z1 \fR\fIx0 y0 z0)(x1 y1 z1>\fR] [\-subsetBox \fI<\fR\fI.\" x0 y0 z0)(x1 y1 z1 \fR\fIx0 y0 z0)(x1 y1 z1>\fR] [\-help] [\-minElem] [\-minLen] [\-srcDoc] [\-doc] [\-includedAngle \fI<included angle [0\&.\&.180]>\fR] [\-set \fI<input feature set>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<output set>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-minLen\fR
+.RS 4
+Minimum cumulative length of feature\&.
+.RE
+.PP
+\fB\-includedAngle\fR \fI<included angle [0\&.\&.180]>\fR
+.RS 4
+Construct set from included angle\&.
+.RE
+.PP
+\fB\-deleteBox\fR \fI<\fR\fI.\" x0 y0 z0)(x1 y1 z1 \fR\fIx0 y0 z0)(x1 y1 z1>\fR
+.RS 4
+Delete axis\-aligned box\&.
+.RE
+.PP
+\fB\-minElem\fR
+.RS 4
+Minimum number of edges in feature\&.
+.RE
+.PP
+\fB\-subsetBox\fR \fI<\fR\fI.\" x0 y0 z0)(x1 y1 z1 \fR\fIx0 y0 z0)(x1 y1 z1>\fR
+.RS 4
+Extract all edges in axis\-aligned box\&.
+.RE
+.PP
+\fB\-set\fR \fI<input feature set>\fR
+.RS 4
+Use existing set\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceFind.1 b/debian/man1/freefoam-surfaceFind.1
new file mode 100644
index 0000000..a4abe15
--- /dev/null
+++ b/debian/man1/freefoam-surfaceFind.1
@@ -0,0 +1,112 @@
+'\" t
+.\"     Title: freefoam-surfacefind
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEFIND" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceFind \- Finds nearest triangle and vertex\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceFind\fR \fI<Foam surface file>\fR [\-y \fI<Y>\fR] [\-srcDoc] [\-doc] [\-help] [\-case \fI<dir>\fR] [\-x \fI<X>\fR] [\-z \fI<Z>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-x\fR \fI<X>\fR
+.RS 4
+X\-coordinate of sample point\&.
+.RE
+.PP
+\fB\-y\fR \fI<Y>\fR
+.RS 4
+Y\-coordinate of sample point\&.
+.RE
+.PP
+\fB\-z\fR \fI<Z>\fR
+.RS 4
+Z\-coordinate of sample point\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceMeshConvert.1 b/debian/man1/freefoam-surfaceMeshConvert.1
new file mode 100644
index 0000000..b98594f
--- /dev/null
+++ b/debian/man1/freefoam-surfaceMeshConvert.1
@@ -0,0 +1,133 @@
+'\" t
+.\"     Title: freefoam-surfacemeshconvert
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEMESHCONVERT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceMeshConvert \- Convert between surface formats with optional scaling or transformations (rotate/translate) on a coordinateSystem\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceMeshConvert\fR \fI<inputfile>\fR \fI<outputFile>\fR [\-clean] [\-case \fI<dir>\fR] [\-scaleIn \fI<scale>\fR] [\-srcDoc] [\-to \fI<coordinateSystem>\fR] [\-help] [\-dict \fI<dictionary>\fR] [\-scaleOut \fI<scale>\fR] [\-from \fI<coordinateSystem>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<inputfile>\fR
+.RS 4
+Surface file to be converted\&.
+.RE
+.PP
+\fI<outputFile>\fR
+.RS 4
+File into which to write the converted surface\&.
+.RE
+.PP
+\fB\-clean\fR
+.RS 4
+Perform some surface checking/cleanup on the input surface\&.
+.RE
+.PP
+\fB\-scaleIn\fR \fI<scale>\fR
+.RS 4
+Specify a scaling factor when reading files\&.
+.RE
+.PP
+\fB\-scaleOut\fR \fI<scale>\fR
+.RS 4
+Specify a scaling factor when writing files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary>\fR
+.RS 4
+Specify an alternative dictionary for constant/coordinateSystems\&.
+.RE
+.PP
+\fB\-from\fR \fI<coordinateSystem>\fR
+.RS 4
+Specify a coordinate System when reading files\&.
+.RE
+.PP
+\fB\-to\fR \fI<coordinateSystem>\fR
+.RS 4
+Specify a coordinate System when writing files\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "NOTE"
+.sp
+The filename extensions are used to determine the file format type\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceMeshConvertTesting.1 b/debian/man1/freefoam-surfaceMeshConvertTesting.1
new file mode 100644
index 0000000..d96aeef
--- /dev/null
+++ b/debian/man1/freefoam-surfaceMeshConvertTesting.1
@@ -0,0 +1,128 @@
+'\" t
+.\"     Title: freefoam-surfacemeshconverttesting
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEMESHCONVERTTESTING" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceMeshConvertTesting \- Converts from one surface mesh format to another, but primarily used for testing functionality\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceMeshConvertTesting\fR \fI<inputfile>\fR \fI<outputFile>\fR [\-clean] [\-keyed] [\-help] [\-triSurface] [\-scale \fI<scale>\fR] [\-srcDoc] [\-doc] [\-orient] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<inputfile>\fR
+.RS 4
+Surface file to be converted\&.
+.RE
+.PP
+\fI<outputFile>\fR
+.RS 4
+File into which to write the converted surface\&.
+.RE
+.PP
+\fB\-clean\fR
+.RS 4
+Perform some surface checking/cleanup on the input surface\&.
+.RE
+.PP
+\fB\-orient\fR
+.RS 4
+Check face orientation on the input surface\&.
+.RE
+.PP
+\fB\-scale\fR \fI<scale>\fR
+.RS 4
+Specify a scaling factor for writing the files\&.
+.RE
+.PP
+\fB\-triSurface\fR
+.RS 4
+Use triSurface library for input/output\&.
+.RE
+.PP
+\fB\-keyed\fR
+.RS 4
+Use keyedSurface for input/output\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code\&.
+.RE
+.SH "NOTE"
+.sp
+The filename extensions are used to determine the file format type\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceMeshExport.1 b/debian/man1/freefoam-surfaceMeshExport.1
new file mode 100644
index 0000000..4583fd8
--- /dev/null
+++ b/debian/man1/freefoam-surfaceMeshExport.1
@@ -0,0 +1,133 @@
+'\" t
+.\"     Title: freefoam-surfacemeshexport
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEMESHEXPORT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceMeshExport \- Export from surfMesh to various third\-party surface formats with optional scaling or transformations (rotate/translate) on a coordinateSystem\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceMeshExport\fR \fI<outputFile>\fR [\-clean] [\-name \fI<name>\fR] [\-scaleIn \fI<scale>\fR] [\-srcDoc] [\-case \fI<dir>\fR] [\-to \fI<coordinateSystem>\fR] [\-help] [\-dict \fI<dictionary>\fR] [\-scaleOut \fI<scale>\fR] [\-from \fI<coordinateSystem>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<outputFile>\fR
+.RS 4
+File into which to write exported surface\&.
+.RE
+.PP
+\fB\-clean\fR
+.RS 4
+Perform some surface checking/cleanup on the input surface\&.
+.RE
+.PP
+\fB\-name\fR \fI<name>\fR
+.RS 4
+Specify an alternative surface name when writing\&.
+.RE
+.PP
+\fB\-scaleIn\fR \fI<scale>\fR
+.RS 4
+Specify a scaling factor when reading files\&.
+.RE
+.PP
+\fB\-scaleOut\fR \fI<scale>\fR
+.RS 4
+Specify a scaling factor when writing files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary>\fR
+.RS 4
+Specify an alternative dictionary for constant/coordinateSystems\&.
+.RE
+.PP
+\fB\-from\fR \fI<coordinateSystem>\fR
+.RS 4
+Specify a coordinate System when reading files\&.
+.RE
+.PP
+\fB\-to\fR \fI<coordinateSystem>\fR
+.RS 4
+Specify a coordinate System when writing files\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "NOTE"
+.sp
+The filename extensions are used to determine the file format type\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceMeshImport.1 b/debian/man1/freefoam-surfaceMeshImport.1
new file mode 100644
index 0000000..1ffa50a
--- /dev/null
+++ b/debian/man1/freefoam-surfaceMeshImport.1
@@ -0,0 +1,133 @@
+'\" t
+.\"     Title: freefoam-surfacemeshimport
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEMESHIMPORT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceMeshImport \- Import from various third\-party surface formats into surfMesh with optional scaling or transformations (rotate/translate) on a coordinateSystem\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceMeshImport\fR \fI<inputFile>\fR [\-clean] [\-name \fI<name>\fR] [\-scaleIn \fI<scale>\fR] [\-srcDoc] [\-case \fI<dir>\fR] [\-to \fI<coordinateSystem>\fR] [\-help] [\-dict \fI<dictionary>\fR] [\-scaleOut \fI<scale>\fR] [\-from \fI<coordinateSystem>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<inputFile>\fR
+.RS 4
+File from which to read the imported surface\&.
+.RE
+.PP
+\fB\-clean\fR
+.RS 4
+Perform some surface checking/cleanup on the input surface\&.
+.RE
+.PP
+\fB\-name\fR \fI<name>\fR
+.RS 4
+Specify an alternative surface name when writing\&.
+.RE
+.PP
+\fB\-scaleIn\fR \fI<scale>\fR
+.RS 4
+Specify a scaling factor when reading files\&.
+.RE
+.PP
+\fB\-scaleOut\fR \fI<scale>\fR
+.RS 4
+Specify a scaling factor when writing files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary>\fR
+.RS 4
+Specify an alternative dictionary for constant/coordinateSystems\&.
+.RE
+.PP
+\fB\-from\fR \fI<coordinateSystem>\fR
+.RS 4
+Specify a coordinate System when reading files\&.
+.RE
+.PP
+\fB\-to\fR \fI<coordinateSystem>\fR
+.RS 4
+Specify a coordinate System when writing files\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "NOTE"
+.sp
+The filename extensions are used to determine the file format type\&.
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceMeshTriangulate.1 b/debian/man1/freefoam-surfaceMeshTriangulate.1
new file mode 100644
index 0000000..696a122
--- /dev/null
+++ b/debian/man1/freefoam-surfaceMeshTriangulate.1
@@ -0,0 +1,114 @@
+'\" t
+.\"     Title: freefoam-surfacemeshtriangulate
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEMESHTRIANGULATE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceMeshTriangulate \- Extracts triSurface from a polyMesh\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceMeshTriangulate\fR \fI<output file>\fR [\-patches \fI<(patch0 \&.\&. patchN)>\fR] [\-excludeProcPatches] [\-help] [\-srcDoc] [\-doc] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Triangulates all boundary faces\&. Region numbers on triangles are the patch numbers of the polyMesh\&. Optionally only triangulates named patches\&.
+.sp
+If run in parallel the processor patches get filtered out by default and the mesh gets merged\&. (based on vertex position, not topology, so might go wrong!)\&.
+.SH "OPTIONS"
+.PP
+\fI<output file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-patches\fR \fI<(patch0 \&.\&. patchN)>\fR
+.RS 4
+List of patches\&.
+.RE
+.PP
+\fB\-excludeProcPatches\fR
+.RS 4
+If not run parallel, exclude processor patches\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceOrient.1 b/debian/man1/freefoam-surfaceOrient.1
new file mode 100644
index 0000000..5bd07ee
--- /dev/null
+++ b/debian/man1/freefoam-surfaceOrient.1
@@ -0,0 +1,116 @@
+'\" t
+.\"     Title: freefoam-surfaceorient
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEORIENT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceOrient \- Set normal consistent with respect to a user provided \*(Aqoutside\*(Aq point\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceOrient\fR \fI<Foam surface file>\fR \fI<visiblePoint>\fR \fI<output file>\fR [\-help] [\-inside] [\-case \fI<dir>\fR] [\-doc] [\-srcDoc]
+.SH "DESCRIPTION"
+.sp
+If \-inside the point is considered inside\&.
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<visiblePoint>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<output file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-inside\fR
+.RS 4
+The point is inside instead of outside\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfacePointMerge.1 b/debian/man1/freefoam-surfacePointMerge.1
new file mode 100644
index 0000000..9ef19f1
--- /dev/null
+++ b/debian/man1/freefoam-surfacePointMerge.1
@@ -0,0 +1,111 @@
+'\" t
+.\"     Title: freefoam-surfacepointmerge
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEPOINTMERGE" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfacePointMerge \- Merges points on surface if they are within absolute distance\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfacePointMerge\fR \fI<Foam surface file>\fR \fI<(absolute) merge distance>\fR \fI<Foam output surface file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+Since absolute distance use with care!
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<(absolute) merge distance>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam output surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceRedistributePar.1 b/debian/man1/freefoam-surfaceRedistributePar.1
new file mode 100644
index 0000000..d8b7136
--- /dev/null
+++ b/debian/man1/freefoam-surfaceRedistributePar.1
@@ -0,0 +1,146 @@
+'\" t
+.\"     Title: freefoam-surfaceredistributepar
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEREDISTRIBUTEPAR" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceRedistributePar \- (Re)distribution of triSurface\&. Either takes an undecomposed surface or an already decomposed surface and redistribute it so each processor has all triangles that overlap its mesh\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceRedistributePar\fR \fI<triSurfaceMesh>\fR \fI<distributionType>\fR [\-help] [\-keepNonMapped] [\-srcDoc] [\-doc] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<triSurfaceMesh>\fR
+.RS 4
+Tri\-Surface mesh to read\&.
+.RE
+.PP
+\fI<distributionType>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description\&.
+.RE
+.PP
+\fB\-keepNonMapped\fR
+.RS 4
+Preserve surface outside of mesh bounds\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "NOTE"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+best decomposition option is hierarchGeomDecomp since guarantees square decompositions\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+triangles might be present on multiple processors\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+merging uses geometric tolerance so take care with writing precision\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceRefineRedGreen.1 b/debian/man1/freefoam-surfaceRefineRedGreen.1
new file mode 100644
index 0000000..4a457eb
--- /dev/null
+++ b/debian/man1/freefoam-surfaceRefineRedGreen.1
@@ -0,0 +1,104 @@
+'\" t
+.\"     Title: freefoam-surfacerefineredgreen
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACEREFINEREDGREEN" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceRefineRedGreen \- Refine by splitting all three edges of triangle (\*(Aqred\*(Aq refinement)\&. Neighbouring triangles (which are not marked for refinement get split in half (\*(Aqgreen\*(Aq) refinement\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceRefineRedGreen\fR \fI<Foam surface file>\fR \fI<surface output file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+(R\&. Verfuerth, "A review of a posteriori error estimation and adaptive mesh refinement techniques", Wiley\-Teubner, 1996)
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<surface output file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceSmooth.1 b/debian/man1/freefoam-surfaceSmooth.1
new file mode 100644
index 0000000..924f52a
--- /dev/null
+++ b/debian/man1/freefoam-surfaceSmooth.1
@@ -0,0 +1,113 @@
+'\" t
+.\"     Title: freefoam-surfacesmooth
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACESMOOTH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceSmooth \- Example of simple laplacian smoother
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceSmooth\fR \fI<Foam surface file>\fR \fI<underrelaxation factor (0\&.\&.1)>\fR \fI<iterations>\fR \fI<Foam output surface file>\fR [\-help] [\-srcDoc] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<underrelaxation factor (0\&.\&.1)>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<iterations>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam output surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceSplitByPatch.1 b/debian/man1/freefoam-surfaceSplitByPatch.1
new file mode 100644
index 0000000..1dfeabd
--- /dev/null
+++ b/debian/man1/freefoam-surfaceSplitByPatch.1
@@ -0,0 +1,97 @@
+'\" t
+.\"     Title: freefoam-surfacesplitbypatch
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACESPLITBYPATCH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceSplitByPatch \- Writes regions of triSurface to separate files\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceSplitByPatch\fR \fI<input file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fI<input file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceSplitNonManifolds.1 b/debian/man1/freefoam-surfaceSplitNonManifolds.1
new file mode 100644
index 0000000..614bf0f
--- /dev/null
+++ b/debian/man1/freefoam-surfaceSplitNonManifolds.1
@@ -0,0 +1,119 @@
+'\" t
+.\"     Title: freefoam-surfacesplitnonmanifolds
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACESPLITNONMANIFOLDS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceSplitNonManifolds \- Takes multiply connected surface and tries to split surface at multiply connected edges by duplicating points\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceSplitNonManifolds\fR \fI<Foam surface file>\fR \fI<surface output file>\fR [\-case \fI<dir>\fR] [\-srcDoc] [\-debug] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Introduces concept of \- borderEdge\&. Edge with 4 faces connected to it\&. \- borderPoint\&. Point connected to exactly 2 borderEdges\&. \- borderLine\&. Connected list of borderEdges\&.
+.sp
+By duplicating borderPoints this will split \fIborderLines\fR\&. As a preprocessing step it can detect borderEdges without any borderPoints and explicitly split these triangles\&.
+.sp
+The problems in this algorithm are: \- determining which two (of the four) faces form a surface\&. Done by walking face\-edge\-face while keeping and edge or point on the borderEdge borderPoint\&. \- determining the outwards pointing normal to be used to slightly offset the duplicated point\&.
+.sp
+Uses sortedEdgeFaces quite a bit\&.
+.sp
+Is tested on simple borderLines resulting from extracting a surface from a hex mesh\&. Will quite possibly go wrong on more complicated border lines (i\&.e\&. ones forming a loop)\&.
+.sp
+Dumps surface every so often since might take a long time to complete\&.
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<surface output file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-debug\fR
+.RS 4
+Generate debugging output\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceSubset.1 b/debian/man1/freefoam-surfaceSubset.1
new file mode 100644
index 0000000..7edb8b6
--- /dev/null
+++ b/debian/man1/freefoam-surfaceSubset.1
@@ -0,0 +1,111 @@
+'\" t
+.\"     Title: freefoam-surfacesubset
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACESUBSET" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceSubset \- A surface analysis tool which sub\-sets the triSurface to choose only a part of interest\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceSubset\fR \fI<surfaceSubsetDic>\fR \fI<Foam surface file>\fR \fI<Foam output surface file>\fR [\-help] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc]
+.SH "DESCRIPTION"
+.sp
+Based on subsetMesh\&.
+.SH "OPTIONS"
+.PP
+\fI<surfaceSubsetDic>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<Foam output surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceToPatch.1 b/debian/man1/freefoam-surfaceToPatch.1
new file mode 100644
index 0000000..ca44a27
--- /dev/null
+++ b/debian/man1/freefoam-surfaceToPatch.1
@@ -0,0 +1,107 @@
+'\" t
+.\"     Title: freefoam-surfacetopatch
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACETOPATCH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceToPatch \- Reads surface and applies surface regioning to a mesh\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceToPatch\fR \fI<Foam surface file>\fR [\-help] [\-tol \fI<fraction of mesh size>\fR] [\-srcDoc] [\-doc] [\-faceSet \fI<faceSet name>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Uses boundaryMesh to do the hard work\&.
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-tol\fR \fI<fraction of mesh size>\fR
+.RS 4
+Search toleracne\&.
+.RE
+.PP
+\fB\-faceSet\fR \fI<faceSet name>\fR
+.RS 4
+Only apply to named face set\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-surfaceTransformPoints.1 b/debian/man1/freefoam-surfaceTransformPoints.1
new file mode 100644
index 0000000..cc6c6be
--- /dev/null
+++ b/debian/man1/freefoam-surfaceTransformPoints.1
@@ -0,0 +1,131 @@
+'\" t
+.\"     Title: freefoam-surfacetransformpoints
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-SURFACETRANSFORMPOINTS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-surfaceTransformPoints \- Transform (scale/rotate) a surface\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam surfaceTransformPoints\fR \fI<Foam surface file>\fR \fI<surface output file>\fR [\-yawPitchRoll \fI<(yaw pitch roll)>\fR] [\-help] [\-scale \fI<vector (sx sy sz)>\fR] [\-srcDoc] [\-doc] [\-rollPitchYaw \fI<(roll pitch yaw)>\fR] [\-translate \fI<vector>\fR] [\-rotate \fI<(vector vector)>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Like transformPoints but then for surfaces\&. The rollPitchYaw option takes three angles (degrees): \- roll (rotation about x) followed by \- pitch (rotation about y) followed by \- yaw (rotation about z)
+.sp
+The yawPitchRoll does yaw followed by pitch followed by roll\&.
+.SH "OPTIONS"
+.PP
+\fI<Foam surface file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fI<surface output file>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-translate\fR \fI<vector>\fR
+.RS 4
+Translation vector\&.
+.RE
+.PP
+\fB\-rollPitchYaw\fR \fI<(roll pitch yaw)>\fR
+.RS 4
+Rotation angles\&.
+.RE
+.PP
+\fB\-yawPitchRoll\fR \fI<(yaw pitch roll)>\fR
+.RS 4
+Rotation angles\&.
+.RE
+.PP
+\fB\-rotate\fR \fI<(vector vector)>\fR
+.RS 4
+Rotate from first to second direction\&.
+.RE
+.PP
+\fB\-scale\fR \fI<vector (sx sy sz)>\fR
+.RS 4
+Scaling factors in x, y and z direction\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-tetgenToFoam.1 b/debian/man1/freefoam-tetgenToFoam.1
new file mode 100644
index 0000000..0f8dda5
--- /dev/null
+++ b/debian/man1/freefoam-tetgenToFoam.1
@@ -0,0 +1,139 @@
+'\" t
+.\"     Title: freefoam-tetgentofoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-TETGENTOFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-tetgenToFoam \- Converts \&.ele and \&.node and \&.face files, written by tetgen\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam tetgenToFoam\fR \fI<file prefix>\fR [\-help] [\-srcDoc] [\-noFaceFile] [\-doc] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Make sure to use add boundary attributes to the smesh file (5 fifth column in the element section) and run tetgen with \-f option\&.
+.sp
+Sample smesh file:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+    # cube\&.smesh \-\- A 10x10x10 cube
+    8 3
+    1   0 0 0
+    2   0 10 0
+    3   10 10 0
+    4   10 0 0
+    5   0 0 10
+    6   0 10 10
+    7   10 10 10
+    8   10 0 10
+    6 1                 # 1 for boundary info present
+    4   1 2 3 4 11  # region number 11
+    4   5 6 7 8 21  # region number 21
+    4   1 2 6 5 3
+    4   4 3 7 8 43
+    4   1 5 8 4 5
+    4   2 6 7 3 65
+    0
+    0
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+NOTE: \- for some reason boundary faces point inwards\&. I just reverse them always\&. Might use some geometric check instead\&. \- marked faces might not actually be boundary faces of mesh\&. This is hopefully handled now by first constructing without boundaries and then reconstructing with boundary faces\&.
+.SH "OPTIONS"
+.PP
+\fI<file prefix>\fR
+.RS 4
+
+\fBTODO\fR
+Detailed description of argument\&.
+.RE
+.PP
+\fB\-noFaceFile\fR
+.RS 4
+Ignore the face file\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-transformPoints.1 b/debian/man1/freefoam-transformPoints.1
new file mode 100644
index 0000000..9bc2dcb
--- /dev/null
+++ b/debian/man1/freefoam-transformPoints.1
@@ -0,0 +1,149 @@
+'\" t
+.\"     Title: freefoam-transformpoints
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-TRANSFORMPOINTS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-transformPoints \- Transforms the mesh points in the polyMesh directory according to the translate, rotate and scale options\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam transformPoints\fR [\-rotateFields] [\-help] [\-scale \fI<vector (sx sy sz)>\fR] [\-srcDoc] [\-doc] [\-translate \fI<vector>\fR] [\-parallel] [\-rotate \fI<(vector vector)>\fR] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-translate\fR \fI<vector>\fR
+.RS 4
+Translate by given vector\&.
+.RE
+.PP
+\fB\-rotateFields\fR
+.RS 4
+Also rotate vector/tensor fields\&.
+.RE
+.PP
+\fB\-rotate\fR \fI<(vector vector)>\fR
+.RS 4
+Rotate from first to second direction\&.
+.RE
+.PP
+\fB\-scale\fR \fI<vector (sx sy sz)>\fR
+.RS 4
+Scaling factors in x, y and z direction\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "NOTE"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+yaw: rotation about z
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+pitch: rotation about y
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+roll: rotation about x
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-twoLiquidMixing.1 b/debian/man1/freefoam-twoLiquidMixing.1
new file mode 100644
index 0000000..f4339e2
--- /dev/null
+++ b/debian/man1/freefoam-twoLiquidMixing.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-twoliquidmixing
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-TWOLIQUIDMIXING" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-twoLiquidMixing \- Solver for mixing 2 incompressible fluids\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam twoLiquidMixing\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Turbulence modelling is generic, i\&.e\&. laminar, RAS or LES may be selected\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-twoPhaseEuler.1 b/debian/man1/freefoam-twoPhaseEuler.1
new file mode 100644
index 0000000..1c6d2d1
--- /dev/null
+++ b/debian/man1/freefoam-twoPhaseEuler.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-twophaseeuler
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-TWOPHASEEULER" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-twoPhaseEuler \- Solver for a system of 2 incompressible fluid phases with one phase dispersed, e\&.g\&. gas bubbles in a liquid\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam twoPhaseEuler\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-uncoupledKinematicParcel.1 b/debian/man1/freefoam-uncoupledKinematicParcel.1
new file mode 100644
index 0000000..1c43a3b
--- /dev/null
+++ b/debian/man1/freefoam-uncoupledKinematicParcel.1
@@ -0,0 +1,100 @@
+'\" t
+.\"     Title: freefoam-uncoupledkinematicparcel
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-UNCOUPLEDKINEMATICPARCEL" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-uncoupledKinematicParcel \- Transient solver for the passive transport of a single kinematic particle cloud\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam uncoupledKinematicParcel\fR [\-help] [\-srcDoc] [\-doc] [\-parallel] [\-case \fI<dir>\fR] [\-cloudName \fI<cloud name>\fR]
+.SH "DESCRIPTION"
+.sp
+Uses a pre\- calculated velocity field to evolve the cloud\&.
+.SH "OPTIONS"
+.PP
+\fB\-cloudName\fR \fI<cloud name>\fR
+.RS 4
+Use an alternative cloude name to kinematicCloud\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run the case in parallel
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-upgradeFvSolution.1 b/debian/man1/freefoam-upgradeFvSolution.1
new file mode 100644
index 0000000..bbb6c02
--- /dev/null
+++ b/debian/man1/freefoam-upgradeFvSolution.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-upgradefvsolution
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-UPGRADEFVSOLUTION" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-upgradeFvSolution \- Simple tool to upgrade the syntax of system/fvSolution::solvers
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam upgradeFvSolution\fR [\-case \fI<dir>\fR] [\-srcDoc] [\-test] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-test\fR
+.RS 4
+Suppress writing the updated fvSolution file
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Specify the case directory
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display short usage message
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen documentation page
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display source code
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-uprime.1 b/debian/man1/freefoam-uprime.1
new file mode 100644
index 0000000..237299b
--- /dev/null
+++ b/debian/man1/freefoam-uprime.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-uprime
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-UPRIME" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-uprime \- Calculates and writes the scalar field of uprime (sqrt(2/3 k))\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam uprime\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-noWrite option just outputs the max/min values without writing the field\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-vorticity.1 b/debian/man1/freefoam-vorticity.1
new file mode 100644
index 0000000..3c48c0e
--- /dev/null
+++ b/debian/man1/freefoam-vorticity.1
@@ -0,0 +1,125 @@
+'\" t
+.\"     Title: freefoam-vorticity
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-VORTICITY" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-vorticity \- Calculates and writes the vorticity of velocity field U\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam vorticity\fR [\-noWrite] [\-help] [\-latestTime] [\-noZero] [\-constant] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-dict \fI<dictionary name>\fR] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+The \-noWrite option just outputs the max/min values without writing the field\&.
+.SH "OPTIONS"
+.PP
+\fB\-noWrite\fR
+.RS 4
+Suppress output to files\&.
+.RE
+.PP
+\fB\-dict\fR \fI<dictionary name>\fR
+.RS 4
+Use named dictionary instead of system/controlDict\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-wallGradU.1 b/debian/man1/freefoam-wallGradU.1
new file mode 100644
index 0000000..494eafb
--- /dev/null
+++ b/debian/man1/freefoam-wallGradU.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-wallgradu
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-WALLGRADU" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-wallGradU \- Calculates and writes the gradient of U at the wall
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam wallGradU\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-wallHeatFlux.1 b/debian/man1/freefoam-wallHeatFlux.1
new file mode 100644
index 0000000..7618e3f
--- /dev/null
+++ b/debian/man1/freefoam-wallHeatFlux.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-wallheatflux
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-WALLHEATFLUX" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-wallHeatFlux \- Calculates and writes the heat flux for all patches as the boundary field of a volScalarField and also prints the integrated flux for all wall patches\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam wallHeatFlux\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-wallShearStress.1 b/debian/man1/freefoam-wallShearStress.1
new file mode 100644
index 0000000..3035846
--- /dev/null
+++ b/debian/man1/freefoam-wallShearStress.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-wallshearstress
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-WALLSHEARSTRESS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-wallShearStress \- Calculates and writes the wall shear stress, for the specified times\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam wallShearStress\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-wdot.1 b/debian/man1/freefoam-wdot.1
new file mode 100644
index 0000000..ba47c64
--- /dev/null
+++ b/debian/man1/freefoam-wdot.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-wdot
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-WDOT" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-wdot \- Calculates and writes wdot for each time\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam wdot\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-writeCellCentres.1 b/debian/man1/freefoam-writeCellCentres.1
new file mode 100644
index 0000000..07d9163
--- /dev/null
+++ b/debian/man1/freefoam-writeCellCentres.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-writecellcentres
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-WRITECELLCENTRES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-writeCellCentres \- Write the three components of the cell centres as volScalarFields so they can be used in postprocessing in thresholding\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam writeCellCentres\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-writeMeshObj.1 b/debian/man1/freefoam-writeMeshObj.1
new file mode 100644
index 0000000..9a1a8fd
--- /dev/null
+++ b/debian/man1/freefoam-writeMeshObj.1
@@ -0,0 +1,149 @@
+'\" t
+.\"     Title: freefoam-writemeshobj
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-WRITEMESHOBJ" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-writeMeshObj \- For mesh debugging: writes mesh as three separate OBJ files which can be viewed with e\&.g\&. javaview\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam writeMeshObj\fR [\-latestTime] [\-patchFaces] [\-cellSet \fI<cellSet name>\fR] [\-cell \fI<cell label>\fR] [\-noZero] [\-face \fI<face label>\fR] [\-srcDoc] [\-point \fI<point label>\fR] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-faceSet \fI<faceSet name>\fR] [\-case \fI<dir>\fR] [\-help]
+.SH "DESCRIPTION"
+.sp
+meshPoints_XXX\&.obj : all points and edges as lines\&. meshFaceCentres_XXX\&.obj : all face centres\&. meshCellCentres_XXX\&.obj : all cell centres\&.
+.sp
+patch_YYY_XXX\&.obj : all face centres of patch YYY
+.sp
+Optional: \- patch faces (as polygons) : patchFaces_YYY_XXX\&.obj \- non\-manifold edges : patchEdges_YYY_XXX\&.obj
+.SH "OPTIONS"
+.PP
+\fB\-face\fR \fI<face label>\fR
+.RS 4
+Export face with specified label\&.
+.RE
+.PP
+\fB\-patchFaces\fR
+.RS 4
+Also export patch faces\&.
+.RE
+.PP
+\fB\-cell\fR \fI<cell label>\fR
+.RS 4
+Export cell with specified label\&.
+.RE
+.PP
+\fB\-point\fR \fI<point label>\fR
+.RS 4
+Export point with specified label\&.
+.RE
+.PP
+\fB\-cellSet\fR \fI<cellSet name>\fR
+.RS 4
+Only apply to named cell set\&.
+.RE
+.PP
+\fB\-faceSet\fR \fI<faceSet name>\fR
+.RS 4
+Only apply to named face set\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-yPlusLES.1 b/debian/man1/freefoam-yPlusLES.1
new file mode 100644
index 0000000..4864ed5
--- /dev/null
+++ b/debian/man1/freefoam-yPlusLES.1
@@ -0,0 +1,115 @@
+'\" t
+.\"     Title: freefoam-yplusles
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-YPLUSLES" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-yPlusLES \- Calculates and reports yPlus for all wall patches, for the specified times\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam yPlusLES\fR [\-help] [\-latestTime] [\-noZero] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+\fBTODO\fR write detailed description
+.SH "OPTIONS"
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-yPlusRAS.1 b/debian/man1/freefoam-yPlusRAS.1
new file mode 100644
index 0000000..1faf32b
--- /dev/null
+++ b/debian/man1/freefoam-yPlusRAS.1
@@ -0,0 +1,120 @@
+'\" t
+.\"     Title: freefoam-yplusras
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-YPLUSRAS" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-yPlusRAS \- Calculates and reports yPlus for all wall patches, for the specified times when using RAS turbulence models\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam yPlusRAS\fR [\-help] [\-latestTime] [\-noZero] [\-compressible] [\-srcDoc] [\-doc] [\-time \fI<time>\fR] [\-constant] [\-parallel] [\-case \fI<dir>\fR]
+.SH "DESCRIPTION"
+.sp
+Default behaviour assumes operating in incompressible mode\&. To apply to compressible RAS cases, use the \-compressible option\&.
+.SH "OPTIONS"
+.PP
+\fB\-compressible\fR
+.RS 4
+Operate in compressible mode\&.
+.RE
+.PP
+\fB\-noZero\fR
+.RS 4
+Ignore timestep 0\&.
+.RE
+.PP
+\fB\-constant\fR
+.RS 4
+Include the constant directory\&.
+.RE
+.PP
+\fB\-time\fR \fI<time>\fR
+.RS 4
+Apply only to specific time\&.
+.RE
+.PP
+\fB\-latestTime\fR
+.RS 4
+Only apply to latest time step\&.
+.RE
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam-zipUpMesh.1 b/debian/man1/freefoam-zipUpMesh.1
new file mode 100644
index 0000000..0feb7bc
--- /dev/null
+++ b/debian/man1/freefoam-zipUpMesh.1
@@ -0,0 +1,95 @@
+'\" t
+.\"     Title: freefoam-zipupmesh
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM\-ZIPUPMESH" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam-zipUpMesh \- Reads in a mesh with hanging vertices and zips up the cells to guarantee that all polyhedral cells of valid shape are closed\&.
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam zipUpMesh\fR [\-parallel] [\-srcDoc] [\-case \fI<dir>\fR] [\-doc] [\-help]
+.SH "DESCRIPTION"
+.sp
+Meshes with hanging vertices may occur as a result of split hex mesh conversion or integration or coupled math face pairs\&.
+.SH "OPTIONS"
+.PP
+\fB\-case\fR \fI<dir>\fR
+.RS 4
+Case directory\&.
+.RE
+.PP
+\fB\-parallel\fR
+.RS 4
+Run in parallel\&.
+.RE
+.PP
+\fB\-help\fR
+.RS 4
+Display help message\&.
+.RE
+.PP
+\fB\-doc\fR
+.RS 4
+Display Doxygen API documentation page for this application\&.
+.RE
+.PP
+\fB\-srcDoc\fR
+.RS 4
+Display Doxygen source documentation page for this application\&.
+.RE
+.SH "SEE ALSO"
+.sp
+An overview of FreeFOAM is given in \fBfreefoam\fR(1)\&.
+.SH "AUTHOR"
+.sp
+OpenCFD Ltd\&.
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite\&.
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
diff --git a/debian/man1/freefoam.1 b/debian/man1/freefoam.1
new file mode 100644
index 0000000..e75330c
--- /dev/null
+++ b/debian/man1/freefoam.1
@@ -0,0 +1,1821 @@
+'\" t
+.\"     Title: freefoam
+.\"    Author: [see the "AUTHOR" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/14/2012
+.\"    Manual: FreeFOAM Manual
+.\"    Source: FreeFOAM 0.1.0
+.\"  Language: English
+.\"
+.TH "FREEFOAM" "1" "05/14/2012" "FreeFOAM 0\&.1\&.0" "FreeFOAM Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+freefoam \- The Cross\-Platform CFD Toolkit
+.SH "SYNOPSIS"
+.sp
+\fBfreefoam\fR [\-b \fI<baseDir>\fR] [\-P] [\-V | \-version] [\-h | \-help] [\-\-] \fI<application>\fR [\fI<args>\fR]
+.SH "DESCRIPTION"
+.sp
+FreeFOAM is a cross\-platform toolkit for computational fluid dynamics (CFD)\&. It consists of a large collection of C++ libraries, allowing the user to write new solvers for partial differential equations using a notation very close to the mathematical one\&. FreeFOAM comes with a comprehensive set of solvers for a wide range of problems and accompanying pre\-/and post\-processing utilities\&.
+.sp
+FreeFOAM is based on the fantastic Open\-Source OpenFOAM software\&. The goal of the FreeFOAM project is to remove the system\-dependencies from OpenFOAM and make it generally more useable and easier to install\&.
+.sp
+The \fBfreefoam\fR(1) command is used to invoke the actual FreeFOAM applications\&. It was mainly created to avoid putting a large number of binaries on the system PATH, cluttering the namespace unnecessarily\&. It also allows for the user to easily add her own applications to the search path, without having to extend the PATH variable or being root\&.
+.sp
+\fBfreefoam\fR(1) uses the following mechanism to find the application \fI<name>\fR:
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+It searches in the directory
+\fI<libexecDir>\fR
+for an executable with the name
+\fIfreefoam\-<name>\fR\&.
+\fI<libexecDir>\fR
+defaults to
+\fI/usr/local/libexec/FreeFOAM\-0\&.1\&.0\fR\&. This can be overridden using the
+\fI\-b\fR
+option\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+If the
+FREEFOAM_PATH
+variable is set, it is prepended to the above described search path\&. It is a colon\-separated list of directories\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+The
+\fI\-P\fR
+option can be used to append the system
+PATH
+to the search path\&.
+.RE
+.SH "OPTIONS"
+.PP
+\fB\-b\fR \fI<baseDir>\fR
+.RS 4
+Specify a different directory to search for applications (default is /usr/local/libexec/FreeFOAM\-0\&.1\&.0)
+.RE
+.PP
+\fB\-P\fR
+.RS 4
+Also search the system PATH variable first
+.RE
+.PP
+\fB\-\-\fR
+.RS 4
+Separates options for this program from the application and its arguments (useful if the application name should start with a \-)
+.RE
+.PP
+\fB\-V | \-version\fR
+.RS 4
+Display the version of FreeFOAM and exit
+.RE
+.PP
+\fB\-h | \-help\fR
+.RS 4
+Display an option summary
+.RE
+.PP
+\fI<application>\fR
+.RS 4
+The short name of the application to run (i\&.e\&. for the
+\fIfreefoam\-ico\fR
+application the short name would be
+\fIico\fR)
+.RE
+.PP
+\fI<args>\fR
+.RS 4
+Arguments and options to be passed to the application
+.RE
+.sp
+environment variables: FREEFOAM_PATH specify an alternative path where to search for applications
+.SH "FREEFOAM STANDARD APPLICATIONS"
+.sp
+The following sections give a short description for all the available standard solvers and utilities\&. More information is available from the individual manual pages\&.
+.SH "SOLVERS"
+.SS "DNS"
+.PP
+\fB\fBfreefoam-dns\fR(1)\fR
+.RS 4
+Direct numerical simulation solver for boxes of isotropic turbulence\&.
+.RE
+.SS "Basic Solvers"
+.PP
+\fB\fBfreefoam-laplacian\fR(1)\fR
+.RS 4
+Solves a simple Laplace equation, e\&.g\&. for thermal diffusion in a solid\&.
+.RE
+.PP
+\fB\fBfreefoam-scalarTransport\fR(1)\fR
+.RS 4
+Solves a transport equation for a passive scalar\&.
+.RE
+.PP
+\fB\fBfreefoam-potential-app\fR(1)\fR
+.RS 4
+Simple potential flow solver which can be used to generate starting fields for full Navier\-Stokes codes\&.
+.RE
+.SS "Combustion Solvers"
+.PP
+\fB\fBfreefoam-PDR\fR(1)\fR
+.RS 4
+Solver for compressible premixed/partially\-premixed combustion with turbulence modelling\&.
+.RE
+.PP
+\fB\fBfreefoam-PDRAutoRefine\fR(1)\fR
+.RS 4
+Solver for compressible premixed/partially\-premixed combustion with turbulence modelling\&.
+.RE
+.PP
+\fB\fBfreefoam-Xi\fR(1)\fR
+.RS 4
+Solver for compressible premixed/partially\-premixed combustion with turbulence modelling\&.
+.RE
+.PP
+\fB\fBfreefoam-coldEngine\fR(1)\fR
+.RS 4
+Solver for cold\-flow in internal combustion engines\&.
+.RE
+.PP
+\fB\fBfreefoam-dieselEngine\fR(1)\fR
+.RS 4
+Solver for diesel engine spray and combustion\&.
+.RE
+.PP
+\fB\fBfreefoam-diesel\fR(1)\fR
+.RS 4
+Solver for diesel spray and combustion\&.
+.RE
+.PP
+\fB\fBfreefoam-engine-app\fR(1)\fR
+.RS 4
+Solver for internal combustion engines\&.
+.RE
+.PP
+\fB\fBfreefoam-reacting\fR(1)\fR
+.RS 4
+Solver for combustion with chemical reactions\&.
+.RE
+.PP
+\fB\fBfreefoam-rhoReacting\fR(1)\fR
+.RS 4
+Solver for combustion with chemical reactions using density based thermodynamics package\&.
+.RE
+.PP
+\fB\fBfreefoam-fire\fR(1)\fR
+.RS 4
+Transient Solver for Fires and turbulent diffusion flames\&.
+.RE
+.SS "Compressible Flow Solvers"
+.PP
+\fB\fBfreefoam-rhoCentralDyM\fR(1)\fR
+.RS 4
+Density\-based compressible flow solver based on central\-upwind schemes of Kurganov and Tadmor\&.
+.RE
+.PP
+\fB\fBfreefoam-rhoCentral\fR(1)\fR
+.RS 4
+Density\-based compressible flow solver based on central\-upwind schemes of Kurganov and Tadmor\&.
+.RE
+.PP
+\fB\fBfreefoam-rhoPimple\fR(1)\fR
+.RS 4
+Transient solver for laminar or turbulent flow of compressible fluids for HVAC and similar applications\&.
+.RE
+.PP
+\fB\fBfreefoam-rhoPorousMRFPimple\fR(1)\fR
+.RS 4
+Transient solver for laminar or turbulent flow of compressible fluids with support for porous media and MRF for HVAC and similar applications\&.
+.RE
+.PP
+\fB\fBfreefoam-rhoPorousSimple\fR(1)\fR
+.RS 4
+Steady\-state solver for turbulent flow of compressible fluids with RANS turbulence modelling, and implicit or explicit porosity treatment\&.
+.RE
+.PP
+\fB\fBfreefoam-rhoSimple\fR(1)\fR
+.RS 4
+Steady\-state SIMPLE solver for laminar or turbulent RANS flow of compressible fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-rhoPiso\fR(1)\fR
+.RS 4
+Transient PISO solver for compressible, laminar or turbulent flow\&.
+.RE
+.PP
+\fB\fBfreefoam-sonic\fR(1)\fR
+.RS 4
+Transient solver for trans\-sonic/supersonic, laminar or turbulent flow of a compressible gas\&.
+.RE
+.PP
+\fB\fBfreefoam-sonicLiquid\fR(1)\fR
+.RS 4
+Transient solver for trans\-sonic/supersonic, laminar flow of a compressible liquid\&.
+.RE
+.PP
+\fB\fBfreefoam-sonicDyM\fR(1)\fR
+.RS 4
+Transient solver for trans\-sonic/supersonic, laminar or turbulent flow of a compressible gas with mesh motion\&.
+.RE
+.SS "Electromagnetic Solvers"
+.PP
+\fB\fBfreefoam-electrostatic\fR(1)\fR
+.RS 4
+Solver for electrostatics\&.
+.RE
+.PP
+\fB\fBfreefoam-mhd\fR(1)\fR
+.RS 4
+Solver for magnetohydrodynamics (MHD): incompressible, laminar flow of a conducting fluid under the influence of a magnetic field\&.
+.RE
+.SS "Financial Solvers"
+.PP
+\fB\fBfreefoam-financial\fR(1)\fR
+.RS 4
+Solves the Black\-Scholes equation to price commodities\&.
+.RE
+.SS "Heat Transfer Solvers"
+.PP
+\fB\fBfreefoam-buoyantBoussinesqPimple\fR(1)\fR
+.RS 4
+Transient solver for buoyant, turbulent flow of incompressible fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-buoyantBoussinesqSimple\fR(1)\fR
+.RS 4
+Steady\-state solver for buoyant, turbulent flow of incompressible fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-buoyantPimple\fR(1)\fR
+.RS 4
+Transient solver for buoyant, turbulent flow of compressible fluids for ventilation and heat\-transfer\&.
+.RE
+.PP
+\fB\fBfreefoam-buoyantSimple\fR(1)\fR
+.RS 4
+Steady\-state solver for buoyant, turbulent flow of compressible fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-buoyantSimpleRadiation\fR(1)\fR
+.RS 4
+Steady\-state solver for buoyant, turbulent flow of compressible fluids, including radiation, for ventilation and heat\-transfer\&.
+.RE
+.PP
+\fB\fBfreefoam-chtMultiRegion\fR(1)\fR
+.RS 4
+Combination of heatConductionFoam and buoyantFoam for conjugate heat transfer between a solid region and fluid region\&.
+.RE
+.PP
+\fB\fBfreefoam-chtMultiRegionSimple\fR(1)\fR
+.RS 4
+Steady\-state version of chtMultiRegionFoam\&.
+.RE
+.SS "Incompressible Flow Solvers"
+.PP
+\fB\fBfreefoam-boundary\fR(1)\fR
+.RS 4
+Steady\-state solver for 1D turbulent flow, typically to generate boundary layer conditions at an inlet, for use in a simulation\&.
+.RE
+.PP
+\fB\fBfreefoam-channel\fR(1)\fR
+.RS 4
+Incompressible LES solver for flow in a channel\&.
+.RE
+.PP
+\fB\fBfreefoam-ico\fR(1)\fR
+.RS 4
+Transient solver for incompressible, laminar flow of Newtonian fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-nonNewtonianIco\fR(1)\fR
+.RS 4
+Transient solver for incompressible, laminar flow of non\-Newtonian fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-simple\fR(1)\fR
+.RS 4
+Steady\-state solver for incompressible, turbulent flow\&.
+.RE
+.PP
+\fB\fBfreefoam-pimpleDyM\fR(1)\fR
+.RS 4
+Transient solver for incompressible, flow of Newtonian fluids on a moving mesh using the PIMPLE (merged PISO\-SIMPLE) algorithm\&.
+.RE
+.PP
+\fB\fBfreefoam-pimple\fR(1)\fR
+.RS 4
+Large time\-step transient solver for incompressible, flow using the PIMPLE (merged PISO\-SIMPLE) algorithm\&.
+.RE
+.PP
+\fB\fBfreefoam-piso\fR(1)\fR
+.RS 4
+Transient solver for incompressible flow\&.
+.RE
+.PP
+\fB\fBfreefoam-shallowWater\fR(1)\fR
+.RS 4
+Transient solver for inviscid shallow\-water equations with rotation\&.
+.RE
+.PP
+\fB\fBfreefoam-porousSimple\fR(1)\fR
+.RS 4
+Steady\-state solver for incompressible, turbulent flow with implicit or explicit porosity treatment\&.
+.RE
+.SS "Discrete Methods Solvers"
+.PP
+\fB\fBfreefoam-md\fR(1)\fR
+.RS 4
+Molecular dynamics solver for fluid dynamics\&.
+.RE
+.PP
+\fB\fBfreefoam-mdEquilibration\fR(1)\fR
+.RS 4
+Equilibrates and/or preconditions molecular dynamics systems\&.
+.RE
+.PP
+\fB\fBfreefoam-dsmc-app\fR(1)\fR
+.RS 4
+Direct simulation Monte Carlo (DSMC) solver for 3D, transient, multi\- species flows\&.
+.RE
+.SS "Lagrangian Solvers"
+.PP
+\fB\fBfreefoam-coalChemistry\fR(1)\fR
+.RS 4
+Transient solver for compressible, turbulent flow with coal and limestone parcel injections, and combustion\&.
+.RE
+.PP
+\fB\fBfreefoam-porousExplicitSourceReactingParcel\fR(1)\fR
+.RS 4
+Transient PISO solver for compressible, laminar or turbulent flow with reacting multiphase Lagrangian parcels for porous media, including explicit sources for mass, momentum and energy\&.
+.RE
+.PP
+\fB\fBfreefoam-reactingParcel\fR(1)\fR
+.RS 4
+Transient PISO solver for compressible, laminar or turbulent flow with reacting Lagrangian parcels\&.
+.RE
+.PP
+\fB\fBfreefoam-uncoupledKinematicParcel\fR(1)\fR
+.RS 4
+Transient solver for the passive transport of a single kinematic particle cloud\&.
+.RE
+.SS "Multiphase Solvers"
+.PP
+\fB\fBfreefoam-bubble\fR(1)\fR
+.RS 4
+Solver for a system of 2 incompressible fluid phases with one phase dispersed, e\&.g\&. gas bubbles in a liquid\&.
+.RE
+.PP
+\fB\fBfreefoam-compressibleInter\fR(1)\fR
+.RS 4
+Solver for 2 compressible, isothermal immiscible fluids using a VOF (volume of fluid) phase\-fraction based interface capturing approach\&.
+.RE
+.PP
+\fB\fBfreefoam-compressibleInterDyM\fR(1)\fR
+.RS 4
+Solver for 2 compressible, isothermal immiscible fluids using a VOF (volume of fluid) phase\-fraction based interface capturing approach, with optional mesh motion and mesh topology changes including adaptive re\-meshing\&.
+.RE
+.PP
+\fB\fBfreefoam-inter\fR(1)\fR
+.RS 4
+Solver for 2 incompressible, isothermal immiscible fluids using a VOF (volume of fluid) phase\-fraction based interface capturing approach\&.
+.RE
+.PP
+\fB\fBfreefoam-interDyM\fR(1)\fR
+.RS 4
+Solver for 2 incompressible, isothermal immiscible fluids using a VOF (volume of fluid) phase\-fraction based interface capturing approach, with optional mesh motion and mesh topology changes including adaptive re\-meshing\&.
+.RE
+.PP
+\fB\fBfreefoam-MRFInter\fR(1)\fR
+.RS 4
+Solver for 2 incompressible, isothermal immiscible fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-porousInter\fR(1)\fR
+.RS 4
+Solver for 2 incompressible, isothermal immiscible fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-interPhaseChange\fR(1)\fR
+.RS 4
+Solver for 2 incompressible, isothermal immiscible fluids with phase\-change (e\&.g\&. cavitation)\&.
+.RE
+.PP
+\fB\fBfreefoam-cavitating\fR(1)\fR
+.RS 4
+Transient cavitation code based on the homogeneous equilibrium model from which the compressibility of the liquid/vapour "mixture" is obtained\&.
+.RE
+.PP
+\fB\fBfreefoam-MRFMultiphaseInter\fR(1)\fR
+.RS 4
+Solver for n incompressible fluids which captures the interfaces and includes surface\-tension and contact\-angle effects for each phase\&.
+.RE
+.PP
+\fB\fBfreefoam-multiphaseInter\fR(1)\fR
+.RS 4
+Solver for n incompressible fluids which captures the interfaces and includes surface\-tension and contact\-angle effects for each phase\&.
+.RE
+.PP
+\fB\fBfreefoam-settling\fR(1)\fR
+.RS 4
+Solver for 2 incompressible fluids for simulating the settling of the dispersed phase\&.
+.RE
+.PP
+\fB\fBfreefoam-twoLiquidMixing\fR(1)\fR
+.RS 4
+Solver for mixing 2 incompressible fluids\&.
+.RE
+.PP
+\fB\fBfreefoam-twoPhaseEuler\fR(1)\fR
+.RS 4
+Solver for a system of 2 incompressible fluid phases with one phase dispersed, e\&.g\&. gas bubbles in a liquid\&.
+.RE
+.PP
+\fB\fBfreefoam-interMixing\fR(1)\fR
+.RS 4
+Solver for 3 incompressible fluids, two of which are miscible, using a VOF method to capture the interface\&.
+.RE
+.SS "Stress\-Analysis"
+.PP
+\fB\fBfreefoam-solidDisplacement\fR(1)\fR
+.RS 4
+Transient segregated finite\-volume solver of linear\-elastic, small\-strain deformation of a solid body, with optional thermal diffusion and thermal stresses\&.
+.RE
+.PP
+\fB\fBfreefoam-solidEquilibriumDisplacement\fR(1)\fR
+.RS 4
+Steady\-state segregated finite\-volume solver of linear\-elastic, small\-strain deformation of a solid body, with optional thermal diffusion and thermal stresses\&.
+.RE
+.SH "UTILITIES"
+.SS "Advanced Mesh Manipulation"
+.PP
+\fB\fBfreefoam-autoRefineMesh\fR(1)\fR
+.RS 4
+Utility to refine cells near to a surface\&.
+.RE
+.PP
+\fB\fBfreefoam-collapseEdges\fR(1)\fR
+.RS 4
+Collapse short edges and combines edges that are in line\&.
+.RE
+.PP
+\fB\fBfreefoam-combinePatchFaces\fR(1)\fR
+.RS 4
+Checks for multiple patch faces on same cell and combines them\&.
+.RE
+.PP
+\fB\fBfreefoam-modifyMesh\fR(1)\fR
+.RS 4
+Manipulates mesh elements\&.
+.RE
+.PP
+\fB\fBfreefoam-refineHexMesh\fR(1)\fR
+.RS 4
+Refines a hex mesh by 2x2x2 cell splitting\&.
+.RE
+.PP
+\fB\fBfreefoam-refineWallLayer\fR(1)\fR
+.RS 4
+Utility to refine cells next to patches\&.
+.RE
+.PP
+\fB\fBfreefoam-refinementLevel\fR(1)\fR
+.RS 4
+Tries to figure out what the refinement level is on refined cartesian meshes\&. Run BEFORE snapping\&.
+.RE
+.PP
+\fB\fBfreefoam-removeFaces\fR(1)\fR
+.RS 4
+Utility to remove faces (combines cells on both sides)\&.
+.RE
+.PP
+\fB\fBfreefoam-selectCells\fR(1)\fR
+.RS 4
+Select cells in relation to surface\&.
+.RE
+.PP
+\fB\fBfreefoam-splitCells\fR(1)\fR
+.RS 4
+Utility to split cells with flat faces\&.
+.RE
+.SS "Mesh Conversion"
+.PP
+\fB\fBfreefoam-ansysToFoam\fR(1)\fR
+.RS 4
+Converts an ANSYS input mesh file, exported from I\-DEAS, to FOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-cfx4ToFoam\fR(1)\fR
+.RS 4
+Converts a CFX 4 mesh to FOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-fluent3DMeshToFoam\fR(1)\fR
+.RS 4
+Converts a Fluent mesh to OpenFOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-fluentMeshToFoam\fR(1)\fR
+.RS 4
+Converts a Fluent mesh to FOAM format including multiple region and region boundary handling\&.
+.RE
+.PP
+\fB\fBfreefoam-foamMeshToFluent\fR(1)\fR
+.RS 4
+Writes out the FOAM mesh in Fluent mesh format\&.
+.RE
+.PP
+\fB\fBfreefoam-foamToStarMesh\fR(1)\fR
+.RS 4
+Reads an OpenFOAM mesh and writes a pro\-STAR (v4) bnd/cel/vrt format\&.
+.RE
+.PP
+\fB\fBfreefoam-gambitToFoam\fR(1)\fR
+.RS 4
+Converts a GAMBIT mesh to FOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-gmshToFoam\fR(1)\fR
+.RS 4
+Reads \&.msh file as written by Gmsh\&.
+.RE
+.PP
+\fB\fBfreefoam-ideasUnvToFoam\fR(1)\fR
+.RS 4
+I\-Deas unv format mesh conversion\&.
+.RE
+.PP
+\fB\fBfreefoam-kivaToFoam\fR(1)\fR
+.RS 4
+Converts a KIVA3v grid to FOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-mshToFoam\fR(1)\fR
+.RS 4
+Converts \&.msh file generated by the Adventure system\&.
+.RE
+.PP
+\fB\fBfreefoam-netgenNeutralToFoam\fR(1)\fR
+.RS 4
+Converts neutral file format as written by Netgen v4\&.4\&.
+.RE
+.PP
+\fB\fBfreefoam-plot3dToFoam\fR(1)\fR
+.RS 4
+Plot3d mesh (ascii/formatted format) converter\&.
+.RE
+.PP
+\fB\fBfreefoam-polyDualMesh\fR(1)\fR
+.RS 4
+Calculate the dual of a polyMesh\&. Adheres to all the feature and patch edges\&.
+.RE
+.PP
+\fB\fBfreefoam-sammToFoam\fR(1)\fR
+.RS 4
+Converts a STAR\-CD SAMM mesh to FOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-star4ToFoam\fR(1)\fR
+.RS 4
+Converts a Star\-CD (v4) pro\-STAR mesh into OpenFOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-starToFoam\fR(1)\fR
+.RS 4
+Converts a STAR\-CD PROSTAR mesh into FOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-tetgenToFoam\fR(1)\fR
+.RS 4
+Converts \&.ele and \&.node and \&.face files, written by tetgen\&.
+.RE
+.PP
+\fB\fBfreefoam-writeMeshObj\fR(1)\fR
+.RS 4
+For mesh debugging: writes mesh as three separate OBJ files which can be viewed with e\&.g\&. javaview\&.
+.RE
+.SS "Mesh Generation"
+.PP
+\fB\fBfreefoam-extrudeMesh\fR(1)\fR
+.RS 4
+Extrude mesh from existing patch or from patch read from file\&.
+.RE
+.PP
+\fB\fBfreefoam-blockMesh\fR(1)\fR
+.RS 4
+A multi\-block mesh generator\&.
+.RE
+.PP
+\fB\fBfreefoam-snappyHexMesh\fR(1)\fR
+.RS 4
+Automatic split hex mesher\&. Refines and snaps to surface\&.
+.RE
+.PP
+\fB\fBfreefoam-extrude2DMesh\fR(1)\fR
+.RS 4
+Takes 2D mesh (all faces 2 points only, no front and back faces) and creates a 3D mesh by extruding with specified thickness\&.
+.RE
+.SS "Mesh Manipulation"
+.PP
+\fB\fBfreefoam-attachMesh\fR(1)\fR
+.RS 4
+Attach topologically detached mesh using prescribed mesh modifiers\&.
+.RE
+.PP
+\fB\fBfreefoam-autoPatch\fR(1)\fR
+.RS 4
+Divides external faces into patches based on (user supplied) feature angle\&.
+.RE
+.PP
+\fB\fBfreefoam-cellSet\fR(1)\fR
+.RS 4
+Selects a cell set through a dictionary\&.
+.RE
+.PP
+\fB\fBfreefoam-checkMesh\fR(1)\fR
+.RS 4
+Checks validity of a mesh\&.
+.RE
+.PP
+\fB\fBfreefoam-createBaffles\fR(1)\fR
+.RS 4
+Makes internal faces into boundary faces\&.
+.RE
+.PP
+\fB\fBfreefoam-createPatch\fR(1)\fR
+.RS 4
+Utility to create patches out of selected boundary faces\&.
+.RE
+.PP
+\fB\fBfreefoam-deformedGeom\fR(1)\fR
+.RS 4
+Deforms a polyMesh using a displacement field U and a scaling factor supplied as an argument\&.
+.RE
+.PP
+\fB\fBfreefoam-faceSet\fR(1)\fR
+.RS 4
+Selects a face set through a dictionary\&.
+.RE
+.PP
+\fB\fBfreefoam-flattenMesh\fR(1)\fR
+.RS 4
+Flattens the front and back planes of a 2D cartesian mesh\&.
+.RE
+.PP
+\fB\fBfreefoam-insideCells\fR(1)\fR
+.RS 4
+Picks up cells with cell centre
+\fIinside\fR
+of surface\&.
+.RE
+.PP
+\fB\fBfreefoam-mergeMeshes\fR(1)\fR
+.RS 4
+Merge two meshes\&.
+.RE
+.PP
+\fB\fBfreefoam-mergeOrSplitBaffles\fR(1)\fR
+.RS 4
+Detects faces that share points (baffles)\&. Either merge them or duplicate the points\&.
+.RE
+.PP
+\fB\fBfreefoam-mirrorMesh\fR(1)\fR
+.RS 4
+Mirrors a mesh around a given plane\&.
+.RE
+.PP
+\fB\fBfreefoam-moveDynamicMesh\fR(1)\fR
+.RS 4
+Mesh motion and topological mesh changes utility\&.
+.RE
+.PP
+\fB\fBfreefoam-moveEngineMesh\fR(1)\fR
+.RS 4
+Solver for moving meshes for engine calculations\&.
+.RE
+.PP
+\fB\fBfreefoam-moveMesh\fR(1)\fR
+.RS 4
+Solver for moving meshes\&.
+.RE
+.PP
+\fB\fBfreefoam-objToVTK\fR(1)\fR
+.RS 4
+Read obj line (not surface!) file and convert into vtk\&.
+.RE
+.PP
+\fB\fBfreefoam-pointSet\fR(1)\fR
+.RS 4
+Selects a point set through a dictionary\&.
+.RE
+.PP
+\fB\fBfreefoam-refineMesh\fR(1)\fR
+.RS 4
+Utility to refine cells in multiple directions\&.
+.RE
+.PP
+\fB\fBfreefoam-renumberMesh\fR(1)\fR
+.RS 4
+Renumbers the cell list in order to reduce the bandwidth, reading and renumbering all fields from all the time directories\&.
+.RE
+.PP
+\fB\fBfreefoam-rotateMesh\fR(1)\fR
+.RS 4
+Rotates the mesh and fields from the direcion n1 to the direction n2\&.
+.RE
+.PP
+\fB\fBfreefoam-setSet\fR(1)\fR
+.RS 4
+Manipulate a cell/face/point/ set or zone interactively\&.
+.RE
+.PP
+\fB\fBfreefoam-setsToZones\fR(1)\fR
+.RS 4
+Add pointZones/faceZones/cellZones to the mesh from similar named pointSets/faceSets/cellSets\&.
+.RE
+.PP
+\fB\fBfreefoam-splitMesh\fR(1)\fR
+.RS 4
+Splits mesh by making internal faces external\&.
+.RE
+.PP
+\fB\fBfreefoam-splitMeshRegions\fR(1)\fR
+.RS 4
+Splits mesh into multiple regions\&.
+.RE
+.PP
+\fB\fBfreefoam-stitchMesh\fR(1)\fR
+.RS 4
+
+\fIStitches\fR
+a mesh\&.
+.RE
+.PP
+\fB\fBfreefoam-subsetMesh\fR(1)\fR
+.RS 4
+Selects a section of mesh based on a cellSet\&.
+.RE
+.PP
+\fB\fBfreefoam-transformPoints\fR(1)\fR
+.RS 4
+Transforms the mesh points in the polyMesh directory according to the translate, rotate and scale options\&.
+.RE
+.PP
+\fB\fBfreefoam-zipUpMesh\fR(1)\fR
+.RS 4
+Reads in a mesh with hanging vertices and zips up the cells to guarantee that all polyhedral cells of valid shape are closed\&.
+.RE
+.SS "Error Estimation"
+.PP
+\fB\fBfreefoam-momentScalarError\fR(1)\fR
+.RS 4
+Estimates the error in the solution for a scalar transport equation in the standard form\&.
+.RE
+.PP
+\fB\fBfreefoam-icoErrorEstimate\fR(1)\fR
+.RS 4
+Estimates error for the incompressible laminar CFD application icoFoam\&.
+.RE
+.PP
+\fB\fBfreefoam-estimateScalarError\fR(1)\fR
+.RS 4
+Estimates the error in the solution for a scalar transport equation in the standard form\&.
+.RE
+.PP
+\fB\fBfreefoam-icoMomentError\fR(1)\fR
+.RS 4
+Estimates error for the incompressible laminar CFD application icoFoam\&.
+.RE
+.SS "Miscellaneous Utilities"
+.PP
+\fB\fBfreefoam-expandDictionary\fR(1)\fR
+.RS 4
+Read the dictionary provided as an argument, expand the macros etc\&. and write the resulting dictionary to standard output\&.
+.RE
+.PP
+\fB\fBfreefoam-debugSwitches\fR(1)\fR
+.RS 4
+Write out all library debug switches\&.
+.RE
+.PP
+\fB\fBfreefoam-formatConvert\fR(1)\fR
+.RS 4
+Converts all IOobjects associated with a case into the format specified in the controlDict\&.
+.RE
+.PP
+\fB\fBfreefoam-infoExec\fR(1)\fR
+.RS 4
+Interrogates a case and prints information to screen\&.
+.RE
+.PP
+\fB\fBfreefoam-patchSummary\fR(1)\fR
+.RS 4
+Writes fields and boundary condition info for each patch at each requested time instance\&.
+.RE
+.SS "Parallel Processing"
+.PP
+\fB\fBfreefoam-redistributeMeshPar\fR(1)\fR
+.RS 4
+Redistributes existing decomposed mesh and fields according to the current settings in the decomposeParDict file\&.
+.RE
+.PP
+\fB\fBfreefoam-reconstructParMesh\fR(1)\fR
+.RS 4
+Reconstructs a mesh using geometric information only\&.
+.RE
+.PP
+\fB\fBfreefoam-decomposePar\fR(1)\fR
+.RS 4
+Automatically decomposes a mesh and fields of a case for parallel execution of OpenFOAM\&.
+.RE
+.PP
+\fB\fBfreefoam-reconstructPar\fR(1)\fR
+.RS 4
+Reconstructs a mesh and fields of a case that is decomposed for parallel execution of OpenFOAM\&.
+.RE
+.SS "Post\-Processing"
+.PP
+\fB\fBfreefoam-calc\fR(1)\fR
+.RS 4
+Generic wrapper for calculating a quantity at each time\&.
+.RE
+.PP
+\fB\fBfreefoam-dsmcFieldsCalc\fR(1)\fR
+.RS 4
+Calculate intensive fields (U and T) from averaged extensive fields from a DSMC calculation\&.
+.RE
+.PP
+\fB\fBfreefoam-particleTracks\fR(1)\fR
+.RS 4
+Generates a VTK file of particle tracks for cases that were computed using a tracked\-parcel\-type cloud\&.
+.RE
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBData Conversion\fR
+.RS 4
+.PP
+\fB\fBfreefoam-foamDataToFluent\fR(1)\fR
+.RS 4
+Translates FOAM data to Fluent format\&.
+.RE
+.PP
+\fB\fBfreefoam-foamToEnsight\fR(1)\fR
+.RS 4
+Translates FOAM data to EnSight format\&.
+.RE
+.PP
+\fB\fBfreefoam-foamToEnsightParts\fR(1)\fR
+.RS 4
+Translates OpenFOAM data to Ensight format\&. An Ensight part is created for each cellZone and patch\&.
+.RE
+.PP
+\fB\fBfreefoam-foamToFieldview9\fR(1)\fR
+.RS 4
+Write out the OpenFOAM mesh in Version 3\&.0 Fieldview\-UNS format (binary)\&.
+.RE
+.PP
+\fB\fBfreefoam-foamToGMV\fR(1)\fR
+.RS 4
+Translates foam output to GMV readable files\&.
+.RE
+.PP
+\fB\fBfreefoam-foamToVTK\fR(1)\fR
+.RS 4
+Legacy VTK file format writer\&.
+.RE
+.PP
+\fB\fBfreefoam-smapToFoam\fR(1)\fR
+.RS 4
+Translates a STAR\-CD SMAP data file into FOAM field format\&.
+.RE
+.RE
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBMiscellaneous\fR
+.RS 4
+.PP
+\fB\fBfreefoam-engineCompRatio\fR(1)\fR
+.RS 4
+Calculate the geometric compression ratio\&. Note that if you have valves and/or extra volumes it will not work, since it calculates the volume at BDC and TCD\&.
+.RE
+.PP
+\fB\fBfreefoam-execFlowFunctionObjects\fR(1)\fR
+.RS 4
+Execute the set of functionObjects specified in the selected dictionary (which defaults to system/controlDict) for the selected set of times\&.
+.RE
+.PP
+\fB\fBfreefoam-pdfPlot\fR(1)\fR
+.RS 4
+Generates an \&.obj file to plot a probability distribution function\&.
+.RE
+.PP
+\fB\fBfreefoam-postChannel\fR(1)\fR
+.RS 4
+Post\-processes data from channel flow calculations\&.
+.RE
+.PP
+\fB\fBfreefoam-ptot\fR(1)\fR
+.RS 4
+For each time: calculate the total pressure\&.
+.RE
+.PP
+\fB\fBfreefoam-wdot\fR(1)\fR
+.RS 4
+Calculates and writes wdot for each time\&.
+.RE
+.PP
+\fB\fBfreefoam-writeCellCentres\fR(1)\fR
+.RS 4
+Write the three components of the cell centres as volScalarFields so they can be used in postprocessing in thresholding\&.
+.RE
+.RE
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBData Sampling, Averaging and Integration\fR
+.RS 4
+.PP
+\fB\fBfreefoam-patchIntegrate\fR(1)\fR
+.RS 4
+Calculates the integral of the specified field over the specified patch\&.
+.RE
+.PP
+\fB\fBfreefoam-patchAverage\fR(1)\fR
+.RS 4
+Calculates the average of the specified field over the specified patch\&.
+.RE
+.PP
+\fB\fBfreefoam-sample\fR(1)\fR
+.RS 4
+Sample field data with a choice of interpolation schemes, sampling options and write formats\&.
+.RE
+.PP
+\fB\fBfreefoam-probeLocations\fR(1)\fR
+.RS 4
+Probe locations\&.
+.RE
+.PP
+\fB\fBfreefoam-pPrime2\fR(1)\fR
+.RS 4
+Calculates and writes the scalar field of pPrime2 (sqr(p \- pMean)) at each time\&.
+.RE
+.RE
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBStress Analysis\fR
+.RS 4
+.PP
+\fB\fBfreefoam-stressComponents\fR(1)\fR
+.RS 4
+Calculates and writes the scalar fields of the six components of the stress tensor sigma for each time\&.
+.RE
+.RE
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBTurbulence Quantities\fR
+.RS 4
+.PP
+\fB\fBfreefoam-createTurbulenceFields\fR(1)\fR
+.RS 4
+Creates a full set of turbulence fields\&.
+.RE
+.PP
+\fB\fBfreefoam-R\fR(1)\fR
+.RS 4
+Calculates and writes the Reynolds stress R for the current time step\&.
+.RE
+.RE
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBFlow Field Quantities\fR
+.RS 4
+.PP
+\fB\fBfreefoam-Co\fR(1)\fR
+.RS 4
+Calculates and writes the Co number as a surfaceScalarField obtained from field phi\&.
+.RE
+.PP
+\fB\fBfreefoam-Lambda2\fR(1)\fR
+.RS 4
+Calculates and writes the second largest eigenvalue of the sum of the square of the symmetrical and anti\-symmetrical parts of the velocity gradient tensor\&.
+.RE
+.PP
+\fB\fBfreefoam-Mach\fR(1)\fR
+.RS 4
+Calculates and optionally writes the local Mach number from the velocity field U at each time\&.
+.RE
+.PP
+\fB\fBfreefoam-Pe\fR(1)\fR
+.RS 4
+Calculates and writes the Pe number as a surfaceScalarField obtained from field phi\&.
+.RE
+.PP
+\fB\fBfreefoam-Q\fR(1)\fR
+.RS 4
+Calculates and writes the second invariant of the velocity gradient tensor\&.
+.RE
+.PP
+\fB\fBfreefoam-enstrophy\fR(1)\fR
+.RS 4
+Calculates and writes the enstrophy of the velocity field U\&.
+.RE
+.PP
+\fB\fBfreefoam-flowType\fR(1)\fR
+.RS 4
+Calculates and writes the flowType of velocity field U\&.
+.RE
+.PP
+\fB\fBfreefoam-streamFunction\fR(1)\fR
+.RS 4
+Calculates and writes the stream function of velocity field U at each time\&.
+.RE
+.PP
+\fB\fBfreefoam-uprime\fR(1)\fR
+.RS 4
+Calculates and writes the scalar field of uprime (sqrt(2/3 k))\&.
+.RE
+.PP
+\fB\fBfreefoam-vorticity\fR(1)\fR
+.RS 4
+Calculates and writes the vorticity of velocity field U\&.
+.RE
+.RE
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBWall Quantities\fR
+.RS 4
+.PP
+\fB\fBfreefoam-wallGradU\fR(1)\fR
+.RS 4
+Calculates and writes the gradient of U at the wall\&.
+.RE
+.PP
+\fB\fBfreefoam-wallHeatFlux\fR(1)\fR
+.RS 4
+Calculates and writes the heat flux for all patches as the boundary field of a volScalarField and also prints the integrated flux for all wall patches\&.
+.RE
+.PP
+\fB\fBfreefoam-wallShearStress\fR(1)\fR
+.RS 4
+Calculates and writes the wall shear stress, for the specified times\&.
+.RE
+.PP
+\fB\fBfreefoam-yPlusLES\fR(1)\fR
+.RS 4
+Calculates and reports yPlus for all wall patches, for the specified times\&.
+.RE
+.PP
+\fB\fBfreefoam-yPlusRAS\fR(1)\fR
+.RS 4
+Calculates and reports yPlus for all wall patches, for the specified times when using RAS turbulence models\&.
+.RE
+.RE
+.SS "Pre\-Processing"
+.PP
+\fB\fBfreefoam-applyBoundaryLayer\fR(1)\fR
+.RS 4
+Apply a simplified boundary\-layer model to the velocity and turbulence fields based on the 1/7th power\-law\&.
+.RE
+.PP
+\fB\fBfreefoam-applyWallFunctionBoundaryConditions\fR(1)\fR
+.RS 4
+Updates OpenFOAM RAS cases to use the new (v1\&.6) wall function framework\&.
+.RE
+.PP
+\fB\fBfreefoam-boxTurb\fR(1)\fR
+.RS 4
+Makes a box of turbulence which conforms to a given energy spectrum and is divergence free\&.
+.RE
+.PP
+\fB\fBfreefoam-changeDictionary\fR(1)\fR
+.RS 4
+Utility to change dictionary entries\&.
+.RE
+.PP
+\fB\fBfreefoam-dsmcInitialise\fR(1)\fR
+.RS 4
+Initialise a case for dsmcFoam by reading the initialisation dictionary system/dsmcInitialise\&.
+.RE
+.PP
+\fB\fBfreefoam-engineSwirl\fR(1)\fR
+.RS 4
+Generates a swirling flow for engine calulations\&.
+.RE
+.PP
+\fB\fBfreefoam-upgradeFvSolution\fR(1)\fR
+.RS 4
+Simple tool to upgrade the syntax of system/fvSolution::solvers\&.
+.RE
+.PP
+\fB\fBfreefoam-mapFields\fR(1)\fR
+.RS 4
+Maps volume fields from one mesh to another\&.
+.RE
+.PP
+\fB\fBfreefoam-mdInitialise\fR(1)\fR
+.RS 4
+Initialises fields for a molecular dynamics (MD) simulation\&.
+.RE
+.PP
+\fB\fBfreefoam-setFields\fR(1)\fR
+.RS 4
+Selects a cell set through a dictionary\&.
+.RE
+.SS "Surface File Manipulation"
+.PP
+\fB\fBfreefoam-surfaceAdd\fR(1)\fR
+.RS 4
+Add two surfaces\&. Does geometric merge on points\&. Does not check for overlapping/intersecting triangles\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceAutoPatch\fR(1)\fR
+.RS 4
+Patches surface according to feature angle\&. Like autoPatch\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceCheck\fR(1)\fR
+.RS 4
+Performs various checks on surface\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceClean\fR(1)\fR
+.RS 4
+Collapses small edges, removing triangles and converts sliver triangles into split edges by projecting point onto base of triangle\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceCoarsen\fR(1)\fR
+.RS 4
+Surface coarsening using
+\fIbunnylod\fR\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceConvert\fR(1)\fR
+.RS 4
+Converts from one surface mesh format to another\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceFeatureConvert\fR(1)\fR
+.RS 4
+Extracts and writes surface features to file\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceFeatureExtract\fR(1)\fR
+.RS 4
+Extracts and writes surface features to file\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceFind\fR(1)\fR
+.RS 4
+Finds nearest triangle and vertex\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceMeshConvert\fR(1)\fR
+.RS 4
+Convert between surface formats with optional scaling or transformations (rotate/translate) on a coordinateSystem\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceMeshConvertTesting\fR(1)\fR
+.RS 4
+Converts from one surface mesh format to another, but primarily used for testing functionality\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceMeshExport\fR(1)\fR
+.RS 4
+Export from surfMesh to various third\-party surface formats with optional scaling or transformations (rotate/translate) on a coordinateSystem\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceMeshImport\fR(1)\fR
+.RS 4
+Import from various third\-party surface formats into surfMesh with optional scaling or transformations (rotate/translate) on a coordinateSystem\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceMeshTriangulate\fR(1)\fR
+.RS 4
+Extracts triSurface from a polyMesh\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceOrient\fR(1)\fR
+.RS 4
+Set normal consistent with respect to a user provided
+\fIoutside\fR
+point\&.
+.RE
+.PP
+\fB\fBfreefoam-surfacePointMerge\fR(1)\fR
+.RS 4
+Merges points on surface if they are within absolute distance\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceRedistributePar\fR(1)\fR
+.RS 4
+(Re)distribution of triSurface\&. Either takes an undecomposed surface or an already decomposed surface and redistribute it so each processor has all triangles that overlap its mesh\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceRefineRedGreen\fR(1)\fR
+.RS 4
+Refine by splitting all three edges of triangle (\fIred\fR
+refinement)\&. Neighbouring triangles (which are not marked for refinement get split in half (\fIgreen\fR) refinement\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceSmooth\fR(1)\fR
+.RS 4
+Example of simple laplacian smoother\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceSplitByPatch\fR(1)\fR
+.RS 4
+Writes regions of triSurface to separate files\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceSplitNonManifolds\fR(1)\fR
+.RS 4
+Takes multiply connected surface and tries to split surface at multiply connected edges by duplicating points\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceSubset\fR(1)\fR
+.RS 4
+A surface analysis tool which sub\-sets the triSurface to choose only a part of interest\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceToPatch\fR(1)\fR
+.RS 4
+Reads surface and applies surface regioning to a mesh\&.
+.RE
+.PP
+\fB\fBfreefoam-surfaceTransformPoints\fR(1)\fR
+.RS 4
+Transform (scale/rotate) a surface\&.
+.RE
+.SS "Thermophysical Utilities"
+.PP
+\fB\fBfreefoam-adiabaticFlameT\fR(1)\fR
+.RS 4
+Calculates the adiabatic flame temperature for a given fuel over a range of unburnt temperatures and equivalence ratios\&.
+.RE
+.PP
+\fB\fBfreefoam-chemkinToFoam\fR(1)\fR
+.RS 4
+Converts CHEMKINIII thermodynamics and reaction data files into FOAM format\&.
+.RE
+.PP
+\fB\fBfreefoam-equilibriumCO\fR(1)\fR
+.RS 4
+Calculates the equilibrium level of carbon monoxide\&.
+.RE
+.PP
+\fB\fBfreefoam-equilibriumFlameT\fR(1)\fR
+.RS 4
+Calculates the equilibrium flame temperature\&.
+.RE
+.PP
+\fB\fBfreefoam-mixtureAdiabaticFlameT\fR(1)\fR
+.RS 4
+Calculates the adiabatic flame temperature for a given mixture at a given temperature\&.
+.RE
+.PP
+\fB\fBfreefoam-IFCLookUpTableGen\fR(1)\fR
+.RS 4
+Calculate the the infinitely\-fast chemistry relationships in function of ft\&. for a given fuel\&.
+.RE
+.SS "FreeFOAM Helper Scripts"
+.sp
+Below you find an overview of the small helper scripts provided by FreeFOAM\&.
+.PP
+\fB\fBfreefoam-clearPolyMesh\fR(1)\fR
+.RS 4
+Remove the contents of the constant/polyMesh directory\&.
+.RE
+.PP
+\fB\fBfreefoam-copySettings\fR(1)\fR
+.RS 4
+Copy settings from one case directory to another, without copying the mesh or results\&.
+.RE
+.PP
+\fB\fBfreefoam-graphExecTime\fR(1)\fR
+.RS 4
+Computes the time used per iteration\&.
+.RE
+.PP
+\fB\fBfreefoam-graphResKE\fR(1)\fR
+.RS 4
+Extract the residuals of k and epsilon at each time step\&.
+.RE
+.PP
+\fB\fBfreefoam-graphResUVWP\fR(1)\fR
+.RS 4
+Extract the residuals of
+\fIU\fR,
+\fIV\fR,
+\fIW\fR
+and
+\fIp\fR
+at each time step\&.
+.RE
+.PP
+\fB\fBfreefoam-job\fR(1)\fR
+.RS 4
+Runs a FreeFOAM job in the background\&.
+.RE
+.PP
+\fB\fBfreefoam-log\fR(1)\fR
+.RS 4
+Extracts xy files from Foam logs\&.
+.RE
+.PP
+\fB\fBfreefoam-para\fR(1)\fR
+.RS 4
+Start ParaView3 to visualize a case\&.
+.RE
+.PP
+\fB\fBfreefoam-solverSweeps\fR(1)\fR
+.RS 4
+Extract solver statistics from a log file\&.
+.RE
+.SH "CONFIGURATION MECHANISM"
+.sp
+FreeFOAM offers a number of global configuration options\&. These include
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+location of the API documentation and the method to display it
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+debug, info and optimisation switches
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+physical constants
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+plugin search paths
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+parallel communications method
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+starting of a parallel job
+.RE
+.SS "Global Configuration Files"
+.sp
+Unfortunately the OpenFOAM library (on which FreeFOAM builds) and some applications require the following files to be present for start\-up:
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+\fIcellModels\fR
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+\fIcontrolDict\fR
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+\fIthermoData/BurcatCpData\fR
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+
+\fIthermoData/therm\&.dat\fR
+.RE
+.sp
+It finds them in the following places (in the specified order, picking the first hit):
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 1.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  1." 4.2
+.\}
+Under the directory specified in the
+$FREEFOAM_CONFIG_DIR
+environment variable
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 2.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  2." 4.2
+.\}
+In
+\fI$HOME/\&.FreeFOAM/0\&.1\fR
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 3.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  3." 4.2
+.\}
+In
+\fI$HOME/\&.FreeFOAM\fR
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 4.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  4." 4.2
+.\}
+In the installation directory of the configuration files,
+\fI/usr/local/etc/FreeFOAM/0\&.1\&.0\fR
+.RE
+.sp
+where the versions in above directory names depend on the version of the FreeFOAM application to be run\&.
+.SS "Locating the API documentation"
+.sp
+All FreeFOAM applications accept the options \fI\-doc\fR and \fI\-srcDoc\fR\&. The former locates and displays the API documentation of the application, the latter the source code\&. This, however, requires that FreeFOAM is able to locate the API documentation and knows which program to use for display\&.
+.sp
+By default FreeFOAM uses the API documentation provided on http://freefoam\&.sf\&.net/doc/API because most users will not want to install the sizeable documentation package\&. The method FreeFOAM uses to locate the documentation files is via index files which are conventional FreeFOAM dictionaries\&. Each of them contains an entry \fIdocDir\fR specifying the documentation root location (such as http://freefoam\&.sf\&.net/doc/API) and a dictionary called \fIdocFiles\fR mapping the application name to the names of the corresponding HTML documentation and source page\&.
+.sp
+These documentation indices are found by querying the list \fIDocumentation::doxyDocIndices\fR in the global \fIcontrolDict\fR file\&. If multiple documentation indices are specified, the first index that provides documentation for the given application is picked\&.
+.SS "Displaying the API documentation"
+.sp
+FreeFOAM can automatically open a browser window displaying the HTML documentation for you\&. The entry \fIDocumentation::docBrowser\fR in the global \fIcontrolDict\fR can be used to change which program is used for this\&. In this string the token \fI%f\fR gets replaced by the filename to open\&.
+.SS "Debug, Info and Optimisation Switches"
+.sp
+The lists \fIDebugSwitches\fR, \fIInfoSwitches\fR and \fIOptimisationSwitches\fR in the global \fIcontrolDict\fR file determine some global run\-time behaviour of FreeFOAM\&. The entries in \fIDebugSwitches\fR can be set to \fI1\fR for more verbose output in the specified class\&.
+.sp
+The \fIInfoSwitches::writePrecision\fR setting determines the write precision in the output to the terminal (i\&.e\&. not the output written to files)\&. Whether a job\-info file should be created can be specified by enabling \fIInfoSwitches::writeJobeInfo\fR\&.
+.sp
+For files that are modifieable during run\-time (e\&.g\&. to change the interval at which the output is created), FreeFOAM compares the modification times of these files in order to determine whether they have to be re\-read\&. The setting \fIOptimisationSwitches::fileModificationSkew\fR determines the minimum modification\-time difference in seconds for a file to be considered changed\&.
+.sp
+The setting \fIOptimisationSwitches::commsType\fR determines whether inter\-process communications are either \fIblocking\fR, \fIscheduled\fR or \fInonBlocking\fR\&.
+.sp
+\fIOptimisationSwitches::floatTransfer\fR causes to convert \fIdouble\fR values to \fIfloat\fR before transferring them through the communications library\&. This saves some bandwidth at the loss of accuracy\&.
+.sp
+The sum operation across processors can be executed either in a linear or a tree fashion\&. Especially for a large number of processors, tree\-summation is significantly faster\&. The threshold at which to switch from linear to tree\-summation is determined by \fIOptimisationSwitches::nProcsSimpleSum\fR\&.
+.SS "Physical Constants"
+.PP
+\fIDimensionedConstants::R\fR
+.RS 4
+Universal gas constant
+.RE
+.PP
+\fIDimensionedConstants::Pstd\fR
+.RS 4
+Standard pressure
+.RE
+.PP
+\fIDimensionedConstants::Tstd\fR
+.RS 4
+Standard temperature
+.RE
+.PP
+\fIDimensionedConstants::sigmaSB\fR
+.RS 4
+Stefan\-Boltzmann constant
+.RE
+.SS "Plugin Search Path"
+.sp
+FreeFOAM very often relies on dynamically loading libraries (a\&.k\&.a plugins)\&. If the library name is given as an absolute path, FreeFOAM tries to load it directly\&. To locate libraries specified just by their name or with a relative path, FreeFOAM first tries to find the library in one of the directories specified in the list \fILibrarySearchPaths\fR in the global \fIcontrolDict\fR and, if the library was not found, falls back to the mechanism provided by your operating system (i\&.e\&. for Linux systems this would be the LD_LIBRARY_PATH and the default search path)\&.
+.SS "Selecting the Parallel Communications Library"
+.sp
+Both, FreeFOAM and OpenFOAM abstract the parallel operations into the \fIPstream\fR library, making it rather simple to firstly switch between parallel implementations and secondly port the software to a new communications library\&. However, FreeFOAM uses a much more flexible mechanism of determining which \fIPstream\fR implementation library to use than OpenFOAM\&. The latter does this by adjusting the LD_LIBRARY_PATH environment variable\&. As FreeFOAM wants to be a well behaved Linux citizen, this is not an option\&. Instead, FreeFOAM dynamically loads the desired \fIPstream\fR library at startup (i\&.e\&. as a plug\-in)\&. The following list details how FreeFOAM determines what library to load (if at all):
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 1.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  1." 4.2
+.\}
+If the environment variable
+FREEFOAM_PSTREAM_LIBRARY
+is set, FreeFOAM will try to load the library specified by it\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 2.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  2." 4.2
+.\}
+If the sub\-dictionary
+PstreamImplementation
+exists in the global
+\fIcontrolDict\fR
+file (see above), it reads the value of the entry
+PstreamImplementation::configName
+therein\&. This entry can be overridden by setting the
+FREEFOAM_PSTREAM_CONFIG
+environment variable\&. It then expects that a sub\-dictionary of
+PstreamImplementation
+with the name specified in
+FREEFOAM_PSTREAM_CONFIG
+or
+PstreamImplementation::configName
+exists\&. If that sub\-dictionary contains the entry
+PstreamImplementation::library, it will try to load a library specified by the value of that entry\&.
+.RE
+.sp
+Please note that this library is also considered to be a plugin, and thus is located in the same way as described above\&.
+.sp
+After FreeFOAM (possibly) loaded the library, it will try to instantiate concrete implementations of the abstract base classes PstreamImpl, IPstreamImpl and OPstreamImpl\&. Which classes are to be instantiated is determined as follows:
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 1.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  1." 4.2
+.\}
+FreeFOAM queries the environment variables
+FREEFOAM_PSTREAM_CLASS,
+FREEFOAM_IPSTREAM_CLASS
+and
+FREEFOAM_OPSTREAM_CLASS
+for the class names to be instantiated\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04' 2.\h'+01'\c
+.\}
+.el \{\
+.sp -1
+.IP "  2." 4.2
+.\}
+For any of the variables not set, it requires the sub\-dictionary
+PstreamImplementation
+to be present in the global
+\fIcontrolDict\fR, reads the value of
+FREEFOAM_PSTREAM_CONFIG
+or the entry
+PstreamImplementation::configName
+and similarly to the library loading, loads the sub\-dictionary specified by that value\&. It then expects to find the entries
+PstreamImplementation::Pstream,
+PstreamImplementation::IPstream
+and
+PstreamImplementation::OPstream
+which specify the names of the classes to load\&.
+.RE
+.sp
+This means that one can create a global \fIcontrolDict\fR file containing (among other things) something like the following:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+PstreamImplementation
+{
+    //configName dummy;
+    configName mpi;
+
+    dummy
+    {
+        library libdummyPstream\&.so;
+        Pstream dummyPstreamImpl;
+        OPstream dummyOPstreamImpl;
+        IPstream dummyIPstreamImpl;
+    }
+
+    mpi
+    {
+        library libmpiPstream\&.so;
+        Pstream mpiPstreamImpl;
+        OPstream mpiOPstreamImpl;
+        IPstream mpiIPstreamImpl;
+    }
+}
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+This way the administrator can provide a global \fIcontrolDict\fR in the FreeFOAM installation\&. Every user can then override that \fIcontrolDict\fR by supplying her own file in her home directory as detailed above\&. In order to select a particular \fIPstream\fR implementation for a specific communications library, the user can then either adjust the PstreamImplementation::configName entry in the global \fIcontrolDict\fR file, set the FREEFOAM_PSTREAM_CONFIG variable or, for full control, set the variables FREEFOAM_PSTREAM_LIBRARY, FREEFOAM_PSTREAM_CLASS, FREEFOAM_IPSTREAM_CLASS and FREEFOAM_OPSTREAM_CLASS\&.
+.SS "Starting of a Parallel Job"
+.sp
+Some of the tutorial scripts need to run FreeFOAM applications in parallel\&. However, how to do so differs strongly from system to system and between parallel communication libraries\&. This is why the command line to start an application in parallel is configureable in the parRunTemplate setting\&. \fI${NPROCS}\fR, \fI${PAROPTS}\fR, \fI${APPLICATION}\fR and \fI${ARGS}\fR are placeholders for the number of processors to use, options for the parallel communications system, the application to run and its arguments, respectively\&. Note that the \fI\-parallel\fR option is \fBNOT\fR included in \fI${ARGS}\fR\&.
+.SH "ENVIRONMENT VARIABLES"
+.PP
+FREEFOAM_CONFIG_DIR
+.RS 4
+Directory containing the global configuration files
+.RE
+.PP
+FREEFOAM_PATH
+.RS 4
+Additional, colon separated paths in which to first search for FreeFOAM executables
+.RE
+.PP
+FREEFOAM_PSTREAM_CONFIG
+.RS 4
+Name of the
+\fIPstream\fR
+configuration in the global
+\fIcontrolDict\fR
+file to use
+.RE
+.PP
+FREEFOAM_PSTREAM_LIBRARY
+.RS 4
+The
+\fIPstream\fR
+library to load
+.RE
+.PP
+FREEFOAM_PSTREAM_CLASS
+.RS 4
+Name of the concrete
+\fIPstreamImpl\fR
+class to instantiate
+.RE
+.PP
+FREEFOAM_IPSTREAM_CLASS
+.RS 4
+Name of the concrete
+\fIIPstreamImpl\fR
+class to instantiate
+.RE
+.PP
+FREEFOAM_OPSTREAM_CLASS
+.RS 4
+Name of the concrete
+\fIOPstreamImpl\fR
+class to instantiate
+.RE
+.SH "SEE ALSO"
+.sp
+The user guide is available from http://freefoam\&.sourceforge\&.net/doc/UserGuide and the Doxygen\-generated API documentation can be accessed at http://freefoam\&.sourceforge\&.net/doc/API\&.
+.SH "AUTHOR"
+.sp
+Michael Wild <themiwi at users\&.sourceforge\&.net>
+.SH "FREEFOAM"
+.sp
+Part of the \fBfreefoam\fR(1) suite
+.SH "COPYRIGHT"
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 1991\-2010 OpenCFD Ltd\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Copyright \(co 2008\-2012 Michael Wild\&.
+.RE
diff --git a/debian/rules b/debian/rules
index 00b937f..4c5e748 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
-#export LD_LIBRARY_PATH="/usr/lib/FreeFOAM-1.5.0"
+
+# Injecting CPPFLAGS:
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+CXXFLAGS+=$(CPPFLAGS) -fpermissive
 
 include /usr/share/cdbs/1/class/cmake.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -39,7 +43,7 @@ FF_DOC=							\
 	-DFOAM_ENABLE_XHTML_HELP=OFF			\
 	-DFOAM_ENABLE_MATHJAX=OFF			\
 	-DFOAM_ENABLE_DOXYGEN_DOCS=ON			\
-	-DFOAM_ENABLE_MANPAGE_HELP=ON			\
+	-DFOAM_ENABLE_MANPAGE_HELP=OFF			\
 	-DFOAM_DOCS_FOR_SF=OFF				\
 
 FF_INSTALL=								\
@@ -56,15 +60,14 @@ FF_INSTALL=								\
 	-DFOAM_INSTALL_TUTORIALS_PATH=/usr/share/doc/$(FF_SUBDIR)	\
 	-DFOAM_INSTALL_USERDFOAM_PATH=/usr/lib/$(FF_SUBDIR)/plugins/ensightReader
 
-
 DEB_CMAKE_EXTRA_FLAGS= 					\
 	-DFOAM_EXE_PREFIX=freefoam-			\
-	-DFOAM_ENABLE_METIS=ON				\
+	-DFOAM_ENABLE_METIS=OFF				\
 	-DFOAM_ENABLE_MGRIDGEN=OFF			\
 	-DFOAM_USE_MPI=ON				\
 	-DFOAM_DEFAULT_PSTREAM=mpi			\
 	-DFOAM_DOUBLE_PRECISION=ON			\
-	-DFOAM_ENABLE_PARMETIS=ON			\
+	-DFOAM_ENABLE_PARMETIS=OFF			\
 	-DCMAKE_SKIP_RPATH=OFF				\
 	-DFOAM_ENABLE_CCMIO=OFF				\
 	-DFOAM_ENABLE_FULL_TUTORIAL_TEST=OFF		\
@@ -73,6 +76,7 @@ DEB_CMAKE_EXTRA_FLAGS= 					\
 	$(FF_INSTALL)
 
 
+
 DEB_DH_MAKESHLIBDEPS_ARGS_libfreefoam=-X/usr/lib/$(FF_SUBDIR)
 
 

-- 
Freefoam packaging. Programs and libraries for Computational Fluid Dynamics (CFD)



More information about the debian-science-commits mailing list