XGCa
|
#include <sheath.hpp>
Public Member Functions | |
Sheath (const Grid< Device > &grid, const Simulation< Device > &sml) | |
Sheath () | |
KOKKOS_INLINE_FUNCTION void | deposition_diagnostics_and_w1 (const Species< Device > &species, const Grid< Device > &grid, const MagneticField< Device > &magnetic_field, const Neutrals< Device > &neutrals, const HeatDiagnostics< Device > &heat_diag, const SimdParticles &old_part, SimdParticles &part, const SimdVector2D &xff, const Simd< int > &iphi, const Simd< double > &en_para, const Simd< double > &en_perp, SimdPhase &new_phase, const Simd< int > &widx, const Simd< bool > &just_left_the_grid, bool update_lost, bool update_ilost, bool update_neutrals, bool update_heat_diag, Simd< double > &dw) const |
KOKKOS_INLINE_FUNCTION void | save_sheath_ptl_info (const PushControls &push_controls, const Species< Device > &species, const Grid< Device > &grid, int i_item, const SimdParticles &old_part, SimdParticles &part, const Simd< int > &iphi, const Simd< double > &en_para, const Simd< double > &en_perp, const SimdPhase &new_phase, const Simd< int > &widx, const Simd< bool > &just_left_the_grid) const |
KOKKOS_INLINE_FUNCTION void | sheath_calculation (const PushControls &push_controls, const Species< Device > &species, const Grid< Device > &grid, const MagneticField< Device > &magnetic_field, const Neutrals< Device > &neutrals, const HeatDiagnostics< Device > &heat_diag, int i_item, const SimdParticles &old_part, const Simd< bool > ¬_in_triangle, SimdParticles &part, SimdGridWeights< Order::One, PIT_GLOBAL > &grid_wts_new, Simd< double > &dw) const |
void | write_checkpoint_files (const XGC_IO_Stream &stream) const |
void | reorder_sheath_pot (const Grid< DeviceType > &grid) const |
void | read_checkpoint_files (const Grid< DeviceType > &grid, const XGC_IO_Stream &stream, int version) |
void | clear_device_views () const |
void | copy_pot_to_device () const |
void | setup_mode_2 (int n_tmp) |
void | deallocate_particles () |
void | mode_1_copy_to_host () const |
void | mode_2_copy_to_host () const |
void | copy_lost_to_host () const |
template<> | |
Sheath (const Grid< DeviceType > &grid, const Simulation< DeviceType > &sml) | |
template<> | |
void | write_checkpoint_files (const XGC_IO_Stream &stream) const |
template<> | |
void | reorder_sheath_pot (const Grid< DeviceType > &grid) const |
template<> | |
void | read_checkpoint_files (const Grid< DeviceType > &grid, const XGC_IO_Stream &stream, int version) |
template<> | |
void | clear_device_views () const |
template<> | |
void | copy_pot_to_device () const |
template<> | |
void | setup_mode_2 (int n_tmp) |
template<> | |
void | deallocate_particles () |
template<> | |
void | mode_1_copy_to_host () const |
template<> | |
void | mode_2_copy_to_host () const |
template<> | |
void | copy_lost_to_host () const |
Public Attributes | |
View< double **, CLayout, Device > | pot |
Sheath potential. More... | |
View< double ***, CLayout, Device > | lost |
Tracker of particles lost to the sheath. More... | |
View< double ***, CLayout, Device > | ilost |
Tracker of ions lost to the sheath. More... | |
View< double ***, CLayout, Device > | en_max |
The most energetic particle that hit the wall in a given section. More... | |
bool | adjust |
Whether to adjust the sheath. More... | |
SheathParticles< Device > | particles |
Sheath< Device >::Sheath | ( | const Grid< Device > & | grid, |
const Simulation< Device > & | sml | ||
) |
Sheath< DeviceType >::Sheath | ( | const Grid< DeviceType > & | grid, |
const Simulation< DeviceType > & | sml | ||
) |
Constructor for sheath object
void Sheath< Device >::clear_device_views | ( | ) | const |
void Sheath< DeviceType >::clear_device_views | ( | ) | const |
void Sheath< Device >::copy_lost_to_host | ( | ) | const |
void Sheath< DeviceType >::copy_lost_to_host | ( | ) | const |
void Sheath< Device >::copy_pot_to_device | ( | ) | const |
void Sheath< DeviceType >::copy_pot_to_device | ( | ) | const |
void Sheath< Device >::deallocate_particles | ( | ) |
void Sheath< DeviceType >::deallocate_particles | ( | ) |
KOKKOS_INLINE_FUNCTION void Sheath< Device >::deposition_diagnostics_and_w1 | ( | const Species< Device > & | species, |
const Grid< Device > & | grid, | ||
const MagneticField< Device > & | magnetic_field, | ||
const Neutrals< Device > & | neutrals, | ||
const HeatDiagnostics< Device > & | heat_diag, | ||
const SimdParticles & | old_part, | ||
SimdParticles & | part, | ||
const SimdVector2D & | xff, | ||
const Simd< int > & | iphi, | ||
const Simd< double > & | en_para, | ||
const Simd< double > & | en_perp, | ||
SimdPhase & | new_phase, | ||
const Simd< int > & | widx, | ||
const Simd< bool > & | just_left_the_grid, | ||
bool | update_lost, | ||
bool | update_ilost, | ||
bool | update_neutrals, | ||
bool | update_heat_diag, | ||
Simd< double > & | dw | ||
) | const |
void Sheath< Device >::mode_1_copy_to_host | ( | ) | const |
void Sheath< DeviceType >::mode_1_copy_to_host | ( | ) | const |
void Sheath< Device >::mode_2_copy_to_host | ( | ) | const |
void Sheath< DeviceType >::mode_2_copy_to_host | ( | ) | const |
void Sheath< Device >::read_checkpoint_files | ( | const Grid< DeviceType > & | grid, |
const XGC_IO_Stream & | stream, | ||
int | version | ||
) |
void Sheath< DeviceType >::read_checkpoint_files | ( | const Grid< DeviceType > & | grid, |
const XGC_IO_Stream & | stream, | ||
int | version | ||
) |
void Sheath< Device >::reorder_sheath_pot | ( | const Grid< DeviceType > & | grid | ) | const |
void Sheath< DeviceType >::reorder_sheath_pot | ( | const Grid< DeviceType > & | grid | ) | const |
KOKKOS_INLINE_FUNCTION void Sheath< Device >::save_sheath_ptl_info | ( | const PushControls & | push_controls, |
const Species< Device > & | species, | ||
const Grid< Device > & | grid, | ||
int | i_item, | ||
const SimdParticles & | old_part, | ||
SimdParticles & | part, | ||
const Simd< int > & | iphi, | ||
const Simd< double > & | en_para, | ||
const Simd< double > & | en_perp, | ||
const SimdPhase & | new_phase, | ||
const Simd< int > & | widx, | ||
const Simd< bool > & | just_left_the_grid | ||
) | const |
void Sheath< Device >::setup_mode_2 | ( | int | n_tmp | ) |
void Sheath< DeviceType >::setup_mode_2 | ( | int | n_tmp | ) |
KOKKOS_INLINE_FUNCTION void Sheath< Device >::sheath_calculation | ( | const PushControls & | push_controls, |
const Species< Device > & | species, | ||
const Grid< Device > & | grid, | ||
const MagneticField< Device > & | magnetic_field, | ||
const Neutrals< Device > & | neutrals, | ||
const HeatDiagnostics< Device > & | heat_diag, | ||
int | i_item, | ||
const SimdParticles & | old_part, | ||
const Simd< bool > & | not_in_grid, | ||
SimdParticles & | part, | ||
SimdGridWeights< Order::One, PIT_GLOBAL > & | grid_wts_new, | ||
Simd< double > & | dw | ||
) | const |
Sheath calculation during push. Determine where particle goes if it leaves the grid, and track it for later adjustments to the sheath
[in] | old_part | Vector of old particle phases |
[in] | not_in_grid | Vector of whether the particles are in the grid or not |
[in,out] | part | Vector of the new particle phases |
[out] | part | Vector of the new grid triangle indices |
[out] | part | Vector of the p weights of the triangle vertices |
[out] | dw | If dw is zero after sheath_calculation, the particles did not hit the divertor (just reflected by sheath). |
void Sheath< DeviceType >::write_checkpoint_files | ( | const XGC_IO_Stream & | stream | ) | const |
void Sheath< Device >::write_checkpoint_files | ( | const XGC_IO_Stream & | stream | ) | const |
bool Sheath< Device >::adjust |
Whether to adjust the sheath.
The most energetic particle that hit the wall in a given section.
Tracker of ions lost to the sheath.
Tracker of particles lost to the sheath.
SheathParticles<Device> Sheath< Device >::particles |