XGC1
|
#include <sources.hpp>
Public Member Functions | |
Sources (NLReader::NamelistReader &nlr, const MagneticField< DeviceType > &magnetic_field, const VelocityGrid &vgrid, const Plasma &plasma) | |
bool | is_triggered (int step) |
Public Attributes | |
int | f_source_period |
Frequency of f_sources. More... | |
Source | neutrals |
Source | diffusion |
Source | radiation |
Source | heat_and_torque |
Source | collisions |
CollisionMode | col_mode |
Collision operator model. More... | |
MonteCarloCollider< DeviceType > | col_mc |
Monte carlo collisions, only used by MonteCarloNonConserving. More... | |
CollisionGrid< DeviceType > | col_grid |
Collision grid, only used by NonLinearFokkerPlanckLandau. More... | |
Private Attributes | |
StepTrigger | step_trigger |
|
inline |
< Start time for impurity radiation in time steps
< Start time of neutral recycling in ion time steps
< Start time of source in ion time steps
< Switch for anomalous diffusion
< Start time (in time steps) for anomalous diffusion
|
inline |
CollisionGrid<DeviceType> Sources::col_grid |
Collision grid, only used by NonLinearFokkerPlanckLandau.
MonteCarloCollider<DeviceType> Sources::col_mc |
Monte carlo collisions, only used by MonteCarloNonConserving.
CollisionMode Sources::col_mode |
Collision operator model.
Source Sources::collisions |
Source Sources::diffusion |
int Sources::f_source_period |
Frequency of f_sources.
Source Sources::heat_and_torque |
Source Sources::neutrals |
Source Sources::radiation |
|
private |