|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.forces.atmospheres.MSIS2000.Input
public class Input
Class Input NOTES ON INPUT VARIABLES: UT, Local Time, and Longitude are used independently in the model and are not of equal importance for every situation. For the most physically realistic calculation these three variables should be consistent (lst=sec/3600 + g_long/15). The Equation of Time departures from the above formula for apparent local time can be included if available but are of minor importance. f107 and f107A values used to generate the model correspond to the 10.7 cm radio flux at the actual distance of the Earth from the Sun rather than the radio flux at 1 AU. The following site provides both classes of values: ftp://ftp.ngdc.noaa.gov/STP/SOLAR_DATA/SOLAR_RADIO/FLUX/ f107, f107A, and ap effects are neither large nor well established below 80 km and these parameters should be set to 150., 150., and 4. respectively.
Constructor Summary | |
---|---|
Input()
Constructor |
Method Summary | |
---|---|
double |
getAlt()
Getter for alt. |
double |
getAp()
Getter for ap. |
ApCoef |
getApA()
Getter for apA. |
int |
getDoy()
Getter for doy. |
double |
getF107()
Getter for f107. |
double |
getF107A()
Getter for f107A. |
double |
getgLat()
Getter for gLat. |
double |
getgLong()
Getter for gLong. |
double |
getLst()
Getter for lst. |
double |
getSec()
Getter for sec. |
void |
setAlt(double inAlt)
Setter for alt. |
void |
setAp(double inAp)
Setter for ap. |
void |
setApA(ApCoef inApA)
Setter for apA. |
void |
setApA(double[] newAp)
Setter for apA. |
void |
setDoy(int inDoy)
Setter for doy. |
void |
setF107(double inF107)
Setter for f107. |
void |
setF107A(double inF107a)
Setter for f107A. |
void |
setgLat(double newGLat)
Setter for gLat. |
void |
setgLong(double newGLong)
Setter for gLong. |
void |
setLst(double inLst)
Setter for lst. |
void |
setSec(double inSec)
Setter for doy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Input()
Method Detail |
---|
public double getAlt()
public double getAp()
public ApCoef getApA()
public int getDoy()
public double getF107()
public double getF107A()
public double getgLat()
public double getgLong()
public double getLst()
public double getSec()
public void setAlt(double inAlt)
inAlt
- the alt to setpublic void setAp(double inAp)
inAp
- the ap to setpublic void setApA(ApCoef inApA)
inApA
- the apA to setpublic void setApA(double[] newAp)
newAp
- geomagnetic coefficients.public void setDoy(int inDoy)
inDoy
- the doy to setpublic void setF107(double inF107)
inF107
- the f107 to setpublic void setF107A(double inF107a)
inF107a
- the f107A to setpublic void setgLat(double newGLat)
newGLat
- the gLat to setpublic void setgLong(double newGLong)
newGLong
- the gLong to setpublic void setLst(double inLst)
inLst
- the lst to setpublic void setSec(double inSec)
inSec
- the sec to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |