modelExplicitFridge

Model of a hysteresis controlled fridge as explicit declaration

Extends from TransiEnt.Basics.Icons.Model (Icon for models).

Information

1. Purpose of model

Model of a hysteresis controlled fridge as explicit declaration.

2. Level of detail, physical effects considered, and physical insight

(no remarks)

3. Limits of validity

(no remarks)

4. Interfaces

(no remarks)

5. Nomenclature

(no remarks)

6. Governing Equations

(no remarks)

7. Remarks for Usage

(no remarks)

8. Validation

(no remarks)

9. References

(no remarks)

10. Version History

(no remarks)

Parameters

TypeNameDefaultDescription
Reala50Gain of the histeresis function
Realb20Slope of the saturation function at the origin
Base.ExplicitFridgeParametersparams
SI.TemperatureDifferenceDelta_T_internal5
SI.Efficiencyetaparams.COP/((273.15 + 20)/(20 + 12))

Components

TypeNameDefaultDescription
SI.TemperatureT_amb
SI.TemperatureTTemperature / Energy level
RealxState of on/off controller
RealyOn/Off control status (boolean)
SI.PowerP_elparams.P_el_n*y
RealCOP_Carnot(T_amb + Delta_T_internal)/max(2*Delta_T_internal, 2*Delta_T_internal + T_amb - params.Tset)
RealCOP_effmax(COP_Carnot*eta, 0)
RealSOC1 - (T - (params.Tset - params.DTdb/2))./params.DTdb
SI.EnergyE_stor_totalparams.m*params.cp*params.DTdb
SI.Timet_pos_maxE_stor_total*SOC/(params.k*(T_amb - T))
SI.Timet_neg_maxE_stor_total*(1 - SOC)/(params.P_el_n*COP_eff)