Skip to main content
Erschienen in:
Buchtitelbild

2013 | OriginalPaper | Buchkapitel

1. Dynamic Simulations

verfasst von : Murilo G. Coutinho

Erschienen in: Guide to Dynamic Simulations of Rigid Bodies and Particle Systems

Verlag: Springer London

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

This chapter presents an overview of how all techniques covered in this book fit together as independent modules constituting a simulation engine. It discusses in detail a possible architectural design of a computationally efficient implementation of a dynamic-simulation engine for non-penetrating particle and rigid-body systems. In doing so, we are mostly interested in studying algorithms that can produce real-time or near real-time performance. The actual description of the algorithms used in each step of the simulation engine proposed in this book, as well as reference software implementations of several modules that make up the entire simulation, are provided in the remaining chapters and appendices. The main goal of this chapter is to justify the book’s organization, and describe the high-level steps necessary to implement an efficient dynamic-simulation engine.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
In this book, we shall focus the study of particle systems to the case in which particles are approximated by point-mass objects.
 
2
In this book, we shall sometimes refer to object as a synonym to particle or rigid body.
 
3
In this book, we assume the object’s geometry is defined by its boundary representation, that is, by its vertices, edges and faces.
 
4
A value of △t=1/24 corresponds to 24 frames per second of simulation.
 
5
A value of 4 is a common choice.
 
6
The value of N should be clamped at a minimum value of one, otherwise the system will end up moving forward in time by more than △t.
 
7
The closest features between two objects are vertex–face, face–vertex or edge–edge.
 
8
The direction defined by the line connecting the closest points at t i .
 
Metadaten
Titel
Dynamic Simulations
verfasst von
Murilo G. Coutinho
Copyright-Jahr
2013
Verlag
Springer London
DOI
https://doi.org/10.1007/978-1-4471-4417-5_1