This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/transportProperties
2018-06-01 18:11:37 +02:00

34 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
transportModel Newtonian;
TRef TRef [0 0 0 1 0 0 0] 273.0;
nu nu [0 2 -1 0 0 0 0] 1.78e-5;
rho rho [1 -3 0 0 0 0 0] 1.2;
Cp Cp [0 2 -2 -1 0 0 0] 1000;
beta beta [0 0 0 -1 0 0 0] 1e-3;
Prt Prt [0 0 0 0 0 0 0] 0.85;
Pr Pr [0 0 0 0 0 0 0] 0.71; // nu/a = 1.78e-5/0.03*1000*1.2
// ************************************************************************* //