Specify a tensor that has different conductivity parallel and perpendicular to a given vector field. The Tensor is specified as
given an input vector field \(B\) that same field is used to generate a unit vector field \(b\) that is then used to define the tensor. Conductivity parallel to the magnetic field is specified as \(K_{\parallel}\) and perpendicular to the vector field as \(K_{\perp}\) and then the difference in conductivities \(dK=K_{\parallel}-K_{\perp}\). The 9 tensor components are given as
in
(string vector, required)1st Variable
2nd Variable
3rd Variable
out
(string vector, required)The output variable is a length 9 vector containing the 9 components of the conductivity tensor
1st Variable
<Updater initConductivityTensor>
kind = equation2d
onGrid = domain
in = [B, kParallel, kPerpendicular]
out = [conductivityTensor]
<Equation a>
kind = conductivityTensor
</Equation>
</Updater>