Web-Books
in the Austria-Forum
Austria-Forum
Web-Books
Informatik
Programming for Computations – Python - A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition
Page - 264 -
  • User
  • Version
    • full version
    • text only version
  • Language
    • Deutsch - German
    • English

Page - 264 - in Programming for Computations – Python - A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition

Image of the Page - 264 -

Image of the Page - 264 - in Programming for Computations – Python - A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition

Text of the Page - 264 -

264 8 SolvingOrdinaryDifferentialEquations Fig. 8.33 Sketch of a one-dimensional, oscillating dynamic system subject to sliding friction and aspring force 8.4.11 Spring-MassSystemwithSlidingFriction Abodywithmassm is attached toa springwith stiffnesskwhile slidingonaplane surface.Thebodyisalsosubject toa frictionforcef(u′)dueto thecontactbetween the body and the plane. Figure 8.33 depicts the situation. The friction forcef(u′) canbemodeledbyCoulombfriction: f(u′)= ⎧ ⎨ ⎩ −μmg, u′<0, μmg, u′>0, 0, u′ =0 whereμ is the frictioncoefficient, andmg is the normal forceon the surfacewhere thebodyslides.Thisformulacanalsobewrittenasf(u′)=μmgsign(u′),provided the signum function sign(x) is defined to be zero forx = 0 (numpy.signhas this property). To check that the signs in the definition of f are right, recall that the actual physical force is−f and this is positive (i.e.,f < 0) when it works against thebodymovingwithvelocityu′<0. Thenonlinearspringforce is takenas s(u)=−kα−1 tanh(αu), whichisapproximately−ku forsmallu,butstabilizesat±k/α for large±αu.Here is aplotwithk=1000andu∈[−0.1,0.1] for threeαvalues:
back to the  book Programming for Computations – Python - A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition"
Programming for Computations – Python A Gentle Introduction to Numerical Simulations with Python 3.6, Volume Second Edition
Title
Programming for Computations – Python
Subtitle
A Gentle Introduction to Numerical Simulations with Python 3.6
Volume
Second Edition
Authors
Svein Linge
Hans Petter Langtangen
Publisher
Springer Open
Date
2020
Language
English
License
CC BY 4.0
ISBN
978-3-319-32428-9
Size
17.8 x 25.4 cm
Pages
356
Keywords
Programmiersprache, Informatik, programming language, functional, imperative, object-oriented, reflective
Category
Informatik
Web-Books
Library
Privacy
Imprint
Austria-Forum
Austria-Forum
Web-Books
Programming for Computations – Python