public class AdiabaticEquivalentTemperature extends AirTemperature
An instance of this class is immutable.
Modifier and Type | Field and Description |
---|---|
protected static visad.Real |
lOverCSubP
Latent heat of water-vapor evaporation over speciic heat capacity of
of dry air at constant pressure.
|
Modifier | Constructor and Description |
---|---|
protected |
AdiabaticEquivalentTemperature(java.lang.String name)
Constructs from a name.
|
Modifier and Type | Method and Description |
---|---|
static visad.Data |
create(visad.Data temperature,
visad.Data mixingRatio)
Creates an adiabatic equivalent temperature data object.
|
static visad.RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class.
|
static visad.RealType |
getRealType()
Obtains the RealType associated with this class.
|
getRealType, getRealType, realType
realTupleType, setRealTupleType
protected static visad.Real lOverCSubP
protected AdiabaticEquivalentTemperature(java.lang.String name) throws visad.VisADException
name
- The name for this quantity.visad.VisADException
- Couldn't create necessary VisAD object.public static visad.RealType getRealType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.public static visad.RealTupleType getRealTupleType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.public static visad.Data create(visad.Data temperature, visad.Data mixingRatio) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
temperature
- The temperature data object.mixingRatio
- The water-vapor mixing-ratio data object.visad.TypeException
- An input argument has wrong type.visad.VisADException
- Couldn't create necessary VisAD object.java.rmi.RemoteException
- Java RMI failure.