GInX
Geodesics Integrator tool for particles in GRMHD using Adaptive Mesh Refinement using AMReX.
GInX::PhotonsData Struct Reference

Struct to managing null geodesic particles. More...

#include <Photons.hxx>

Public Types

enum  {
  vx = 0 , vy , vz , ln_E ,
  n_attributes
}
 

Static Public Attributes

static constexpr const char * name = "Photons"
 

Detailed Description

Struct to managing null geodesic particles.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Enum type that contains the information of the particles.

The PhotonsData struct contains the lower index velocity on each directions of the domain, the energy of the photons and the number of attributes of the particles.

Enumerator
vx 

Velocity's lower index on the x direction.

vy 

Velocity's lower index on the y direction.

vz 

Velocity's lower index on the z direction.

ln_E 

Ln Energy value.

n_attributes 

Total number of attributes

Member Data Documentation

◆ name

constexpr const char* GInX::PhotonsData::name = "Photons"
staticconstexpr

Name of the particle type.


The documentation for this struct was generated from the following file: