1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object solidThermophysicalProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 thermoType constSolidThermo;
18 //thermoType isotropicKSolidThermo;
19 //thermoType directionalKSolidThermo;
21 constSolidThermoCoeffs
24 rho rho [1 -3 0 0 0 0 0] 8000;
25 Cp Cp [0 2 -2 -1 0 0 0] 450;
26 K K [1 1 -3 -1 0 0 0] 80;
28 //- radiation properties
29 kappa kappa [0 -1 0 0 0 0 0] 0;
30 sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
31 emissivity emissivity [0 0 0 0 0 0 0] 0;
33 //- chemical properties
34 Hf Hf [0 2 -2 0 0 0 0] 0;
38 isotropicKSolidThermoCoeffs
42 rhoValues (1000 1700);
46 //- radiation properties
47 emissivityValues (1 1);
51 //- chemical properties
56 directionalKSolidThermoCoeffs
58 //- does interpolation and directional K in coordinate system.
59 // Specify multiple values, one for each temperature. Properties are
60 // interpolated according to the local temperature.
64 rhoValues (1000 1700);
66 KValues ((10 10 10) (40 40 40));
70 origin (-0.000062 0.000019 0.000039);
75 e3 (-3.1807824e-6 -0.99813473 0.0610505);
79 //- chemical properties
82 //- radiation properties
83 emissivityValues (1 1);
99 Tref 300; //K0*pow(T/Tref_, n0))
110 C0 1462; // Cp = C0*(T/Tref)^n0
126 Tref 300; //K0*pow(T/Tref_, n0))
139 C0 611.0;; // Cp = C0*(T/Tref)^n0
150 // ************************************************************************* //