WOLFRAM SYSTEM MODELER

PartialBasicMachine

Partial model for all machines

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Machines.Interfaces.PartialBasicMachine"]
Out[1]:=

Information

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

Base partial model DC machines:
  • main parts of the icon
  • mechanical shaft
  • mechanical support
Besides the mechanical connector flange (i.e., the shaft) the machines have a second mechanical connector support.
If useSupport = false, it is assumed that the stator is fixed.
Otherwise reaction torque (i.e., air gap torque, minus acceleration torque for stator's moment of inertia) can be measured at support.
One may also fix the shaft and let rotate the stator; parameter Js is only of importance when the stator is rotating.

Parameters (5)

Jr

Value:

Type: Inertia (kg⋅m²)

Description: Rotor's moment of inertia

useSupport

Value: false

Type: Boolean

Description: Enable / disable (=fixed stator) support

Js

Value: Jr

Type: Inertia (kg⋅m²)

Description: Stator's moment of inertia

useThermalPort

Value: false

Type: Boolean

Description: Enable / disable (=fixed temperatures) thermal port

frictionParameters

Value:

Type: FrictionParameters

Description: Friction loss parameter record

Outputs (4)

phiMechanical

Default Value: flange.phi - internalSupport.phi

Type: Angle (rad)

Description: Mechanical angle of rotor against stator

wMechanical

Default Value: der(phiMechanical)

Type: AngularVelocity (rad/s)

Description: Mechanical angular velocity of rotor against stator

tauElectrical

Default Value: inertiaRotor.flange_a.tau

Type: Torque (N⋅m)

Description: Electromagnetic torque

tauShaft

Default Value: -flange.tau

Type: Torque (N⋅m)

Description: Shaft torque

Connectors (3)

flange

Type: Flange_a

Description: Shaft

support

Type: Flange_a

Description: Support at which the reaction torque is acting

internalSupport

Type: Support

Description: Support/housing flange of a one-dimensional rotational shaft

Components (5)

frictionParameters

Type: FrictionParameters

Description: Friction loss parameter record

inertiaRotor

Type: Inertia

Description: 1D-rotational component with inertia

inertiaStator

Type: Inertia

Description: 1D-rotational component with inertia

fixed

Type: Fixed

Description: Flange fixed in housing at a given angle

friction

Type: Friction

Description: Model of angular velocity dependent friction losses

Extended by (2)

PartialBasicDCMachine

Modelica.Electrical.Machines.Interfaces

Partial model for DC machine

PartialBasicInductionMachine

Modelica.Electrical.Machines.Interfaces

Partial model for induction machine