tutorials/heatTransfer: update incompressible tutorials for kappa->alpha

This commit is contained in:
Henry
2013-04-05 17:33:30 +01:00
parent 037e9734d6
commit 0d1dde0dea
6 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object kappat;
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -23,19 +23,19 @@ boundaryField
{
floor
{
type kappatJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
Prt 0.85;
value uniform 0;
}
ceiling
{
type kappatJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
Prt 0.85;
value uniform 0;
}
fixedWalls
{
type kappatJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
Prt 0.85;
value uniform 0;
}

View File

@ -42,7 +42,7 @@ laplacianSchemes
default none;
laplacian(nuEff,U) Gauss linear uncorrected;
laplacian(Dp,p_rgh) Gauss linear uncorrected;
laplacian(kappaEff,T) Gauss linear uncorrected;
laplacian(alphaEff,T) Gauss linear uncorrected;
laplacian(DkEff,k) Gauss linear uncorrected;
laplacian(DepsilonEff,epsilon) Gauss linear uncorrected;
laplacian(DREff,R) Gauss linear uncorrected;

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object kappat;
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -23,19 +23,19 @@ boundaryField
{
floor
{
type kappatJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
Prt 0.85;
value uniform 0;
}
ceiling
{
type kappatJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
Prt 0.85;
value uniform 0;
}
fixedWalls
{
type kappatJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
Prt 0.85;
value uniform 0;
}

View File

@ -40,7 +40,7 @@ laplacianSchemes
default none;
laplacian(nuEff,U) Gauss linear corrected;
laplacian(Dp,p_rgh) Gauss linear corrected;
laplacian(kappaEff,T) Gauss linear corrected;
laplacian(alphaEff,T) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(DREff,R) Gauss linear corrected;

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class volScalarField;
location "0";
object kappat;
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -26,7 +26,7 @@ boundaryField
wall
{
type kappatJayatillekeWallFunction;
type alphatJayatillekeWallFunction;
Prt 0.85;
value uniform 0;
}

View File

@ -42,7 +42,7 @@ laplacianSchemes
default none;
laplacian(nuEff,U) Gauss linear limited corrected 0.333;
laplacian(Dp,p_rgh) Gauss linear limited corrected 0.333;
laplacian(kappaEff,T) Gauss linear limited corrected 0.333;
laplacian(alphaEff,T) Gauss linear limited corrected 0.333;
laplacian(DkEff,k) Gauss linear limited corrected 0.333;
laplacian(DepsilonEff,epsilon) Gauss linear limited corrected 0.333;
laplacian(DREff,R) Gauss linear limited corrected 0.333;