Interface HeaterInterface
- All Superinterfaces:
NamedInterface, Runnable, Serializable, SimulationInterface
- All Known Subinterfaces:
HeatExchangerInterface
- All Known Implementing Classes:
AirCooler, Cooler, FiredHeater, Heater, HeatExchanger, LNGHeatExchanger, MultiStreamHeatExchanger, MultiStreamHeatExchanger2, NeqHeater, SteamHeater, WaterCooler
HeaterInterface interface.
- Version:
- $Id: $Id
- Author:
- esol
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetdT(double dT) setdT.voidsetOutletPressure(double pressure, String unit) Set the outlet pressure of the heater in a specified unit.voidsetOutletTemperature(double temperature, String unit) Set the outlet temperature of the heater in a specified unit.voidsetOutTP(double temperature, double pressure) Set the outlet temperature and pressure of the heater.Methods inherited from interface NamedInterface
getName, getTagName, getTagNumber, setName, setTagName, setTagNumberMethods inherited from interface SimulationInterface
getCalculateSteadyState, getCalculationIdentifier, getReport_json, getTime, increaseTime, isRunInSteps, run, run, run_step, run_step, runTransient, runTransient, setCalculateSteadyState, setCalculationIdentifier, setRunInSteps, setTime, solved
-
Method Details
-
setdT
void setdT(double dT) setdT.
- Parameters:
dT- a double
-
setOutTP
void setOutTP(double temperature, double pressure) Set the outlet temperature and pressure of the heater.
- Parameters:
temperature- Temperature in Kelvinpressure- Pressure in bara
-
setOutletTemperature
-
setOutletPressure
-