1#ifndef CLASSIC_FIELDMAP2DELECTROSTATIC_HH
2#define CLASSIC_FIELDMAP2DELECTROSTATIC_HH
11 virtual void getFieldDimensions(
double &xIni,
double &xFinal,
double &yIni,
double &yFinal,
double &zIni,
double &zFinal)
const;
virtual bool getFieldstrength(const Vector_t< double, 3 > &R, Vector_t< double, 3 > &E, Vector_t< double, 3 > &B) const
double * FieldstrengthEr_m
2D array with Er, read in like Ez
virtual double getFrequency() const
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
double hz_m
length between points in grid, z-direction, m
double hr_m
length between points in grid, r-direction, m
FM2DElectroStatic(std::string aFilename)
double * FieldstrengthEz_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)
int num_gridpz_m
Read in number of points after 0(not counted here) in grid, z-direction.
virtual void getFieldDimensions(double &zBegin, double &zEnd) const
virtual bool isInside(const Vector_t< double, 3 > &r) const
virtual void getInfo(Inform *msg)