WOLFRAM SYSTEM MODELER

RealInput

'input Real' as connector

Wolfram Language

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

Information

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

Connector with one input signal of type Real.

Used in Examples (1)

DrumBoiler

Modelica.Fluid.Examples.DrumBoiler

Complete drum boiler model, including evaporator and supplementary components

Used in Components (268)

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

LimPID

Modelica.Blocks.Continuous

P, PI, PD, and PID controller with limited output, anti-windup compensation, setpoint weighting and optional feed-forward

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

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

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

MI2BooleanMOs

Modelica.Blocks.Interfaces

2 Multiple Input / Boolean Multiple Output block with same signal lengths

partialBooleanThresholdComparison

Modelica.Blocks.Interfaces

Partial block to compare the Real input u with a threshold and provide the result as 1 Boolean output signal

partialBooleanComparison

Modelica.Blocks.Interfaces

Partial block with 2 Real input and 1 Boolean output signal (the result of a comparison of the two Real inputs)

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)

ZeroCrossing

Modelica.Blocks.Logical

Trigger zero crossing of input u

Switch

Modelica.Blocks.Logical

Switch between two Real signals

Hysteresis

Modelica.Blocks.Logical

Transform Real to Boolean signal with Hysteresis

OnOffController

Modelica.Blocks.Logical

On-off controller

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

Feedback

Modelica.Blocks.Math

Output difference between commanded and feedback input

Add3

Modelica.Blocks.Math

Output the sum of the three inputs

RealToInteger

Modelica.Blocks.Math

Convert Real to Integer signal

RealToBoolean

Modelica.Blocks.Math

Convert Real to Boolean 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

RealFFT

Modelica.Blocks.Math

Sampling and FFT of input u

VariableLimiter

Modelica.Blocks.Nonlinear

Limit the range of a signal with variable limits

VariableDelay

Modelica.Blocks.Nonlinear

Delay block with variable DelayTime

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

DeMultiplex

Modelica.Blocks.Routing

DeMultiplexer block for arbitrary number of output 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

SineVariableFrequencyAndAmplitude

Modelica.Blocks.Sources

Generate sine signal with variable frequency and amplitude

CosineVariableFrequencyAndAmplitude

Modelica.Blocks.Sources

Generate cosine signal with variable frequency and amplitude

RealToComplex

Modelica.ComplexBlocks.ComplexMath

Converts Cartesian representation to complex

PolarToComplex

Modelica.ComplexBlocks.ComplexMath

Converts polar representation to complex

TransferFunction

Modelica.ComplexBlocks.ComplexMath

Complex Transfer Function

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.

Engine

Modelica.Clocked.Examples.Systems.Utilities.ComponentsThrottleControl

Internal combustion engine.

MixingUnit

Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit

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

FilterOrder

Modelica.Clocked.Examples.Systems.Utilities.ComponentsMixingUnit

Block to determine the minimum filter order

PartialRotationalClock

Modelica.Clocked.ClockSignals.Clocks.Rotational

Base class for event clocks that generate a clock tick each time an observed input angle changes

RotationalClock

Modelica.Clocked.ClockSignals.Clocks.Rotational

Event clock generating a clock tick each time an observed input angle changed for a rotational-interval given as variable input

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

AssignClockToTriggerHold

Modelica.Clocked.RealSignals.Sampler.Utilities

Generate a Boolean continuous-time trigger signal from a clocked Real input

AssignClockToSquareWaveHold

Modelica.Clocked.RealSignals.Sampler.Utilities

Generate a Boolean continuous-time square-wave output from a clocked Real input

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

TankController

Modelica.StateGraph.Examples.Utilities

Controller for tank system

MakeProduct

Modelica.StateGraph.Examples.Utilities

State machine defining the time instants when to fill or empty a tank

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

VariableResistor

Modelica.Electrical.Analog.Basic

Ideal linear electrical resistor with variable resistance

VariableConductor

Modelica.Electrical.Analog.Basic

Ideal linear electrical conductor with variable conductance

VariableCapacitor

Modelica.Electrical.Analog.Basic

Ideal linear electrical capacitor with variable capacitance

VariableInductor

Modelica.Electrical.Analog.Basic

Ideal linear electrical inductor with variable inductance

Potentiometer

Modelica.Electrical.Analog.Basic

Adjustable resistor

SignalVoltage

Modelica.Electrical.Analog.Sources

Generic voltage source using the input signal as source voltage

