diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon index 13cfc84a0e..e0c4dcffbc 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/epsilon @@ -23,31 +23,31 @@ boundaryField { front { - type epsilonWallFunction; - value uniform 0; + type compressible::epsilonWallFunction; + value uniform 200; } back { - type epsilonWallFunction; - value uniform 0; + type compressible::epsilonWallFunction; + value uniform 200; } wall { - type epsilonWallFunction; - value uniform 0; + type compressible::epsilonWallFunction; + value uniform 200; } porosityWall { - type epsilonWallFunction; - value uniform 0; + type compressible::epsilonWallFunction; + value uniform 200; } inlet { - type turbulentMixingLengthDissipationRateInlet; + type compressible::turbulentMixingLengthDissipationRateInlet; mixingLength 0.005; value uniform 200; } diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k index 16c1e28fb8..1243952ec2 100644 --- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/k @@ -23,26 +23,26 @@ boundaryField { front { - type kQRWallFunction; - value uniform 0; + type compressible::kQRWallFunction; + value uniform 1; } back { - type kQRWallFunction; - value uniform 0; + type compressible::kQRWallFunction; + value uniform 1; } wall { - type kQRWallFunction; - value uniform 0; + type compressible::kQRWallFunction; + value uniform 1; } porosityWall { - type kQRWallFunction; - value uniform 0; + type compressible::kQRWallFunction; + value uniform 1; } inlet