.TransiEnt.Storage.Heat.HotWaterStorage_L4.Utilities.get_init_segment_enthalpy_linear

[nLayer, T1, T2, T3, T4, T1_layer, T2_layer, T3_layer, T4_layer] calculates initial values through linear interpolation between the four measured temperatures in the tank

Information

1. Purpose of model

(no remarks)

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

Interface

function get_init_segment_enthalpy_linear
  extends TransiEnt.Basics.Icons.Function;
  input Integer nLayer;
  input Real T_min;
  input Real T_max;
  output Real[nLayer] layered_h;
end get_init_segment_enthalpy_linear;

Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos