T1 10 11

From ICPWiki
Revision as of 20:04, 18 October 2010 by Kosovan (talk | contribs) (Created page with "= Tutorial 1 = == The problem sheet == You can get the problem sheet {{Download|Sim_Meth_I_T1_10_11.pdf|here}}. Solutions have to be handed in as a single PDF or on paper until...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tutorial 1

The problem sheet

You can get the problem sheet application_pdf.pnghere (150 KB)Info circle.png. Solutions have to be handed in as a single PDF or on paper until the next tutorial.

The corresponding code

The prepared code consists of three parts:

  • A simple C-Program that integrates the equations of motion for a single particle with a constant external force. The integration algorithm needs to be implemented by you.
  • A Qt-Frontend to the integrator to make up for a nice game.
  • A simple Molecular Dynamics Code to deal with more complicated problems. With three different integrators, parts of our solar system can be simulated and viewed. Two of those integrators have to be implemented by you.

It is available for download tar.pnghere (17 KB)Info circle.png.