public final class SaturationWetBulbPotentialTemperature extends PotentialTemperature
An instance of this class is immutable.
Modifier and Type | Field and Description |
---|---|
protected static visad.Real |
coefficient
The coefficient in the equation.
|
protected static visad.Real |
one
The dimensionless quantity one.
|
Modifier | Constructor and Description |
---|---|
protected |
SaturationWetBulbPotentialTemperature(java.lang.String name)
Constructs from a name.
|
Modifier and Type | Method and Description |
---|---|
static visad.Data |
create(visad.Data pressure,
visad.Data temperature)
Creates a saturation wet-bulb potential 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.
|
createAirTemperature, factor
getRealType, getRealType, realType
realTupleType, setRealTupleType
protected static visad.Real one
protected static visad.Real coefficient
protected SaturationWetBulbPotentialTemperature(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 pressure, visad.Data temperature) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
pressure
- The air pressure data object.temperature
- The temperature data object.visad.TypeException
- An input argument has wrong type.visad.VisADException
- Couldn't create necessary VisAD object.java.rmi.RemoteException
- Java RMI failure.