ENH: Tutorial updates

This commit is contained in:
Andrew Heather
2017-05-18 14:47:00 +01:00
parent 28868f8d4d
commit 0a4733acab
99 changed files with 250 additions and 339 deletions

View File

@ -20,29 +20,29 @@ phases
water
{
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1e-06;
rho [1 -3 0 0 0 0 0] 1000;
nu 1e-06;
rho 1000;
}
oil
{
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1e-06;
rho [1 -3 0 0 0 0 0] 500;
nu 1e-06;
rho 500;
}
mercury
{
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1.125e-07;
rho [1 -3 0 0 0 0 0] 13529;
nu 1.125e-07;
rho 13529;
}
air
{
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1.48e-05;
rho [1 -3 0 0 0 0 0] 1;
nu 1.48e-05;
rho 1;
}
);