ModelicaAdditions.HeatFlow1D.Interfaces

Connectors and partial models for 1D heat flow

ModelicaAdditions.HeatFlow1D.Interfaces.Surface_a ModelicaAdditions.HeatFlow1D.Interfaces.Surface_b ModelicaAdditions.HeatFlow1D.Interfaces.AbsoluteSensor ModelicaAdditions.HeatFlow1D.Interfaces.RelativeSensor


ModelicaAdditions.HeatFlow1D.Interfaces.Surface_b ModelicaAdditions.HeatFlow1D.Interfaces.Surface_b

1D Heat flow connector (non-filled icon)

ModelicaAdditions.HeatFlow1D.Interfaces.Surface_b

Modelica definition

connector Surface_b "1D Heat flow connector (non-filled icon)" 
  SIunits.Temperature T "Absolute temperature";
  flow SIunits.HeatFlux q "Heat flowing into element";
  
end Surface_b;

ModelicaAdditions.HeatFlow1D.Interfaces.Surface_a ModelicaAdditions.HeatFlow1D.Interfaces.Surface_a

1D Heat flow connector (filled icon)

ModelicaAdditions.HeatFlow1D.Interfaces.Surface_a

Modelica definition

connector Surface_a "1D Heat flow connector (filled icon)" 
  SIunits.Temperature T "Absolute temperature";
  flow SIunits.HeatFlux q "Heat flowing into element";
  
end Surface_a;

ModelicaAdditions.HeatFlow1D.Interfaces.AbsoluteSensor ModelicaAdditions.HeatFlow1D.Interfaces.AbsoluteSensor

Device to measure a single connector variable

ModelicaAdditions.HeatFlow1D.Interfaces.AbsoluteSensor

Information


This is the superclass of a 1D component with one surface and one output signal in order to measure a heat flow quantity in the surface and to provide the measured signal as output signal for further processing with the Modelica.Blocks blocks.

Release Notes:


Modelica definition

partial model AbsoluteSensor 
  "Device to measure a single connector variable" 
  extends Modelica.Icons.TranslationalSensor;
  
  Interfaces.Surface_a surface_a;
  Modelica.Blocks.Interfaces.OutPort outPort(final n=1);
end AbsoluteSensor;

ModelicaAdditions.HeatFlow1D.Interfaces.RelativeSensor ModelicaAdditions.HeatFlow1D.Interfaces.RelativeSensor

Device to measure a single relative variable between two surfaces

ModelicaAdditions.HeatFlow1D.Interfaces.RelativeSensor

Information


This is a superclass for 1D components with two surfaces and one output signal in order to measure relative quantities between the two surfaces and to provide the measured signal as output signal for further processing with the Modelica.Blocks blocks.

Release Notes:


Modelica definition

model RelativeSensor 
  "Device to measure a single relative variable between two surfaces"
   
  extends Modelica.Icons.TranslationalSensor;
  
  Interfaces.Surface_a surface_a;
  Interfaces.Surface_b surface_b;
  Modelica.Blocks.Interfaces.OutPort outPort(final n=1);
end RelativeSensor;

HTML-documentation generated by Dymola Tue Jun 20 22:14:52 2000 .