org.orekit.forces.atmospheres.MSIS2000
Class Output

java.lang.Object
  extended by org.orekit.forces.atmospheres.MSIS2000.Output

public final class Output
extends Object

Class Output OUTPUT VARIABLES: d[0] - HE NUMBER DENSITY(CM-3) d[1] - O NUMBER DENSITY(CM-3) d[2] - N2 NUMBER DENSITY(CM-3) d[3] - O2 NUMBER DENSITY(CM-3) d[4] - AR NUMBER DENSITY(CM-3) d[5] - TOTAL MASS DENSITY(GM/CM3) [includes d[8] in td7d] d[6] - H NUMBER DENSITY(CM-3) d[7] - N NUMBER DENSITY(CM-3) d[8] - Anomalous oxygen NUMBER DENSITY(CM-3) t[0] - EXOSPHERIC TEMPERATURE t[1] - TEMPERATURE AT ALT O, H, and N are set to zero below 72.5 km t[0], Exospheric temperature, is set to global average for altitudes below 120 km. The 120 km gradient is left at global average value for altitudes below 72 km. d[5], TOTAL MASS DENSITY, is NOT the same for subroutines GTD7 and GTD7D SUBROUTINE GTD7 -- d[5] is the sum of the mass densities of the species labeled by indices 0-4 and 6-7 in output variable d. This includes He, O, N2, O2, Ar, H, and N but does NOT include anomalous oxygen (species index 8). SUBROUTINE GTD7D -- d[5] is the "effective total mass density for drag" and is the sum of the mass densities of all species in this model, INCLUDING anomalous oxygen.

Since:
1.2
Version:
$Id: Output.java 9758 2014-01-07 10:51:26Z houdroge $
Author:
Rami Houdroge
Concurrency :
not thread-safe

Constructor Summary
Output()
          Constructor.
 
Method Summary
 double[] getD()
          Getter for density (d).
 double getD(int i)
          Getter for density component.
 Double[] getT()
          Getter for temperature (t).
 Double getT(int i)
          Getter for temperature component.
 void setD(int i, double value)
          Setter for ith density component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output()
Constructor.

Method Detail

getD

public double[] getD()
Getter for density (d).

Returns:
the d

getD

public double getD(int i)
Getter for density component.

Parameters:
i - index
Returns:
the ith density component

getT

public Double[] getT()
Getter for temperature (t).

Returns:
the t

getT

public Double getT(int i)
Getter for temperature component.

Parameters:
i - index
Returns:
the ith temperature component

setD

public void setD(int i,
                 double value)
Setter for ith density component.

Parameters:
i - index
value - value to set


Copyright © 2016 CNES. All Rights Reserved.