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

@ -58,7 +58,13 @@ PIMPLE
relaxationFactors
{
"(Xi|Su)" 1;
fields
{
}
equations
{
"(Xi|Su)" 1;
}
}

View File

@ -58,7 +58,13 @@ PIMPLE
relaxationFactors
{
"(Xi|Su)" 1;
fields
{
}
equations
{
"(Xi|Su)" 1;
}
}

View File

@ -111,8 +111,14 @@ PIMPLE
relaxationFactors
{
"(U|k).*" 1;
"(C3H8|O2|H2O|CO2|hs).*" 1;
fields
{
}
equations
{
"(U|k).*" 1;
"(C3H8|O2|H2O|CO2|hs).*" 1;
}
}
// ************************************************************************* //

View File

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

View File

@ -102,8 +102,14 @@ PIMPLE
relaxationFactors
{
"(U|k).*" 1;
"(C3H8|O2|H2O|CO2|hs).*" 0.9;
fields
{
}
equations
{
"(U|k).*" 1;
"(C3H8|O2|H2O|CO2|hs).*" 0.9;
}
}
// ************************************************************************* //

View File

@ -93,8 +93,14 @@ PIMPLE
relaxationFactors
{
"(U|k).*" 1;
"(C3H8|O2|H2O|CO2|hs).*" 0.9;
fields
{
}
equations
{
"(U|k).*" 1;
"(C3H8|O2|H2O|CO2|hs).*" 0.9;
}
}
// ************************************************************************* //