Skip to content
Snippets Groups Projects
Commit 6fa5295b authored by andy's avatar andy
Browse files

ENH: Tutorial update

parent 83dae500
Branches
Tags
No related merge requests found
......@@ -17,14 +17,14 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0.1 0 0);
internalField uniform (0.01 0 0);
boundaryField
{
inlet
{
type fixedValue;
value uniform (0.1 0 0);
value uniform (0.01 0 0);
}
outlet
{
......
......@@ -52,15 +52,15 @@ vertices
blocks
(
hex (0 1 5 4 12 13 17 16) (20 20 20) simpleGrading (1 1 1)
hex (1 2 6 5 13 14 18 17) (20 20 20) simpleGrading (1 1 1)
hex (2 3 7 6 14 15 19 18) (20 20 20) simpleGrading (1 1 1)
hex (3 0 4 7 15 12 16 19) (20 20 20) simpleGrading (1 1 1)
hex (4 5 9 8 16 17 21 20) cylinder (20 20 20) simpleGrading (1 1 1)
hex (5 6 10 9 17 18 22 21) cylinder (20 20 20) simpleGrading (1 1 1)
hex (6 7 11 10 18 19 23 22) cylinder (20 20 20) simpleGrading (1 1 1)
hex (7 4 8 11 19 16 20 23) cylinder (20 20 20) simpleGrading (1 1 1)
hex (8 9 10 11 20 21 22 23) innerCylinder (20 20 20) simpleGrading (1 1 1)
hex (0 1 5 4 12 13 17 16) (30 30 30) simpleGrading (1 1 1)
hex (1 2 6 5 13 14 18 17) (30 30 30) simpleGrading (1 1 1)
hex (2 3 7 6 14 15 19 18) (30 30 30) simpleGrading (1 1 1)
hex (3 0 4 7 15 12 16 19) (30 30 30) simpleGrading (1 1 1)
hex (4 5 9 8 16 17 21 20) cylinder (30 30 30) simpleGrading (1 1 1)
hex (5 6 10 9 17 18 22 21) cylinder (30 30 30) simpleGrading (1 1 1)
hex (6 7 11 10 18 19 23 22) cylinder (30 30 30) simpleGrading (1 1 1)
hex (7 4 8 11 19 16 20 23) cylinder (30 30 30) simpleGrading (1 1 1)
hex (8 9 10 11 20 21 22 23) innerCylinder (30 30 30) simpleGrading (1 1 1)
);
edges
......
......@@ -31,7 +31,7 @@ vertices
blocks
(
hex (0 1 2 3 4 5 6 7) (20 4 4) simpleGrading (1 1 1)
hex (0 1 2 3 4 5 6 7) (40 15 15) simpleGrading (1 1 1)
);
edges
......
......@@ -55,14 +55,14 @@ relaxationFactors
fields
{
rho 1;
p_rgh 0.5;
p_rgh 0.7;
}
equations
{
U 0.2;
"(h|e)" 0.2;
k 0.2;
epsilon 0.2;
U 0.3;
"(h|e)" 0.3;
k 0.3;
epsilon 0.3;
}
}
......
......@@ -53,14 +53,14 @@ relaxationFactors
fields
{
rho 1;
p_rgh 0.5;
p_rgh 0.7;
}
equations
{
U 0.2;
"(h|e)" 0.2;
k 0.2;
epsilon 0.2;
U 0.3;
"(h|e)" 0.3;
k 0.3;
epsilon 0.3;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment