Ginan
Loading...
Searching...
No Matches
StaticField Struct Reference

Structure for variable and function related to the static gravity field. More...

Detailed Description

Structure for variable and function related to the static gravity field.

Collaboration diagram for StaticField:

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
 

Member Function Documentation

◆ read()

void StaticField::read ( const string & filename,
int degMax )

Read the static gravity field.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toTideFree()

void StaticField::toTideFree ( )
Here is the caller graph for this function:

Field Documentation

◆ degMax

int StaticField::degMax

◆ earthGravityConstant

double StaticField::earthGravityConstant

◆ earthRadius

double StaticField::earthRadius

◆ filename

string StaticField::filename

◆ gfctC

MatrixXd StaticField::gfctC

◆ gfctS

MatrixXd StaticField::gfctS

◆ initialised

bool StaticField::initialised = false

◆ isTideFree

bool StaticField::isTideFree

◆ maxDegree

int StaticField::maxDegree

◆ modelName

string StaticField::modelName

◆ norm

string StaticField::norm

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