functionGenerateStribeckFrictionTable

Generate Stribeck friction table for example Friction for the SupportFriction

Extends from Modelica.Icons.Function (Icon for functions).

Information

Returns a table with the friction characteristic table[nTable, 2] = [0, f1; …; v_max, fn], where the first column is the velocity v in the range 0 … v_max and the second column is the friction force according to the Stribeck curve:

f = F_Coulomb + F_prop*v + F_Stribeck*exp(-fexp*v);

Inputs

TypeNameDefaultDescription
RealF_propVelocity dependent friction coefficient
SI.ForceF_CoulombConstant friction: Coulomb force
SI.ForceF_StribeckStribeck effect
RealfexpExponential decay
Realv_maxGenerate table from v=0 ... v_max
IntegernTable100Number of table points

Outputs

TypeNameDefaultDescription
Real[nTable,2]tableFriction table