wiki:u/johannjc/scratchpad5

Version 5 (modified by Jonathan, 9 years ago) ( diff )

The anisotropic conduction equation looks like

however, the conduction coefficients have a Temperature dependence.

So we can rewrite the equations as

or

or in Einstein notation

or

or

or

Now both of these terms are of the form

Now to solve this implicitly, we need to replace with where

Note for Backward Euler, and for Crank Nicholson,

so we have

Now to solve this using a linear system, we need to linearize terms involving

So we need to Taylor expand about

or

Now we could also have expanded and then plug in . In that case we also get

So we have

where and

Now we can expand the derivatives and get

Let's first just consider the term.

We need a way to write this implicitly but we need it to also be linear in

We could Taylor expand

but then we would still have a non-linear term like

We could write this as and Taylor expand again to get

but we've now done a Taylor expansion on a Taylor expansion…

Alternatively, we can rewrite the diffusion equation

and then perform a single Taylor expansion

Switching to Einstein notation, we have

Let's also take a moment to write where is the new temperature, and . Backward Euler would have and where Crank-Nicholson would have

Now if we write the equation as

we get expressions for

We then need expressions for

We can also write the equation as

where

Now in the limit where we ignore spatial derivatives in density and magnetic field orientation, we can throw away the C terms - and if we also assume backward Euler, we can set

If we are using Crank-Nicholson, then

Now for the perpendicular term, we have

And performing a Taylor expansion gives

And in Einstein notation gives

The first term is very similar to the parallel case - and the second term can be made similar by replacing with

Note: See TracWiki for help on using the wiki.