nbia-astro / skeletor

Parallel PIC code written in Python and based on the skeleton codes provided by PICKSC
GNU General Public License v3.0
1 stars 0 forks source link

Add resistivity to Ohm's #129

Open tberlok opened 7 years ago

tberlok commented 7 years ago

Remember that the resistive part of the electric field should not be included when calculating the force on particles, as this does not conserve momentum.

A good test is the decay of an Alfvén wave.

tberlok commented 7 years ago

We have included resistivity in Ohm's law.

We still need to subtract the resistive field before passing it to the particle mover.

Leaving this issue open for now.