45 static constexpr auto type =
"Sol";
62 amrex::ParticleReal
ds,
63 amrex::ParticleReal ks,
64 amrex::ParticleReal
dx = 0,
65 amrex::ParticleReal
dy = 0,
66 amrex::ParticleReal rotation_degree = 0,
70 std::optional<std::string>
name = std::nullopt
81 using BeamOptic::operator();
92 using namespace amrex::literals;
95 Alignment::compute_constants(refpart);
98 amrex::ParticleReal
const slice_ds =
m_ds /
nslice();
101 amrex::ParticleReal
const betgam2 = powi<2>(refpart.
pt) - 1.0_prt;
105 amrex::ParticleReal
const alpha =
m_ks * 0.5_prt;
106 amrex::ParticleReal
const theta =
alpha*slice_ds;
129 template<
typename T_Real=amrex::ParticleReal,
typename T_IdCpu=u
int64_t>
142 using namespace amrex::literals;
207 using namespace amrex::literals;
211 amrex::ParticleReal
const x = refpart.x;
212 amrex::ParticleReal
const px = refpart.px;
213 amrex::ParticleReal
const y = refpart.y;
214 amrex::ParticleReal
const py = refpart.py;
215 amrex::ParticleReal
const z = refpart.z;
216 amrex::ParticleReal
const pz = refpart.pz;
217 amrex::ParticleReal
const t = refpart.t;
218 amrex::ParticleReal
const pt = refpart.pt;
219 amrex::ParticleReal
const s = refpart.s;
222 amrex::ParticleReal
const slice_ds =
m_ds /
nslice();
225 amrex::ParticleReal
const step = slice_ds / std::sqrt(powi<2>(pt) - 1.0_prt);
228 refpart.x = x + step*px;
229 refpart.y = y + step*py;
230 refpart.z = z + step*pz;
231 refpart.t =
t - step*pt;
234 refpart.s =
s + slice_ds;
238 using LinearTransport::operator();
249 using namespace amrex::literals;
253 amrex::ParticleReal
const slice_ds =
m_ds /
nslice();
261 amrex::ParticleReal
const betgam2 = powi<2>(refpart.pt) - 1.0_prt;
265 amrex::ParticleReal
const alpha =
m_ks * 0.5_prt;
266 amrex::ParticleReal
const theta =
alpha*slice_ds;
269 amrex::ParticleReal
const sin_theta_ialpha = sin_theta /
alpha;
270 amrex::ParticleReal
const neg_alpha_sin_theta = -
alpha * sin_theta;
271 amrex::ParticleReal
const ds_bg2 = slice_ds / betgam2;
273 Rfocusing(1,1) = cos_theta;
274 Rfocusing(1,2) = sin_theta_ialpha;
275 Rfocusing(2,1) = neg_alpha_sin_theta;
276 Rfocusing(2,2) = cos_theta;
277 Rfocusing(3,3) = cos_theta;
278 Rfocusing(3,4) = sin_theta_ialpha;
279 Rfocusing(4,3) = neg_alpha_sin_theta;
280 Rfocusing(4,4) = cos_theta;
281 Rfocusing(5,6) = ds_bg2;
283 Rrotation(1,1) = cos_theta;
284 Rrotation(1,3) = sin_theta;
285 Rrotation(2,2) = cos_theta;
286 Rrotation(2,4) = sin_theta;
287 Rrotation(3,1) = -sin_theta;
288 Rrotation(3,3) = cos_theta;
289 Rrotation(4,2) = -sin_theta;
290 Rrotation(4,4) = cos_theta;
292 R = Rrotation * Rfocusing;
#define AMREX_FORCE_INLINE
#define AMREX_GPU_HOST_DEVICE
T_ParticleType ParticleType
__host__ __device__ std::pair< double, double > sincos(double x)
constexpr T powi(T x) noexcept
@ s
fixed s as the independent variable
Definition ImpactXParticleContainer.H:37
@ t
fixed t as the independent variable
Definition ImpactXParticleContainer.H:38
amrex::SmallMatrix< amrex::ParticleReal, 6, 6, amrex::Order::F, 1 > Map6x6
Definition CovarianceMatrix.H:20
static constexpr __host__ __device__ SmallMatrix< T, NRows, NCols, ORDER, StartIndex > Identity() noexcept
Definition ReferenceParticle.H:31
amrex::ParticleReal pt
energy, normalized by rest energy
Definition ReferenceParticle.H:40
amrex::ParticleReal m_ds_bg2
solenoid strength in 1/m
Definition Sol.H:302
Sol(amrex::ParticleReal ds, amrex::ParticleReal ks, amrex::ParticleReal dx=0, amrex::ParticleReal dy=0, amrex::ParticleReal rotation_degree=0, amrex::ParticleReal aperture_x=0, amrex::ParticleReal aperture_y=0, int nslice=1, std::optional< std::string > name=std::nullopt)
Definition Sol.H:61
ImpactXParticleContainer::ParticleType PType
Definition Sol.H:46
AMREX_GPU_HOST AMREX_FORCE_INLINE Map6x6 transport_map(RefPart const &AMREX_RESTRICT refpart) const
Definition Sol.H:247
static constexpr auto type
Definition Sol.H:45
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void operator()(T_Real &AMREX_RESTRICT x, T_Real &AMREX_RESTRICT y, T_Real &AMREX_RESTRICT t, T_Real &AMREX_RESTRICT px, T_Real &AMREX_RESTRICT py, T_Real &AMREX_RESTRICT pt, T_IdCpu &AMREX_RESTRICT idcpu, RefPart const &AMREX_RESTRICT refpart) const
Definition Sol.H:131
amrex::ParticleReal m_ks
Definition Sol.H:297
amrex::ParticleReal m_cos_theta
Definition Sol.H:302
amrex::ParticleReal m_sin_theta
Definition Sol.H:302
amrex::ParticleReal m_sin_theta_ialpha
Definition Sol.H:302
amrex::ParticleReal m_neg_alpha_sin_theta
Definition Sol.H:302
void compute_constants(RefPart const &refpart)
Definition Sol.H:90
Definition alignment.H:27
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void shift_out(T_Real &AMREX_RESTRICT x, T_Real &AMREX_RESTRICT y, T_Real &AMREX_RESTRICT px, T_Real &AMREX_RESTRICT py) const
Definition alignment.H:109
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::ParticleReal dy() const
Definition alignment.H:146
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::ParticleReal dx() const
Definition alignment.H:136
Alignment(amrex::ParticleReal dx, amrex::ParticleReal dy, amrex::ParticleReal rotation_degree)
Definition alignment.H:36
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void shift_in(T_Real &AMREX_RESTRICT x, T_Real &AMREX_RESTRICT y, T_Real &AMREX_RESTRICT px, T_Real &AMREX_RESTRICT py) const
Definition alignment.H:78
Definition beamoptic.H:219
Definition lineartransport.H:29
AMREX_GPU_HOST Named(std::optional< std::string > name)
Definition named.H:57
AMREX_FORCE_INLINE std::string name() const
Definition named.H:122
Definition nofinalize.H:22
Definition pipeaperture.H:26
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void apply_aperture(T_Real &AMREX_RESTRICT x, T_Real &AMREX_RESTRICT y, T_IdCpu &AMREX_RESTRICT idcpu) const
Definition pipeaperture.H:59
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::ParticleReal aperture_x() const
Definition pipeaperture.H:90
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::ParticleReal aperture_y() const
Definition pipeaperture.H:101
PipeAperture(amrex::ParticleReal aperture_x, amrex::ParticleReal aperture_y)
Definition pipeaperture.H:32
Thick(amrex::ParticleReal ds, int nslice)
Definition thick.H:30
amrex::ParticleReal m_ds
Definition thick.H:58
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE amrex::ParticleReal ds() const
Definition thick.H:53
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE int nslice() const
Definition thick.H:43