Upgrade case file headers
[foam-extend-3.2.git] / tutorials / heatTransfer / boussinesqBuoyantFoam / heatedCavity / constant / transportProperties
blobfe81c7ceb89ce8ccfad9820cbdec883170688381
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 rho0            rho0 [1 -3 0 0 0 0 0] 1.0;
19 T0              T0 [0 0 0 1 0 0 0] 273.0;
21 mu              mu [1 -1 -1 0 0 0 0] 0.01;
23 Cp              Cp [0 2 -2 -1 0 0 0] 1;
25 k               k [1 1 -3 -1 0 0 0] 0.0001;
27 beta            beta [0 0 0 -1 0 0 0] 1e-3;
29 // ************************************************************************* //