mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials/multiphase: Removed unnecessary specification of name and dimensions for transport properties
This commit is contained in:
@ -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;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user