ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / constant / panelRegion / solidThermophysicalProperties
blobf31b28967801aecf2e3009ed4882013d8d5fd81e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      solidThermophysicalProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 thermoType
18 solidMixtureThermo<reactingSolidMixture<constSolidTransport<constSolidRad<constSolidThermo<constRho>>>>>;
20 solidComponents
22     v char
25 vCoeffs
27     transport
28     {
29         K           0.135;
30     }
31     radiation
32     {
33         sigmaS      0.0;
34         kappa       0.0;  //opaque
35         emissivity  0.17;
36     }
37     thermodynamics
38     {
39         Cp          696;
40         Hf          -1.41e6;
41     }
42     density
43     {
44         rho         114.7;
45     }
48 charCoeffs
50     transport
51     {
52         K           0.4;
53     }
54     radiation
55     {
56         sigmaS      0.0;
57         kappa       0.0;
58         emissivity  0.85;
59     }
60     thermodynamics
61     {
62         Cp          611;
63         Hf          0;
64     }
65     density
66     {
67         rho         11.5;
68     }
71 // ************************************************************************* //