From 698a6d59e066ae6028458c809abaa7ed95454c78 Mon Sep 17 00:00:00 2001
From: sergio <sergio>
Date: Fri, 8 Jun 2018 12:22:15 -0700
Subject: [PATCH] STY: Tide of chockedNozzle tutorial

---
 .../RAS/chockedNozzle/constant/combustionProperties        | 2 +-
 .../reactingFoam/RAS/chockedNozzle/constant/reactionsGRI   | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/tutorials/combustion/reactingFoam/RAS/chockedNozzle/constant/combustionProperties b/tutorials/combustion/reactingFoam/RAS/chockedNozzle/constant/combustionProperties
index 15aa2a8895a..1772e4246b7 100644
--- a/tutorials/combustion/reactingFoam/RAS/chockedNozzle/constant/combustionProperties
+++ b/tutorials/combustion/reactingFoam/RAS/chockedNozzle/constant/combustionProperties
@@ -15,7 +15,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-combustionModel  EDC<psiChemistryCombustion>;
+combustionModel  EDC;
 
 active  false;
 
diff --git a/tutorials/combustion/reactingFoam/RAS/chockedNozzle/constant/reactionsGRI b/tutorials/combustion/reactingFoam/RAS/chockedNozzle/constant/reactionsGRI
index 6c75e474372..73a100a177b 100644
--- a/tutorials/combustion/reactingFoam/RAS/chockedNozzle/constant/reactionsGRI
+++ b/tutorials/combustion/reactingFoam/RAS/chockedNozzle/constant/reactionsGRI
@@ -1,10 +1,13 @@
 species
 (
-O2
-N2
+    O2
+    N2
 )
 ;
 
 reactions
 {}
 
+
+elements
+();
-- 
GitLab