pecos / tps

Torch Plasma Simulator
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Interface for Python 1d flow code to axisymmetric EM solver #295

Open jbigmanUT opened 1 month ago

jbigmanUT commented 1 month ago

Created an interface class with Python bindings. Handles expansion of 1d plasma conductivity to 2d values and reduction of 2d Joule heating to 1d values.

Created a LineInterpolator class to help perform radial integrals of the Joule heating FE solution.