SimpleResistiveHeater models the behavior of a resistive heater used in fluid heating systems. It calculates the outlet enthalpy of a fluid based on the input parameters and the status of the grid. The model takes into account the specified efficiency of the electric heater and the inlet fluid temperature to determine the outlet temperature.
The SimpleResistiveHeater model has the following connectors:
- A port_a and a port_b for fluid inflow and outflow. These connectors have variables such as mass flow rates and pressures.
- A on_renewable input signal that determines whether the grid is on or off.
The model requires the Medium package from the Media library for fluid properties. The default medium package is MoltenSalt_ph.
The following parameters must be defined:
- T_cold_set: Inlet fluid temperature at design, in Kelvin. Default: 290 Celsius.
- T_hot_set: Outlet fluid temperature at design, in Kelvin. Default: 565 Celsius.
- heater_efficiency: Electric heater efficiency. Default: 0.99.
- September 2023 by Armando Fontalvo:
Created documentation for SimpleResistiveHeater.
Generated at 2024-11-26T19:26:15Z
by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos