Package gov.nasa.gsfc.sscweb.schema
Class Tsyganenko96BFieldModel
java.lang.Object
gov.nasa.gsfc.sscweb.schema.ExternalBFieldModel
gov.nasa.gsfc.sscweb.schema.Tsyganenko96BFieldModel
Tsyganenko 96 external B-Field model.
<p>Java class for Tsyganenko96BFieldModel complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="Tsyganenko96BFieldModel">
<complexContent>
<extension base="{http://sscweb.gsfc.nasa.gov/schema}ExternalBFieldModel">
<sequence>
<element name="SolarWindPressure" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="DstIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ByImf" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="BzImf" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleBY Interplanetary Magnetic Field (IMF) (range: -100 - 100 nT, default=0.0).protected doubleBZ Interplanetary Magnetic Field (IMF) (range: -100 - 100 nT, default=0.0).protected intDisturbance Storm Time (DST) index (range: -400 - 200 nT, default=-20).protected doubleSolar wind pressure (range: 0 - 30 nP, default=2.1). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetByImf()BY Interplanetary Magnetic Field (IMF) (range: -100 - 100 nT, default=0.0).doublegetBzImf()BZ Interplanetary Magnetic Field (IMF) (range: -100 - 100 nT, default=0.0).intDisturbance Storm Time (DST) index (range: -400 - 200 nT, default=-20).doubleSolar wind pressure (range: 0 - 30 nP, default=2.1).voidsetByImf(double value) Sets the value of the byImf property.voidsetBzImf(double value) Sets the value of the bzImf property.voidsetDstIndex(int value) Sets the value of the dstIndex property.voidsetSolarWindPressure(double value) Sets the value of the solarWindPressure property.
-
Field Details
-
solarWindPressure
protected double solarWindPressureSolar wind pressure (range: 0 - 30 nP, default=2.1). -
dstIndex
protected int dstIndexDisturbance Storm Time (DST) index (range: -400 - 200 nT, default=-20). -
byImf
protected double byImfBY Interplanetary Magnetic Field (IMF) (range: -100 - 100 nT, default=0.0). -
bzImf
protected double bzImfBZ Interplanetary Magnetic Field (IMF) (range: -100 - 100 nT, default=0.0).
-
-
Constructor Details
-
Tsyganenko96BFieldModel
public Tsyganenko96BFieldModel()
-
-
Method Details
-
getSolarWindPressure
public double getSolarWindPressure()Solar wind pressure (range: 0 - 30 nP, default=2.1). -
setSolarWindPressure
public void setSolarWindPressure(double value) Sets the value of the solarWindPressure property. -
getDstIndex
public int getDstIndex()Disturbance Storm Time (DST) index (range: -400 - 200 nT, default=-20). -
setDstIndex
public void setDstIndex(int value) Sets the value of the dstIndex property. -
getByImf
public double getByImf()BY Interplanetary Magnetic Field (IMF) (range: -100 - 100 nT, default=0.0). -
setByImf
public void setByImf(double value) Sets the value of the byImf property. -
getBzImf
public double getBzImf()BZ Interplanetary Magnetic Field (IMF) (range: -100 - 100 nT, default=0.0). -
setBzImf
public void setBzImf(double value) Sets the value of the bzImf property.
-