public class OceanTidesWave extends Object
OceanTides
, OceanTidesReader
Constructor and Description |
---|
OceanTidesWave(int doodson, int degree, int order, double[][][] coefficients)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
void |
addContribution(BodiesElements elements, double[][] cnm, double[][] snm)
将波的贡献添加到斯托克斯系数中。
|
int |
getDoodson()
获取波的杜德森数。
|
int |
getMaxDegree()
获取支持的最大次数。
|
int |
getMaxOrder()
获取支持的最大阶数。
|
public OceanTidesWave(int doodson, int degree, int order, double[][][] coefficients)
doodson
- 波的杜德森数
degree
- 系数数组中存在的最大次数
order
- 系数数组中存在的最大阶数
coefficients
- Cn,m+, Sn,m+, Cn,m- 和 Sn,m- 系数
public int getMaxDegree()
public int getMaxOrder()
public int getDoodson()
public void addContribution(BodiesElements elements, double[][] cnm, double[][] snm)
elements
- 章动元素
cnm
- 要添加贡献的球谐余弦系数表
snm
- 要添加贡献的球谐正弦系数表
Copyright © 2002-2023 CS GROUP. All rights reserved.