tutorials/multiphase: Removed unnecessary specification of name and dimensions for transport properties

This commit is contained in:
Henry Weller
2017-03-31 17:11:30 +01:00
parent dfd611aeac
commit 1f5b9dbbcf
32 changed files with 184 additions and 184 deletions

View File

@ -20,17 +20,17 @@ phases (phase1 phase2);
phase1
{
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1e-06;
rho [1 -3 0 0 0 0 0] 300;
nu 1e-06;
rho 300;
}
phase2
{
transportModel Newtonian;
nu [0 2 -1 0 0 0 0] 1e-6;
rho [1 -3 0 0 0 0 0] 1027;
nu 1e-6;
rho 1027;
}
sigma [1 0 -2 0 0 0 0] 0.07;
sigma 0.07;
// ************************************************************************* //