This package contains examples for the use of models that can be found in Buildings.Fluid.Actuators.Motors.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Name | Description |
---|---|
IdealMotor | Test model for IdealMotor |
model IdealMotor "Test model for IdealMotor" extends Modelica.Icons.Example;Buildings.Fluid.Actuators.Motors.IdealMotor mot(tOpe=60) "Motor model"; Modelica.Blocks.Sources.TimeTable ySet(table=[0,0; 60,0; 60,1; 120,1; 180,0.5; 240,0.5; 300,0; 360,0; 360,0.25; 420,0.25; 480,1; 540,1.5; 600,-0.25]) "Set point for actuator"; equationconnect(ySet.y, mot.u); end IdealMotor;