SineVoltageVariableFrequencyAndAmplitude

Modelica.Electrical.Analog.Sources

Sine voltage source with variable frequency and amplitude

CosineVoltageVariableFrequencyAndAmplitude

Modelica.Electrical.Analog.Sources

Cosine voltage source with variable frequency and amplitude

SignalCurrent

Modelica.Electrical.Analog.Sources

Generic current source using the input signal as source current

SineCurrentVariableFrequencyAndAmplitude

Modelica.Electrical.Analog.Sources

Sine current source with variable frequency and amplitude

CosineCurrentVariableFrequencyAndAmplitude

Modelica.Electrical.Analog.Sources

Cosine current source with variable frequency and amplitude

RealToLogic

Modelica.Electrical.Digital.Converters

Real to Logic converter

Impedance

Modelica.Electrical.Batteries.Utilities

Calculate complex impedance

LimitedPI

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

Limited PI-controller with anti-windup and feed-forward

DcdcInverter

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

DC-DC inverter

IdealDcDc

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

Ideal DC-DC inverter

SwitchingDcDc

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

Switching DC-DC inverter

Rotator

Modelica.Electrical.Machines.SpacePhasors.Components

Rotates space phasor

Rotator

Modelica.Electrical.Machines.SpacePhasors.Blocks

Rotates space phasor

FromSpacePhasor

Modelica.Electrical.Machines.SpacePhasors.Blocks

Conversion of space phasors to polyphase instantaneous values

ThermalAmbientIMC

Modelica.Electrical.Machines.Thermal.InductionMachines

Thermal ambient for induction machine with squirrel cage

ThermalAmbientIMS

Modelica.Electrical.Machines.Thermal.InductionMachines

Thermal ambient for induction machine with slipring

ThermalAmbientSMPM

Modelica.Electrical.Machines.Thermal.SynchronousMachines

Thermal ambient for synchronous machine with permanent magnets

ThermalAmbientSMEE

Modelica.Electrical.Machines.Thermal.SynchronousMachines

Thermal ambient for synchronous machine with electrical excitation

ThermalAmbientSMR

Modelica.Electrical.Machines.Thermal.SynchronousMachines

Thermal ambient for synchronous machine with reluctance rotor

ThermalAmbientDCPM

Modelica.Electrical.Machines.Thermal.DCMachines

Thermal ambient for DC machine with permanent magnets

ThermalAmbientDCEE

Modelica.Electrical.Machines.Thermal.DCMachines

Thermal ambient for DC machine with electrical excitation

ThermalAmbientDCSE

Modelica.Electrical.Machines.Thermal.DCMachines

Thermal ambient for DC machine with series excitation

ThermalAmbientDCCE

Modelica.Electrical.Machines.Thermal.DCMachines

Thermal ambient for DC machine with compound excitation

ThermalAmbientTransformer

Modelica.Electrical.Machines.Thermal

Thermal ambient for transformers

PartialThermalAmbientInductionMachines

Modelica.Electrical.Machines.Interfaces.InductionMachines

Partial thermal ambience for induction machines

PartialThermalAmbientDCMachines

Modelica.Electrical.Machines.Interfaces.DCMachines

Partial thermal ambience for DC machines

ToDQ

Modelica.Electrical.Machines.Utilities

Transform instantaneous stator inputs to rotor fixed space phasor

FromDQ

Modelica.Electrical.Machines.Utilities

Transform rotor fixed space phasor to instantaneous stator quantities

DQToThreePhase

Modelica.Electrical.Machines.Utilities

Transforms dq to three-phase

DQCurrentController

Modelica.Electrical.Machines.Utilities

Current controller in dq coordinate system

SinCosEvaluation

Modelica.Electrical.Machines.Utilities

Evaluation of the signals of a sin-cos-resolver

VariableResistor

Modelica.Electrical.Polyphase.Basic

Ideal linear electrical resistors with variable resistance

VariableConductor

Modelica.Electrical.Polyphase.Basic

Ideal linear electrical conductors with variable conductance

VariableCapacitor

Modelica.Electrical.Polyphase.Basic

Ideal linear electrical capacitors with variable capacitance

VariableInductor

Modelica.Electrical.Polyphase.Basic

Ideal linear electrical inductors with variable inductance

QuasiRMS

Modelica.Electrical.Polyphase.Blocks

SignalVoltage

Modelica.Electrical.Polyphase.Sources

Polyphase signal voltage source

SignalCurrent

Modelica.Electrical.Polyphase.Sources

Polyphase signal current source

Signal2mPulse

Modelica.Electrical.PowerConverters.ACDC.Control

Generic control of 2*m pulse rectifiers

VoltageBridge2Pulse

Modelica.Electrical.PowerConverters.ACDC.Control

Control of 2 pulse bridge rectifier

VoltageBridge2mPulse

Modelica.Electrical.PowerConverters.ACDC.Control

Control of 2*m pulse bridge rectifier

VoltageCenterTap2mPulse

Modelica.Electrical.PowerConverters.ACDC.Control

Control of 2*m pulse center tap rectifier

PWM

Modelica.Electrical.PowerConverters.DCAC.Control

PulseWidthModulation

SVPWM

Modelica.Electrical.PowerConverters.DCAC.Control

SpaceVector Pulse Width Modulation

IntersectivePWM

Modelica.Electrical.PowerConverters.DCAC.Control

Intersective PWM

SignalPWM

Modelica.Electrical.PowerConverters.DCDC.Control

Generates a pulse width modulated (PWM) boolean fire signal

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

VariableResistor

Modelica.Electrical.QuasiStatic.SinglePhase.Basic

Single-phase variable resistor

VariableConductor

Modelica.Electrical.QuasiStatic.SinglePhase.Basic

Single-phase variable conductor

VariableCapacitor

Modelica.Electrical.QuasiStatic.SinglePhase.Basic

Single-phase variable capacitor

VariableInductor

Modelica.Electrical.QuasiStatic.SinglePhase.Basic

Single-phase variable inductor

VariableVoltageSource

Modelica.Electrical.QuasiStatic.SinglePhase.Sources

Variable AC voltage

VariableCurrentSource

Modelica.Electrical.QuasiStatic.SinglePhase.Sources

Variable AC current

FromSpacePhasor

Modelica.Electrical.QuasiStatic.Machines.SpacePhasors.Blocks

Conversion: space phasor -> three-phase

VariableResistor

Modelica.Electrical.QuasiStatic.Polyphase.Basic

Polyphase variable resistor

VariableConductor

Modelica.Electrical.QuasiStatic.Polyphase.Basic

Polyphase variable conductor

VariableCapacitor

Modelica.Electrical.QuasiStatic.Polyphase.Basic

Polyphase variable capacitor

VariableInductor

Modelica.Electrical.QuasiStatic.Polyphase.Basic

Polyphase variable inductor

FromSpacePhasor

Modelica.Electrical.QuasiStatic.Polyphase.Blocks

Conversion: space phasor -> m phase

VariableVoltageSource

Modelica.Electrical.QuasiStatic.Polyphase.Sources

Variable polyphase AC voltage

ReferenceVoltageSource

Modelica.Electrical.QuasiStatic.Polyphase.Sources

Variable polyphase AC voltage with reference angle input

VariableCurrentSource

Modelica.Electrical.QuasiStatic.Polyphase.Sources

Variable polyphase AC current

ReferenceCurrentSource

Modelica.Electrical.QuasiStatic.Polyphase.Sources

Variable polyphase AC current with reference angle input

VariableReluctance

Modelica.Magnetic.FluxTubes.Basic

Variable reluctance

VariablePermeance

Modelica.Magnetic.FluxTubes.Basic

Variable permeance

LeakageWithCoefficient

Modelica.Magnetic.FluxTubes.Basic

Leakage reluctance with respect to the reluctance of a useful flux path (not for dynamic simulation of actuators)

SignalMagneticPotentialDifference

Modelica.Magnetic.FluxTubes.Sources

Signal-controlled magnetomotive force

SignalMagneticFlux

Modelica.Magnetic.FluxTubes.Sources

Signal-controlled magnetic flux source

VariableReluctance

Modelica.Magnetic.QuasiStatic.FluxTubes.Basic

Variable reluctance

VariablePermeance

Modelica.Magnetic.QuasiStatic.FluxTubes.Basic

Variable permeance

LeakageWithCoefficient

Modelica.Magnetic.QuasiStatic.FluxTubes.Basic

Leakage reluctance with respect to the reluctance of a useful flux path (not for dynamic simulation of actuators)

Permeability

Modelica.Magnetic.QuasiStatic.FluxTubes.Sensors.Transient

Determines permeability from flux and magnetic potential difference

SignalMagneticPotentialDifference

Modelica.Magnetic.QuasiStatic.FluxTubes.Sources

Signal-controlled magnetomotive force

SignalMagneticFlux

Modelica.Magnetic.QuasiStatic.FluxTubes.Sources

Signal-controlled magnetic flux source

VfController

Modelica.Magnetic.QuasiStatic.FundamentalWave.Utilities

Voltage-Frequency-Controller

CurrentController

Modelica.Magnetic.QuasiStatic.FundamentalWave.Utilities

Current controller

PathToAxisControlBus

Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Utilities

Map path planning to one axis control bus

WorldForce

Modelica.Mechanics.MultiBody.Forces

External force acting at frame_b, defined by 3 input signals and resolved in frame world, frame_b or frame_resolve

WorldTorque

Modelica.Mechanics.MultiBody.Forces

External torque acting at frame_b, defined by 3 input signals and resolved in frame world, frame_b or frame_resolve

WorldForceAndTorque

Modelica.Mechanics.MultiBody.Forces

External force and torque acting at frame_b, defined by 3+3 input signals and resolved in frame world, frame_b or in frame_resolve

Force

Modelica.Mechanics.MultiBody.Forces

Force acting between two frames, defined by 3 input signals and resolved in frame world, frame_a, frame_b or frame_resolve

Torque

Modelica.Mechanics.MultiBody.Forces

Torque acting between two frames, defined by 3 input signals and resolved in frame world, frame_a, frame_b or frame_resolve

ForceAndTorque

Modelica.Mechanics.MultiBody.Forces

Force and torque acting between two frames, defined by 3+3 input signals and resolved in frame world, frame_a, frame_b or frame_resolve

BasicForce

Modelica.Mechanics.MultiBody.Forces.Internal

Force acting between two frames, defined by 3 input signals

BasicTorque

Modelica.Mechanics.MultiBody.Forces.Internal

Torque acting between two frames, defined by 3 input signals

BasicWorldForce

Modelica.Mechanics.MultiBody.Forces.Internal

External force acting at frame_b, defined by 3 input signals

BasicWorldTorque

Modelica.Mechanics.MultiBody.Forces.Internal

External torque acting at frame_b, defined by 3 input signals

RevoluteWithLengthConstraint

Modelica.Mechanics.MultiBody.Joints.Internal

Revolute joint where the rotation angle is computed from a length constraint (1 degree-of-freedom, no potential state)

PrismaticWithLengthConstraint

Modelica.Mechanics.MultiBody.Joints.Internal

Prismatic joint where the translational distance is computed from a length constraint (1 degree-of-freedom, no potential state)

TransformAbsoluteVector

Modelica.Mechanics.MultiBody.Sensors

Transform absolute vector in to another frame

TransformRelativeVector

Modelica.Mechanics.MultiBody.Sensors

Transform relative vector in to another frame

BasicTransformAbsoluteVector

Modelica.Mechanics.MultiBody.Sensors.Internal

Transform absolute vector into another frame

BasicTransformRelativeVector

Modelica.Mechanics.MultiBody.Sensors.Internal

Transform relative vector into another frame

SignalArrow

Modelica.Mechanics.MultiBody.Visualizers

Visualizing an arrow with dynamically varying size in frame_a based on input signal

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

Brake

Modelica.Mechanics.Rotational.Components

Brake based on Coulomb friction

Clutch

Modelica.Mechanics.Rotational.Components

Clutch based on Coulomb friction

OneWayClutch

Modelica.Mechanics.Rotational.Components

Parallel connection of freewheel and clutch

InitializeFlange

Modelica.Mechanics.Rotational.Components

Initializes a flange with pre-defined angle, speed and angular acceleration (usually, this is reference data from a control bus)

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)

Position

Modelica.Mechanics.Rotational.Sources

Forced movement of a flange according to a reference angle signal

Speed

Modelica.Mechanics.Rotational.Sources

Forced movement of a flange according to a reference angular velocity signal

Accelerate

Modelica.Mechanics.Rotational.Sources

Forced movement of a flange according to an acceleration signal

Move

Modelica.Mechanics.Rotational.Sources

Forced movement of a flange according to an angle, speed and angular acceleration signal

Torque

Modelica.Mechanics.Rotational.Sources

Input signal acting as external torque on a flange

Torque2

Modelica.Mechanics.Rotational.Sources

Input signal acting as torque on two flanges

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

Brake

Modelica.Mechanics.Translational.Components

Brake based on Coulomb friction

RollingResistance

Modelica.Mechanics.Translational.Components

Resistance of a rolling wheel

