WOLFRAM SYSTEM MODELER

RealOutput

'output Real' as connector

Wolfram Language

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

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Connector with one output signal of type Real.

Used in Examples (3)

SMEE_DOL

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines

ElectricalExcitedSynchronousMachine starting direct on line

HeatingSystem

Modelica.Fluid.Examples

Simple model of a heating system

DrumBoiler

Modelica.Fluid.Examples.DrumBoiler

Complete drum boiler model, including evaporator and supplementary components

Used in Components (258)

UniformDensity

Modelica.Blocks.Examples.Noise.Utilities

Calculates the density of a uniform distribution

NormalDensity

Modelica.Blocks.Examples.Noise.Utilities

Calculates the density of a normal distribution

WeibullDensity

Modelica.Blocks.Examples.Noise.Utilities

Calculates the density of a Weibull distribution

MotorWithCurrentControl

Modelica.Blocks.Examples.Noise.Utilities.Parts

Synchronous machine with current controller and measurement noise

Controller

Modelica.Blocks.Examples.Noise.Utilities.Parts

Simple position controller for actuator

Integrator

Modelica.Blocks.Continuous

Output the integral of the input signal with optional reset

LimIntegrator

Modelica.Blocks.Continuous

Integrator with limited value of the output and optional reset

Filter

Modelica.Blocks.Continuous

Continuous low pass, high pass, band pass or band stop IIR-filter of type CriticalDamping, Bessel, Butterworth or ChebyshevI

TriggeredSampler

Modelica.Blocks.Discrete

Triggered sampling of continuous signals

TriggeredMax

Modelica.Blocks.Discrete

Compute maximum, absolute value of continuous signal at trigger instants

RealValue

Modelica.Blocks.Interaction.Show

Show Real value from numberPort or from number input field in diagram layer dynamically

SO

Modelica.Blocks.Interfaces

Single Output continuous control block

MO

Modelica.Blocks.Interfaces

Multiple Output continuous control block

SISO

Modelica.Blocks.Interfaces

Single Input Single Output continuous control block

SI2SO

Modelica.Blocks.Interfaces

2 Single Input / 1 Single Output continuous control block

SIMO

Modelica.Blocks.Interfaces

Single Input Multiple Output continuous control block

MISO

Modelica.Blocks.Interfaces

Multiple Input Single Output continuous control block

PartialRealMISO

Modelica.Blocks.Interfaces

Partial block with a RealVectorInput and a RealOutput signal

MIMO

Modelica.Blocks.Interfaces

Multiple Input Multiple Output continuous control block

MIMOs

Modelica.Blocks.Interfaces

Multiple Input Multiple Output continuous control block with same number of inputs and outputs

MI2MO

Modelica.Blocks.Interfaces

2 Multiple Input / Multiple Output continuous control block

SVcontrol

Modelica.Blocks.Interfaces

Single-Variable continuous controller

MVcontrol

Modelica.Blocks.Interfaces

Multi-Variable continuous controller

DiscreteSISO

Modelica.Blocks.Interfaces

Single Input Single Output discrete control block

DiscreteMIMO

Modelica.Blocks.Interfaces

Multiple Input Multiple Output discrete control block

DiscreteMIMOs

Modelica.Blocks.Interfaces

Multiple Input Multiple Output discrete control block

SVdiscrete

Modelica.Blocks.Interfaces

Discrete Single-Variable controller

MVdiscrete

Modelica.Blocks.Interfaces

Discrete Multi-Variable controller

PartialConversionBlock

Modelica.Blocks.Interfaces

Partial block defining the interface for conversion blocks

FlowToPotentialAdaptor

Modelica.Blocks.Interfaces.Adaptors

Signal adaptor for a connector with flow, 1st derivative of flow, and 2nd derivative of flow as inputs and potential, 1st derivative of potential, and 2nd derivative of potential as outputs (especially useful for FMUs)

PotentialToFlowAdaptor

Modelica.Blocks.Interfaces.Adaptors

Signal adaptor for a connector with potential, 1st derivative of potential, and 2nd derivative of potential as inputs and flow, 1st derivative of flow, and 2nd derivative of flow as outputs (especially useful for FMUs)

Switch

Modelica.Blocks.Logical

Switch between two Real signals

TriggeredTrapezoid

Modelica.Blocks.Logical

Triggered trapezoid generator

Timer

Modelica.Blocks.Logical

Timer measuring the time from the time instant where the Boolean input became true

InverseBlockConstraints

Modelica.Blocks.Math

Construct inverse model by requiring that two inputs and two outputs are identical

Gain

Modelica.Blocks.Math

Output the product of a gain value with the input signal

MultiSwitch

Modelica.Blocks.Math

Set Real expression that is associated with the first active input signal

Feedback

Modelica.Blocks.Math

Output difference between commanded and feedback input

Add3

Modelica.Blocks.Math

Output the sum of the three inputs

IntegerToReal

Modelica.Blocks.Math

Convert Integer to Real signals

BooleanToReal

Modelica.Blocks.Math

Convert Boolean to Real signal

RectangularToPolar

Modelica.Blocks.Math

Convert rectangular coordinates to polar coordinates

PolarToRectangular

Modelica.Blocks.Math

Convert polar coordinates to rectangular coordinates

ContinuousMean

Modelica.Blocks.Math

Calculates the empirical expectation (mean) value of its input signal

Variance

Modelica.Blocks.Math

Calculates the empirical variance of its input signal

StandardDeviation

Modelica.Blocks.Math

Calculates the empirical standard deviation of its input signal

Harmonic

Modelica.Blocks.Math

Calculate harmonic over period 1/f

MinMax

Modelica.Blocks.Math

Output the minimum and the maximum element of the input vector

Multiplex

Modelica.Blocks.Routing

Multiplexer block for arbitrary number of input connectors

Multiplex2

Modelica.Blocks.Routing

Multiplexer block for two input connectors

Multiplex3

Modelica.Blocks.Routing

Multiplexer block for three input connectors

Multiplex4

Modelica.Blocks.Routing

Multiplexer block for four input connectors

Multiplex5

Modelica.Blocks.Routing

Multiplexer block for five input connectors

Multiplex6

Modelica.Blocks.Routing

Multiplexer block for six input connectors

DeMultiplex2

Modelica.Blocks.Routing

DeMultiplexer block for two output connectors

DeMultiplex3

Modelica.Blocks.Routing

DeMultiplexer block for three output connectors

DeMultiplex4

Modelica.Blocks.Routing

DeMultiplexer block for four output connectors

DeMultiplex5

Modelica.Blocks.Routing

DeMultiplexer block for five output connectors

DeMultiplex6

Modelica.Blocks.Routing

DeMultiplexer block for six output connectors

RealExpression

Modelica.Blocks.Sources

Set output signal to a time varying Real expression

KinematicPTP2

Modelica.Blocks.Sources

Move as fast as possible from start to end position within given kinematic constraints with output signals q, qd=der(q), qdd=der(qd)

ComplexToReal

Modelica.ComplexBlocks.ComplexMath

Converts complex to Cartesian representation

ComplexToPolar

Modelica.ComplexBlocks.ComplexMath

Converts complex to polar representation

Bode

Modelica.ComplexBlocks.ComplexMath

Calculate quantities to plot Bode diagram

ThrottleBody

Modelica.Clocked.Examples.Systems.Utilities.ComponentsThrottleControl

Basic throttle body equations

IntakeManifold

Modelica.Clocked.Examples.Systems.Utilities.ComponentsThrottleControl

Dynamics of the intake manifold

TorqueGeneration

Modelica.Clocked.Examples.Systems.Utilities.ComponentsThrottleControl

Torque generation

SpeedControl

Modelica.Clocked.Examples.Systems.Utilities.ComponentsThrottleControl

Discrete control of crankshaft speed by throttle actuation

CylinderAirCharge

Modelica.Clocked.Examples.Systems.Utilities.ComponentsThrottleControl

Integrates the air mass flow into a cylinder. After the charge for one cylinder is complete, resets the mass to 0.

InductionToPowerDelay

Modelica.Clocked.Examples.Systems.Utilities.ComponentsThrottleControl

Accounts for the induction-to-power stroke lag.

MixingUnit

Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit

Mixing unit demo from Foellinger, Nichtlineare Regelungen II, p. 280

SampleClocked

Modelica.Clocked.RealSignals.Sampler

Sample the continuous-time, Real input signal and provide it as clocked output signal. The clock is provided as input signal

SampleVectorizedAndClocked

Modelica.Clocked.RealSignals.Sampler

Sample the continuous-time, Real input signal vector and provide it as clocked output signal vector. The clock is provided as input signal

SampleWithADeffects

