modelSpring
Input/output block of a spring model
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
A linear 1D rotational spring with pure signal interface which can be applied for a FMU (Functional Mock-up Unit) exchange.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.RotationalSpringConstant | c | 1e4 | Spring constant |
| SI.Angle | phi_rel0 | 0 | Unstretched spring angle |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | phi1 | Angle of left flange of force element | |
| Modelica.Blocks.Interfaces.RealOutput | tau1 | Torque generated by the force element | |
| Modelica.Blocks.Interfaces.RealInput | phi2 | Angle of right flange of force element | |
| Modelica.Blocks.Interfaces.RealOutput | tau2 | Torque generated by the force element |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Mechanics.Rotational.Components.GeneralAngleToTorqueAdaptor | angleToTorque1 | ||
| Modelica.Mechanics.Rotational.Components.Spring | spring | ||
| Modelica.Mechanics.Rotational.Components.GeneralAngleToTorqueAdaptor | angleToTorque2 |