Vehicle

Modelica.Mechanics.Translational.Components

Simple vehicle model

InitializeFlange

Modelica.Mechanics.Translational.Components

Initializes a flange with pre-defined position, speed and acceleration (usually, this is reference data from a control bus)

Position

Modelica.Mechanics.Translational.Sources

Forced movement of a flange according to a reference position

Speed

Modelica.Mechanics.Translational.Sources

Forced movement of a flange according to a reference speed

Accelerate

Modelica.Mechanics.Translational.Sources

Forced movement of a flange according to an acceleration signal

Move

Modelica.Mechanics.Translational.Sources

Forced movement of a flange according to a position, velocity and acceleration signal

Force

Modelica.Mechanics.Translational.Sources

External force acting on a drive train element as input signal

Force2

Modelica.Mechanics.Translational.Sources

Input signal acting as torque on two flanges

TankController

Modelica.Fluid.Examples.ControlledTankSystem.Utilities

Controller for tank system

NormalOperation

Modelica.Fluid.Examples.ControlledTankSystem.Utilities

Normal operation of tank system (button start pressed)

setReal

Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses

Set output signal to a time varying Real expression

TankWithTopPorts

Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses

Tank with inlet/outlet ports and with inlet ports at the top

PartialLumpedVessel

Modelica.Fluid.Vessels.BaseClasses

Lumped volume with a vector of fluid ports and replaceable heat transfer model

ControlledPump

Modelica.Fluid.Machines

Centrifugal pump with ideally controlled mass flow rate

PrescribedPump

Modelica.Fluid.Machines

Centrifugal pump with ideally controlled speed

ValveLinear

Modelica.Fluid.Valves

Valve for water/steam flows with linear pressure drop

PartialValve

Modelica.Fluid.Valves.BaseClasses

Base model for valves

Boundary_pT

Modelica.Fluid.Sources

Boundary with prescribed pressure, temperature, composition and trace substances

Boundary_ph

Modelica.Fluid.Sources

Boundary with prescribed pressure, specific enthalpy, composition and trace substances

MassFlowSource_T

Modelica.Fluid.Sources

Ideal flow source that produces a prescribed mass flow with prescribed temperature, mass fraction and trace substances

MassFlowSource_h

Modelica.Fluid.Sources

Ideal flow source that produces a prescribed mass flow with prescribed specific enthalpy, mass fraction and trace substances

Valve

Modelica.Thermal.FluidHeatFlow.Components

Simple valve

Ambient

Modelica.Thermal.FluidHeatFlow.Sources

Ambient with constant properties

VolumeFlow

Modelica.Thermal.FluidHeatFlow.Sources

Enforces constant volume flow

PressureIncrease

Modelica.Thermal.FluidHeatFlow.Sources

Enforces constant pressure increase

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

Convection

Modelica.Thermal.HeatTransfer.Components

Lumped thermal element for heat convection (Q_flow = Gc*dT)

ConvectiveResistor

Modelica.Thermal.HeatTransfer.Components

Lumped thermal element for heat convection (dT = Rc*Q_flow)

PrescribedTemperature

Modelica.Thermal.HeatTransfer.Sources

Variable temperature boundary condition in Kelvin

PrescribedHeatFlow

Modelica.Thermal.HeatTransfer.Sources

Prescribed heat flow boundary condition

ToKelvin

Modelica.Thermal.HeatTransfer.Celsius

Conversion from degree Celsius to Kelvin

FromKelvin

Modelica.Thermal.HeatTransfer.Celsius

Conversion from Kelvin to degree Celsius

PrescribedTemperature

Modelica.Thermal.HeatTransfer.Celsius

Variable temperature boundary condition in degCelsius

ToKelvin

Modelica.Thermal.HeatTransfer.Fahrenheit

Conversion from degree Fahrenheit to Kelvin

FromKelvin

Modelica.Thermal.HeatTransfer.Fahrenheit

Conversion from Kelvin to degree Fahrenheit

PrescribedTemperature

Modelica.Thermal.HeatTransfer.Fahrenheit

Variable temperature boundary condition in degFahrenheit

ToKelvin

Modelica.Thermal.HeatTransfer.Rankine

Conversion from degree Rankine to Kelvin

FromKelvin

Modelica.Thermal.HeatTransfer.Rankine

Conversion from Kelvin to degree Rankine

PrescribedTemperature

Modelica.Thermal.HeatTransfer.Rankine

Variable temperature boundary condition in degRankine