Interface HeaterInterface
- All Superinterfaces:
NamedInterface, Runnable, Serializable, SimulationInterface
- All Known Subinterfaces:
HeatExchangerInterface
- All Known Implementing Classes:
AirCooler, Cooler, Heater, HeatExchanger, MultiStreamHeatExchanger, MultiStreamHeatExchanger2, NeqHeater, SteamHeater, WaterCooler
HeaterInterface interface.
- Version:
- $Id: $Id
- Author:
- esol
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetdT(double dT) setdT.voidsetOutPressure(double pressure, String unit) Set the outlet pressure of the heater in a specified unit.voidsetOutTemperature(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, setName, setTagNameMethods 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
-
setOutTemperature
-
setOutPressure
-