Go to the source code of this file.
|
| 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) |
| |
| 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) |
| |
◆ sheath_adjust_mode1()
Old sheath calculation (sheath_mode==1) Based on the electron and ion losses at the wall nodes a new value of the sheath potential is determined by adjusting the previous value by a certain amount --> feedback control loop
◆ sheath_adjust_mode2()