STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticThermalSolidFoam / hotCylinder / constant / thermalProperties
blob41a2124799fcdfd81bb918a5161d9473cdfaba9a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      thermalProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 thermal
19   type constant;
20   C               C [0 2 -2 -1 0 0 0] 434;
21   k               k [1 1 -3 -1 0 0 0] 250;
22   alpha           alpha [0 0 0 -1 0 0 0] 2.3e-05;
23   T0              T0 [0 0 0 1 0 0 0] 0;
26 // ************************************************************************* //