A collection of static methods for various physics calculations. More...
#include <Physics.hh>
| Static Public Member Functions | |
| static double | DeepWaterDispersionToOmega (double _wavenumber) | 
| Compute the deep water dispersion.  More... | |
| static double | DeepWaterDispersionToWavenumber (double _omega) | 
| Compute the deep water dispersion.  More... | |
A collection of static methods for various physics calculations.
Definition at line 30 of file Physics.hh.
| 
 | static | 
Compute the deep water dispersion.
| [in] | _wavenumber | The wavenumber: k = 2 PI / wavelength. | 
Definition at line 26 of file Physics.cc.
| 
 | static | 
Compute the deep water dispersion.
| [in] | _omega | The angular frequency: omega = 2 PI / T. | 
Definition at line 33 of file Physics.cc.