ImpactX
Public Types | Public Member Functions | Static Public Attributes | Private Attributes | List of all members
impactx::RFCavity Struct Reference

#include <RFCavity.H>

Inheritance diagram for impactx::RFCavity:
impactx::elements::BeamOptic< RFCavity > impactx::elements::Thick impactx::data::RFCavity_device_copyable

Public Types

using PType = ImpactXParticleContainer::ParticleType
 

Public Member Functions

AMREX_GPU_HOST RFCavity (amrex::ParticleReal ds, amrex::ParticleReal escale, amrex::ParticleReal freq, amrex::ParticleReal phase, std::vector< amrex::ParticleReal > cos_coef, std::vector< amrex::ParticleReal > sin_coef, int mapsteps=1, int nslice=1)
 
 RFCavity (RFCavity const &other)
 
RFCavityoperator= (RFCavity const &other)
 
 RFCavity (RFCavity &&other)=default
 
RFCavityoperator= (RFCavity &&other)=default
 
AMREX_GPU_HOST ~RFCavity ()=default
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void operator() (PType &AMREX_RESTRICT p, amrex::ParticleReal &AMREX_RESTRICT px, amrex::ParticleReal &AMREX_RESTRICT py, amrex::ParticleReal &AMREX_RESTRICT pt, [[maybe_unused]] RefPart const &refpart) const
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void operator() (RefPart &AMREX_RESTRICT refpart) const
 
std::tuple< amrex::ParticleReal, amrex::ParticleReal, amrex::ParticleReal > AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE RF_Efield (amrex::ParticleReal const zeval) const
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void map3 (amrex::ParticleReal const tau, RefPart &refpart, [[maybe_unused]] amrex::ParticleReal &zeval) const
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void map2 (amrex::ParticleReal const tau, RefPart &refpart, amrex::ParticleReal &zeval) const
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void map1 (amrex::ParticleReal const tau, RefPart &refpart, amrex::ParticleReal &zeval) const
 
- Public Member Functions inherited from impactx::elements::BeamOptic< RFCavity >
void operator() (ImpactXParticleContainer &pc, int step)
 
void operator() (ImpactXParticleContainer::iterator &pti, RefPart &AMREX_RESTRICT ref_part)
 
- Public Member Functions inherited from impactx::elements::Thick
 Thick (amrex::ParticleReal const ds, int const nslice)
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE int nslice () const
 
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::ParticleReal ds () const
 
- Public Member Functions inherited from impactx::data::RFCavity_device_copyable
 RFCavity_device_copyable (amrex::ParticleReal escale, amrex::ParticleReal freq, amrex::ParticleReal phase, int mapsteps=1)
 non-owning pointer to device sine coefficients More...
 
 RFCavity_device_copyable (RFCavity_device_copyable const &)=default
 
RFCavity_device_copyableoperator= (RFCavity_device_copyable const &)=default
 
 RFCavity_device_copyable (RFCavity_device_copyable &&)=default
 
RFCavity_device_copyableoperator= (RFCavity_device_copyable &&)=default
 

Static Public Attributes

static constexpr auto name = "RFCavity"
 

Private Attributes

amrex::Gpu::DeviceVector< amrex::ParticleReal > m_cos_coef
 
amrex::Gpu::DeviceVector< amrex::ParticleReal > m_sin_coef
 cosine coefficients in Fourier expansion of on-axis electric field Ez More...
 

Additional Inherited Members

- Public Attributes inherited from impactx::data::RFCavity_device_copyable
amrex::ParticleReal m_escale
 
amrex::ParticleReal m_freq
 scaling factor for RF electric field More...
 
amrex::ParticleReal m_phase
 RF frequency in Hz. More...
 
int m_mapsteps
 RF driven phase in deg. More...
 
int m_ncoef = 0
 number of map integration steps per slice More...
 
amrex::ParticleReal * m_cos_data = nullptr
 number of Fourier coefficients More...
 
amrex::ParticleReal * m_sin_data = nullptr
 non-owning pointer to device cosine coefficients More...
 
- Protected Attributes inherited from impactx::elements::Thick
amrex::ParticleReal m_ds
 
int m_nslice
 segment length in m More...
 

Member Typedef Documentation

◆ PType

Constructor & Destructor Documentation

◆ RFCavity() [1/3]

AMREX_GPU_HOST impactx::RFCavity::RFCavity ( amrex::ParticleReal  ds,
amrex::ParticleReal  escale,
amrex::ParticleReal  freq,
amrex::ParticleReal  phase,
std::vector< amrex::ParticleReal >  cos_coef,
std::vector< amrex::ParticleReal >  sin_coef,
int  mapsteps = 1,
int  nslice = 1 
)
inline

An RF cavity

Parameters
dsSegment length in m
escaleScaling factor for on-axis RF electric field in 1/m
freqRF frequency in Hz
phaseRF driven phase in deg
cos_coefTODO
sin_coefTODO
mapstepsnumber of integration steps per slice used for map and reference particle push in applied fields
nslicenumber of slices used for the application of space charge

◆ RFCavity() [2/3]

impactx::RFCavity::RFCavity ( RFCavity const &  other)
inline

◆ RFCavity() [3/3]

impactx::RFCavity::RFCavity ( RFCavity &&  other)
default

◆ ~RFCavity()

AMREX_GPU_HOST impactx::RFCavity::~RFCavity ( )
default

Member Function Documentation

◆ map1()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void impactx::RFCavity::map1 ( amrex::ParticleReal const  tau,
RefPart refpart,
amrex::ParticleReal &  zeval 
) const
inline

This pushes the reference particle and the linear map matrix elements for an RF cavity through the symplectic map associated with H_1 in the Hamiltonian splitting H = H_1 + H_2 + H_3.

Parameters
tauMap step size in m
[in,out]refpartreference particle
[in,out]zevalLongitudinal on-axis location in m

◆ map2()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void impactx::RFCavity::map2 ( amrex::ParticleReal const  tau,
RefPart refpart,
amrex::ParticleReal &  zeval 
) const
inline

This pushes the reference particle and the linear map matrix elements for an RF cavity through the symplectic map associated with H_2 in the Hamiltonian splitting H = H_1 + H_2 + H_3.

Parameters
tauMap step size in m
[in,out]refpartreference particle
[in,out]zevalLongitudinal on-axis location in m

◆ map3()

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void impactx::RFCavity::map3 ( amrex::ParticleReal const  tau,
RefPart refpart,
[[maybe_unused] ] amrex::ParticleReal &  zeval 
) const
inline

This pushes the reference particle and the linear map matrix elements for an RF cavity through the symplectic map associated with H_3 in the Hamiltonian splitting H = H_1 + H_2 + H_3.

Parameters
tauMap step size in m
[in,out]refpartreference particle
[in,out]zevalLongitudinal on-axis location in m

◆ operator()() [1/2]

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void impactx::RFCavity::operator() ( PType &AMREX_RESTRICT  p,
amrex::ParticleReal &AMREX_RESTRICT  px,
amrex::ParticleReal &AMREX_RESTRICT  py,
amrex::ParticleReal &AMREX_RESTRICT  pt,
[[maybe_unused] ] RefPart const &  refpart 
) const
inline

This is an RF cavity functor, so that a variable of this type can be used like an RF cavity function.

Parameters
pParticle AoS data for positions and cpu/id
pxparticle momentum in x
pyparticle momentum in y
ptparticle momentum in t
refpartreference particle

◆ operator()() [2/2]

AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void impactx::RFCavity::operator() ( RefPart &AMREX_RESTRICT  refpart) const
inline

This pushes the reference particle.

Parameters
[in,out]refpartreference particle

◆ operator=() [1/2]

RFCavity& impactx::RFCavity::operator= ( RFCavity const &  other)
inline

◆ operator=() [2/2]

RFCavity& impactx::RFCavity::operator= ( RFCavity &&  other)
default

◆ RF_Efield()

std::tuple<amrex::ParticleReal, amrex::ParticleReal, amrex::ParticleReal> AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE impactx::RFCavity::RF_Efield ( amrex::ParticleReal const  zeval) const
inline

This evaluates the on-axis RF electric field at a fixed location z, together with certain required integrals and derivatives. The field returned is normalized to a peak value of 1.

Parameters
zevalLongitudinal on-axis location in m

Member Data Documentation

◆ m_cos_coef

amrex::Gpu::DeviceVector<amrex::ParticleReal> impactx::RFCavity::m_cos_coef
private

◆ m_sin_coef

amrex::Gpu::DeviceVector<amrex::ParticleReal> impactx::RFCavity::m_sin_coef
private

cosine coefficients in Fourier expansion of on-axis electric field Ez

◆ name

constexpr auto impactx::RFCavity::name = "RFCavity"
static

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