From a5ab4126d806b97c4362fdd9b2f49688e3f5e451 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Tue, 17 Feb 2009 12:09:27 +0000
Subject: [PATCH] renamed to be consistent with new solver naming convention

---
 .../solvers/heatTransfer/buoyantBoussinesqFoam/Make/files     | 3 ---
 .../solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/files | 3 +++
 .../Make/options                                              | 0
 .../TEqn.H                                                    | 0
 .../UEqn.H                                                    | 0
 .../buoyantBoussinesqPisoFoam.C}                              | 4 ++--
 .../createFields.H                                            | 0
 .../pdEqn.H                                                   | 0
 .../readTransportProperties.H                                 | 0
 .../writeAdditionalFields.H                                   | 0
 10 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 applications/solvers/heatTransfer/buoyantBoussinesqFoam/Make/files
 create mode 100644 applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/files
 rename applications/solvers/heatTransfer/{buoyantBoussinesqFoam => buoyantBoussinesqPisoFoam}/Make/options (100%)
 rename applications/solvers/heatTransfer/{buoyantBoussinesqFoam => buoyantBoussinesqPisoFoam}/TEqn.H (100%)
 rename applications/solvers/heatTransfer/{buoyantBoussinesqFoam => buoyantBoussinesqPisoFoam}/UEqn.H (100%)
 rename applications/solvers/heatTransfer/{buoyantBoussinesqFoam/buoyantBoussinesqFoam.C => buoyantBoussinesqPisoFoam/buoyantBoussinesqPisoFoam.C} (96%)
 rename applications/solvers/heatTransfer/{buoyantBoussinesqFoam => buoyantBoussinesqPisoFoam}/createFields.H (100%)
 rename applications/solvers/heatTransfer/{buoyantBoussinesqFoam => buoyantBoussinesqPisoFoam}/pdEqn.H (100%)
 rename applications/solvers/heatTransfer/{buoyantBoussinesqFoam => buoyantBoussinesqPisoFoam}/readTransportProperties.H (100%)
 rename applications/solvers/heatTransfer/{buoyantBoussinesqFoam => buoyantBoussinesqPisoFoam}/writeAdditionalFields.H (100%)

diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/Make/files b/applications/solvers/heatTransfer/buoyantBoussinesqFoam/Make/files
deleted file mode 100644
index d6a7819c0e0..00000000000
--- a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/Make/files
+++ /dev/null
@@ -1,3 +0,0 @@
-buoyantBoussinesqFoam.C
-
-EXE = $(FOAM_APPBIN)/buoyantBoussinesqFoam
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/files b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/files
new file mode 100644
index 00000000000..d7b85221d8c
--- /dev/null
+++ b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/files
@@ -0,0 +1,3 @@
+buoyantBoussinesqPisoFoam.C
+
+EXE = $(FOAM_APPBIN)/buoyantBoussinesqPisoFoam
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/Make/options b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/options
similarity index 100%
rename from applications/solvers/heatTransfer/buoyantBoussinesqFoam/Make/options
rename to applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/Make/options
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/TEqn.H b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/TEqn.H
similarity index 100%
rename from applications/solvers/heatTransfer/buoyantBoussinesqFoam/TEqn.H
rename to applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/TEqn.H
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/UEqn.H b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/UEqn.H
similarity index 100%
rename from applications/solvers/heatTransfer/buoyantBoussinesqFoam/UEqn.H
rename to applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/UEqn.H
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/buoyantBoussinesqFoam.C b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/buoyantBoussinesqPisoFoam.C
similarity index 96%
rename from applications/solvers/heatTransfer/buoyantBoussinesqFoam/buoyantBoussinesqFoam.C
rename to applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/buoyantBoussinesqPisoFoam.C
index 72aab39ac04..6a4381efbfb 100644
--- a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/buoyantBoussinesqFoam.C
+++ b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/buoyantBoussinesqPisoFoam.C
@@ -23,10 +23,10 @@ License
     Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
 Application
-    buoyantBoussinesqSimpleFoam
+    buoyantBoussinesqPisoFoam
 
 Description
-    Steady-state solver for buoyant, turbulent flow of incompressible fluids
+    Transient solver for buoyant, turbulent flow of incompressible fluids
 
     Uses the Boussinesq approximation:
     \f[
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/createFields.H b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/createFields.H
similarity index 100%
rename from applications/solvers/heatTransfer/buoyantBoussinesqFoam/createFields.H
rename to applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/createFields.H
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/pdEqn.H b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/pdEqn.H
similarity index 100%
rename from applications/solvers/heatTransfer/buoyantBoussinesqFoam/pdEqn.H
rename to applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/pdEqn.H
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/readTransportProperties.H b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/readTransportProperties.H
similarity index 100%
rename from applications/solvers/heatTransfer/buoyantBoussinesqFoam/readTransportProperties.H
rename to applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/readTransportProperties.H
diff --git a/applications/solvers/heatTransfer/buoyantBoussinesqFoam/writeAdditionalFields.H b/applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/writeAdditionalFields.H
similarity index 100%
rename from applications/solvers/heatTransfer/buoyantBoussinesqFoam/writeAdditionalFields.H
rename to applications/solvers/heatTransfer/buoyantBoussinesqPisoFoam/writeAdditionalFields.H
-- 
GitLab