diff --git a/Case/constant/transportProperties b/Case/constant/transportProperties
index 400e184b075af09726cf44ef6635b1c3ac8e6280..b54a15304d2f8cfab0d8ed5a5671ad723ed166f8 100644
--- a/Case/constant/transportProperties
+++ b/Case/constant/transportProperties
@@ -15,7 +15,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 //		[kg m s K mol A cd]
-nu 		[0 2 -1 0 0 0 0] 1.5e-05;
+nu 		[0 2 -1 0 0 0 0] 1e-05;
 
 
 // ************************************************************************* //
diff --git a/Case/system/fvSchemes b/Case/system/fvSchemes
index 49412dcf63c401607b2a752bf7fc6618f93f5a59..0b9ebb397c55df7d3c15476e4b6b21221e97ff1f 100644
--- a/Case/system/fvSchemes
+++ b/Case/system/fvSchemes
@@ -38,8 +38,8 @@ divSchemes
 laplacianSchemes
 {
     default         Gauss linear corrected;
-    laplacian(Dmono,c_mono) Gauss linear uncorrected;
-    laplacian(Dpoly,c_poly) Gauss linear uncorrected;
+    laplacian(D_mono,c_mono) Gauss linear uncorrected;
+    laplacian(D_poly,c_poly) Gauss linear uncorrected;
 }
 
 interpolationSchemes
diff --git a/Folien/WorkshopOF - Folien zu Aufgabe 1.pptx b/Folien/WorkshopOF - Folien zu Aufgabe 1.pptx
index 300cc2aee771333fb03494390bb92e555200ae44..4077f1ecde8c988218afbbf6c95e8d5b2a2c43d5 100644
Binary files a/Folien/WorkshopOF - Folien zu Aufgabe 1.pptx and b/Folien/WorkshopOF - Folien zu Aufgabe 1.pptx differ
diff --git a/Folien/WorkshopOF - Folien zu Aufgabe 3.pptx b/Folien/WorkshopOF - Folien zu Aufgabe 3.pptx
index 0b6113b353db6abb5a4b2dfd2afca12beeab58a2..47b8bfade7e1d087b3579814157b33cf4ccf7801 100644
Binary files a/Folien/WorkshopOF - Folien zu Aufgabe 3.pptx and b/Folien/WorkshopOF - Folien zu Aufgabe 3.pptx differ
diff --git a/Loesung_Aufgabe_2/Case/constant/transportProperties b/Loesung_Aufgabe_2/Case/constant/transportProperties
index faa34482546e817e2d154028c56189ea89187f04..06a46f81f4cd16c31071fce1536196a6488a1ce7 100644
--- a/Loesung_Aufgabe_2/Case/constant/transportProperties
+++ b/Loesung_Aufgabe_2/Case/constant/transportProperties
@@ -15,7 +15,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-nu 		[0 2 -1 0 0 0 0] 1.5e-05;
+nu 		[0 2 -1 0 0 0 0] 1e-05;
 DT 		[0 2 -1 0 0 0 0] 0.01;
 
 // ************************************************************************* //
diff --git a/Loesung_Aufgabe_3/Cases/HigherDT/constant/transportProperties b/Loesung_Aufgabe_3/Cases/HigherDT/constant/transportProperties
index 7ea32314646c45495d8a260617923e08bb42c8d6..cc6e11ad396d20d8d1b5a2a1137086103c0710c9 100644
--- a/Loesung_Aufgabe_3/Cases/HigherDT/constant/transportProperties
+++ b/Loesung_Aufgabe_3/Cases/HigherDT/constant/transportProperties
@@ -15,7 +15,7 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
-DT 		[0 2 -1 0 0 0 0] 0.1;
+DT 	[0 2 -1 0 0 0 0] 0.1;
 
 Dmono 	[0 2 -1 0 0 0 0] 0.01;
 
diff --git a/SolverDateien/YEqn.H b/SolverDateien/YEqn.H
index 78fd1e7a792df3786d68a5f9d46b1abef5b6665d..fac5cef3e25d0a6f4731070f5c090a1f6eed204b 100644
--- a/SolverDateien/YEqn.H
+++ b/SolverDateien/YEqn.H
@@ -5,6 +5,10 @@
             YEqn_mono.relax();
             YEqn_mono.solve();
 		Info<< "c_mono was calulated\n" << endl;
+
+
+
+
             fvScalarMatrix YEqn_poly
             (
                //hier soll die Transportgleichung für c_poly implementiert werden (Vorlage: TEqn.H)