model amortecedor "Componente amortecedor" parameter Real c = 10.0; junta a, b; equation c * (der(b.y) - der(a.y)) = -a.f; a.f + b.f = 0.0; annotation(Diagram(coordinateSystem(extent = {{-148.5, -105}, {148.5, 105}}, preserveAspectRatio = true, initialScale = 0.1, grid = {5, 5}))); end amortecedor;