WOLFRAM SYSTEM MODELER

Interfaces

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

Package Contents

FluidPort

Interface for quasi one-dimensional fluid flow in a piping network (incompressible or compressible, one or more phases, one or more substances)

FluidPort_a

Generic fluid connector at design inlet

FluidPort_b

Generic fluid connector at design outlet

FluidPorts_a

Fluid connector with filled, large icon to be used for vectors of FluidPorts (vector dimensions must be added after dragging)

FluidPorts_b

Fluid connector with outlined, large icon to be used for vectors of FluidPorts (vector dimensions must be added after dragging)

PartialTwoPort

Partial component with two ports

PartialTwoPortTransport

Partial element transporting fluid between two ports without storage of mass or energy

HeatPorts_a

HeatPort connector with filled, large icon to be used for vectors of HeatPorts (vector dimensions must be added after dragging)

HeatPorts_b

HeatPort connector with filled, large icon to be used for vectors of HeatPorts (vector dimensions must be added after dragging)

PartialHeatTransfer

Common interface for heat transfer models

PartialLumpedVolume

Lumped volume with mass and energy balance

PartialLumpedFlow

Base class for a lumped momentum balance

PartialDistributedVolume

Base class for distributed volume models

PartialDistributedFlow

Base class for a distributed momentum balance

PartialPressureLoss

Base flow model for pressure loss functions with the same area at port_a and at port_b

Wolfram Language

In[1]:=
SystemModel["Modelica.Fluid.Interfaces"]
Out[1]:=

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.