1 /*--------------------------------*- C++ -*----------------------------------*\
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 \*---------------------------------------------------------------------------*/
13 object solidThermophysicalProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 thermoType constSolidThermo;
18 //thermoType isotropicKSolidThermo;
19 //thermoType directionalKSolidThermo;
20 //thermoType solidMixtureThermo<multiComponentSolidMixture<exponentialSolidTransport<constSolidRad<exponentialSolidThermo<constRho>>>>>;
23 constSolidThermoCoeffs
26 rho rho [1 -3 0 0 0 0 0] 8000;
27 Cp Cp [0 2 -2 -1 0 0 0] 450;
28 K K [1 1 -3 -1 0 0 0] 80;
30 //- radiation properties
31 kappa kappa [0 -1 0 0 0 0 0] 0;
32 sigmaS sigmaS [0 -1 0 0 0 0 0] 0;
33 emissivity emissivity [0 0 0 0 0 0 0] 1;
35 //- chemical properties
36 Hf Hf [0 2 -2 0 0 0 0] 1;
40 isotropicKSolidThermoCoeffs
44 rhoValues (1000 1700);
48 //- radiation properties
49 emissivityValues (1 1);
53 //- chemical properties
58 directionalKSolidThermoCoeffs
60 //- does interpolation and directional K in coordinate system.
61 // Specify multiple values, one for each temperature. Properties are
62 // interpolated according to the local temperature.
66 rhoValues (1700 1700);
68 KValues ((10 10 10) (40 40 40));
72 origin (-0.000062 0.000019 0.000039);
77 e3 (-3.1807824e-6 -0.99813473 0.0610505);
81 //- chemical properties
84 //- radiation properties
85 emissivityValues (1 1);
101 Tref 300; //K0*pow(T/Tref_, n0))
114 C0 1462; // Cp = C0*(T/Tref)^n0
131 Tref 300; //K0*pow(T/Tref_, n0))
144 C0 611.0; // Cp = C0*(T/Tref)^n0
155 // ************************************************************************* //