Rotational Brake
Brake based on Coulomb friction
Description
Connections
Parameters
Modelica Standard Library
The Rotational Brake (or Brake) component models a brake. A frictional torque acts between the housing and a flange and a controlled normal force presses the flange to the housing to increase friction.
Normal Force
The normal force applied to the braking surface is the product of a parameter, fnmax, and a normalized input signal, fnormalized.
fn=fnmax⁢fnormalized0≤fnormalized≤1
Friction Force
When the absolute angular velocity is not zero, the friction torque is a function of the velocity dependent friction coefficient μ⁡w , the normal force, fn, and a geometric constant, cgeo, which takes into account the geometry of the device and the assumptions on the friction distributions.
τ=cgeo⁢μ⁡w⁢fn
The geometric constant is calculated as
cgeo=N⁢ro+ri2
where ri is the inner radius, ro is the outer radius, and N is the number of friction interfaces.
Friction Table
The positive part of the friction characteristic, μ⁡w,w≥0, is defined by the μpos parameter as a two-dimensional table (array) that specifies the sliding friction coefficients at given relative angular velocities. Each row has the form wrel,μ⁡wrel. The first column must be ordered, 0≤w1<w2<⋯<wm. To add rows, right-click on the value and select Edit Matrix Dimension. Only linear interpolation is supported.
Name
Modelica ID
flangea
Flange of left shaft
flange_a
flangeb
Flange of right shaft
flange_b
support
Conditional Support Flange
heatPort
Optional heat port
fnormalized
Real input; normalized force
f_normalized
General Parameters
Default
Units
μpos
0.,0.5
1
Table of sliding friction coefficients at given relative velocities
mue_pos
peak
peak⁢μpos1,2 is the static friction coefficient
cgeo
Geometry constant containing friction distribution assumption
fnmax
N
Maximum normal force
fn_max
Use Heat Port
false
True (checked) means the heat port is enabled
useHeatPort
use Support Flange
True (checked) means the support flange is enabled
useSupport
Advanced Parameters
ωsmall
1·1010
rads
The velocity reinitializes when ω≤ωsmall
w_small
Klocked
0
Gain driving the relative motion between the friction elements to 0 when locked. This parameter should only be non-zero when using the model with fixed-step integration.
K_locked
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
1-D Mechanical Overview
Rotational Clutches and Brakes
Download Help Document