ENH: Updated tutorial fvSolution files to employ updated solution ctrl params

This commit is contained in:
andy
2011-09-09 14:36:28 +01:00
parent 881c362d59
commit f4f078b979
88 changed files with 809 additions and 264 deletions

View File

@ -59,15 +59,21 @@ SIMPLE
relaxationFactors
{
rho 1;
p_rgh 0.7;
U 0.3;
h 0.7;
nuTilda 0.7;
k 0.7;
epsilon 0.7;
omega 0.7;
"ILambda.*" 0.7;
fields
{
rho 1;
p_rgh 0.7;
}
equations
{
U 0.3;
h 0.7;
nuTilda 0.7;
k 0.7;
epsilon 0.7;
omega 0.7;
"ILambda.*" 0.7;
}
}
// ************************************************************************* //

View File

@ -32,7 +32,13 @@ SIMPLE
relaxationFactors
{
T 0.7;
fields
{
}
equations
{
T 0.7;
}
}
// ************************************************************************* //

View File

@ -32,7 +32,13 @@ SIMPLE
relaxationFactors
{
T 0.7;
fields
{
}
equations
{
T 0.7;
}
}
// ************************************************************************* //

View File

@ -32,7 +32,13 @@ SIMPLE
relaxationFactors
{
T 0.7;
fields
{
}
equations
{
T 0.7;
}
}
// ************************************************************************* //

View File

@ -61,15 +61,21 @@ SIMPLE
relaxationFactors
{
rho 1;
p_rgh 0.7;
U 0.3;
h 0.7;
nuTilda 0.7;
k 0.7;
epsilon 0.7;
omega 0.7;
"ILambda.*" 0.7;
fields
{
rho 1;
p_rgh 0.7;
}
equations
{
U 0.3;
h 0.7;
nuTilda 0.7;
k 0.7;
epsilon 0.7;
omega 0.7;
"ILambda.*" 0.7;
}
}
// ************************************************************************* //