|
||||||||||
| 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.PseudoAdiabaticLapseRate
public class PseudoAdiabaticLapseRate
Provides support for the latent heat of evaporation.
| Field Summary | |
|---|---|
protected static Real |
epsilonL
(waterVaporMolecularWeight / dryAirMolecularWeight) latentHeatOfEvaporation |
protected static Real |
epsilonL2OverCSubPRSubD
((waterVaporMolecularWeight / dryAirMolecularWeight) latentHeatOfEvaporation.pow(2)) (dryAirSpecificHeatCapacity * dryAirGasConstant) |
protected static Real |
lOverRSubD
The latent heat of evaporation divided by the dry air gas constant. |
protected static Real |
one
The dimensionless quantity one. |
| Method Summary | |
|---|---|
static Data |
create(Data pressure,
Data temperature)
Creates a pseudo-adiabatic lapse-rate data object from data objects for in-situ air pressure and temperature. |
static RealType |
getRealType()
Obtains the RealType associated with this class. |
static void |
main(String[] args)
Tests this class. |
| 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 one
protected static Real lOverRSubD
protected static Real epsilonL
protected static Real epsilonL2OverCSubPRSubD
| Method Detail |
|---|
public static RealType getRealType()
throws VisADException
VisADException - Couldn't perform necessary VisAD operation.
public static Data create(Data pressure,
Data temperature)
throws TypeException,
VisADException,
RemoteException
pressure - The in-situ air pressure data object.temperature - The in-situ air temperature data object.
TypeException - An input argument has wrong type.
VisADException - Couldn't create necessary VisAD object.
RemoteException - Java RMI failure.
public static void main(String[] args)
throws Exception
args - Arguments, Ignored.
Exception - Something went wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||