Interface TemperatureCalculator

All Known Implementing Classes:
AerologicalDisplay.MyWetTemperatureCalculator, DefaultWetTemperatureCalculator, DryTemperatureCalculator, MixingRatioTemperatureCalculator

public interface TemperatureCalculator
Provides support for calculating the temperature associated with the next pressure of a parcel trajectory.
Version:
$Id: TemperatureCalculator.java,v 1.14 2005/05/13 18:33:39 jeffmc Exp $
Author:
Steven R. Emmerson
  • Method Summary

    Modifier and Type
    Method
    Description
    nextTemperature(Real nextPressure)
    Returns the next temperature associated with the next, lower pressure of the parcel's trajectory.