Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
io::Rotation Struct Reference

#include <RotatedProjWriter.h>

Public Member Functions

 Rotation (ParameterMap &pmap)
 

Public Attributes

int nx
 
int nz
 
int nx_min
 
int nx_max
 
int nz_min
 
int nz_max
 
Real delta
 
Real theta
 
Real phi
 
Real Lx
 
Real Lz
 
int i_delta
 
Real n_delta
 
Real ddelta_dt
 
int flag_delta
 

Detailed Description

Tracks rotation information for creating Rotated Projections

Note
The reason that the members of this struct aren't direct members of RotatedProjWriter is purely historical. At this point, there is nothing stopping us from doing this

Constructor & Destructor Documentation

◆ Rotation()

io::Rotation::Rotation ( ParameterMap pmap)

Construct a new instance

Member Data Documentation

◆ ddelta_dt

Real io::Rotation::ddelta_dt

rate of delta rotation

◆ delta

Real io::Rotation::delta

Rotation angle about z axis in simulation frame

◆ flag_delta

int io::Rotation::flag_delta

output mode for box rotation

◆ i_delta

int io::Rotation::i_delta

number of output projection for delta rotation

◆ Lx

Real io::Rotation::Lx

Physical x-dir size of projected image

◆ Lz

Real io::Rotation::Lz

Physical z-dir size of projected image

◆ n_delta

Real io::Rotation::n_delta

total number of output projection for delta rotation

◆ nx

int io::Rotation::nx

Number of pixels in x-dir of rotated, projected image

◆ nx_max

int io::Rotation::nx_max

Right most point in the projected image for this subvolume

◆ nx_min

int io::Rotation::nx_min

Left most point in the projected image for this subvolume

◆ nz

int io::Rotation::nz

Number of pixels in z-dir of rotated, projected image

◆ nz_max

int io::Rotation::nz_max

Top most point in the projected image for this subvolume

◆ nz_min

int io::Rotation::nz_min

Bottom most point in the projected image for this subvolume

◆ phi

Real io::Rotation::phi

Rotation angle about y axis in simulation frame

◆ theta

Real io::Rotation::theta

Rotation angle about x axis in simulation frame


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