|
Penning Trap Simulation
Simulate particle behavior inside a Penning Trap
|
Test class for the Penning trap. More...
Public Member Functions | |
| void | test_external_E_field () |
| Test that the external E field gives correct values. | |
| void | test_external_B_field () |
| Test that the external B field gives correct values. | |
| void | test_force_on_particle () |
| Test that the force between particles gives expected results. | |
| void | test_total_force_external () |
| Test that the total external force returns expected results. | |
| void | test_total_force_particles () |
| Test that the total force of all particles on a single particle returns expected results. | |
Test class for the Penning trap.
Definition at line 23 of file test_suite.cpp.
|
inline |
Test that the external B field gives correct values.
Definition at line 66 of file test_suite.cpp.
|
inline |
Test that the external E field gives correct values.
Definition at line 28 of file test_suite.cpp.
|
inline |
Test that the force between particles gives expected results.
Definition at line 80 of file test_suite.cpp.
|
inline |
Test that the total external force returns expected results.
Definition at line 107 of file test_suite.cpp.
|
inline |
Test that the total force of all particles on a single particle returns expected results.
Definition at line 122 of file test_suite.cpp.