diff --git a/tutorials/Xoodles/pitzDaily/0/k b/tutorials/Xoodles/pitzDaily/0/k index ed08dad47a2f0fcf766e5d4b9bd4c672ce6f05fc..4544024e3b781d0d010faf74bf526338e0e80886 100644 --- a/tutorials/Xoodles/pitzDaily/0/k +++ b/tutorials/Xoodles/pitzDaily/0/k @@ -20,32 +20,32 @@ internalField uniform 2e-05; boundaryField { - inlet + inlet { type fixedValue; value uniform 2e-05; } - outlet + outlet { type inletOutlet; inletValue uniform 2e-05; value uniform 2e-05; } - upperWall + upperWall { type fixedValue; value uniform 1e-8; } - lowerWall + lowerWall { type fixedValue; value uniform 1e-8; } - frontAndBack + frontAndBack { type empty; } diff --git a/tutorials/Xoodles/pitzDaily3D/0/k b/tutorials/Xoodles/pitzDaily3D/0/k index 73882e07213ceac286c6215df0b5238d11cc5c72..69de845314d5f6fa98618f68faa6924f25a6f557 100644 --- a/tutorials/Xoodles/pitzDaily3D/0/k +++ b/tutorials/Xoodles/pitzDaily3D/0/k @@ -16,36 +16,36 @@ FoamFile dimensions [0 2 -2 0 0 0 0]; -internalField uniform 0; +internalField uniform 2e-05; boundaryField { - inlet + inlet { type fixedValue; value uniform 2e-05; } - outlet + outlet { type inletOutlet; inletValue uniform 2e-05; value uniform 2e-05; } - upperWall + upperWall { type fixedValue; - value uniform 0; + value uniform 1e-8; } - lowerWall + lowerWall { type fixedValue; - value uniform 0; + value uniform 1e-8; } - frontAndBack + frontAndBack { type cyclic; }