packageInterfaces

Interfaces for steady state and unsteady, mixed-phase, multi-substance, incompressible and compressible flow

Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).

Information

Contents

NameDescription
FluidPortInterface for quasi one-dimensional fluid flow in a piping network (incompressible or compressible, one or more phases, one or more substances)
FluidPort_aGeneric fluid connector at design inlet
FluidPort_bGeneric fluid connector at design outlet
FluidPorts_aFluid connector with filled, large icon to be used for vectors of FluidPorts (vector dimensions must be added after dragging)
FluidPorts_bFluid connector with outlined, large icon to be used for vectors of FluidPorts (vector dimensions must be added after dragging)
PartialTwoPortPartial component with two ports
PartialTwoPortTransportPartial element transporting fluid between two ports without storage of mass or energy
HeatPorts_aHeatPort connector with filled, large icon to be used for vectors of HeatPorts (vector dimensions must be added after dragging)
HeatPorts_bHeatPort connector with filled, large icon to be used for vectors of HeatPorts (vector dimensions must be added after dragging)
PartialHeatTransferCommon interface for heat transfer models
PartialLumpedVolumeLumped volume with mass and energy balance
PartialLumpedFlowBase class for a lumped momentum balance
PartialDistributedVolumeBase class for distributed volume models
PartialDistributedFlowBase class for a distributed momentum balance
PartialPressureLossBase flow model for pressure loss functions with the same area at port_a and at port_b

Revisions

  • June 9th, 2008 by Michael Sielemann: Introduced stream keyword after decision at 57th Design Meeting (Lund).
  • May 30, 2007 by Christoph Richter: moved everything back to its original position in Modelica.Fluid.
  • Apr. 20, 2007 by Christoph Richter: moved parts of the original package from Modelica.Fluid to the development branch of Modelica 2.2.2.
  • Nov. 2, 2005 by Francesco Casella: restructured after 45th Design Meeting.
  • Nov. 20-21, 2002 by Hilding Elmqvist, Mike Tiller, Allan Watson, John Batteh, Chuck Newman, Jonas Eborn: Improved at the 32nd Modelica Design Meeting.
  • Nov. 11, 2002 by Hilding Elmqvist, Martin Otter: improved version.
  • Nov. 6, 2002 by Hilding Elmqvist: first version.
  • Aug. 11, 2002 by Martin Otter: Improved according to discussion with Hilding Elmqvist and Hubertus Tummescheit.
    The PortVicinity model is manually expanded in the base models.
    The Volume used for components is renamed PartialComponentVolume.
    A new volume model "Fluid.Components.PortVolume" introduced that has the medium properties of the port to which it is connected.
    Fluid.Interfaces.PartialTwoPortTransport is a component for elementary two port transport elements, whereas PartialTwoPort is a component for a container component.