Modelica.Clocked.RealSignals.Sampler

Sample with (simulated) Analog-Digital converter effects including noise

HoldWithDAeffects

Modelica.Clocked.RealSignals.Sampler

Hold with (simulated) Digital-Analog converter effects and computational delay

SubSample

Modelica.Clocked.RealSignals.Sampler

Sub-sample the clocked Real input signal and provide it as clocked output signal

SuperSample

Modelica.Clocked.RealSignals.Sampler

Super-sample the clocked Real input signal and provide it as clocked output signal

SuperSampleInterpolated

Modelica.Clocked.RealSignals.Sampler

Super-sample the clocked Real input signal and provide it linearly interpolated as clocked output signal (this is also called an Interpolator)

ShiftSample

Modelica.Clocked.RealSignals.Sampler

Shift the clocked Real input signal by a fraction of the last interval and and provide it as clocked output signal

BackSample

Modelica.Clocked.RealSignals.Sampler

Shift the clock of the Real input signal backwards in time (and access the most recent value of the input at this new clock)

AssignClock

Modelica.Clocked.RealSignals.Sampler

Assign a clock to a clocked Real signal

AssignClockVectorized

Modelica.Clocked.RealSignals.Sampler

Assign a clock to a clocked Real signal vector

UpSample

Modelica.Clocked.RealSignals.Sampler.Utilities

Upsample the clocked Real input signal and provide it as clocked output signal

PartialSISOSampler

Modelica.Clocked.RealSignals.Interfaces

Basic block used for sampling of Real signals

PartialSISOHold

Modelica.Clocked.RealSignals.Interfaces

Basic block used for zero order hold of Real signals

PartialClockedSISO

Modelica.Clocked.RealSignals.Interfaces

Block with clocked single input and clocked single output Real signals

PartialClockedMIMO

Modelica.Clocked.RealSignals.Interfaces

Block with multiple clocked input and multiple clocked output Real signals

PartialClockedSO

Modelica.Clocked.RealSignals.Interfaces

Block with clocked single output Real signal

Tank

Modelica.StateGraph.Examples.Utilities

