ENH: Modification of solid thermo, thermo baffles, pyrolysis and

tutorial, solvers solve for h in the solid
This commit is contained in:
sergio
2012-07-03 10:54:27 +01:00
parent e36f6bf7ef
commit dccad82084
178 changed files with 155022 additions and 5789 deletions

View File

@ -32,7 +32,7 @@ divSchemes
laplacianSchemes
{
default none;
laplacian(kappa,T) Gauss linear limited 0.333;
laplacian(alpha,h) Gauss linear limited 0.333;
}
interpolationSchemes

View File

@ -16,7 +16,7 @@ FoamFile
solvers
{
T
h
{
solver PCG;
preconditioner DIC;
@ -24,9 +24,9 @@ solvers
relTol 0.1;
}
TFinal
hFinal
{
$T;
$h;
tolerance 1e-06;
relTol 0;
}

View File

@ -32,7 +32,7 @@ divSchemes
laplacianSchemes
{
default none;
laplacian(kappa,T) Gauss linear limited 0.333;
laplacian(alpha,h) Gauss linear limited 0.333;
}
interpolationSchemes

View File

@ -16,7 +16,7 @@ FoamFile
solvers
{
T
h
{
solver PCG;
preconditioner DIC;
@ -24,9 +24,9 @@ solvers
relTol 0.1;
}
TFinal
hFinal
{
$T;
$h;
tolerance 1e-06;
relTol 0;
}

View File

@ -32,7 +32,7 @@ divSchemes
laplacianSchemes
{
default none;
laplacian(kappa,T) Gauss linear limited 0.333;
laplacian(alpha,h) Gauss linear limited 0.333;
}
interpolationSchemes

View File

@ -16,7 +16,7 @@ FoamFile
solvers
{
T
h
{
solver PCG;
preconditioner DIC;
@ -24,9 +24,9 @@ solvers
relTol 0.1;
}
TFinal
hFinal
{
$T;
$h;
tolerance 1e-06;
relTol 0;
}