#include <magnetic_equil_files.hpp>
|
RZBounds | bounds |
| Min and max for r and z (the same for all planes) More...
|
|
int | periodicity |
| Toroidal periodicity or torus wedge number for a tokamak (not used but written to the output for diagnostics) More...
|
|
int | mp |
| Number of planes (not used but written to the output for diagnostics) More...
|
|
View< double *, HostType > | rgrid |
| Uniform grid in r. More...
|
|
View< double *, HostType > | zgrid |
| Uniform grid in z. More...
|
|
View< double *, HostType > | phigrid |
| Uniform grid in phi. More...
|
|
View< double ***, CLayout, HostType > | psi |
| Normalized poloidal flux on phi-z-r grid. More...
|
|
View< double ***, CLayout, HostType > | VMEC_angle |
| VMEC angle on phi-z-r grid (not used but written to the output for diagnostics) More...
|
|
View< double ***, CLayout, HostType > | PEST_angle |
| PEST angle on phi-z-r grid (not used but written to the output for diagnostics) More...
|
|
View< double ***, CLayout, HostType > | Br |
| r magnetic field component on phi-z-r grid More...
|
|
View< double ***, CLayout, HostType > | Bz |
| z magnetic field component on phi-z-r grid More...
|
|
View< double ***, CLayout, HostType > | Bphi |
| phi magnetic field component on phi-z-r grid More...
|
|
◆ MagneticEquilFiles3D()
MagneticEquilFiles3D::MagneticEquilFiles3D |
( |
const std::string & |
eq_filebase | ) |
|
◆ eq_files_from_namelist()
< eq_filename is the name of the equilibrium input
◆ read_eq()
void MagneticEquilFiles3D::read_eq |
( |
FileReader & |
file_reader, |
|
|
int |
iphi |
|
) |
| |
◆ read_eq_dims()
void MagneticEquilFiles3D::read_eq_dims |
( |
FileReader & |
file_reader, |
|
|
int & |
mr, |
|
|
int & |
mz, |
|
|
int & |
mphi, |
|
|
int & |
wedge_n |
|
) |
| |
◆ bounds
Min and max for r and z (the same for all planes)
◆ Bphi
phi magnetic field component on phi-z-r grid
◆ Br
r magnetic field component on phi-z-r grid
◆ Bz
z magnetic field component on phi-z-r grid
◆ mp
int MagneticEquilFiles3D::mp |
Number of planes (not used but written to the output for diagnostics)
◆ periodicity
int MagneticEquilFiles3D::periodicity |
Toroidal periodicity or torus wedge number for a tokamak (not used but written to the output for diagnostics)
◆ PEST_angle
PEST angle on phi-z-r grid (not used but written to the output for diagnostics)
◆ phigrid
View<double*, HostType> MagneticEquilFiles3D::phigrid |
◆ psi
Normalized poloidal flux on phi-z-r grid.
◆ rgrid
View<double*, HostType> MagneticEquilFiles3D::rgrid |
◆ VMEC_angle
VMEC angle on phi-z-r grid (not used but written to the output for diagnostics)
◆ zgrid
View<double*, HostType> MagneticEquilFiles3D::zgrid |
The documentation for this struct was generated from the following files: