XGC1
sheath_adjust.hpp
Go to the documentation of this file.
1 #ifndef SHEATH_ADJUST_HPP
2 #define SHEATH_ADJUST_HPP
3 
4 #include "push_controls.hpp"
5 #include "plasma.hpp"
6 #include "magnetic_field.hpp"
7 #include "grid.hpp"
8 #include "neutrals.hpp"
9 #include "heat_diagnostics.hpp"
10 #include "sheath.hpp"
11 
12 void sheath_adjust_mode1(Sheath<DeviceType> &sheath, SheathDiag& diag, int gstep);
13 
14 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);
15 
16 #endif
Definition: magnetic_field.hpp:12
Definition: neutrals.hpp:26
Definition: plasma.hpp:13
Definition: sheath_diag.hpp:8
Definition: sheath.hpp:49
Definition: sml.hpp:9
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:287
void sheath_adjust_mode1(Sheath< DeviceType > &sheath, SheathDiag &diag, int gstep)
Definition: sheath_adjust.cpp:345