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

@ -19,15 +19,15 @@ phases (water air);
water
{
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1e-06;
rho [1 -3 0 0 0 0 0] 998.2;
nu 1e-06;
rho 998.2;
}
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;
}
// ************************************************************************* //