modelBaseTube
Base class for spatial discretized tubes
Extends from SiemensPower.Utilities.BaseClasses.PartialTwoPortTransport (Base class for components with two fluid ports).
Information
This base class describes the geometry and most important variables for the water/steam flow in a pipe.
It will be a 1-dimensional flow model.
In the derived class, the following quantities/equations have to be set:
- pressure(s)
- mass flow rate(s) + momentum balance(s) incl hydrostatic and friction pressure drop
- mass densities d[1], ...d[numberOfNodes] for each cell + continuity equation(s)
- specific enthalpies h[1], ..., h[numberOfNodes] (energy balances)