public class OceanTidesWave extends Object
OceanTides
,
OceanTidesReader
Constructor and Description |
---|
OceanTidesWave(int doodson,
int degree,
int order,
double[][][] coefficients)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addContribution(BodiesElements elements,
double[][] cnm,
double[][] snm)
Add the contribution of the wave to Stokes coefficients.
|
int |
getDoodson()
Get the Doodson number for the wave.
|
int |
getMaxDegree()
Get the maximum supported degree.
|
int |
getMaxOrder()
Get the maximum supported order.
|
public OceanTidesWave(int doodson, int degree, int order, double[][][] coefficients)
doodson
- Doodson number for the wavedegree
- max degree present in the coefficients arrayorder
- max order present in the coefficients arraycoefficients
- Cn,m+, Sn,m+,
Cn,m- and Sn,m- coefficientspublic int getMaxDegree()
public int getMaxOrder()
public int getDoodson()
public void addContribution(BodiesElements elements, double[][] cnm, double[][] snm)
elements
- nutation elementscnm
- spherical harmonic cosine coefficients table to add contribution toosnm
- spherical harmonic sine coefficients table to add contribution tooCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.