public class WetTrajectoryBean extends ClockedBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OUTPUT_PROPERTY_NAME
The name of the saturation-point pressure property.
|
Constructor and Description |
---|
WetTrajectoryBean(BeanNetwork network)
Constructs from the network in which this bean will be a component.
|
Modifier and Type | Method and Description |
---|---|
visad.Data |
getWetTrajectory()
Returns the value of the saturated, pseudo-adiabatic trajectory property.
|
void |
setMinimumPressure(visad.Real minPres)
Sets the input minimum pressure to which to lift the parcel.
|
void |
setSaturationPointPressure(visad.Real lclPres)
Sets the input saturation-point pressure.
|
void |
setSaturationPointTemperature(visad.Real lclTemp)
Sets the input saturation-point temperature.
|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
public static final java.lang.String OUTPUT_PROPERTY_NAME
public WetTrajectoryBean(BeanNetwork network)
network
- The bean network.public void setSaturationPointTemperature(visad.Real lclTemp) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
lclTemp
- The saturation-point temperature.java.lang.NullPointerException
- if the argument is null
.visad.TypeException
- if the temperature has the wrong type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public void setSaturationPointPressure(visad.Real lclPres) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
lclPres
- The LCL pressure.java.lang.NullPointerException
- if the argument is null
.visad.TypeException
- if the pressure has the wrong type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public void setMinimumPressure(visad.Real minPres) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
minPres
- The minimum pressure pressure.java.lang.NullPointerException
- if the argument is null
.visad.TypeException
- if the pressure has the wrong type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public visad.Data getWetTrajectory()