Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / compressibleInterFoam / les / depthCharge3D / constant / transportProperties
blob484e5c9ea95dc62588afd0ab0e994882841b227f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      transportProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 phase1 //water
19     transportModel  Newtonian;
20     nu              nu [0 2 -1 0 0 0 0] 1e-6;
21     rho             rho [1 -3 0 0 0 0 0] 1000;
22     rho0            rho0 [1 -3 0 0 0 0 0] 1000;
23     psi             psi [0 -2 2 0 0] 1e-5;
26 phase2 //air
28     transportModel  Newtonian;
29     nu              nu [0 2 -1 0 0 0 0] 1.589e-5;
30     rho             rho [1 -3 0 0 0 0 0] 1;
31     rho0            rho0 [1 -3 0 0 0 0 0] 0;
32     psi             psi [0 -2 2 0 0] 1e-5;
35 pMin           pMin [1 -1 -2 0 0 0 0] 1e4;
37 sigma           sigma [1 0 -2 0 0 0 0] 0.07;
39 // ************************************************************************* //