.TransiEnt.Storage.Heat.HotWaterStorage_constProp_L4.Base.getPortCount

Information

1. Purpose of model

Returns vector with number of ports per control volume depending on location of fluid connectors.

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 validation necessary)

9. References

(none)

10. Version History

Model modified (extended so that it works for vectors i_xxx as well) by Carsten Bode (c.bode@tuhh.de), Nov 2018

Interface

function getPortCount
  import TransiEnt.Basics.Functions.getNumberOfOccurences;
  input Integer N;
  input Integer i_prodIn[:];
  input Integer i_prodOut[:];
  input Integer i_gridIn[:];
  input Integer i_gridOut[:];
  output Integer portCount[N];
end getPortCount;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos