Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a81bfbfa
Commit
a81bfbfa
authored
May 12, 2011
by
andy
Browse files
ENH: Tutorial updates
parent
2b4679d6
Changes
43
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/XiFoam/les/pitzDaily/system/fvSolution
View file @
a81bfbfa
...
...
@@ -58,7 +58,7 @@ PIMPLE
relaxationFactors
{
"(Xi|Su)" 1;
"(Xi|Su)"
1;
}
...
...
tutorials/combustion/XiFoam/les/pitzDaily3D/system/fvSolution
View file @
a81bfbfa
...
...
@@ -58,7 +58,7 @@ PIMPLE
relaxationFactors
{
"(Xi|Su)" 1;
"(Xi|Su)"
1;
}
...
...
tutorials/compressible/rhoPimpleFoam/ras/angledDuct/system/fvSolution
View file @
a81bfbfa
...
...
@@ -72,8 +72,8 @@ relaxationFactors
{
"p.*" 0.3;
"rho.*" 1;
"(U|h|k|epsilon|omega)"
0.7;
"(U|h|k|epsilon|omega)Final"
1;
"(U|h|k|epsilon|omega)" 0.7;
"(U|h|k|epsilon|omega)Final" 1;
}
...
...
tutorials/compressible/rhoPorousMRFSimpleFoam/angledDuctExplicit/system/fvSolution
View file @
a81bfbfa
...
...
@@ -62,9 +62,9 @@ SIMPLE
residualControl
{
p 1e-2;
U 1e-4;
T 1e-3;
p
1e-2;
U
1e-4;
T
1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
...
...
tutorials/compressible/rhoPorousMRFSimpleFoam/angledDuctImplicit/system/fvSolution
View file @
a81bfbfa
...
...
@@ -56,9 +56,9 @@ SIMPLE
residualControl
{
p 1e-3;
U 1e-4;
T 1e-3;
p
1e-3;
U
1e-4;
T
1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
...
...
tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution
View file @
a81bfbfa
...
...
@@ -172,29 +172,29 @@ solvers
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [1 -3 0 0 0] 0.1;
rhoMax rhoMax [1 -3 0 0 0] 1.0;
transonic yes;
rhoMin
rhoMin [1 -3 0 0 0] 0.1;
rhoMax
rhoMax [1 -3 0 0 0] 1.0;
transonic
yes;
}
relaxationFactors
{
p 1;
rho 1; //0.1;
U 0.9;
h 0.95;
k 0.9;
epsilon 0.9;
p
1;
rho
1; //0.1;
U
0.9;
h
0.95;
k
0.9;
epsilon
0.9;
}
relaxationFactors0
{
p 0.3;
rho 0.1;
U 0.7;
h 0.7;
k 0.7;
epsilon 0.7;
p
0.3;
rho
0.1;
U
0.7;
h
0.7;
k
0.7;
epsilon
0.7;
}
// ************************************************************************* //
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/system/fvSolution
View file @
a81bfbfa
...
...
@@ -42,9 +42,9 @@ SIMPLE
residualControl
{
p_rgh 1e-2;
U 1e-4;
T 1e-2;
p_rgh
1e-2;
U
1e-4;
T
1e-2;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
...
...
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/fvSolution
View file @
a81bfbfa
...
...
@@ -42,9 +42,9 @@ SIMPLE
residualControl
{
p_rgh 1e-2;
U 1e-4;
T 1e-3;
p_rgh
1e-2;
U
1e-4;
T
1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
...
...
tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/fvSolution
View file @
a81bfbfa
...
...
@@ -49,9 +49,9 @@ SIMPLE
residualControl
{
p_rgh 1e-2;
U 1e-3;
h 1e-3;
p_rgh
1e-2;
U
1e-3;
h
1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
...
...
tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/system/fvSolution
View file @
a81bfbfa
...
...
@@ -42,9 +42,9 @@ SIMPLE
residualControl
{
p_rgh 1e-2;
U 1e-3;
h 1e-3;
p_rgh
1e-2;
U
1e-3;
h
1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
...
...
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoom/system/fvSolution
View file @
a81bfbfa
...
...
@@ -49,10 +49,10 @@ SIMPLE
residualControl
{
p_rgh 1e-2;
U 1e-3;
h 1e-3;
G 1e-3;
p_rgh
1e-2;
U
1e-3;
h
1e-3;
G
1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
...
...
tutorials/heatTransfer/buoyantSimpleRadiationFoam/hotRadiationRoomFvDOM/system/fvSolution
View file @
a81bfbfa
...
...
@@ -46,10 +46,10 @@ SIMPLE
residualControl
{
p_rgh 1e-2;
U 1e-3;
h 1e-3;
G 1e-3;
p_rgh
1e-2;
U
1e-3;
h
1e-3;
G
1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/bottomAir/fvSolution
View file @
a81bfbfa
...
...
@@ -70,8 +70,8 @@ solvers
PIMPLE
{
momentumPredictor
on;
nCorrectors
2;
momentumPredictor on;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
}
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/topAir/fvSolution
View file @
a81bfbfa
...
...
@@ -72,8 +72,8 @@ solvers
PIMPLE
{
momentumPredictor
on;
nCorrectors
2;
momentumPredictor on;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
}
...
...
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/bottomAir/fvSolution
View file @
a81bfbfa
...
...
@@ -51,23 +51,23 @@ SIMPLE
{
momentumPredictor on;
nNonOrthogonalCorrectors 0;
pRefCell
0;
pRefValue
100000;
rhoMin rhoMin [1 -3 0 0 0] 0.2;
rhoMax rhoMax [1 -3 0 0 0] 2;
pRefCell 0;
pRefValue 100000;
rhoMin
rhoMin [1 -3 0 0 0] 0.2;
rhoMax
rhoMax [1 -3 0 0 0] 2;
}
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;
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;
}
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/heater/fvSolution
View file @
a81bfbfa
...
...
@@ -32,7 +32,7 @@ SIMPLE
relaxationFactors
{
T 0.7;
T
0.7;
}
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/leftSolid/fvSolution
View file @
a81bfbfa
...
...
@@ -32,7 +32,7 @@ SIMPLE
relaxationFactors
{
T 0.7;
T
0.7;
}
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/rightSolid/fvSolution
View file @
a81bfbfa
...
...
@@ -32,7 +32,7 @@ SIMPLE
relaxationFactors
{
T 0.7;
T
0.7;
}
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/system/topAir/fvSolution
View file @
a81bfbfa
...
...
@@ -53,23 +53,23 @@ SIMPLE
{
momentumPredictor on;
nNonOrthogonalCorrectors 0;
pRefCell
0;
pRefValue
100000;
rhoMin rhoMin [1 -3 0 0 0] 0.2;
rhoMax rhoMax [1 -3 0 0 0] 2;
pRefCell 0;
pRefValue 100000;
rhoMin
rhoMin [1 -3 0 0 0] 0.2;
rhoMax
rhoMax [1 -3 0 0 0] 2;
}
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;
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;
}
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/fvSolution
View file @
a81bfbfa
...
...
@@ -58,10 +58,10 @@ SIMPLE
{
momentumPredictor on;
nNonOrthogonalCorrectors 0;
pRefCell
0;
pRefValue
100000;
rhoMin rhoMin [1 -3 0 0 0] 0.2;
rhoMax rhoMax [1 -3 0 0 0] 2;
pRefCell 0;
pRefValue 100000;
rhoMin
rhoMin [1 -3 0 0 0] 0.2;
rhoMax
rhoMax [1 -3 0 0 0] 2;
}
relaxationFactors
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment