Appearance
Diffusivity
The diffusivity calculation can give you
- effective diffusivity of the system
- concentration profile
- molar flux density
Solved equation Method descriptions
, where
- j Molar flux density
- D Diffusivity
- c Concentration
Input options
The following options are needed for the diffusivity calculation.
- input->system The choice of calculation system must be diffusion
- input->external->concentrationGradient External applied concentration gradient , if you want to calculate the concentration distribution within the composite
- x Applied concentration gradient along x
- y Applied concentration gradient along y
- z Applied concentration gradient along z
- input->solver->ref A property tensor for the reference phase called diffusivity is needed. Tensor definition is explained [here]
<system>
<type>diffusion</type>
<external>
<concentrationGradient>
<x>0</x>
<y>0</y>
<z>2e7</z>
</concentrationGradient>
</external>
<solver>
<ref>
<name>diffusivity</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
- effDiffusivity.dat
- avMolarFlux.dat
- concentr.00000000.dat
- concGrad.00000000.dat
- molFlux.00000000.dat