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
function get_init_segment_enthalpy_piecewise_linear extends TransiEnt.Basics.Icons.Function; input Integer nLayer; input Real T1; input Real T2; input Real T3; input Real T4; input Integer T1_layer; input Integer T2_layer; input Integer T3_layer; input Integer T4_layer; output Real[nLayer] layered_h; end get_init_segment_enthalpy_piecewise_linear;