Comparison Summary

Modelica with alias name: Version 2.2.2 Modelica_2_2_1 with alias name: Version 2.2.1
Version: 2.2.2 Version: 2.2.1
Version date: 2007-08-21 Version date: 2006-03-24


model Blocks.Examples.BusUsage

Component
Version 2.2.2
Version 2.2.1
model

encapsulated
integerStep
extent=[-60, -40; -40, -20]
extent=[20, 20; 40, 40]
booleanStep
extent=[-58, 0; -38, 20]
extent=[-20, 20; 0, 40]
sine
y(redeclare type SignalType = Modelica.SIunits.AngularVelocity)

extent=[-60, 40; -40, 60]
extent=[-60, 20; -40, 40]
part
Blocks.Examples.BusUsage_Utilities.Part
Blocks.Examples.BusUsage.Part
extent=[-60, -80; -40, -60]
extent=[-96, -60; -76, -40]
gain
extent=[-40, 70; -60, 90]
extent=[-46, -80; -26, -60]
controlBus
Present

extent=[50, -10; 10, 30]

bus

Present

extent=[-80, -20; 80, -14]
restBus

Present

extent=[60, 20; 80, 40]


Equations in Version 2.2.2 Equations in Version 2.2.1
connect(sine.y, controlBus.realSignal1); connect(restBus.bus, bus);
connect(booleanStep.y, controlBus.booleanSignal); connect(part.multiSignal, bus.multiSignal);
connect(integerStep.y, controlBus.integerSignal); connect(sine.y, bus.realSignal1);
connect(gain.u, controlBus.realSignal1); connect(booleanStep.y, bus.booleanSignal);
connect(part.subControlBus, controlBus.subControlBus); connect(integerStep.y, bus.integerSignal);

connect(gain.u, bus.realSignal1);



block Blocks.Continuous.LimIntegrator



Equations in Version 2.2.2 Equations in Version 2.2.1

...
else
der(y) = if y < outMin and u < 0 or y > outMax and u > 0 then 0 else k*u; der(y) = smooth(0,if y < outMin and u < 0 or y > outMax and u > 0 then 0 else k*u);
end if;



block Blocks.Discrete.ZeroOrderHold

Component
Version 2.2.2
Version 2.2.1
ySample

protected
output

start=0

fixed=true




block Blocks.Discrete.TransferFunction

Component
Version 2.2.2
Version 2.2.1
x
start=zeros(size(a, 1) - 1)

fixed=fill(true, size(a, 1) - 1)




model Electrical.Analog.Examples.CauerLowPassAnalog

Component
Version 2.2.2
Version 2.2.1
l1
SIunits.Inductance
Real
l2
SIunits.Inductance
Real
c1
SIunits.Capacitance
Real
c2
SIunits.Capacitance
Real
c3
SIunits.Capacitance
Real
c4
SIunits.Capacitance
Real
c5
SIunits.Capacitance
Real



model Electrical.Analog.Examples.CauerLowPassOPV

Component
Version 2.2.2
Version 2.2.1
l1
SIunits.Capacitance
Real
l2
SIunits.Capacitance
Real
c1
SIunits.Capacitance
Real
c2
SIunits.Capacitance
Real
c3
SIunits.Capacitance
Real
c4
SIunits.Capacitance
Real
c5
SIunits.Capacitance
Real



model Electrical.Analog.Examples.HeatingNPN_OrGate

Component
Version 2.2.2
Version 2.2.1
CapVal
SIunits.Capacitance
Real
T1
Tauf=tauVal
Tauf=0
Taur=tauVal
Taur=0
vt_t(start=0.01, fixed=false)

T2
Tauf=tauVal
Tauf=0
Taur=tauVal
Taur=0
vt_t(start=0.01, fixed=false)

tauVal
Present




connector Electrical.Analog.Interfaces.PositivePin

Component
Version 2.2.2
Version 2.2.1
v
Present

i
Present




connector Electrical.Analog.Interfaces.NegativePin

Component
Version 2.2.2
Version 2.2.1
v
Present

i
Present




model Electrical.Analog.Lines.OLine

Component
Version 2.2.2
Version 2.2.1
g
unit="S/m"
unit="Siemens/m"



model Electrical.Analog.Lines.TLine2

Component
Version 2.2.2
Version 2.2.1
NL
Real
SIunits.Length



block Electrical.Digital.Interfaces.MISO



Equations in Version 2.2.2 Equations in Version 2.2.1

algorithm





block Electrical.Digital.Delay.DelayParams



Equations in Version 2.2.2 Equations in Version 2.2.1

algorithm





model Electrical.Digital.Delay.TransportDelay



Equations in Version 2.2.2 Equations in Version 2.2.1
x_delayed = integer(delay(x, delayTime)); algorithm
y = if delayTime > 0 then
(if time >= delayTime then x_delayed else y0) else
pre(x);
x_delayed := integer(delay(x, delayTime));

y = if delayTime > 0 then
          if time >= delayTime then x_delayed else y0 else
            x;




model Electrical.Digital.Basic.Not

Component
Version 2.2.2
Version 2.2.1
auxiliary
fixed=true




model Electrical.Digital.Basic.And

Component
Version 2.2.2
Version 2.2.1
auxiliary
each fixed=true




model Electrical.Digital.Basic.Nand

Component
Version 2.2.2
Version 2.2.1
auxiliary
each fixed=true




model Electrical.Digital.Basic.Or

Component
Version 2.2.2
Version 2.2.1
auxiliary
each fixed=true




model Electrical.Digital.Basic.Nor

Component
Version 2.2.2
Version 2.2.1
auxiliary
each fixed=true




model Electrical.Digital.Basic.Xor

Component
Version 2.2.2
Version 2.2.1
auxiliary
each fixed=true




model Electrical.Digital.Basic.Xnor

Component
Version 2.2.2
Version 2.2.1
auxiliary
each fixed=true




model Electrical.Digital.Gates.AndGate

Component
Version 2.2.2
Version 2.2.1
G1
final n


n=n



model Electrical.Digital.Gates.NandGate

Component
Version 2.2.2
Version 2.2.1
G1
final n


n=n



model Electrical.Digital.Gates.OrGate

Component
Version 2.2.2
Version 2.2.1
G1
final n


n=n



model Electrical.Digital.Gates.NorGate

Component
Version 2.2.2
Version 2.2.1
G1
final n


n=n



model Electrical.Digital.Gates.XorGate

Component
Version 2.2.2
Version 2.2.1
G1
final n


n=n



model Electrical.Digital.Gates.XnorGate

Component
Version 2.2.2
Version 2.2.1
G1
final n


n=n



block Electrical.Digital.Sources.Step



Equations in Version 2.2.2 Equations in Version 2.2.1

...
end when;
if time >= stepTime then if stepTime <= time then
y = after;
...



model Electrical.Digital.Sources.Clock



Equations in Version 2.2.2 Equations in Version 2.2.1

...
end when;
y = if (not time>=startTime) or time >= t_i + t_width then L.'0' else L.'1'; y = if time < startTime or time >= t_i + t_width then L.'0' else L.'1';



block Electrical.Digital.Converters.BooleanToLogic



Equations in Version 2.2.2 Equations in Version 2.2.1

algorithm

for i in 1:n loop
...
end for;





block Electrical.Digital.Converters.LogicToBoolean



Equations in Version 2.2.2 Equations in Version 2.2.1

algorithm

for i in 1:n loop
...
end for;





block Electrical.Digital.Converters.RealToLogic



Equations in Version 2.2.2 Equations in Version 2.2.1

algorithm

for i in 1:n loop
...
end for;





block Electrical.Digital.Converters.LogicToReal



Equations in Version 2.2.2 Equations in Version 2.2.1

algorithm

for i in 1:n loop
...
end for;





model Electrical.Machines.Examples.AIMC_DOL

Component
Version 2.2.2
Version 2.2.1
QuadraticLoadTorque1
TorqueDirection=false




model Electrical.Machines.Examples.AIMC_YD

Component
Version 2.2.2
Version 2.2.1
QuadraticLoadTorque1
TorqueDirection=false




model Electrical.Machines.Examples.AIMS_start

Component
Version 2.2.2
Version 2.2.1
QuadraticLoadTorque1
TorqueDirection=false




model Electrical.Machines.Examples.SMR_Inverter

Component
Version 2.2.2
Version 2.2.1
RotorAngle1
extent=[10, -30; 30, -50]
extent=[0, -20; -20, 0]



model Electrical.Machines.Examples.SMPM_Inverter

Component
Version 2.2.2
Version 2.2.1
RotorAngle1
extent=[30, -50; 10, -30]
extent=[-20, 0; 0, -20]



model Electrical.Machines.Examples.SMEE_Gen

Component
Version 2.2.2
Version 2.2.1
RotorAngle1
extent=[30, -50; 10, -30]
extent=[-20, 0; 0, -20]
MechanicalPowerSensor1
extent=[40, -50; 60, -30]
extent=[10, -50; 30, -30]


Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(TerminalBox1.plugToGrid, CurrentRMSsensor1.plug_n);
connect(ElectricalPowerSensor1.plug_nv, SMEE1.plug_sn); connect(ElectricalPowerSensor1.plug_nv, RotorAngle1.plug_n);



model Electrical.Machines.Examples.DCSE_start

Component
Version 2.2.2
Version 2.2.1
rpmLoad
=1410
=1402.5
QuadraticLoadTorque1
TorqueDirection=false




model Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage

Component
Version 2.2.2
Version 2.2.1
fNominal

Present
Rs

Present
Lssigma

Present
i_0_s

Present
idq_ss

Present
idq_sr

Present
idq_rs

Present
idq_rr

Present
rs

Present

extent=[60, 50; 40, 70]
lssigma

Present

extent=[30, 50; 10, 70]
spacePhasorS

Present

extent=[10, 40; -10, 20]
airGapS

Present

extent=[-10, -10; 10, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1
connect(airGapS.spacePhasor_r, squirrelCageR.spacePhasor_r); connect(rs.plug_n, lssigma.plug_p);

connect(lssigma.plug_n, spacePhasorS.plug_p);
connect(spacePhasorS.plug_n, plug_sn);
connect(rs.plug_p, plug_sp);
connect(spacePhasorS.ground, spacePhasorS.zero);
connect(spacePhasorS.spacePhasor, airGapS.spacePhasor_s);
connect(airGapS.spacePhasor_r, squirrelCageR.spacePhasor_r);
connect(airGapS.flange_a, inertiaRotor.flange_a);
connect(airGapS.support, internalSupport);



model Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SlipRing

Component
Version 2.2.2
Version 2.2.1
i_0_r
stateSelect=StateSelect.prefer

fNominal

Present
Rs

Present
Lssigma

Present
i_0_s

Present
idq_ss

Present
idq_sr

Present
idq_rs

Present
idq_rr

Present
rs

Present

extent=[60, 50; 40, 70]
lssigma

Present

extent=[30, 50; 10, 70]
spacePhasorS

Present

extent=[10, 40; -10, 20]
airGapS

Present

extent=[-10, -10; 10, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1

connect(rs.plug_n, lssigma.plug_p);
connect(lssigma.plug_n, spacePhasorS.plug_p);
connect(rr.plug_n, lrsigma.plug_p);
...
connect(rr.plug_p, plug_rp);
connect(spacePhasorR.ground, spacePhasorR.zero); connect(rs.plug_p, plug_sp);
connect(airGapS.spacePhasor_r, spacePhasorR.spacePhasor); connect(plug_sn, spacePhasorS.plug_n);

connect(spacePhasorS.ground, spacePhasorS.zero);
connect(spacePhasorR.ground, spacePhasorR.zero);
connect(spacePhasorS.spacePhasor, airGapS.spacePhasor_s);
connect(airGapS.spacePhasor_r, spacePhasorR.spacePhasor);
connect(airGapS.flange_a, inertiaRotor.flange_a);
connect(airGapS.support, internalSupport);



model Electrical.Machines.BasicMachines.SynchronousInductionMachines.SM_PermanentMagnetDamperCage

Component
Version 2.2.2
Version 2.2.1
fNominal

Present
Rs

Present
Lssigma

Present
i_0_s

Present
idq_ss

Present
idq_sr

Present
rs

Present

extent=[60, 50; 40, 70]
lssigma

Present

extent=[30, 50; 10, 70]
spacePhasorS

Present

extent=[10, 40; -10, 20]
airGapR

Present

extent=[-10, -10; 10, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1
connect(airGapR.spacePhasor_r, damperCage.spacePhasor_r); connect(rs.plug_n, lssigma.plug_p);
connect(airGapR.spacePhasor_r, permanentMagnet.spacePhasor_r); connect(lssigma.plug_n, spacePhasorS.plug_p);

connect(rs.plug_p, plug_sp);
connect(spacePhasorS.plug_n, plug_sn);
connect(spacePhasorS.ground, spacePhasorS.zero);
connect(spacePhasorS.spacePhasor, airGapR.spacePhasor_s);
connect(airGapR.flange_a, inertiaRotor.flange_a);
connect(airGapR.support, internalSupport);
connect(airGapR.spacePhasor_r, permanentMagnet.spacePhasor_r);
connect(airGapR.spacePhasor_r, damperCage.spacePhasor_r);



model Electrical.Machines.BasicMachines.SynchronousInductionMachines.SM_ElectricalExcitedDamperCage

Component
Version 2.2.2
Version 2.2.1
Lesigma
=Lmd*TurnsRatio^2*3/2*sigmae/(1 - sigmae)
=Lmd*TurnsRatio^2*sigmae/(1 - sigmae)
Rs

Present
Lssigma

Present
i_0_s

Present
idq_ss

Present
idq_sr

Present
rs

Present

extent=[60, 50; 40, 70]
lssigma

Present

extent=[30, 50; 10, 70]
spacePhasorS

Present

extent=[10, 40; -10, 20]
airGapR

Present

extent=[-10, -10; 10, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1
connect(electricalExcitation.pin_en, pin_en); connect(rs.plug_n, lssigma.plug_p);
connect(pin_ep, re.p); connect(lssigma.plug_n, spacePhasorS.plug_p);
connect(lesigma.p, re.n); connect(rs.plug_p, plug_sp);
connect(lesigma.n, electricalExcitation.pin_ep); connect(spacePhasorS.plug_n, plug_sn);
connect(airGapR.spacePhasor_r, damperCage.spacePhasor_r); connect(spacePhasorS.ground, spacePhasorS.zero);
connect(airGapR.spacePhasor_r, electricalExcitation.spacePhasor_r); connect(spacePhasorS.spacePhasor, airGapR.spacePhasor_s);

connect(airGapR.flange_a, inertiaRotor.flange_a);
connect(airGapR.support, internalSupport);
connect(electricalExcitation.pin_en, pin_en);
connect(pin_ep, re.p);
connect(lesigma.p, re.n);
connect(lesigma.n, electricalExcitation.pin_ep);
connect(airGapR.spacePhasor_r, damperCage.spacePhasor_r);
connect(airGapR.spacePhasor_r, electricalExcitation.spacePhasor_r);



model Electrical.Machines.BasicMachines.SynchronousInductionMachines.SM_ReluctanceRotorDamperCage

Component
Version 2.2.2
Version 2.2.1
fNominal

Present
Rs

Present
Lssigma

Present
i_0_s

Present
idq_ss

Present
idq_sr

Present
idq_rs

Present
idq_rr

Present
rs

Present

extent=[60, 50; 40, 70]
lssigma

Present

extent=[30, 50; 10, 70]
spacePhasorS

Present

extent=[10, 40; -10, 20]
airGapR

Present

extent=[-10, -10; 10, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1
connect(airGapR.spacePhasor_r, damperCage.spacePhasor_r); connect(rs.plug_n, lssigma.plug_p);

connect(lssigma.plug_n, spacePhasorS.plug_p);
connect(rs.plug_p, plug_sp);
connect(spacePhasorS.plug_n, plug_sn);
connect(spacePhasorS.spacePhasor, airGapR.spacePhasor_s);
connect(spacePhasorS.ground, spacePhasorS.zero);
connect(airGapR.flange_a, inertiaRotor.flange_a);
connect(airGapR.support, internalSupport);
connect(airGapR.spacePhasor_r, damperCage.spacePhasor_r);



model Electrical.Machines.BasicMachines.DCMachines.DC_PermanentMagnet

Component
Version 2.2.2
Version 2.2.1
Le
parameter
constant
VaNominal

Present
IaNominal

Present
rpmNominal

Present
Ra

Present
La

Present
TurnsRatio

Present
ra

Present

extent=[60, 50; 40, 70]
la

Present

extent=[30, 50; 10, 70]
airGapDC

Present

extent=[-10, -10; 10, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1
assert(VaNominal > Ra*IaNominal, "VaNominal has to be > Ra*IaNominal"); assert(VaNominal > Ra*IaNominal, "VaNominal has to be > (Ra+Re)*IaNominal");
connect(eGround.p, ie.p); connect(la.p, ra.n);
connect(airGapDC.pin_ep, ie.n); connect(pin_ap, ra.p);
connect(airGapDC.pin_en, eGround.p); connect(la.n, airGapDC.pin_ap);

connect(airGapDC.pin_an, pin_an);
connect(airGapDC.pin_en, eGround.p);
connect(airGapDC.pin_ep, ie.n);
connect(eGround.p, ie.p);
connect(airGapDC.flange_a, inertiaRotor.flange_a);
connect(airGapDC.support, internalSupport);



model Electrical.Machines.BasicMachines.DCMachines.DC_ElectricalExcited

Component
Version 2.2.2
Version 2.2.1
VaNominal

Present
IaNominal

Present
rpmNominal

Present
Ra

Present
La

Present
TurnsRatio

Present
ra

Present

extent=[60, 50; 40, 70]
la

Present

extent=[30, 50; 10, 70]
airGapDC

Present

extent=[-10, -10; 10, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1
assert(VaNominal > Ra*IaNominal, "VaNominal has to be > Ra*IaNominal"); assert(VaNominal > Ra*IaNominal, "VaNominal has to be > (Ra+Re)*IaNominal");
connect(re.p, pin_ep); connect(la.p, ra.n);
connect(pin_en, airGapDC.pin_en); connect(pin_ap, ra.p);
connect(re.n, airGapDC.pin_ep); connect(la.n, airGapDC.pin_ap);

connect(airGapDC.pin_an, pin_an);
connect(re.p, pin_ep);
connect(re.n, airGapDC.pin_ep);
connect(airGapDC.pin_en, pin_en);
connect(airGapDC.flange_a, inertiaRotor.flange_a);
connect(airGapDC.support, internalSupport);



model Electrical.Machines.BasicMachines.DCMachines.DC_SeriesExcited

Component
Version 2.2.2
Version 2.2.1
VaNominal

Present
IaNominal

Present
rpmNominal

Present
Ra

Present
La

Present
TurnsRatio

Present
ra

Present

extent=[60, 50; 40, 70]
la

Present

extent=[30, 50; 10, 70]
airGapDC

Present

extent=[-10, -10; 10, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1
assert(VaNominal > (Ra+Re)*IaNominal, "VaNominal has to be > (Ra+Re)*IaNominal");
connect(re.p, pin_ep); connect(la.p, ra.n);
connect(pin_en, airGapDC.pin_en); connect(pin_ap, ra.p);
connect(re.n, airGapDC.pin_ep); connect(la.n, airGapDC.pin_ap);

connect(airGapDC.pin_an, pin_an);
connect(re.p, pin_ep);
connect(re.n, airGapDC.pin_ep);
connect(airGapDC.pin_en, pin_en);
connect(airGapDC.flange_a, inertiaRotor.flange_a);
connect(airGapDC.support, internalSupport);



model Electrical.Machines.BasicMachines.Components.AirGapS

Component
Version 2.2.2
Version 2.2.1
m

Present
p

Present
tau_electrical

Present
gamma

Present
i_ss

Present
i_sr

Present
i_rs

Present
i_rr

Present
psi_ms

Present
psi_mr

Present
RotationMatrix

Present
flange_a

Present

extent=[-10, 110; 10, 90]
support

Present

extent=[-10, -110; 10, -90]
spacePhasor_s

Present

extent=[-110, 90; -90, 110]
spacePhasor_r

Present

extent=[90, 90; 110, 110]


Equations in Version 2.2.2 Equations in Version 2.2.1
i_ms = i_ss + i_rs; gamma=p*(flange_a.phi-support.phi);
psi_ms = L*i_ms; RotationMatrix={{+cos(gamma),-sin(gamma)},{+sin(gamma),+cos(gamma)}};
psi_mr = transpose(RotationMatrix)*psi_ms; i_ss = spacePhasor_s.i_;

i_ss = RotationMatrix*i_sr;
i_rr = spacePhasor_r.i_;
i_rs = RotationMatrix*i_rr;
i_ms = i_ss + i_rs;
psi_ms = L*i_ms;
psi_mr = transpose(RotationMatrix)*psi_ms;
spacePhasor_s.v_ = der(psi_ms);
spacePhasor_r.v_ = der(psi_mr);
tau_electrical = m/2*p*(spacePhasor_s.i_[2]*psi_ms[1] - spacePhasor_s.i_[1]*psi_ms[2]);
flange_a.tau = -tau_electrical;
support.tau = tau_electrical;



model Electrical.Machines.BasicMachines.Components.AirGapR

Component
Version 2.2.2
Version 2.2.1
m

Present
p

Present
tau_electrical

Present
gamma

Present
i_ss

Present
i_sr

Present
i_rs

Present
i_rr

Present
psi_ms

Present
psi_mr

Present
RotationMatrix

Present
flange_a

Present

extent=[-10, 110; 10, 90]
support

Present

extent=[-10, -110; 10, -90]
spacePhasor_s

Present

extent=[-110, 90; -90, 110]
spacePhasor_r

Present

extent=[90, 90; 110, 110]


Equations in Version 2.2.2 Equations in Version 2.2.1
i_mr = i_sr + i_rr; gamma=p*(flange_a.phi-support.phi);
psi_mr = L*i_mr; RotationMatrix={{+cos(gamma),-sin(gamma)},{+sin(gamma),+cos(gamma)}};
psi_ms = RotationMatrix*psi_mr; i_ss = spacePhasor_s.i_;

i_ss = RotationMatrix*i_sr;
i_rr = spacePhasor_r.i_;
i_rs = RotationMatrix*i_rr;
i_mr = i_sr + i_rr;
psi_mr = L*i_mr;
psi_ms = RotationMatrix*psi_mr;
spacePhasor_s.v_ = der(psi_ms);
spacePhasor_r.v_ = der(psi_mr);
tau_electrical = m/2*p*(spacePhasor_s.i_[2]*psi_ms[1] - spacePhasor_s.i_[1]*psi_ms[2]);
flange_a.tau = -tau_electrical;
support.tau = tau_electrical;



model Electrical.Machines.BasicMachines.Components.ElectricalExcitation



Equations in Version 2.2.2 Equations in Version 2.2.1

...
spacePhasor_r.i_ = {-ie*TurnsRatio,0};
ve = spacePhasor_r.v_[1]*TurnsRatio*3/2; ve = spacePhasor_r.v_[1]*TurnsRatio;



model Electrical.Machines.BasicMachines.Components.AirGapDC

Component
Version 2.2.2
Version 2.2.1
TurnsRatio

Present
w

Present
vei

Present
ie

Present
psi_e

Present
vai

Present
ia

Present
tau_electrical

Present
flange_a

Present

extent=[-10, 110; 10, 90]
support

Present

extent=[-10, -110; 10, -90]
pin_ap

Present

extent=[-110, 110; -90, 90]
pin_ep

Present

extent=[90, 110; 110, 90]
pin_an

Present

extent=[-110, -110; -90, -90]
pin_en

Present

extent=[90, -110; 110, -90]


Equations in Version 2.2.2 Equations in Version 2.2.1
psi_e = Le * ie; vai = pin_ap.v - pin_an.v;

ia = + pin_ap.i;
ia = - pin_an.i;
vei = pin_ep.v - pin_en.v;
ie = + pin_ep.i;
ie = - pin_en.i;
psi_e = Le * ie;
vei = der(psi_e);
w = der(flange_a.phi)-der(support.phi);
vai = TurnsRatio * psi_e * w;
tau_electrical = TurnsRatio * psi_e * ia;
flange_a.tau = -tau_electrical;
support.tau = tau_electrical;



model Electrical.Machines.Sensors.RotorAngle

Component
Version 2.2.2
Version 2.2.1
support
Present

extent=[90, 90; 110, 110]

adapter
Present

extent=[80, 70; 60, 90]

fixedHousing

Present

extent=[50, 70; 70, 90]


Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(relativeAngleSensor.flange_b, flange);
connect(relativeAngleSensor.flange_a, adapter.flange_b); connect(relativeAngleSensor.flange_a, fixedHousing.flange_b);
connect(adapter.flange_a, support);




model Electrical.Machines.Interfaces.PartialBasicMachine

Component
Version 2.2.2
Version 2.2.1
phi_mechanical
=flange_a.phi - support.phi
=flange_a.phi
J_Stator
Present

support
Present

extent=[90, -110; 110, -90]

inertiaStator
Present

extent=[80, -90; 60, -110]

adapter
Present

extent=[30, -90; 50, -110]

fixedHousing

Present

extent=[30, -110; 50, -90]


Equations in Version 2.2.2 Equations in Version 2.2.1
connect(inertiaRotor.flange_b, flange_a);
connect(inertiaStator.flange_b, support); connect(internalSupport, fixedHousing.flange_b);
connect(adapter.flange_a, inertiaStator.flange_a);
connect(adapter.flange_b, internalSupport);




model Electrical.MultiPhase.Basic.PlugToPin_p

Component
Version 2.2.2
Version 2.2.1
plug_p
extent=[-30, -10; -10, 10]
extent=[-110, -10; -90, 10]
pin_p
extent=[10, -10; 30, 10]
extent=[90, -10; 110, 10]



model Electrical.MultiPhase.Basic.PlugToPin_n

Component
Version 2.2.2
Version 2.2.1
plug_n
extent=[-30, -10; -10, 10]
extent=[-110, -10; -90, 10]
pin_n
extent=[10, -10; 30, 10]
extent=[92, -10; 112, 10]



model Electrical.MultiPhase.Basic.Conductor

Component
Version 2.2.2
Version 2.2.1
G
SIunits.Conductance
SIunits.Resistance



model Electrical.MultiPhase.Examples.Rectifier

Component
Version 2.2.2
Version 2.2.1
SineVoltage1
extent=[-70, 10; -90, -10]
extent=[-70, -10; -90, 10]



connector Electrical.MultiPhase.Interfaces.Plug

Component
Version 2.2.2
Version 2.2.1
pin

graphical

extent=[-10, -10; 10, 10]



model Electrical.MultiPhase.Sources.SineCurrent

Component
Version 2.2.2
Version 2.2.1
offset
SIunits.Current
SIunits.Voltage



model Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses

Component
Version 2.2.2
Version 2.2.1
body3
Present

extent=[-20, 60; 0, 80]

body4
Present

extent=[20, 60; 40, 80]

spring
Present

extent=[0, 60; 20, 80]



Equations in Version 2.2.2 Equations in Version 2.2.1
connect(spring.frame_a, body3.frame_a);
connect(spring.frame_b, body4.frame_a);




model Mechanics.MultiBody.Examples.Elementary.ThreeSprings

Component
Version 2.2.2
Version 2.2.1
spring1
lineForce(r_rel_0(start={-0.2,-0.2,0.2}))




model Mechanics.MultiBody.Examples.Loops.EngineV6

Component
Version 2.2.2
Version 2.2.1
cylinder3
crankAngleOffset=Cv.from_deg(210)
crankAngleOffset=Cv.from_deg(-150)
cylinder4
crankAngleOffset=Cv.from_deg(210)
crankAngleOffset=Cv.from_deg(-90)
cylinder5
crankAngleOffset=Cv.from_deg(90)
crankAngleOffset=Cv.from_deg(300)
cylinder6
crankAngleOffset=Cv.from_deg(-30)
crankAngleOffset=Cv.from_deg(150)
engineSpeed_rpm
Present

engineTorque
Present

filteredEngineTorque
Present

load
Present

extent=[-44, -30; -24, -10]

load2
Present

extent=[6, -30; -14, -10]

torqueSensor
Present

extent=[-72, -30; -52, -10]

filter
Present

extent=[-54, -60; -34, -40]

inertia

Present

extent=[-110, -30; -90, -10]


Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(cylinder2.cylinder_a, cylinder1.cylinder_b);

connect(inertia.flange_b, bearing.axis);
connect(world.frame_b, cylinder1.cylinder_a);
connect(world.frame_b, bearing.frame_a);
connect(load2.flange, load.flange_b);
connect(torqueSensor.flange_b, load.flange_a);
connect(torqueSensor.tau,filter. u);
connect(torqueSensor.flange_a, bearing.axis);




model Mechanics.MultiBody.Examples.Loops.EngineV6_analytic

Component
Version 2.2.2
Version 2.2.1
world
extent=[-80, -20; -60, 0]
extent=[-60, -20; -40, 0]
engine
extent=[-40, 0; 0, 40]
extent=[-20, 0; 20, 40]
engineSpeed_rpm
Present

engineTorque
Present

filteredEngineTorque
Present

load2
Present

extent=[90, 10; 70, 30]

torqueSensor
Present

extent=[12, 10; 32, 30]

filter
Present

extent=[30, -20; 50, 0]



Equations in Version 2.2.2 Equations in Version 2.2.1
connect(world.frame_b, engine.frame_a);
connect(load2.flange, load.flange_b); connect(engine.flange_b, load.flange_a);
connect(torqueSensor.flange_a, engine.flange_b);
connect(torqueSensor.flange_b, load.flange_a);
connect(torqueSensor.tau, filter.u);




model Mechanics.MultiBody.Examples.Loops.Utilities.GasForce

Component
Version 2.2.2
Version 2.2.1
x
Real
SIunits.Position
y
Real
SIunits.Position
press
SIunits.Conversions.NonSIunits.Pressure_bar
SIunits.Pressure



model Mechanics.MultiBody.Examples.Loops.Utilities.GasForce2

Component
Version 2.2.2
Version 2.2.1
x
Real
SIunits.Position



model Mechanics.MultiBody.Examples.Loops.Utilities.EngineV6_analytic

Component
Version 2.2.2
Version 2.2.1
cylinder3
crankAngleOffset=210
crankAngleOffset=-150
cylinder4
crankAngleOffset=210
crankAngleOffset=-90
cylinder5
crankAngleOffset=90
crankAngleOffset=300
cylinder6
crankAngleOffset=-30
crankAngleOffset=150



model Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis

Component
Version 2.2.2
Version 2.2.1
pathPlanning
Present

extent=[-60, 0; -40, 20]

controlBus
Present

extent=[-32, 10; 8, 50]

path

Present

extent=[-50, 0; -30, 20]
bus

Present

extent=[-3, 0; 0, 40]


Equations in Version 2.2.2 Equations in Version 2.2.1
connect(axis.flange, load.flange_a);
connect(pathPlanning.controlBus, controlBus); connect(axis.bus, bus.axis[1]);
connect(controlBus.axisControlBus1, axis.axisControlBus); connect(path.bus, bus);



model Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot

Component
Version 2.2.2
Version 2.2.1
mechanics
extent=[35, -35; 95, 25]
extent=[34.5, -35; 94.5, 25]
axis1
extent=[-25, -75; -5, -55]
extent=[-25, -55; -5, -75]
axis2
extent=[-25, -55; -5, -35]
extent=[-25, -35; -5, -55]
axis3
extent=[-25, -35; -5, -15]
extent=[-25, -15; -5, -35]
axis4
extent=[-25, -15; -5, 5]
extent=[-25, 5; -5, -15]
axis5
extent=[-25, 5; -5, 25]
extent=[-25, 25; -5, 5]
axis6
extent=[-25, 25; -5, 45]
extent=[-25, 45; -5, 25]
pathPlanning
Present

extent=[-5, 50; -25, 70]

controlBus
Present

extent=[-100, -30; -60, 10]

path

Present

extent=[-80, -25; -60, -5]
bus

Present

extent=[-42.5, -75; -40, 45.5]


Equations in Version 2.2.2 Equations in Version 2.2.1
connect(axis2.flange, mechanics.axis2);

connect(path.bus, bus);
connect(axis2.bus, bus.axis[2]);
connect(axis1.bus, bus.axis[1]);
connect(axis3.bus, bus.axis[3]);
connect(axis4.bus, bus.axis[4]);
connect(axis5.bus, bus.axis[5]);
connect(axis6.bus, bus.axis[6]);
connect(axis1.flange, mechanics.axis1);
...
connect(axis6.flange, mechanics.axis6);
connect(controlBus, pathPlanning.controlBus);
connect(controlBus.axisControlBus1, axis1.axisControlBus);
connect(controlBus.axisControlBus2, axis2.axisControlBus);
connect(controlBus.axisControlBus3, axis3.axisControlBus);
connect(controlBus.axisControlBus4, axis4.axisControlBus);
connect(controlBus.axisControlBus5, axis5.axisControlBus);
connect(controlBus.axisControlBus6, axis6.axisControlBus);




model Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType1

Component
Version 2.2.2
Version 2.2.1
bearingFriction
tau_pos=[0, Rv0/unitTorque; 1, (Rv0 + Rv1*unitAngularVelocity)/unitTorque]
tau_pos=[0, Rv0; 1, Rv0 + Rv1]
unitAngularVelocity
Present

unitTorque
Present




model Mechanics.MultiBody.Examples.Systems.RobotR3.Components.GearType2

Component
Version 2.2.2
Version 2.2.1
bearingFriction
tau_pos=[0, Rv0/unitTorque; 1, (Rv0 + Rv1*unitAngularVelocity)/unitTorque]
tau_pos=[0, Rv0; 1, Rv0 + Rv1]
unitAngularVelocity
Present

unitTorque
Present




model Mechanics.MultiBody.Examples.Systems.RobotR3.Components.Motor

Component
Version 2.2.2
Version 2.2.1
hall2
extent=[-60, -40; -80, -60]
extent=[-59, -40; -79, -60]
Rd3
extent=[-77, -30; -63, -14]
extent=[-76, -30; -62, -14]
g2
extent=[-80, -91; -60, -71]
extent=[-79, -90; -59, -70]
axisControlBus
Present

extent=[60, -120; 100, -80]

bus

Present

extent=[70, -120; 90, -100]


Equations in Version 2.2.2 Equations in Version 2.2.1

...
equation
connect(phi.phi, axisControlBus.motorAngle);
equation
connect(phi.phi, bus.motorAngle);
connect(speed.w, axisControlBus.motorSpeed); connect(speed.w, bus.motorSpeed);
connect(hall1.i, axisControlBus.current); connect(hall1.i, bus.current);
connect(hall1.i, convert1.u);
connect(convert1.y, hall2.v);
connect(convert2.u, axisControlBus.current_ref); connect(convert2.u, bus.current_ref);
connect(convert2.y, Vs.v);



model Mechanics.MultiBody.Examples.Systems.RobotR3.Components.Controller

Component
Version 2.2.2
Version 2.2.1
PI
y(redeclare type SignalType = Modelica.SIunits.Current)

axisControlBus
Present

extent=[-20, -120; 20, -80]

bus

Present

extent=[-10, -120; 10, -100]


Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(add3.y, PI.u);
connect(gain2.u, axisControlBus.speed_ref); connect(gain2.u, bus.speed_ref);
connect(gain1.u, axisControlBus.angle_ref); connect(gain1.u, bus.angle_ref);
connect(feedback1.u2, axisControlBus.motorAngle); connect(feedback1.u2, bus.motorAngle);
connect(add3.u3, axisControlBus.motorSpeed); connect(add3.u3, bus.motorSpeed);
connect(PI.y, axisControlBus.current_ref); connect(PI.y, bus.current_ref);



model Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisType1

Component
Version 2.2.2
Version 2.2.1
kp

Present
ks

Present
Ts

Present
k

Present
w

Present
D

Present
J

Present
ratio

Present
Rv0

Present
Rv1

Present
peak

Present
phi_flange

Present
w_flange

Present
a_flange

Present
flange

Present

extent=[100, -10; 120, 10]
gear

Present

extent=[0, -10; 20, 10]
motor

Present

extent=[-30, -10; -10, 10]
controller

Present

extent=[-70, -10; -50, 10]
bus

Present

extent=[-120, -10; -100, 10]
angleSensor

Present

extent=[20, -50; 40, -30]
speedSensor

Present

extent=[60, -30; 40, -50]
accSensor

Present

extent=[60, -50; 80, -30]


Equations in Version 2.2.2 Equations in Version 2.2.1

initial equation

phi_flange = bus.angle_ref;
w_flange = bus.speed_ref;
a_flange = 0;

equation
  connect(controller.bus, bus);
connect(motor.bus, bus);
connect(gear.flange_b, flange);
connect(gear.flange_b, angleSensor.flange_a);
connect(gear.flange_b, speedSensor.flange_a);
connect(motor.flange_motor, gear.flange_a);
connect(gear.flange_b, accSensor.flange_a);
connect(angleSensor.phi, bus.angle);
connect(speedSensor.w, bus.speed);
connect(accSensor.a, bus.acceleration);



model Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisType2

Component
Version 2.2.2
Version 2.2.1
flange
extent=[90, -10; 110, 10]
extent=[100, -10; 120, 10]
gear
replaceable

angleSensor
extent=[30, 60; 50, 80]
extent=[20, -39; 40, -19]
speedSensor
extent=[50, 60; 30, 40]
extent=[60, -20; 40, -40]
accSensor
extent=[30, 20; 50, 40]
extent=[60, -40; 80, -20]
axisControlBus
Present

extent=[-120, -20; -80, 20]

initializeFlange
Present

extent=[-40, -60; -20, -40]

const
Present

extent=[-65, -65; -55, -55]

phi_flange

Present
w_flange

Present
a_flange

Present
bus

Present

extent=[-120, -10; -100, 10]


Equations in Version 2.2.2 Equations in Version 2.2.1

initial equation

phi_flange = bus.angle_ref;
w_flange = bus.speed_ref;
a_flange = 0;

equation
  connect(controller.bus, bus);
connect(motor.bus, bus);
connect(gear.flange_b, flange);
...
connect(gear.flange_b, accSensor.flange_a);
connect(controller.axisControlBus, axisControlBus); connect(angleSensor.phi, bus.angle);
connect(motor.axisControlBus, axisControlBus); connect(speedSensor.w, bus.speed);
connect(angleSensor.phi, axisControlBus.angle); connect(accSensor.a, bus.acceleration);
connect(speedSensor.w, axisControlBus.speed);
connect(accSensor.a, axisControlBus.acceleration);
connect(axisControlBus.angle_ref, initializeFlange.phi_start);
connect(axisControlBus.speed_ref, initializeFlange.w_start);
connect(initializeFlange.flange, flange);
connect(const.y, initializeFlange.a_start);




model Mechanics.MultiBody.Forces.ForceAndTorque

Component
Version 2.2.2
Version 2.2.1
t_b_0
SIunits.Torque
SIunits.Force



model Mechanics.MultiBody.Forces.LineForceWithTwoMasses

Component
Version 2.2.2
Version 2.2.1
e_rel_0
Real
SIunits.Position



function Mechanics.MultiBody.Frames.axisRotation

Component
Version 2.2.2
Version 2.2.1
der_angle
SIunits.AngularVelocity
SIunits.Angle



model Mechanics.MultiBody.Interfaces.PartialLineForce

Component
Version 2.2.2
Version 2.2.1
e_a
Real
SIunits.Position



model Mechanics.MultiBody.Joints.SphericalSpherical

Component
Version 2.2.2
Version 2.2.1
eRod_a
Real
SIunits.Position



model Mechanics.MultiBody.Joints.Assemblies.JointUSP

Component
Version 2.2.2
Version 2.2.1
aux
Real
SIunits.Position



model Mechanics.MultiBody.Joints.Assemblies.JointSSP

Component
Version 2.2.2
Version 2.2.1
aux
Real
SIunits.Position



model Mechanics.MultiBody.Parts.FixedRotation



Equations in Version 2.2.2 Equations in Version 2.2.1

...
zeros(3) = frame_b.f + Frames.resolve1(R_rel_inv, frame_a.f);
zeros(3) = frame_b.t + Frames.resolve1(R_rel_inv, frame_a.t) + cross(Frames.resolve1(R_rel_inv,r), frame_b.f); zeros(3) = frame_b.t + Frames.resolve1(R_rel_inv, frame_a.t) + cross(r,
frame_b.f);
end if;



model Mechanics.MultiBody.Parts.PointMass



Equations in Version 2.2.2 Equations in Version 2.2.1

...
equation
definePotentialRoot(frame_a.R, 10000);
equation
definePotentialRoot(frame_a.R, 100);
if isRoot(frame_a.R) then
assert(cardinality(frame_a)==0, "
A Modelica.Mechanics.MultiBody.Parts.PointMass model is connected in
a way, so that no equations are present to compute frame_a.R
(the orientation object in the connector). Setting frame_a.R to
an arbitrary value in the PointMass model, might lead to a wrong
overall model, depending on how the PointMass model is used.
   You can avoid this message, by providing equations that
compute the orientation object, e.g., by using the
Modelica.Mechanics.MultiBody.Joints.FreeMotion joint.
   If a PointMass model is not connected at all, the
orientation object is set to a unit rotation. But this is
the only case where this is done.
");

frame_a.R = Frames.nullRotation();
...



model Mechanics.MultiBody.Sensors.AbsoluteSensor

Component
Version 2.2.2
Version 2.2.1
angles
SIunits.Angle
SIunits.Acceleration
w_abs_0
SIunits.AngularVelocity
SIunits.Velocity



model Mechanics.MultiBody.Sensors.RelativeSensor

Component
Version 2.2.2
Version 2.2.1
angles
SIunits.Angle
SIunits.Acceleration



model Mechanics.MultiBody.Sensors.Distance

Component
Version 2.2.2
Version 2.2.1
L2
SIunits.Area
SIunits.Length
s_small2
SIunits.Area
SIunits.Length



model Mechanics.MultiBody.Visualizers.Advanced.Shape

Component
Version 2.2.2
Version 2.2.1
color
Real
Mechanics.MultiBody.Types.Color
sizes= 3




model Mechanics.Rotational.Examples.First

Component
Version 2.2.2
Version 2.2.1
model

encapsulated
fixed
extent=[38, -48; 54, -32]
extent=[38, -60; 54, -44]
inertia2
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState


phi(start=0)

w(start=0)
inertia3
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState


phi(start=0)

w(start=0)
damper
extent=[38, -30; 54, -14]
extent=[38, -36; 54, -20]


Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(sine.y, torque.tau);
connect(torque.bearing, fixed.flange_b);
connect(idealGear.bearing, fixed.flange_b);




model Mechanics.Rotational.Examples.Friction

Component
Version 2.2.2
Version 2.2.1
model

encapsulated
inertia3
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState

phi_start=0

w_start=100


phi(start=0)

w(start=100)
inertia2
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState

phi_start=0

w_start=90


phi(start=0)

w(start=90)
inertia1
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState

phi_start=0

w_start=90


phi(start=0)

w(start=90)
fixed
Present

extent=[-5, -25; 5, -15]



Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(step.y, brake.f_normalized);
connect(torque.bearing, fixed.flange_b);
connect(brake.bearing, fixed.flange_b);




model Mechanics.Rotational.Examples.CoupledClutches

Component
Version 2.2.2
Version 2.2.1
model

encapsulated
J1
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState

w_start=10


phi(start=0)

w(start=10)
J2
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState

J3
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState

J4
initType=Modelica.Mechanics.Rotational.Types.Init.InitialState

fixed
Present

extent=[-68, -28; -52, -12]



Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(step2.y, clutch3.f_normalized);
connect(fixed.flange_b, torque.bearing);




model Mechanics.Rotational.Examples.LossyGearDemo1

Component
Version 2.2.2
Version 2.2.1
model

encapsulated
fixed
Present

extent=[-10, -30; 10, -10]



Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(load.y, torque2.tau);
connect(fixed.flange_b, gear.bearing);
connect(fixed.flange_b, torque1.bearing);
connect(fixed.flange_b, torque2.bearing);




model Mechanics.Rotational.Examples.LossyGearDemo2

Component
Version 2.2.2
Version 2.2.1
model

encapsulated
gear
extent=[-4, 0; 16, 20]
extent=[-10, 0; 10, 20]
Inertia1
extent=[-30, 0; -10, 20]
extent=[-40, 0; -20, 20]
torque1
extent=[-84, 0; -64, 20]
extent=[-50, 60; -70, 80]
torque2
extent=[68, 0; 48, 20]
extent=[70, 0; 50, 20]
DriveSine
extent=[-60, 40; -80, 60]
extent=[-20, 60; -40, 80]
bearingFriction
extent=[-58, 0; -38, 20]
extent=[-70, 0; -50, 20]
fixed
Present

extent=[-4, -50; 16, -30]



Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(load.y, torque2.tau);
connect(gear.bearing, fixed.flange_b);
connect(fixed.flange_b, torque2.bearing);
connect(fixed.flange_b, bearingFriction.bearing);
connect(torque1.bearing, fixed.flange_b);




model Mechanics.Rotational.Examples.ElasticBearing



Equations in Version 2.2.2 Equations in Version 2.2.1

...
connect(ramp.y, torque.tau);
connect(fixed.flange_b, torque.bearing);




model Mechanics.Rotational.Interfaces.FrictionBase

Component
Version 2.2.2
Version 2.2.1
unitAngularAcceleration
Present

unitTorque
Present



Equations in Version 2.2.2 Equations in Version 2.2.1
startForward = pre(mode) == Stuck and (sa > tau0_max/unitTorque or pre(startForward)
and sa > tau0/unitTorque) or pre(mode) == Backward and w_relfric > w_small or
initial() and (w_relfric > 0);
startForward = pre(mode) == Stuck and (sa > tau0_max or pre(startForward)
and sa > tau0) or pre(mode) == Backward and w_relfric > w_small or
initial() and (w_relfric > 0);
startBackward = pre(mode) == Stuck and (sa < -tau0_max/unitTorque or pre(
startBackward) and sa < -tau0/unitTorque) or pre(mode) == Forward and w_relfric <
-w_small or initial() and (w_relfric < 0);
startBackward = pre(mode) == Stuck and (sa < -tau0_max or pre(
startBackward) and sa < -tau0) or pre(mode) == Forward and w_relfric <
-w_small or initial() and (w_relfric < 0);
locked = not free and not (pre(mode) == Forward or startForward or pre(
    mode) == Backward or startBackward);
a_relfric = unitAngularAcceleration *
(if locked then 0 else
if free then sa else if startForward then
sa - tau0/unitTorque else if startBackward then sa + tau0/unitTorque else if pre(mode)
== Forward then sa - tau0/unitTorque else sa + tau0/unitTorque);
a_relfric = if locked then 0 else if free then sa else if startForward then
sa - tau0 else if startBackward then sa + tau0 else if pre(mode)
== Forward then sa - tau0 else sa + tau0;
mode = if free then Free else (if (pre(mode) == Forward or pre(mode) ==
    Free or startForward) and w_relfric > 0 then Forward else if (pre(mode)
     == Backward or pre(mode) == Free or startBackward) and w_relfric < 0 then
          Backward else Stuck);



model Mechanics.Rotational.OneWayClutch

Component
Version 2.2.2
Version 2.2.1
unitAngularAcceleration
Present

unitTorque
Present



Equations in Version 2.2.2 Equations in Version 2.2.1

...
locked = pre(stuck) and not startForward;
a_rel = unitAngularAcceleration* (if locked then 0 else sa - tau0/unitTorque); a_rel = if locked then 0 else sa - tau0;
tau = if locked then sa else (if free then 0 else cgeo*fn*
    Modelica.Math.tempInterpol1(w_rel, mue_pos, 2));
...



model Mechanics.Rotational.LossyGear

Component
Version 2.2.2
Version 2.2.1
unitAngularAcceleration
Present

unitTorque
Present



Equations in Version 2.2.2 Equations in Version 2.2.1

...
tauLoss = if ideal then 0 else (if locked then sa else (if (startForward or
        pre(mode) == Forward) then tauLossMax else tauLossMin));
a_a = unitAngularAcceleration*(if locked then 0 else sa - tauLoss/unitTorque); a_a = if locked then 0 else sa - tauLoss;
mode = if ideal then Free else (if (pre(mode) == Forward or startForward)
     and w_a > 0 then Forward else if (pre(mode) == Backward or startBackward)
     and w_a < 0 then Backward else Stuck);



model Mechanics.Translational.Interfaces.FrictionBase

Component
Version 2.2.2
Version 2.2.1
startForward
start=false

fixed=true

startBackward
start=false

fixed=true

locked
start=false

mode
fixed=true

unitAcceleration
Present

unitForce
Present



Equations in Version 2.2.2 Equations in Version 2.2.1
startForward = pre(mode) == Stuck and (sa > f0_max/unitForce and s < (smax - L/2) or
pre(startForward) and sa > f0/unitForce and s < (smax - L/2)) or pre(mode)
== Backward and v_relfric > v_small or initial() and (v_relfric > 0);
startForward = pre(mode) == Stuck and (sa > f0_max and s < (smax - L/2) or
pre(startForward) and sa > f0 and s < (smax - L/2)) or pre(mode)
== Backward and v_relfric > v_small or initial() and (v_relfric > 0);
startBackward = pre(mode) == Stuck and (sa < -f0_max/unitForce and s > (smin + L/2) or
pre(startBackward) and sa < -f0/unitForce and s > (smin + L/2)) or pre(mode)
== Forward and v_relfric < -v_small or initial() and (v_relfric < 0);
startBackward = pre(mode) == Stuck and (sa < -f0_max and s > (smin + L/2) or
pre(startBackward) and sa < -f0 and s > (smin + L/2)) or pre(mode)
== Forward and v_relfric < -v_small or initial() and (v_relfric < 0);
locked = not free and not (pre(mode) == Forward or startForward or pre(
    mode) == Backward or startBackward);
a_relfric = unitAcceleration*(if locked then 0 else if free then sa else if startForward then
sa - f0/unitForce else if startBackward then sa + f0/unitForce else if pre(mode) ==
Forward then sa - f0/unitForce else sa + f0/unitForce);
a_relfric = if locked then 0 else if free then sa else if startForward then
sa - f0 else if startBackward then sa + f0 else if pre(mode) ==
Forward then sa - f0 else sa + f0;
mode = if free then Free else (if (pre(mode) == Forward or pre(mode) ==
    Free or startForward) and v_relfric > 0 and s < (smax - L/2) then
    Forward else if (pre(mode) == Backward or pre(mode) == Free or
    startBackward) and v_relfric < 0 and s > (smin + L/2) then Backward else
          Stuck);



model Mechanics.Translational.Speed

Component
Version 2.2.2
Version 2.2.1
v_ref
redeclare type SignalType = SI.Velocity
redeclare type SignalType = SI.Position



model Media.Examples.WaterIF97

Component
Version 2.2.2
Version 2.2.1
V
SIunits.Volume
Real
dV
SIunits.VolumeFlowRate
Real
H_flow_ext
Media.Interfaces.PartialMedium.EnthalpyFlowRate
Real
m
SIunits.Mass
Real
U
SIunits.InternalEnergy
Real



model Media.Examples.Tests.Components.PartialTestModel

Component
Version 2.2.2
Version 2.2.1
h_start
SIunits.SpecificEnthalpy
SIunits.Density



model Media.Examples.Tests.Components.PartialTestModel2

Component
Version 2.2.2
Version 2.2.1
h_start
SIunits.SpecificEnthalpy
SIunits.Density



model Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T

Component
Version 2.2.2
Version 2.2.1
timeUnit
Present



Equations in Version 2.2.2 Equations in Version 2.2.1
h1 = if time < 0 then h_min else
if time > 1 then h_max else
h_min + time/timeUnit*(h_max - h_min);
h1 = if time < 0 then h_min else
if time > 1 then h_max else
h_min + time*(h_max - h_min);
s1 = if time < 0 then s_min else
if time > 1 then s_max else
s_min + time/timeUnit*(s_max - s_min);
s1 = if time < 0 then s_min else
if time > 1 then s_max else
s_min + time*(s_max - s_min);
Th = Medium.temperature_phX(p, h1, fill(0.0,0));
...



model Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T

Component
Version 2.2.2
Version 2.2.1
timeUnit
Present



Equations in Version 2.2.2 Equations in Version 2.2.1
h1 = if time < 0 then h_min else
if time > 1 then h_max else
h_min + time/timeUnit*(h_max - h_min);
h1 = if time < 0 then h_min else
if time > 1 then h_max else
h_min + time*(h_max - h_min);
s1 = if time < 0 then s_min else
if time > 1 then s_max else
s_min + time/timeUnit*(s_max - s_min);
s1 = if time < 0 then s_min else
if time > 1 then s_max else
s_min + time*(s_max - s_min);
Th = Medium.temperature_phX(p, h1, fill(0.0,0));
...



model Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX

Component
Version 2.2.2
Version 2.2.1
timeUnit
Present



Equations in Version 2.2.2 Equations in Version 2.2.1
X = Medium.reference_X;
h1 = if time < 0 then h_min else
if time > 1 then h_max else
h_min + time/timeUnit*(h_max - h_min);
h1 = if time < 0 then h_min else
if time > 1 then h_max else
h_min + time*(h_max - h_min);
s1 = if time < 0 then s_min else
if time > 1 then s_max else
s_min + time/timeUnit*(s_max - s_min);
s1 = if time < 0 then s_min else
if time > 1 then s_max else
s_min + time*(s_max - s_min);
Th = Medium.temperature_phX(p, h1, X);
...



function Media.Interfaces.TemplateMedium.isentropicExponent



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
gamma := 1; gamma := 0;



model Media.Interfaces.PartialMedium.BaseProperties

Component
Version 2.2.2
Version 2.2.1
standardOrderComponents
Present



Equations in Version 2.2.2 Equations in Version 2.2.1
if standardOrderComponents then

Xi = X[1:nXi];
...
X = reference_X;

elseif reducedX then
X[nX] = 1 - sum(Xi);
end if;
if reducedX and not fixedX then
X[nX] = 1 - sum(Xi);
end if;

for i in 1:nX loop
...
end if;
end if;

assert(p >= 0.0, "Pressure (= " + String(p) + " Pa) of medium \"" +
    mediumName + "\" is negative\n(Temperature = " + String(T) + " K)");



function Media.Interfaces.PartialMedium.setState_pTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.setState_phX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.setState_psX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.setState_dTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.specificEnthalpy_pTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.temperature_phX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.density_phX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.temperature_psX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.density_psX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialMedium.specificEnthalpy_psX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Interfaces.PartialPureSubstance.pressure_dT



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
p := pressure(setState_dTX(d, T, fill(0,0))); p := pressure(setState_pTX(d, T, fill(0,0)));



function Media.Interfaces.PartialPureSubstance.specificEnthalpy_dT



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
h := specificEnthalpy(setState_dTX(d, T, fill(0,0))); h := specificEnthalpy(setState_pTX(d, T, fill(0,0)));



function Media.Interfaces.PartialTwoPhaseMedium.setDewState

Component
Version 2.2.2
Version 2.2.1
phase
min=1

max=2




function Media.Interfaces.PartialTwoPhaseMedium.setBubbleState

Component
Version 2.2.2
Version 2.2.1
phase
min=1

max=2




function Media.Interfaces.PartialTwoPhaseMedium.dBubbleDensity_dPressure

Component
Version 2.2.2
Version 2.2.1
ddldp
Media.Interfaces.PartialMedium.DerDensityByPressure
Media.Interfaces.PartialMedium.DerDensityByEnthalpy



function Media.Interfaces.PartialTwoPhaseMedium.dDewDensity_dPressure

Component
Version 2.2.2
Version 2.2.1
ddvdp
Media.Interfaces.PartialMedium.DerDensityByPressure
Media.Interfaces.PartialMedium.DerDensityByEnthalpy



function Media.Interfaces.PartialTwoPhaseMedium.pressure_dT



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
p := pressure(setState_dTX(d, T, fill(0,0),phase)); p := pressure(setState_pTX(d, T, fill(0,0),phase));



function Media.Interfaces.PartialTwoPhaseMedium.specificEnthalpy_dT



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
h := specificEnthalpy(setState_dTX(d, T, fill(0,0),phase)); h := specificEnthalpy(setState_pTX(d, T, fill(0,0),phase));



function Media.Interfaces.PartialSimpleMedium.setState_pTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.Interfaces.PartialSimpleMedium.setState_phX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.Interfaces.PartialSimpleMedium.setState_psX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.Interfaces.PartialSimpleMedium.setState_dTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



package Media.Interfaces.PartialSimpleIdealGasMedium

Component
Version 2.2.2
Version 2.2.1
cv_const
=cp_const - R_gas
=cp_const/R_gas



function Media.Interfaces.PartialSimpleIdealGasMedium.setState_pTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.Interfaces.PartialSimpleIdealGasMedium.setState_phX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.Interfaces.PartialSimpleIdealGasMedium.setState_psX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.Interfaces.PartialSimpleIdealGasMedium.setState_dTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



record Media.Common.ThermoFluidSpecial.ThermoProperties

Component
Version 2.2.2
Version 2.2.1
dupT
Real
SIunits.DerEnergyByPressure
dudT
Real
SIunits.DerEnergyByDensity



record Media.Common.ThermoFluidSpecial.ThermoProperties_ph

Component
Version 2.2.2
Version 2.2.1
duph
Real
SIunits.DerEnergyByPressure
duhp
unit="1"




record Media.Common.ThermoFluidSpecial.ThermoProperties_pT

Component
Version 2.2.2
Version 2.2.1
dupT
Real
SIunits.DerEnergyByPressure



record Media.Common.ThermoFluidSpecial.ThermoProperties_dT

Component
Version 2.2.2
Version 2.2.1
dudT
Real
SIunits.DerEnergyByDensity



function Media.Common.ThermoFluidSpecial.gibbsToProps_ph

Component
Version 2.2.2
Version 2.2.1
vt
unit="m3.kg-1.K-1"

vp
unit="m4.kg-2.s2"




function Media.Common.ThermoFluidSpecial.gibbsToBoundaryProps

Component
Version 2.2.2
Version 2.2.1
vt
unit="m3.kg-1.K-1"

vp
unit="m4.kg-2.s2"




function Media.Common.ThermoFluidSpecial.gibbsToProps_dT

Component
Version 2.2.2
Version 2.2.1
vt
unit="m3.kg-1.K-1"

vp
unit="m4.kg-2.s2"

d
Present



Equations in Version 2.2.2 Equations in Version 2.2.1

...
pro.a = abs(g.R*g.T*(g.gpi*g.gpi/((g.gpi - g.tau*g.gtaupi)*(g.gpi - g.
    tau*g.gtaupi)/(g.tau*g.tau*g.gtautau) - g.gpipi)))^0.5;
d = g.p/(pro.R*g.T*g.pi*g.gpi); pro.dudT = pro.cp + g.T*vt*vt/vp;
pro.dudT = (pro.p - g.T*vt/vp)/(d*d);




function Media.Common.ThermoFluidSpecial.gibbsToProps_pT

Component
Version 2.2.2
Version 2.2.1
vt
unit="m3.kg-1.K-1"

vp
unit="m4.kg-2.s2"




function Media.Common.ThermoFluidSpecial.helmholtzToProps_ph



Equations in Version 2.2.2 Equations in Version 2.2.1

...
pt = f.R*f.d*f.delta*(f.fdelta - f.tau*f.fdeltatau);
pv = -pd*f.d*f.d; pv = -(f.d*f.d)/pd;
pro.cp = f.R*(-f.tau*f.tau*f.ftautau + (f.delta*f.fdelta - f.delta*f.tau
    *f.fdeltatau)^2/(2*f.delta*f.fdelta + f.delta*f.delta*f.fdeltadelta));
...



function Media.Common.ThermoFluidSpecial.helmholtzToProps_pT

Component
Version 2.2.2
Version 2.2.1
alpha
Present

gamma
Present

p
Present



Equations in Version 2.2.2 Equations in Version 2.2.1

...
pt = f.R*f.d*f.delta*(f.fdelta - f.tau*f.fdeltatau);
pv = -(f.d*f.d)*pd; pv = -(f.d*f.d)/pd;
alpha = -f.d*pt/pv;
gamma = -f.d/pv;
p = f.R*f.d*f.T*f.delta*f.fdelta;

pro.cp = f.R*(-f.tau*f.tau*f.ftautau + (f.delta*f.fdelta - f.delta*f.tau
    *f.fdeltatau)^2/(2*f.delta*f.fdelta + f.delta*f.delta*f.fdeltadelta));
...
pro.ddpT = 1/pd;
pro.dupT = gamma*p/f.d - alpha*f.T/f.d; pro.dupT = (f.d - f.T*pt)/(f.d*f.d*pd);
pro.duTp = pro.cp - alpha*p/f.d; pro.duTp = (-pro.cv*f.d*f.d*pd + pt*f.d - f.T*pt*pt)/(f.d*f.d*pd);



function Media.Common.ThermoFluidSpecial.helmholtzToProps_dT



Equations in Version 2.2.2 Equations in Version 2.2.1

...
pro.u = f.R*f.T*f.tau*f.ftau;
pv = -(f.d*f.d)*f.R*f.T*f.delta*(2.0*f.fdelta + f.delta*f.fdeltadelta); pv = -1/(f.d*f.d)*f.R*f.T*f.delta*(2.0*f.fdelta + f.delta*f.fdeltadelta);
pt = f.R*f.d*f.delta*(f.fdelta - f.tau*f.fdeltatau);
...



function Media.Common.ThermoFluidSpecial.TwoPhaseToProps_ph

Component
Version 2.2.2
Version 2.2.1
dht
unit="(J/kg)/K"

dhd
unit="(J/kg)/(kg/m3)"

detph
unit="m4.s4/(K.s8)"




record Media.Common.SaturationProperties

Component
Version 2.2.2
Version 2.2.1
dpT
unit="Pa/K"




record Media.Common.IF97PhaseBoundaryProperties

Component
Version 2.2.2
Version 2.2.1
vt
unit="m3/(kg.K)"

vp
unit="m3/(kg.Pa)"




record Media.Common.GibbsDerivs

Component
Version 2.2.2
Version 2.2.1
pi
unit="1"

tau
unit="1"

g
unit="1"

gpi
unit="1"

gpipi
unit="1"

gtau
unit="1"

gtautau
unit="1"

gtaupi
unit="1"




record Media.Common.HelmholtzDerivs

Component
Version 2.2.2
Version 2.2.1
delta
unit="1"

tau
unit="1"

f
unit="1"

fdelta
unit="1"

fdeltadelta
unit="1"

ftau
unit="1"

ftautau
unit="1"

fdeltatau
unit="1"




record Media.Common.BridgmansTables

Component
Version 2.2.2
Version 2.2.1
dfs
=alpha*v*s + dus
=gamma*v*s + dus
dgs
=alpha*v*s - v*cp/T
=gamma*v*s - v*cp/T



function Media.Common.gibbsToBridgmansTables

Component
Version 2.2.2
Version 2.2.1
vt
unit="m3/(kg.K)"

vp
unit="m4.kg-2.s2"




function Media.Common.helmholtzToBridgmansTables



Equations in Version 2.2.2 Equations in Version 2.2.1

...
p := f.R*f.d*f.T*f.delta*f.fdelta;
pv = -(f.d*f.d)*f.R*f.T*f.delta*(2.0*f.fdelta + f.delta*f.fdeltadelta); pv = -1/(f.d*f.d)*f.R*f.T*f.delta*(2.0*f.fdelta + f.delta*f.fdeltadelta);
pt = f.R*f.d*f.delta*(f.fdelta - f.tau*f.fdeltatau);
...



function Media.Common.helmholtzToExtraDerivs



Equations in Version 2.2.2 Equations in Version 2.2.1

...
p = f.R*f.d*f.T*f.delta*f.fdelta;
pv = -(f.d*f.d)*f.R*f.T*f.delta*(2.0*f.fdelta + f.delta*f.fdeltadelta); pv = -1/(f.d*f.d)*f.R*f.T*f.delta*(2.0*f.fdelta + f.delta*f.fdeltadelta);
pt = f.R*f.d*f.delta*(f.fdelta - f.tau*f.fdeltatau);
...



model Media.Air.MoistAir.BaseProperties



Equations in Version 2.2.2 Equations in Version 2.2.1

...
h = specificEnthalpy_pTX(p,T,Xi);
R = dryair.R*(X_air/(1 - X_liquid)) + steam.R*X_steam/(1 - X_liquid); R = dryair.R*(1 - X_steam/(1 - X_liquid)) + steam.R*X_steam/(1 - X_liquid);
u = h - R*T;
...



function Media.Air.MoistAir.setState_pTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Air.MoistAir.setState_phX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Air.MoistAir.setState_dTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.Air.MoistAir.enthalpyOfVaporization



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
r0:=(2405900-2500500)/(40-0)*(T-273.16)+2500500; r0 := 1e3*(2501.0145 - (T - 273.15)*(2.3853 + (T - 273.15)*(0.002969 - (T
- 273.15)*(7.5293e-5 + (T - 273.15)*4.6084e-7))));



function Media.Air.MoistAir.h_pTX

Component
Version 2.2.2
Version 2.2.1
X_sat
Present

x_sat

Present


Equations in Version 2.2.2 Equations in Version 2.2.1

...
p_steam_sat :=saturationPressure(T);
X_sat= min(p_steam_sat*k_mair/max(100*Constants.eps, p - p_steam_sat)*(1 - X[
Water]), 1.0);
x_sat = k_mair*p_steam_sat/(p - p_steam_sat);
X_liquid = max(X[Water] - X_sat, 0.0); X_liquid = max(X[Water] - x_sat/(1 + x_sat), 0.0);
X_steam = X[Water] - X_liquid;
X_air = 1 - X[Water];
h = {SingleGasNasa.h_Tlow(data=steam, T=T, refChoice=3, h_off=46479.819+2501014.5),
SingleGasNasa.h_Tlow(data=dryair, T=T, refChoice=3, h_off=25104.684)}*
{X_steam, X_air} + enthalpyOfWater(T)*X_liquid;
h = {SingleGasNasa.h_Tlow(data=steam, T=T, refChoice=3, h_off=46479.819+2501014.5),
SingleGasNasa.h_Tlow(data=dryair, T=T, refChoice=3, h_off=25104.684)}*
{X_steam, X_air} + enthalpyOfLiquid(T)*X_liquid;



function Media.Air.MoistAir.specificInternalEnergy

Component
Version 2.2.2
Version 2.2.1
u
Present



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
u := specificInternalEnergy_pTX(state.p,state.T,state.X); u := h_pTX(state.p,state.T,state.X) - gasConstant(state)*state.T;



function Media.IdealGases.Common.SingleGasNasa.setState_pTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.IdealGases.Common.SingleGasNasa.setState_phX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.IdealGases.Common.SingleGasNasa.setState_psX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.IdealGases.Common.SingleGasNasa.setState_dTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X
=fill(0, 0)



function Media.IdealGases.Common.SingleGasNasa.cp_Tlow_der

Component
Version 2.2.2
Version 2.2.1
dT
Real
SIunits.Temperature



function Media.IdealGases.Common.SingleGasNasa.h_Tlow_der

Component
Version 2.2.2
Version 2.2.1
dT
unit="K/s"

h_der
unit="J/(kg.s)"




function Media.IdealGases.Common.SingleGasNasa.thermalConductivityEstimate

Component
Version 2.2.2
Version 2.2.1
method
min=1

max=2




function Media.IdealGases.Common.MixtureGasNasa.setState_pTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.IdealGases.Common.MixtureGasNasa.setState_phX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.IdealGases.Common.MixtureGasNasa.setState_psX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.IdealGases.Common.MixtureGasNasa.setState_dTX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.IdealGases.Common.MixtureGasNasa.h_TX

Component
Version 2.2.2
Version 2.2.1
X
=reference_X




function Media.IdealGases.Common.MixtureGasNasa.specificHeatCapacityCp



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
cp := {SingleGasNasa.cp_T(data[i], state.T) for i in 1:nX}*state.X; cp := SingleGasNasa.cp_T(data, state.T)*state.X;



function Media.IdealGases.Common.MixtureGasNasa.specificHeatCapacityCv



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
cv := {SingleGasNasa.cp_T(data[i], state.T) for i in 1:nX}*state.X -data.R*state.X; cv := SingleGasNasa.cp_T(data, state.T)*state.X -data.R*state.X;



model Media.Incompressible.Examples.TestGlycol

Component
Version 2.2.2
Version 2.2.1
timeUnit
Present

Ta
Present



Equations in Version 2.2.2 Equations in Version 2.2.1
p = 1e5;
T = Medium.T_min + time/timeUnit*Ta; T = Medium.T_min + time;



package Media.Water

Component
Version 2.2.2
Version 2.2.1
waterConstants
each criticalMolarVolume=1/322.0*0.018015268
each criticalMolarVolume=1/(322.0*0.018015268)



function Media.Water.IF97_Utilities.BaseIF97.Regions.boilingcurve_p

Component
Version 2.2.2
Version 2.2.1
plim
=min(p, data.PCRIT - 1e-7)
=min(p, data.PCRIT - 0.1)


Equations in Version 2.2.2 Equations in Version 2.2.1

...
bpro.d = p/(bpro.R*bpro.T*g.pi*g.gpi);
bpro.h = if p > plim then data.HCRIT else bpro.R*bpro.T*g.tau*g.gtau; bpro.h = bpro.R*bpro.T*g.tau*g.gtau;
bpro.s = g.R*(g.tau*g.gtau - g.g);
...



function Media.Water.IF97_Utilities.BaseIF97.Regions.dewcurve_p

Component
Version 2.2.2
Version 2.2.1
plim
=min(p, data.PCRIT - 1e-7)
=min(p, data.PCRIT - 0.1)


Equations in Version 2.2.2 Equations in Version 2.2.1

...
bpro.d = p/(bpro.R*bpro.T*g.pi*g.gpi);
bpro.h = if p > plim then data.HCRIT else bpro.R*bpro.T*g.tau*g.gtau; bpro.h = bpro.R*bpro.T*g.tau*g.gtau;
bpro.s = g.R*(g.tau*g.gtau - g.g);
...



function Media.Water.IF97_Utilities.BaseIF97.Regions.region_ph



Equations in Version 2.2.2 Equations in Version 2.2.1

...
else
if h < hl or p > data.PCRIT then if h < hl then
region = 3;
...
else
if h > hv or p > data.PCRIT then if h > hv then
region = 3;
...



function Media.Water.IF97_Utilities.BaseIF97.Regions.region_ps



Equations in Version 2.2.2 Equations in Version 2.2.1

...
else
if s < sl or p > data.PCRIT then if s < sl then
region = 3;
...
else
if s > sv or p > data.PCRIT then if s > sv then
region = 3;
...



function Media.Water.IF97_Utilities.BaseIF97.Regions.drhovl_dp

Component
Version 2.2.2
Version 2.2.1
dd_dp
unit="kg/(m3.Pa)"




function Media.Water.IF97_Utilities.BaseIF97.Basic.p1_hs

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
s
SIunits.SpecificEntropy
SIunits.Entropy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Basic.h2ab_s

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
s
SIunits.SpecificEntropy
SIunits.Entropy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Basic.p2a_hs

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
s
SIunits.SpecificEntropy
SIunits.Entropy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Basic.p2b_hs

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
s
SIunits.SpecificEntropy
SIunits.Entropy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Basic.p2c_hs

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
s
SIunits.SpecificEntropy
SIunits.Entropy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Basic.h3ab_p

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy



function Media.Water.IF97_Utilities.BaseIF97.Basic.T3a_ph

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy



function Media.Water.IF97_Utilities.BaseIF97.Basic.T3b_ph

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy



function Media.Water.IF97_Utilities.BaseIF97.Basic.v3a_ph

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy



function Media.Water.IF97_Utilities.BaseIF97.Basic.v3b_ph

Component
Version 2.2.2
Version 2.2.1
h
SIunits.SpecificEnthalpy
SIunits.Enthalpy
hstar
SIunits.SpecificEnthalpy
SIunits.Enthalpy



function Media.Water.IF97_Utilities.BaseIF97.Basic.T3a_ps

Component
Version 2.2.2
Version 2.2.1
s
SIunits.SpecificEntropy
SIunits.Entropy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Basic.T3b_ps

Component
Version 2.2.2
Version 2.2.1
s
SIunits.SpecificEntropy
SIunits.Entropy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Basic.v3a_ps

Component
Version 2.2.2
Version 2.2.1
s
SIunits.SpecificEntropy
SIunits.Entropy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Basic.v3b_ps

Component
Version 2.2.2
Version 2.2.1
s
SIunits.SpecificEntropy
SIunits.Entropy
sstar
SIunits.SpecificEntropy
SIunits.Entropy



function Media.Water.IF97_Utilities.BaseIF97.Transport.cond_dTp

Component
Version 2.2.2
Version 2.2.1
TREL
Real
SIunits.Temperature
rhoREL
Real
SIunits.Density
lambdaREL
Real
SIunits.ThermalConductivity



function Media.Water.IF97_Utilities.BaseIF97.Inverses.dtofps3



Equations in Version 2.2.2 Equations in Version 2.2.1

...
T = if subregion == 1 then Basic.T3a_ps(p,s) else Basic.T3b_ps(p,s);
d = if subregion == 1 then 1/Basic.v3a_ps(p,s) else 1/Basic.v3b_ps(p,s); d = if subregion == 1 then 1/Basic.v3a_ph(p,s) else 1/Basic.v3b_ph(p,s);
while ((i < IterationData.IMAX) and not found) loop
...



function Media.Water.IF97_Utilities.BaseIF97.Inverses.tofps5

Component
Version 2.2.2
Version 2.2.1
pros
SIunits.SpecificEntropy
SIunits.SpecificEnthalpy



function Media.Water.IF97_Utilities.BaseIF97.Inverses.tofpst5

Component
Version 2.2.2
Version 2.2.1
pros
SIunits.SpecificEntropy
SIunits.SpecificEnthalpy



function Media.Water.IF97_Utilities.waterBaseProp_ph



Equations in Version 2.2.2 Equations in Version 2.2.1

...
aux.phase = if phase <> 0 then phase else if aux.region == 4 then 2 else 1;
aux.p = max(p,611.657); aux.p = p;
aux.h = max(h,1e3); aux.h = h;
aux.R = BaseIF97.data.RH2O;
if (aux.region == 1) then
aux.T = BaseIF97.Basic.tph1(aux.p, aux.h); aux.T = BaseIF97.Basic.tph1(p, h);
g = BaseIF97.Basic.g1(p, aux.T);
...
aux.x = 0.0;
aux.dpT = -aux.vt/aux.vp; aux.dpT = aux.vt/aux.vp;
elseif (aux.region == 2) then
aux.T = BaseIF97.Basic.tph2(aux.p, aux.h); aux.T = BaseIF97.Basic.tph2(p, h);
g = BaseIF97.Basic.g2(p, aux.T);
...
aux.x = 1.0;
aux.dpT = -aux.vt/aux.vp; aux.dpT = aux.vt/aux.vp;
elseif (aux.region == 3) then
(aux.rho,aux.T,error) = BaseIF97.Inverses.dtofph3(p=aux.p,h=aux.h,delp= 1.0e-7,delh=
1.0e-6);
(aux.rho,aux.T,error) = BaseIF97.Inverses.dtofph3(p=p,h= h,delp= 1.0e-7,delh=
1.0e-6);
f = BaseIF97.Basic.f3(aux.rho, aux.T);
...
aux.pt = aux.R*aux.rho*f.delta*(f.fdelta - f.tau*f.fdeltatau);
aux.cv = abs(aux.R*(-f.tau*f.tau*f.ftautau))
"can be close to neg. infinity near critical point";
aux.cv = aux.R*(-f.tau*f.tau*f.ftautau);
aux.cp = (aux.rho*aux.rho*aux.pd*aux.cv + aux.T*aux.pt*aux.pt)/(aux.rho*aux.rho*aux.pd);
...
if p < BaseIF97.data.PLIMIT4A then
t1= BaseIF97.Basic.tph1(aux.p, h_liq); t1= BaseIF97.Basic.tph1(p, h_liq);
t2= BaseIF97.Basic.tph2(aux.p, h_vap); t2= BaseIF97.Basic.tph2(p, h_vap);
gl = BaseIF97.Basic.g1(aux.p, t1); gl = BaseIF97.Basic.g1(p, t1);
gv = BaseIF97.Basic.g2(aux.p, t2); gv = BaseIF97.Basic.g2(p, t2);
liq = Common.gibbsToBoundaryProps(gl);
...
else
aux.T = BaseIF97.Basic.tsat(aux.p); aux.T = BaseIF97.Basic.tsat(p);
d_liq= rhol_T(aux.T);
...
end if;
aux.dpT = if (liq.d <> vap.d) then (vap.s - liq.s)*liq.d*vap.d/(liq.d - vap.d) else BaseIF97.Basic.dptofT(aux.T); aux.dpT = (vap.s - liq.s)*(if (liq.d <> vap.d) then liq.d*vap.d/(liq.d - vap.d) else BaseIF97.Basic.dptofT(aux.T));
aux.s = liq.s + aux.x*(vap.s - liq.s);
...
elseif (aux.region == 5) then
(aux.T,error) = BaseIF97.Inverses.tofph5(p=aux.p,h= aux.h,reldh= 1.0e-7); (aux.T,error) = BaseIF97.Inverses.tofph5(p=p,h= h,reldh= 1.0e-7);
assert(error == 0, "error in inverse iteration of steam tables");
g = BaseIF97.Basic.g5(aux.p, aux.T); g = BaseIF97.Basic.g5(p, aux.T);
aux.s = aux.R*(g.tau*g.gtau - g.g);
...
aux.cv = aux.R*(-g.tau*g.tau*g.gtautau + ((g.gpi - g.tau*g.gtaupi)*(g.gpi - g.tau*g.gtaupi)/g.gpipi));
aux.dpT = -aux.vt/aux.vp; aux.dpT = aux.vt/aux.vp;
else
...



function Media.Water.IF97_Utilities.isentropicExponent_props_ph



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
gamma := if aux.region == 3 then 1/(aux.rho*p)*((aux.pd*aux.cv*aux.rho*aux.rho + aux.pt*aux.pt*aux.T)/(aux.cv)) else
if aux.region == 4 then 1/(aux.rho*p)*aux.dpT*aux.dpT*aux.T/aux.cv else
-1/(aux.rho*aux.p)*aux.cp/(aux.vp*aux.cp + aux.vt*aux.vt*aux.T);
gamma := if aux.region == 3 then 1/(aux.rho*p)*((aux.pd*aux.cv/(aux.rho*aux.rho) + aux.pt*aux.pt*aux.T)/(aux.cv)) else
if aux.region == 4 then 1/(aux.rho*p)*aux.dpT*aux.dpT*aux.T/aux.cv else
-1/(aux.rho*aux.p)*aux.cp/(aux.vp*aux.cp + aux.vt*aux.vt*aux.T);



function Media.Water.IF97_Utilities.isentropicExponent_props_pT



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
gamma := if aux.region == 3 then 1/(aux.rho*p)*((aux.pd*aux.cv*aux.rho*aux.rho + aux.pt*aux.pt*aux.T)/(aux.cv)) else
-1/(aux.rho*aux.p)*aux.cp/(aux.vp*aux.cp + aux.vt*aux.vt*aux.T);
gamma := if aux.region == 3 then 1/(aux.rho*p)*((aux.pd*aux.cv/(aux.rho*aux.rho) + aux.pt*aux.pt*aux.T)/(aux.cv)) else
-1/(aux.rho*aux.p)*aux.cp/(aux.vp*aux.cp + aux.vt*aux.vt*aux.T);



function Media.Water.IF97_Utilities.isentropicExponent_props_dT



Equations in Version 2.2.2 Equations in Version 2.2.1
algorithm
gamma := if aux.region == 3 then 1/(aux.rho*aux.p)*((aux.pd*aux.cv*aux.rho*aux.rho + aux.pt*aux.pt*aux.T)/(aux.cv)) else
if aux.region == 4 then 1/(aux.rho*aux.p)*aux.dpT*aux.dpT*aux.T/aux.cv else
-1/(aux.rho*aux.p)*aux.cp/(aux.vp*aux.cp + aux.vt*aux.vt*aux.T);
gamma := if aux.region == 3 then 1/(aux.rho*aux.p)*((aux.pd*aux.cv/(aux.rho*aux.rho) + aux.pt*aux.pt*aux.T)/(aux.cv)) else
if aux.region == 4 then 1/(aux.rho*aux.p)*aux.dpT*aux.dpT*aux.T/aux.cv else
-1/(aux.rho*aux.p)*aux.cp/(aux.vp*aux.cp + aux.vt*aux.vt*aux.T);



model Thermal.FluidHeatFlow.Examples.SimpleCooling

Component
Version 2.2.2
Version 2.2.1
dTSource
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.FluidHeatFlow.Examples.ParallelCooling

Component
Version 2.2.2
Version 2.2.1
dTSource1
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe1
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant1
SIunits.TemperatureDifference
SIunits.Temperature
dTSource2
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe2
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant2
SIunits.TemperatureDifference
SIunits.Temperature
dTmixedCoolant
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.FluidHeatFlow.Examples.IndirectCooling

Component
Version 2.2.2
Version 2.2.1
dTSource
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe
SIunits.TemperatureDifference
SIunits.Temperature
dTinnerCoolant
SIunits.TemperatureDifference
SIunits.Temperature
dTCooler
SIunits.TemperatureDifference
SIunits.Temperature
dTouterCoolant
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.FluidHeatFlow.Examples.PumpAndValve

Component
Version 2.2.2
Version 2.2.1
dTSource
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.FluidHeatFlow.Examples.PumpDropOut

Component
Version 2.2.2
Version 2.2.1
dTSource
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut

Component
Version 2.2.2
Version 2.2.1
dTSource1
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe1
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant1
SIunits.TemperatureDifference
SIunits.Temperature
dTSource2
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe2
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant2
SIunits.TemperatureDifference
SIunits.Temperature
dTmixedCoolant
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.FluidHeatFlow.Examples.OneMass

Component
Version 2.2.2
Version 2.2.1
dTMass
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.FluidHeatFlow.Examples.TwoMass

Component
Version 2.2.2
Version 2.2.1
dTMass1
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe1
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant1
SIunits.TemperatureDifference
SIunits.Temperature
dTMass2
SIunits.TemperatureDifference
SIunits.Temperature
dTtoPipe2
SIunits.TemperatureDifference
SIunits.Temperature
dTCoolant2
SIunits.TemperatureDifference
SIunits.Temperature
dTmixedCoolant
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.FluidHeatFlow.Interfaces.Partials.TwoPort

Component
Version 2.2.2
Version 2.2.1
dT
SIunits.TemperatureDifference
SIunits.Temperature
T_q
=T - noEvent(sign(V_flow))*(1 - tapT)*dT
=T
tapT
Present




model Thermal.HeatTransfer.Interfaces.Element1D

Component
Version 2.2.2
Version 2.2.1
dT
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.HeatTransfer.Convection

Component
Version 2.2.2
Version 2.2.1
dT
SIunits.TemperatureDifference
SIunits.Temperature



model Thermal.HeatTransfer.RelTemperatureSensor

Component
Version 2.2.2
Version 2.2.1
T_rel
redeclare type SignalType = SI.TemperatureDifference
redeclare type SignalType = SI.Temperature










































Class Version 2.2.2Version 2.2.1
Modelica.UsersGuide.ReleaseNotes package class
Modelica.Mechanics.Rotational.UsersGuide.Overview class package
Modelica.Mechanics.Rotational.UsersGuide.FlangeConnectors class package
Modelica.Mechanics.Rotational.UsersGuide.SupportTorques class package
Modelica.Mechanics.Rotational.UsersGuide.SignConventions class package
Modelica.Mechanics.Rotational.UsersGuide.UserDefinedComponents class package
Modelica.Mechanics.Rotational.UsersGuide.RequirementsForSimulationTool class package
Modelica.Media.UsersGuide.MediumDefinition.SpecificEnthalpyAsFunction class model
Modelica.Media.UsersGuide.MediumDefinition.StaticStateSelection class model
Modelica.Media.UsersGuide.MediumDefinition.TestOfMedium class model
Modelica.Media.UsersGuide.ReleaseNotes class model
Modelica.SIunits.UsersGuide.HowToUseSIunits class package
Modelica.SIunits.UsersGuide.Conventions class package
class Modelica.UsersGuide.Overview Present
package Modelica.Blocks.Examples.BusUsage_Utilities Present
block Modelica.Blocks.Logical.TerminateSimulation Present
model Modelica.Blocks.Routing.RealPassThrough Present
model Modelica.Blocks.Routing.IntegerPassThrough Present
model Modelica.Blocks.Routing.BooleanPassThrough Present
block Modelica.Blocks.Sources.KinematicPTP2 Present
model Modelica.Electrical.Machines.Examples.TransformerTestbench Present
model Modelica.Electrical.Machines.Examples.Rectifier6pulse Present
model Modelica.Electrical.Machines.Examples.Rectifier12pulse Present
model Modelica.Electrical.Machines.Examples.AIMC_Steinmetz Present
model Modelica.Electrical.Machines.BasicMachines.Components.BasicAIM Present
model Modelica.Electrical.Machines.BasicMachines.Components.BasicSM Present
model Modelica.Electrical.Machines.BasicMachines.Components.PartialAirGap Present
model Modelica.Electrical.Machines.BasicMachines.Components.BasicDCMachine Present
model Modelica.Electrical.Machines.BasicMachines.Components.PartialAirGapDC Present
model Modelica.Electrical.Machines.BasicMachines.Components.BasicTransformer Present
model Modelica.Electrical.Machines.BasicMachines.Components.PartialCore Present
model Modelica.Electrical.Machines.BasicMachines.Components.IdealCore Present
package Modelica.Electrical.Machines.BasicMachines.Transformers Present
model Modelica.Electrical.Machines.Interfaces.Adapter Present
function Modelica.Math.Matrices.LAPACK.dgegv Present
function Modelica.Math.Matrices.LAPACK.dgetrs Present
function Modelica.Math.Matrices.sort Present
function Modelica.Math.Matrices.solve2 Present
function Modelica.Math.Matrices.LU_solve2 Present
package Modelica.Math.Vectors Present
function Modelica.Math.atan3 Present
function Modelica.Math.asinh Present
function Modelica.Math.acosh Present
model Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2 Present
expandable connector Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisControlBus Present
expandable connector Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.ControlBus Present
model Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning1 Present
model Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning6 Present
model Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathToAxisControlBus Present
package Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.InternalConnectors Present
model Modelica.Mechanics.Rotational.InitializeFlange Present
model Modelica.Media.Examples.TestOnly.IdealGasN2 Present
model Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen Present
package Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid Present
function Modelica.Media.Interfaces.PartialMedium.density_pTX Present
model Modelica.Media.Interfaces.PartialTwoPhaseMedium.BaseProperties Present
function Modelica.Media.Interfaces.PartialTwoPhaseMedium.saturationPressure_sat Present
function Modelica.Media.Interfaces.PartialTwoPhaseMedium.saturationTemperature_sat Present
function Modelica.Media.Interfaces.PartialTwoPhaseMedium.saturationTemperature_derp_sat Present
function Modelica.Media.Interfaces.PartialTwoPhaseMedium.molarMass Present
function Modelica.Media.Interfaces.PartialTwoPhaseMedium.setState_px Present
function Modelica.Media.Interfaces.PartialTwoPhaseMedium.setState_Tx Present
function Modelica.Media.Interfaces.PartialTwoPhaseMedium.vapourQuality Present
package Modelica.Media.Interfaces.PartialLinearFluid Present
function Modelica.Media.Air.MoistAir.xsaturation Present
function Modelica.Media.Air.MoistAir.xsaturation_pT Present
function Modelica.Media.Air.MoistAir.massFraction_pTphi Present
function Modelica.Media.Air.MoistAir.relativeHumidity_pTX Present
function Modelica.Media.Air.MoistAir.relativeHumidity Present
function Modelica.Media.Air.MoistAir.gasConstant_X Present
function Modelica.Media.Air.MoistAir.saturationPressureLiquid_der Present
function Modelica.Media.Air.MoistAir.sublimationPressureIce_der Present
function Modelica.Media.Air.MoistAir.saturationPressure_der Present
function Modelica.Media.Air.MoistAir.saturationTemperature Present
function Modelica.Media.Air.MoistAir.enthalpyOfWater Present
function Modelica.Media.Air.MoistAir.enthalpyOfWater_der Present
function Modelica.Media.Air.MoistAir.h_pTX_der Present
function Modelica.Media.Air.MoistAir.specificInternalEnergy_pTX Present
function Modelica.Media.Air.MoistAir.specificInternalEnergy_pTX_der Present
model Modelica.Media.Air.MoistAir.PsychrometricData Present
package Modelica.Media.CompressibleLiquids Present
type Modelica.SIunits.TemperatureDifference Present
connector Modelica_2_2_1.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.AxisBus
Present
connector Modelica_2_2_1.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.Bus
Present
model Modelica_2_2_1.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.PathPlanning
Present
block Modelica_2_2_1.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.KinematicPTPc
Present
model Modelica_2_2_1.Media.Examples.TestOnly.IdealGasAir
Present
package Modelica_2_2_1.Media.Interfaces.PartialTwoPhaseMediumWithCache
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ag
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Agplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Agminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Air
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALC
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALC2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALCLplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALFCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALF2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALF2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALF4minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALHCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALHCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALHF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALHFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALHF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALH2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALH2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALH2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOF2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOHCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOHCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOHF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALOHF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALO2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL_OH_2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL_OH_2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL_OH_3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ALS2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2Br6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2C2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2CL6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2F6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2I6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2O2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2O3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2S
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.AL2S2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Arplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Bplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Bminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BC
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BC2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BCLplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BCLOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BCL_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BCL2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BCL2OH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BFCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BFOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF2OH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BF4minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BHCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BHCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BHF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BHFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BHF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BH2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BH2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BH2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BH3NH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BH4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BOminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BOCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BOCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BOF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BOF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BO2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BS2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2C
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2CL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2F4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H3_db
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H4_db
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H5_db
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2H6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2O3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2_OH_4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2S
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2S2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B2S3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B3H7_C2v
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B3H7_Cs
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B3H9
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B3N3H6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B3O3CL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B3O3FCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B3O3F2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B3O3F3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B4H4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B4H10
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B4H12
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.B5H9
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ba
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Baplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaCLplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaOHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ba_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BaS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ba2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Beplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Beplusplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeH2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeOHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BeS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be2CL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be2F4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be2OF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be3O3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Be4O4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Brplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Brminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrF5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.OBrO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrOO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrBrO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.BrOBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CBr4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CCL2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CCL3Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CFBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CFCLBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CFCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CFCL2Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CFCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF2CLBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF3plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF3Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF3CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHCLBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHCL2Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHFBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHFCLBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHFCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHF2Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHF2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CHI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2CLBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2FBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2FCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3I
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2OH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2OHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3OOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CI4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CNplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CNminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CNN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COHCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COHF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CO2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.COOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CP
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CS2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2CL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2CL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2CL6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2FCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2FCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2F2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2F3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2F3CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2F4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2F6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2HCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2HCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2HF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2HFCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2HF2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2HF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H2FCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2CO_ketene
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.O_CH_2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HO_CO_2OH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H3_vinyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2BrminusCOOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H3CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH2CLminusCOOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H3F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3CN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3CO_acetyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H4O_ethylen_o
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3CHO_ethanal
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3COOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.OHCH2COOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2H5Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3N2CH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3OCH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3O2CH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CNC
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.OCCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2N2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H3_1_propynl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H3_2_propynl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H4_allene
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H4_propyne
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H4_cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H5_allyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H6_cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H6O_propylox
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H6O_acetone
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H6O_propanal
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H7_n_propyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H7_i_propyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3H8O_2propanol
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CNCOCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C3O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H2_butadiyne
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H4_1_3minuscyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H6_butadiene
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H6_1butyne
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H6_2butyne
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H6_cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H8_cis2_buten
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H8_isobutene
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H8_cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H9_n_butyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H9_i_butyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H9_s_butyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H9_t_butyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4H10_isobutane
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C4N2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C5H6_1_3cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C5H8_cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C5H10_cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C5H11_pentyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C5H11_t_pentyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C5H12_i_pentane
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CH3C_CH3_2CH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6D5_phenyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6D6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6H2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6H5_phenyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6H5O_phenoxy
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6H5OH_phenol
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6H10_cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6H12_cyclo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C6H13_n_hexyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C7H7_benzyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C7H8
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C7H8O_cresol_mx
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C7H15_n_heptyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C7H16_2_methylh
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C8H8_styrene
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C8H16_1_octene
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C8H17_n_octyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C8H18_isooctane
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C9H19_n_nonyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C10H8_naphthale
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C10H21_n_decyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C12H9_o_bipheny
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.C12H10_biphenyl
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ca
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Caplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaCLplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaOHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ca_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CaS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ca2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cd
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cdplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CLplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CLminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CLCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CLF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CLF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CLF5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CLO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CLO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CL2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Co
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Coplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cominus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Crplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Crminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CrN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CrO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CrO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CrO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CrO3minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Csplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Csminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsBO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsLi
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsNO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsNO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsNa
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CsRb
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2CO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2O2H2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cs2SO4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cu
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cuplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cuminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CuCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CuF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CuF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.CuO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cu2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Cu3CL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.D
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Dplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Dminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.DBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.DCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.DF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.DOCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.DO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.DO2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.D2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.D2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.D2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.D2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.D2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.D2S
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.eminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Fplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Fminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FCO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FO2_FOO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FO2_OFO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.F2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.F2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FS2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Fe
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Feplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Fe_CO_5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FeCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FeCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FeCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.FeO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Fe_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Fe2CL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Fe2CL6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Gaplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GaOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2Br4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2Br6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2CL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2CL6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2F4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2F6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2I4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2I6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ga2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ge
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Geplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Geminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeBr4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeH4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.GeS2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ge2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Hplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Hminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HALO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HALO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HBO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HBOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HBO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HBS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HBSplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HCO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HCOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HCCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HCCO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HD
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HDplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HDO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HDO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HNC
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HNCO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HNO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HNO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HNO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HOCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HOF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HO2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HPO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HSO3F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HBOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HCOOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H2Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H2S
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H2SO4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H2BOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HB_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H3BO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H3B3O3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H3B3O6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H3F3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H3Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H4F4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H5F5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H6F6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.H7F7
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Heplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Hg
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Hgplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.HgBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.I
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Iplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Iminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.IF5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.IF7
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Inplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.InOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2Br4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2Br6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2CL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2CL6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2F4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2F6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2I4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2I6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.In2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Kplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Kminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KALF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KBO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KLi
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KNO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KNO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KNa
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.KOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2CO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2C2N2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2O2H2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.K2SO4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Kr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Krplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Liplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Liminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiALF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiBO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiNO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiNO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiOF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.LiON
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2O2H2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li2SO4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li3plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li3Br3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li3CL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li3F3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Li3I3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mg
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mgplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgCLplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgF2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgOHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mg_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MgS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mg2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mg2F4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mn
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mnplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mo
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Moplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mominus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MoO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MoO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MoO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.MoO3minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mo2O6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mo3O9
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mo4O12
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Mo5O15
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Nplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Nminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NCO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ND
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ND2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ND3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NHF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NHF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NH2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NH2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NH2OH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NH4plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NOCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NOF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NOF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NO2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NO2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NO2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NO3minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NO3F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2D2_cis
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2F4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2H2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NH2NO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2H4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2O3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2O4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N2O5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.N3H
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Naplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Naminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaALF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaBO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaCN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaLi
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaNO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaNO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NaOHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2O2H2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na2SO4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na3CL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Na3F3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Nb
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Nbplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Nbminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NbCL5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NbO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NbOCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NbO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Neplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ni
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Niplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Niminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NiCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NiCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NiO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.NiS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Oplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ominus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.OD
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ODminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.OH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.OHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.OHminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.O2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.O2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.O3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Pplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Pminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PCL2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PCL5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PFminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PFCLminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PFCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PFCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF2CL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF3CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF4CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PF5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PH2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PH2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.POminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.POCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.POFCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.POF2CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.POF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PO2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P2O3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P2O4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P2O5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P3O6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P4O6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P4O7
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P4O8
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P4O9
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.P4O10
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Pb
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Pbplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Pbminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbBr4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbI4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.PbS2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rbplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rbminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbBO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbK
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbLi
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbNO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbNO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbNa
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.RbOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb2O2H2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rb2SO4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rn
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Rnplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Splus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SCL2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SD
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SFminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF3plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF3minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF4plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF4minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF5plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF5minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SF6minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SHminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SOminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SOF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SO2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SO2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SO2FCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SO2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S7
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.S8
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sc
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Scplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Scminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ScO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ScOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ScO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sc2O
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sc2O2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Si
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Siplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Siminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiBr4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiC
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiC2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiFCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiHBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiHCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiHCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiHF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiHF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiHI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH2Br2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH2I2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH3Br
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH3CL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH3F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH3I
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiH4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SiS2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Si2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Si2C
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Si2F6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Si2N
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Si3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sn
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Snplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Snminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnBr3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnBr4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnI3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnI4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SnS2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sn2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Srplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrBr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrBr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrCLplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrI
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrI2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrOH
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrOHplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sr_OH_2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.SrS
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Sr2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ta
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Taplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Taminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TaCL5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TaO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TaO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Ti
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Tiplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Timinus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiCL3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiOCL
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiOCL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.TiO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.U
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UFplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UFminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF3plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF3minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF4plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF4minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF5
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF5plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF5minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UF6minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UOF
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UOF2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UOF3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UOF4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UO2plus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UO2minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UO2F
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UO2F2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.UO3minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.V
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Vplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Vminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.VCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.VN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.VO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.VO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.V4O10
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.W
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Wplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Wminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.WCL6
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.WO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.WOCL4
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.WO2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.WO2CL2
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.WO3
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.WO3minus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Xe
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Xeplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Zn
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Znplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Zr
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Zrplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.Zrminus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ZrN
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ZrO
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ZrOplus
Present
package Modelica_2_2_1.Media.IdealGases.SingleGases.ZrO2
Present