34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: dev |
|
||
|
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
object transportProperties;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
phase1
|
||
|
{
|
||
|
transportModel Newtonian;
|
||
|
nu nu [0 2 -1 0 0 0 0] 1e-6;
|
||
|
rho rho [1 -3 0 0 0 0 0] 998.2;
|
||
|
}
|
||
|
|
||
|
phase2
|
||
|
{
|
||
|
transportModel Newtonian;
|
||
|
nu nu [0 2 -1 0 0 0 0] 1.48e-05;
|
||
|
rho rho [1 -3 0 0 0 0 0] 1;
|
||
|
}
|
||
|
|
||
|
sigma sigma [1 0 -2 0 0 0 0] 0.0;
|
||
|
|
||
|
// ************************************************************************* //
|