Skip to content

Issue1011 propagation storage model

Laura Maria Maier requested to merge issue1011_PropagationStorageModel into development

This solves issue 1011. The model AixLib.Fluid.Storage.Storage included hard coding and proper propagation of crucial parameters was missing. The following changes were made:

Propagation of crucial parameters in sub models layer and layer_HE like:

  • m_flow_nominal

  • energyDynamics

  • m_flow_small

  • Initialization p_start and T_start

  • Replacement of hard-coded m_flow_nominal of layer and layer_HE

Merge request reports