Ginan
|
Structure for variable and function related to the static gravity field. More...
Structure for variable and function related to the static gravity field.
Public Member Functions | |
void | read (const string &filename, int degMax) |
Read the static gravity field. | |
void | toTideFree () |
Data Fields | |
bool | initialised = false |
string | filename |
MatrixXd | gfctC |
MatrixXd | gfctS |
int | degMax |
string | modelName |
double | earthGravityConstant |
double | earthRadius |
int | maxDegree |
bool | isTideFree |
string | norm |
void StaticField::read | ( | const string & | filename, |
int | degMax ) |
Read the static gravity field.
void StaticField::toTideFree | ( | ) |
int StaticField::degMax |
double StaticField::earthGravityConstant |
double StaticField::earthRadius |
string StaticField::filename |
MatrixXd StaticField::gfctC |
MatrixXd StaticField::gfctS |
bool StaticField::initialised = false |
bool StaticField::isTideFree |
int StaticField::maxDegree |
string StaticField::modelName |
string StaticField::norm |