From 785adf0495dffd98bb068b62d97fec72044774b5 Mon Sep 17 00:00:00 2001
From: sergio <sergio>
Date: Tue, 24 Jul 2012 17:08:39 +0100
Subject: [PATCH] BUG: Changing rho name in fvSolution for the solid region

---
 .../les/oppositeBurningPanels/system/panelRegion/fvSolution     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/panelRegion/fvSolution b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/panelRegion/fvSolution
index 688f40489e0..e1d5b8db0b7 100644
--- a/tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/panelRegion/fvSolution
+++ b/tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/panelRegion/fvSolution
@@ -32,7 +32,7 @@ solvers
         relTol          0;
     }
 
-    "rho|rhot"
+    rhoThermo
     {
         solver          PCG;
         preconditioner  DIC;
-- 
GitLab