|
chombo-discharge
|
SoA payload for Monte Carlo radiative-transfer photons. More...
#include <CD_Photon.H>
Public Attributes | |
| ParticleReal | kappa = 0.0 |
| Mean absorption coefficient (inverse mean free path). | |
| ParticleReal | v_x = 0.0 |
| Velocity, x-component. | |
| ParticleReal | v_y = 0.0 |
| Velocity, y-component. | |
| ParticleReal | v_z = 0.0 |
| Velocity, z-component. | |
SoA payload for Monte Carlo radiative-transfer photons.
kappa is the mean absorption coefficient (inverse mean free path); velocity is the photon propagation velocity (one member per spatial dimension; the z-component exists only when CH_SPACEDIM == 3). Weight and position are container-owned columns, NOT payload members. All payload columns (kappa and velocity) are checkpointed; position and weight are always checkpointed by the container, so no h5Columns subset is declared.