108 Experimentsimulation: Unterschied zwischen den Versionen

Aus F-Praktikum SOWAS Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „'''108 Experimentsimulation''' Viele physikalische Messungen sind heute ohne Computerunterstützung kaum noch durchzuführen. Zur Entwicklun…“)
 
 
Zeile 1: Zeile 1:
 
'''108 Experimentsimulation'''
 
'''108 Experimentsimulation'''
  
Viele  physikalische  Messungen  sind  heute  ohne  Computerunterstützung  kaum  noch durchzuführen. Zur  Entwicklung  von  Steuerungs-  und  Messprogrammen  stehen  dabei  eine Reihe  kommerzieller, moderner  Werkzeuge  zur  Verfügung, die  Programmentwicklung  und Datenauswertung vereinfachen sollen. Neben herkömmlichen Quelltext/Compiler orientierten Programmierumgebungen gibt es auch rein grafische Programmier-„Sprachen“. Letztere sindbesonders  leicht  zu  erlernen, und  bieten  neben  einem  visuellen  Zugang  zur  Programmerstellung  eine  besonders  einfache  Möglichkeit  eine  Benutzeroberfläche  zu  generieren. Ziel dieses  Versuchs  ist  es  ein  reales  Experiment  mit  Labview  im  Computer  nachzubilden  und dabei die Techniken der grafischen Programmierung kennen zu lernen und zu erproben.
+
Simulation of physics processes plays a vital role in modern large-scale experiments such as at LHC. On the other hand, simulations are also critical for smaller setups, like estimating the dose in radiation therapy. In order to simulate processes a number of numerical and statistical tools are used. In this lab course, the methods for solving differential equations are applied to simulate the trajectory of an electron in the electromagnetic field. Along with this, the simple Monte-Carlo simulation of the mass of a resonance particle is done using the acceptance-rejection method and the inverse transform sampling method. Finally, all the methods are applied to the simulation of a particle decay and its reconstruction.
Die Vorbereitung besteht darin, ein Experiment z.B. aus dem Anfängerpraktikum oder eines der folgenden Problemen theoretisch und mathematisch zu beherrschen:
 
  
  1. e/m - Bestimmung mit dem Fadenstrahlrohr
+
[http://f-praktikum.ep1.ruhr-uni-bochum.de/anleitung/Versuch108.PDF Manual]
  2. Untersuchung von gekoppelten Schwingungen
 
  3. Öltröpfchenversuch nach Millikan
 
  4. Lissajous-Figuren am Oszillographen mit Impulsgeneratoren
 
  5. Wachstum von Populationen
 
  6. Weitere Themen können vorgeschlagen werden
 
 
 
[http://f-praktikum.ep1.ruhr-uni-bochum.de/anleitung/Versuch108.PDF Anleitung]
 

Aktuelle Version vom 8. April 2025, 10:32 Uhr

108 Experimentsimulation

Simulation of physics processes plays a vital role in modern large-scale experiments such as at LHC. On the other hand, simulations are also critical for smaller setups, like estimating the dose in radiation therapy. In order to simulate processes a number of numerical and statistical tools are used. In this lab course, the methods for solving differential equations are applied to simulate the trajectory of an electron in the electromagnetic field. Along with this, the simple Monte-Carlo simulation of the mass of a resonance particle is done using the acceptance-rejection method and the inverse transform sampling method. Finally, all the methods are applied to the simulation of a particle decay and its reconstruction.

Manual