1#ifndef CLASSIC_FIELDMAP2DMAGNETOSTATIC_HH
2#define CLASSIC_FIELDMAP2DMAGNETOSTATIC_HH
12 virtual void getFieldDimensions(
double &xIni,
double &xFinal,
double &yIni,
double &yFinal,
double &zIni,
double &zFinal)
const;
virtual double getFrequency() const
double hz_m
length between points in grid, z-direction, m
virtual void getInfo(Inform *msg)
virtual bool isInside(const Vector_t< double, 3 > &r) const
virtual void getFieldDimensions(double &zBegin, double &zEnd) const
double * FieldstrengthBr_m
2D array with Er, read in like Ez
double * FieldstrengthBz_m
2D array with Ez, read in first along z0 - r0 to rN then z1 - r0 to rN until zN - r0 to rN
virtual void setFrequency(double freq)
FM2DMagnetoStatic(std::string aFilename)
double hr_m
length between points in grid, r-direction, m
virtual bool getFieldstrength(const Vector_t< double, 3 > &R, Vector_t< double, 3 > &E, Vector_t< double, 3 > &B) const
int num_gridpz_m
Read in number of points after 0(not counted here) in grid, z-direction.
int num_gridpr_m
Read in number of points after 0(not counted here) in grid, r-direction.
virtual bool getFieldDerivative(const Vector_t< double, 3 > &R, Vector_t< double, 3 > &E, Vector_t< double, 3 > &B, const DiffDirection &dir) const