1 #ifndef SHEATH_ADJUST_HPP
2 #define SHEATH_ADJUST_HPP
Definition: magnetic_field.hpp:12
Definition: neutrals.hpp:26
Definition: plasma.hpp:13
Definition: sheath_diag.hpp:8
Definition: sheath.hpp:49
Definition: magnetic_field.F90:1
subroutine plasma(grid, itr, p, dene_out, deni_out, Te_out, Ti_out, Vparai_out, ignore_vacuum)
Calculate the plasma density, temperature, and parallel velocity for a point in triangle itr using pl...
Definition: neutral_totalf.F90:1541
void sheath_adjust_mode2(const Simulation< DeviceType > &sml, Plasma &plasma, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, Sheath< DeviceType > &sheath, const Neutrals &neutrals, const HeatDiagnostics< DeviceType > &heat_diag, SheathDiag &diag, int gstep, int ipc)
Definition: sheath_adjust.cpp:286
void sheath_adjust_mode1(bool axisymmetric_sheath_pot, Plasma &plasma, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, Sheath< DeviceType > &sheath, SheathDiag &diag, int gstep)
Definition: sheath_adjust.cpp:348