|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.forces.radiation.KnockeRiesModel
public final class KnockeRiesModel
Earth emissivity of the Knocke-Ries model (albedo and infrared)
Field Summary | |
---|---|
static double |
A0
coefficient a0 of Knocke-Ries model. |
static double |
A2
coefficient a2 of Knocke-Ries model. |
static double |
C1AL
coefficient c1al of Knocke-Ries model. |
static double |
C1IR
coefficient c1ir of Knocke-Ries model. |
static double |
D0
coefficient a0 of Knocke-Ries model. |
static double |
DAYSYEAR
duration of a year (in days). |
static double |
E2
coefficient a2 of Knocke-Ries model. |
static AbsoluteDate |
REFDAY
reference day of Knocke-Ries model. |
Constructor Summary | |
---|---|
KnockeRiesModel()
|
Method Summary | |
---|---|
double[] |
getEmissivity(AbsoluteDate cdate,
double latitude,
double longitude)
Computing of the emissivities of earth (albedo and infrared) based of the Knocke-Reis model (the longitude is not used in this model) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double A0
public static final double A2
public static final double C1AL
public static final double D0
public static final double E2
public static final double C1IR
public static final AbsoluteDate REFDAY
public static final double DAYSYEAR
Constructor Detail |
---|
public KnockeRiesModel()
Method Detail |
---|
public double[] getEmissivity(AbsoluteDate cdate, double latitude, double longitude)
Computing of the emissivities of earth (albedo and infrared) based of the Knocke-Reis model (the longitude is not used in this model)
See Obelix Reference manuel (NT-07-1)
getEmissivity
in interface IEmissivityModel
cdate
- current datelatitude
- (rad)
geocentric latitude.
The angle between the radius (from centre to the point on the surface) and the equatorial planelongitude
- (rad) geocentric longitude
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |