WOLFRAM SYSTEM MODELER

Init

Enumeration defining initialization of a block

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Types.Init"]
Out[1]:=

Information

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

The following initialization alternatives are available:

NoInit
No initialization (start values are used as guess values with fixed=false)
SteadyState
Steady state initialization (derivatives of states are zero)
InitialState
Initialization with initial states
InitialOutput
Initialization with initial outputs (and steady state of the states if possible)

Enumeration Literals (4)

NoInit

No initialization (start values are used as guess values with fixed=false)

SteadyState

Steady state initialization (derivatives of states are zero)

InitialState

Initialization with initial states

InitialOutput

Initialization with initial outputs (and steady state of the states if possible)

Used in Examples (1)

Filter

Modelica.Blocks.Examples

Demonstrates the Continuous.Filter block with various options

Used in Components (15)

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

Derivative

Modelica.Blocks.Continuous

Approximated derivative block

FirstOrder

Modelica.Blocks.Continuous

First order transfer function block (= 1 pole)

SecondOrder

Modelica.Blocks.Continuous

Second order transfer function block (= 2 poles)

PI

Modelica.Blocks.Continuous

Proportional-Integral controller

PID

Modelica.Blocks.Continuous

PID-controller in additive description form

LimPID

Modelica.Blocks.Continuous

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

TransferFunction

Modelica.Blocks.Continuous

Linear transfer function

StateSpace

Modelica.Blocks.Continuous

Linear state space system

LowpassButterworth

Modelica.Blocks.Continuous

Output the input signal filtered with a low pass Butterworth filter of any order

CriticalDamping

Modelica.Blocks.Continuous

Output the input signal filtered with an n-th order filter with critical damping

Filter

Modelica.Blocks.Continuous

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

SlewRateLimiter

Modelica.Blocks.Nonlinear

Limits the slew rate of a signal

LimitedPI

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

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