Show
Ignore:
Timestamp:
10/10/2007 03:17:26 PM (15 months ago)
Author:
otter
Message:

Fixed minor unit errors reported by Sven Erik
(mostly related to s-parameterization of ideal electrical
switches and friction elements)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Modelica/branches/maintenance/2.2.2/Modelica/Mechanics/Translational.mo

    r659 r660  
    18781878     
    18791879    // Friction force 
    1880     f = if locked then sa else if free then 0 else  
     1880    f = if locked then sa*unitForce else if free then 0 else  
    18811881            (if startForward then F_prop*v + F_Coulomb + 
    18821882      F_Stribeck else if startBackward then F_prop*v - F_Coulomb - F_Stribeck else