|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.quantities.Quantity
ucar.visad.quantities.ScalarQuantity
ucar.visad.quantities.Pressure
ucar.visad.quantities.SaturationVaporPressure
public class SaturationVaporPressure
Provides support for the quantity saturation water vapor pressure. Instances are immutable.
| Field Summary | |
|---|---|
protected static Real |
two
The dimensionless quantity two. |
| Constructor Summary | |
|---|---|
protected |
SaturationVaporPressure(String name)
Constructs from a name. |
| Method Summary | |
|---|---|
static Data |
create(Data temperature)
Creates a SaturationVaporPressure data object from a temperature data object. |
static Data |
createTemperature(Data eSat)
Creates a temperature data object from a saturation water vapor pressure data object. |
static RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class. |
static RealType |
getRealType()
Obtains the RealType associated with this class. |
static RealType |
getTemperatureDerivativeRealType()
Obtains the RealType of the derivative with respect to temperature. |
static Data |
temperatureDerivative(Data temperature)
Returns the derivative of saturation vapor pressure with respect to temperature. |
| Methods inherited from class ucar.visad.quantities.ScalarQuantity |
|---|
getRealType, getRealType, realType |
| Methods inherited from class ucar.visad.quantities.Quantity |
|---|
realTupleType, setRealTupleType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Real two
| Constructor Detail |
|---|
protected SaturationVaporPressure(String name)
throws VisADException
name - The name for this quantity.
VisADException - Couldn't create necessary VisAD object.| Method Detail |
|---|
public static RealType getRealType()
throws VisADException
VisADException - Couldn't perform necessary VisAD operation.
public static RealTupleType getRealTupleType()
throws VisADException
VisADException - Couldn't perform necessary VisAD operation.
public static RealType getTemperatureDerivativeRealType()
throws VisADException
VisADException - Couldn't perform necessary VisAD operation.
public static Data create(Data temperature)
throws TypeException,
UnitException,
UnimplementedException,
VisADException,
RemoteException
temperature - The temperature data object.
TypeException - Argument has wrong type.
UnitException - Inappropriate unit argument.
UnimplementedException - Necessary operation not yet implemented.
VisADException - Couldn't create necessary VisAD object.
RemoteException - Java RMI failure.VisADMath
public static Data temperatureDerivative(Data temperature)
throws TypeException,
UnitException,
UnimplementedException,
VisADException,
RemoteException
temperature - The temperatures at which to return the
derivatives.
TypeException - if a necessary RealType can't be created.
UnitException - if unit-convertion failure occurs.
UnimplementedException - if a necessary method is unimplemented.
VisADException - if a core VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public static Data createTemperature(Data eSat)
throws TypeException,
UnitException,
VisADException,
RemoteException
eSat - Saturation water vapor pressure data object.
TypeException - Argument has wrong type.
UnitException - Inappropriate unit argument.
VisADException - Couldn't create necessary VisAD object.
RemoteException - Java RMI failure.VisADMath
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||