Better bounding on topo change
[foam-extend-3.2.git] / tutorials / coupled / conjugateHeatSimpleFoam / conjugateCavity / constant / transportProperties
blobd4ffd4bc14c8df15d98017c22241dd3a737fecb2
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 transportModel  Newtonian;
19 TRef            TRef [0 0 0 1 0 0 0] 273.0;
21 nu              nu [0 2 -1 0 0 0 0] 1.78e-5;
23 rho             rho [1 -3 0 0 0 0 0] 1.2;
25 Cp              Cp [0 2 -2 -1 0 0 0] 1000;
27 beta            beta [0 0 0 -1 0 0 0] 1e-3;
29 Prt             Prt [0 0 0 0 0 0 0] 0.85;
31 Pr              Pr [0 0 0 0 0 0 0] 0.71; // nu/a = 1.78e-5/0.03*1000*1.2
33 // ************************************************************************* //