XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 extern "C" void sheath_adjust_mode1();
13 
14 void sheath_adjust_mode2(const Simulation<DeviceType>& sml, Plasma& plasma, const Grid<DeviceType> &grid, const MagneticField<DeviceType> &magnetic_field, const Sheath<DeviceType> &sheath, const SheathParticles<DeviceType> &sheath_particles, const Neutrals<DeviceType> &neutrals, const HeatDiagnostics<DeviceType> &heat_diag, int ipc);
15 
16 #endif
Definition: sml.hpp:8
subroutine plasma(grid, itr, p, dene_out, deni_out, Te_out, Ti_out, Vparai_out)
Calculate the plasma density, temperature, and parallel velocity for a point in triangle itr using pl...
Definition: neutral_totalf.F90:1238
Definition: magnetic_field.hpp:12
Definition: sheath.hpp:16
Definition: neutrals.hpp:6
void sheath_adjust_mode1()
void sheath_adjust_mode2(const Simulation< DeviceType > &sml, Plasma &plasma, const Grid< DeviceType > &grid, const MagneticField< DeviceType > &magnetic_field, const Sheath< DeviceType > &sheath, const SheathParticles< DeviceType > &sheath_particles, const Neutrals< DeviceType > &neutrals, const HeatDiagnostics< DeviceType > &heat_diag, int ipc)
Definition: sheath_adjust.cpp:288
Definition: magnetic_field.F90:1
Definition: plasma.hpp:14
Definition: sheath.hpp:42