Package ucar.visad.quantities
Class GasConstant
java.lang.Object
ucar.visad.quantities.Quantity
ucar.visad.quantities.ScalarQuantity
ucar.visad.quantities.GasConstant
- Direct Known Subclasses:
DryAirGasConstant
Provides support for gas constants.
- Version:
- $Id: GasConstant.java,v 1.9 2005/05/13 18:35:39 jeffmc Exp $
- Author:
- Steven R. Emmerson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ucar.visad.quantities.ScalarQuantity
getRealType, getRealType, realType
Methods inherited from class ucar.visad.quantities.Quantity
realTupleType, setRealTupleType
-
Constructor Details
-
GasConstant
Constructs from a name- Parameters:
name
- The name fo the instance.- Throws:
VisADException
- if a core VisAD failure occurs.
-