1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
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 // ************************************************************************* //