public final class LfcBean extends ClockedBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OUTPUT_PROPERTY_NAME
The name of the output property.
|
Constructor and Description |
---|
LfcBean(BeanNetwork network)
Constructs from the network in which this bean will be a component.
|
Modifier and Type | Method and Description |
---|---|
visad.Real |
getLfc()
Returns the value of the output LFC property.
|
void |
setBuoyancyProfile(visad.Field buoyProfile)
Sets the input, buoyancy profile.
|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
public static final java.lang.String OUTPUT_PROPERTY_NAME
public LfcBean(BeanNetwork network)
network
- The bean network.public void setBuoyancyProfile(visad.Field buoyProfile) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
buoyProfile
- The input, buoyancy profile.visad.TypeException
- if the domain quantity isn't pressure or the
range quantity isn't volume per mass.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public visad.Real getLfc()