Simple tank model (this is a copy from Isolde Dressler's master thesis project)

DirectCapacitor

Modelica.Electrical.Analog.Examples.Utilities

Input/output block of a direct capacitor model

InverseCapacitor

Modelica.Electrical.Analog.Examples.Utilities

Input/output block of an inverse capacitor model

Resistor

Modelica.Electrical.Analog.Examples.Utilities

Input/output block of a resistance model

DirectInductor

Modelica.Electrical.Analog.Examples.Utilities

Input/output block of a direct inductor model

InverseInductor

Modelica.Electrical.Analog.Examples.Utilities

Input/output block of an inverse inductor model

Conductor

Modelica.Electrical.Analog.Examples.Utilities

Input/output block of a conductance model

AbsoluteSensor

Modelica.Electrical.Analog.Interfaces

Base class to measure the absolute value of a pin variable

RelativeSensor

Modelica.Electrical.Analog.Interfaces

Base class to measure a relative variable between two pins

PotentialSensor

Modelica.Electrical.Analog.Sensors

Sensor to measure the potential

VoltageSensor

Modelica.Electrical.Analog.Sensors

Sensor to measure the voltage between two pins

CurrentSensor

Modelica.Electrical.Analog.Sensors

Sensor to measure the current in a branch

PowerSensor

Modelica.Electrical.Analog.Sensors

Sensor to measure the power

MultiSensor

Modelica.Electrical.Analog.Sensors

Sensor to measure current, voltage and power

LogicToReal

Modelica.Electrical.Digital.Converters

Logic to Real converter

DcdcInverter

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

DC-DC inverter

SM_PermanentMagnet

Modelica.Electrical.Machines.BasicMachines.SynchronousMachines

Permanent magnet synchronous machine

SM_ElectricalExcited

Modelica.Electrical.Machines.BasicMachines.SynchronousMachines

Electrical excited synchronous machine with damper cage

SM_ReluctanceRotor

Modelica.Electrical.Machines.BasicMachines.SynchronousMachines

Synchronous machine with reluctance rotor and damper cage

SquirrelCage

Modelica.Electrical.Machines.BasicMachines.Components

Squirrel Cage

DamperCage

Modelica.Electrical.Machines.BasicMachines.Components

Squirrel Cage

VoltageQuasiRMSSensor

Modelica.Electrical.Machines.Sensors

Length of space phasor -> RMS voltage

CurrentQuasiRMSSensor

Modelica.Electrical.Machines.Sensors

Length of space phasor -> RMS current

ElectricalPowerSensor

Modelica.Electrical.Machines.Sensors

Instantaneous power from space phasors

MechanicalPowerSensor

Modelica.Electrical.Machines.Sensors

Mechanical power = torque x speed

RotorDisplacementAngle

Modelica.Electrical.Machines.Sensors

Rotor lagging angle

HallSensor

Modelica.Electrical.Machines.Sensors

Hall sensor

SinCosResolver

Modelica.Electrical.Machines.Sensors

Sin-Cos-Resolver

ToSpacePhasor

Modelica.Electrical.Machines.SpacePhasors.Blocks

Conversion of polyphase instantaneous values to space phasors

SinCosEvaluation

Modelica.Electrical.Machines.Utilities

Evaluation of the signals of a sin-cos-resolver

AnalysatorAC

Modelica.Electrical.Polyphase.Examples.Utilities

Analyze AC voltage, current and power

AnalysatorDC

Modelica.Electrical.Polyphase.Examples.Utilities

Analyze DC voltage, current and power

PotentialSensor

Modelica.Electrical.Polyphase.Sensors

Polyphase potential sensor

VoltageSensor

Modelica.Electrical.Polyphase.Sensors

Polyphase voltage sensor

VoltageQuasiRMSSensor

Modelica.Electrical.Polyphase.Sensors

Continuous quasi voltage RMS sensor for polyphase system

CurrentSensor

Modelica.Electrical.Polyphase.Sensors

Polyphase current sensor

CurrentQuasiRMSSensor

Modelica.Electrical.Polyphase.Sensors

Continuous quasi current RMS sensor for polyphase system

PowerSensor

Modelica.Electrical.Polyphase.Sensors

Polyphase instantaneous power sensor

MultiSensor

Modelica.Electrical.Polyphase.Sensors

Polyphase sensor to measure current, voltage and power

AronSensor

Modelica.Electrical.Polyphase.Sensors

Three-phase Aron sensor for active power

ReactivePowerSensor

Modelica.Electrical.Polyphase.Sensors

Three-phase sensor for reactive power

Voltage2DutyCycle

Modelica.Electrical.PowerConverters.DCDC.Control

Linearly transforms voltage to duty cycle

VoltageToAngle

Modelica.Electrical.PowerConverters.ACAC.Control

Reference voltage to firing angle converter

SoftStartControl

Modelica.Electrical.PowerConverters.ACAC.Control

ReferenceSensor

Modelica.Electrical.QuasiStatic.SinglePhase.Sensors

Sensor of reference angle gamma

FrequencySensor

Modelica.Electrical.QuasiStatic.SinglePhase.Sensors

Frequency sensor

ToSpacePhasor

Modelica.Electrical.QuasiStatic.Machines.SpacePhasors.Blocks

Conversion: three-phase -> space phasor

ToSpacePhasor

Modelica.Electrical.QuasiStatic.Polyphase.Blocks

Conversion: m phase -> space phasor

ReferenceSensor

Modelica.Electrical.QuasiStatic.Polyphase.Sensors

Sensor of reference angle gamma

FrequencySensor

Modelica.Electrical.QuasiStatic.Polyphase.Sensors

Frequency sensor

VoltageQuasiRMSSensor

Modelica.Electrical.QuasiStatic.Polyphase.Sensors

Continuous quasi voltage RMS sensor for polyphase system

CurrentQuasiRMSSensor

Modelica.Electrical.QuasiStatic.Polyphase.Sensors

Continuous quasi current RMS sensor for polyphase system

AronSensor

Modelica.Electrical.QuasiStatic.Polyphase.Sensors

Three-phase Aron sensor for active power

ReactivePowerSensor

Modelica.Electrical.QuasiStatic.Polyphase.Sensors

Three-phase sensor for reactive power

MagneticPotentialDifferenceSensor

Modelica.Magnetic.FluxTubes.Sensors

Sensor to measure magnetic potential difference

MagneticFluxSensor

Modelica.Magnetic.FluxTubes.Sensors

Sensor to measure magnetic flux

SM_PermanentMagnet

Modelica.Magnetic.FundamentalWave.BasicMachines.SynchronousMachines

Permanent magnet synchronous machine with optional damper cage

SM_ElectricalExcited

Modelica.Magnetic.FundamentalWave.BasicMachines.SynchronousMachines

Electrical excited synchronous machine with optional damper cage

SM_ReluctanceRotor

Modelica.Magnetic.FundamentalWave.BasicMachines.SynchronousMachines

Reluctance machine with optional damper cage

SaliencyCageWinding

Modelica.Magnetic.FundamentalWave.BasicMachines.Components

Rotor cage with saliency in d- and q-axis

ReferenceSensor

Modelica.Magnetic.QuasiStatic.FluxTubes.Sensors

Sensor of reference angle gamma

FrequencySensor

Modelica.Magnetic.QuasiStatic.FluxTubes.Sensors

Frequency sensor

FundamentalWavePermabilitySensor

Modelica.Magnetic.QuasiStatic.FluxTubes.Sensors.Transient

Sensor of fundamental wave permeability

Permeability

Modelica.Magnetic.QuasiStatic.FluxTubes.Sensors.Transient

Determines permeability from flux and magnetic potential difference

SM_PermanentMagnet

Modelica.Magnetic.QuasiStatic.FundamentalWave.BasicMachines.SynchronousMachines

Permanent magnet synchronous machine with optional damper cage

SM_ElectricalExcited

Modelica.Magnetic.QuasiStatic.FundamentalWave.BasicMachines.SynchronousMachines

Electrical excited synchronous machine with optional damper cage

SM_ReluctanceRotor

Modelica.Magnetic.QuasiStatic.FundamentalWave.BasicMachines.SynchronousMachines

Synchronous reluctance machine with optional damper cage

SaliencyCageWinding

Modelica.Magnetic.QuasiStatic.FundamentalWave.BasicMachines.Components

Rotor cage with saliency in d- and q-axis

RotorDisplacementAngle

Modelica.Magnetic.QuasiStatic.FundamentalWave.Sensors

Rotor lagging angle

CurrentController

Modelica.Magnetic.QuasiStatic.FundamentalWave.Utilities

Current controller

PartialAbsoluteSensor

Modelica.Mechanics.MultiBody.Interfaces

Base model to measure an absolute frame variable

PartialRelativeSensor

Modelica.Mechanics.MultiBody.Interfaces

Base model to measure a relative variable between two frames

FreeMotionScalarInit

Modelica.Mechanics.MultiBody.Joints

Free motion joint with scalar initialization and state selection (6 degrees-of-freedom, 12 potential states)

InitPosition

Modelica.Mechanics.MultiBody.Joints.Internal

Internal model to initialize r_rel_a for Joints.FreeMotionScalarInit

InitAngle

Modelica.Mechanics.MultiBody.Joints.Internal

Internal model to initialize the angels for Joints.FreeMotionScalarInit

InitAngularVelocity

Modelica.Mechanics.MultiBody.Joints.Internal

Internal model to initialize w_rel_b for Joints.FreeMotionScalarInit

AbsoluteSensor

Modelica.Mechanics.MultiBody.Sensors

Measure absolute kinematic quantities of frame connector

RelativeSensor

Modelica.Mechanics.MultiBody.Sensors

Measure relative kinematic quantities between two frame connectors

AbsolutePosition

Modelica.Mechanics.MultiBody.Sensors

Measure absolute position vector of the origin of a frame connector

AbsoluteVelocity

Modelica.Mechanics.MultiBody.Sensors

Measure absolute velocity vector of origin of frame connector

AbsoluteAngles

Modelica.Mechanics.MultiBody.Sensors

Measure absolute angles between frame connector and the world frame

AbsoluteAngularVelocity

Modelica.Mechanics.MultiBody.Sensors

Measure absolute angular velocity of frame connector

RelativePosition

Modelica.Mechanics.MultiBody.Sensors

Measure relative position vector between the origins of two frame connectors

RelativeVelocity

Modelica.Mechanics.MultiBody.Sensors

Measure relative velocity vector between the origins of two frame connectors

RelativeAngles

Modelica.Mechanics.MultiBody.Sensors

Measure relative angles between two frame connectors

RelativeAngularVelocity

Modelica.Mechanics.MultiBody.Sensors

Measure relative angular velocity between two frame connectors

Distance

Modelica.Mechanics.MultiBody.Sensors

Measure the distance between the origins of two frame connectors

CutForce

Modelica.Mechanics.MultiBody.Sensors

Measure cut force vector

CutTorque

Modelica.Mechanics.MultiBody.Sensors

Measure cut torque vector

CutForceAndTorque

Modelica.Mechanics.MultiBody.Sensors

Measure cut force and cut torque vector

Power

Modelica.Mechanics.MultiBody.Sensors

Measure power flowing from frame_a to frame_b

TransformAbsoluteVector

Modelica.Mechanics.MultiBody.Sensors

Transform absolute vector in to another frame

TransformRelativeVector

Modelica.Mechanics.MultiBody.Sensors

Transform relative vector in to another frame

BasicAbsolutePosition

Modelica.Mechanics.MultiBody.Sensors.Internal

Basic sensor to measure absolute position vector

BasicAbsoluteAngularVelocity

Modelica.Mechanics.MultiBody.Sensors.Internal

Basic sensor to measure absolute angular velocity

BasicRelativePosition

Modelica.Mechanics.MultiBody.Sensors.Internal

Basic sensor to measure relative position vector

BasicRelativeAngularVelocity

Modelica.Mechanics.MultiBody.Sensors.Internal

Basic sensor to measure relative angular velocity

BasicTransformAbsoluteVector

Modelica.Mechanics.MultiBody.Sensors.Internal

Transform absolute vector into another frame

BasicTransformRelativeVector

Modelica.Mechanics.MultiBody.Sensors.Internal

Transform relative vector into another frame

BasicCutForce

Modelica.Mechanics.MultiBody.Sensors.Internal

Basic sensor to measure cut force vector (frame_resolve must be connected)

BasicCutTorque

Modelica.Mechanics.MultiBody.Sensors.Internal

Basic sensor to measure cut torque vector (frame_resolve must be connected)

DirectInertia

Modelica.Mechanics.Rotational.Examples.Utilities

Input/output block of a direct inertia model

InverseInertia

Modelica.Mechanics.Rotational.Examples.Utilities

Input/output block of an inverse inertia model

SpringDamper

Modelica.Mechanics.Rotational.Examples.Utilities

Input/output block of a spring/damper model

Spring

Modelica.Mechanics.Rotational.Examples.Utilities

Input/output block of a spring model

AngleToTorqueAdaptor

Modelica.Mechanics.Rotational.Components

Signal adaptor for a Rotational flange with torque as output and angle, speed, and optionally acceleration as inputs (especially useful for FMUs)

TorqueToAngleAdaptor

Modelica.Mechanics.Rotational.Components

Signal adaptor for a Rotational flange with angle, speed, and acceleration as outputs and torque as input (especially useful for FMUs)

AngleSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the absolute flange angle

SpeedSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the absolute flange angular velocity

AccSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the absolute flange angular acceleration

RelAngleSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the relative angle between two flanges

RelSpeedSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the relative angular velocity between two flanges

RelAccSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the relative angular acceleration between two flanges

TorqueSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the torque between two flanges (= flange_a.tau)

PowerSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the power between two flanges (= flange_a.tau*der(flange_a.phi))

MultiSensor

Modelica.Mechanics.Rotational.Sensors

Ideal sensor to measure the torque and power between two flanges (= flange_a.tau*der(flange_a.phi)) and the absolute angular velocity

DirectMass

Modelica.Mechanics.Translational.Examples.Utilities

Input/output block of a direct mass model

InverseMass

Modelica.Mechanics.Translational.Examples.Utilities

Input/output block of an inverse mass model

SpringDamper

Modelica.Mechanics.Translational.Examples.Utilities

Input/output block of a spring/damper model

Spring

Modelica.Mechanics.Translational.Examples.Utilities

Input/output block of a spring model

PositionSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the absolute position

SpeedSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the absolute velocity

AccSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the absolute acceleration

RelPositionSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the relative position

RelSpeedSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the relative speed

RelAccSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the relative acceleration

ForceSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the force between two flanges

PowerSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the power between two flanges (= flange_a.f*der(flange_a.s))

MultiSensor

Modelica.Mechanics.Translational.Sensors

Ideal sensor to measure the absolute velocity, force and power between two flanges

EquilibriumDrumBoiler

Modelica.Fluid.Examples.DrumBoiler.BaseClasses

Simple Evaporator with two states, see Åström, Bell: Drum-boiler dynamics, Automatica 36, 2000, pp.363-378

PartialValve

Modelica.Fluid.Valves.BaseClasses

Base model for valves

Pressure

Modelica.Fluid.Sensors

Ideal pressure sensor

Density

Modelica.Fluid.Sensors

Ideal one port density sensor

DensityTwoPort

Modelica.Fluid.Sensors

Ideal two port density sensor

Temperature

Modelica.Fluid.Sensors

Ideal one port temperature sensor

TemperatureTwoPort

Modelica.Fluid.Sensors

Ideal two port temperature sensor

SpecificEnthalpy

Modelica.Fluid.Sensors

Ideal one port specific enthalpy sensor

SpecificEnthalpyTwoPort

Modelica.Fluid.Sensors

Ideal two port sensor for the specific enthalpy

SpecificEntropy

Modelica.Fluid.Sensors

Ideal one port specific entropy sensor

SpecificEntropyTwoPort

Modelica.Fluid.Sensors

Ideal two port sensor for the specific entropy

MassFractions

Modelica.Fluid.Sensors

Ideal one port mass fraction sensor

MassFractionsTwoPort

Modelica.Fluid.Sensors

Ideal two port sensor for mass fraction

TraceSubstances

Modelica.Fluid.Sensors

Ideal one port trace substances sensor

TraceSubstancesTwoPort

Modelica.Fluid.Sensors

Ideal two port sensor for trace substance

MassFlowRate

Modelica.Fluid.Sensors

Ideal sensor for mass flow rate

VolumeFlowRate

Modelica.Fluid.Sensors

Ideal sensor for volume flow rate

RelativePressure

Modelica.Fluid.Sensors

Ideal relative pressure sensor

RelativeTemperature

Modelica.Fluid.Sensors

Ideal relative temperature sensor

OpenTank

Modelica.Thermal.FluidHeatFlow.Components

Model of a tank under ambient pressure

RelPressureSensor

Modelica.Thermal.FluidHeatFlow.Sensors

Pressure difference sensor

RelTemperatureSensor

Modelica.Thermal.FluidHeatFlow.Sensors

Temperature difference sensor

AbsoluteSensor

Modelica.Thermal.FluidHeatFlow.Interfaces

Partial model of absolute sensor

RelativeSensor

Modelica.Thermal.FluidHeatFlow.Interfaces

Partial model of relative sensor

FlowSensor

Modelica.Thermal.FluidHeatFlow.Interfaces

Partial model of flow sensor

DirectCapacity

Modelica.Thermal.HeatTransfer.Examples.Utilities

Input/output block of a direct heatCapacity model

InverseCapacity

Modelica.Thermal.HeatTransfer.Examples.Utilities

Input/output block of an inverse heatCapacity model

Conduction

Modelica.Thermal.HeatTransfer.Examples.Utilities

Input/output block of a conduction model

TemperatureSensor

Modelica.Thermal.HeatTransfer.Sensors

Absolute temperature sensor in Kelvin

RelTemperatureSensor

Modelica.Thermal.HeatTransfer.Sensors

Relative temperature sensor

HeatFlowSensor

Modelica.Thermal.HeatTransfer.Sensors

Heat flow rate sensor

ConditionalFixedHeatFlowSensor

Modelica.Thermal.HeatTransfer.Sensors

HeatFlowSensor, conditional fixed temperature

ToKelvin

Modelica.Thermal.HeatTransfer.Celsius

Conversion from degree Celsius to Kelvin

FromKelvin

Modelica.Thermal.HeatTransfer.Celsius

Conversion from Kelvin to degree Celsius

TemperatureSensor

Modelica.Thermal.HeatTransfer.Celsius

Absolute temperature sensor in degCelsius

ToKelvin

Modelica.Thermal.HeatTransfer.Fahrenheit

Conversion from degree Fahrenheit to Kelvin

FromKelvin

Modelica.Thermal.HeatTransfer.Fahrenheit

Conversion from Kelvin to degree Fahrenheit

TemperatureSensor

Modelica.Thermal.HeatTransfer.Fahrenheit

Absolute temperature sensor in degFahrenheit

ToKelvin

Modelica.Thermal.HeatTransfer.Rankine

Conversion from degree Rankine to Kelvin

FromKelvin

Modelica.Thermal.HeatTransfer.Rankine

Conversion from Kelvin to degree Rankine

TemperatureSensor

Modelica.Thermal.HeatTransfer.Rankine

Absolute temperature sensor in degRankine