Appearance
Thermal Conductivity
The thermal conduction calculation can give you
- effective thermal conductivity of the system
- temperature distribution
- heat flux density distribution
Solved Equation
, where
- q Heat flux density
- Thermal conductivity
- T Temperature
Input options
The following options are needed for the thermal conductivity calculation.
- input->system The choice of calculation system must be thermal
- input->external->temperatureGradient External applied temperature gradient (K/m), if you want to calculate the temperature distribution within the composite
- x Applied temperature gradient along x
- y Applied temperature gradient along y
- z Applied temperature gradient along z
- input->solver->ref A property tensor for the reference phase called thermal_conductivity is needed. Tensor definition is explained [here]
<system>
<type>thermal</type>
<external>
<temperatureGradient>
<x>0</x>
<y>0</y>
<z>2e7</z>
</temperatureGradient>
</external>
<solver>
<ref>
<name>thermal_conductivity</name>
<rank>2</rank>
<pointGroup>custom</pointGroup>
<component>
<value>100</value>
<index>11</index>
<index>22</index>
<index>33</index>
</component>
</ref>
</solver>
</system>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Output files
There are a total of 4 possible output files for the dielectric calculation
- effThermalConductivity.dat
- avThermalFlux.dat
- temperat.00000000.dat
- tempGrad.00000000.dat
- heatFlux.00000000.dat