Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
testTidalTorquePower.h
Go to the documentation of this file.
1 
9 #ifndef __TEST_TIDAL_TORQUE_POWER_H
10 #define __TEST_TIDAL_TORQUE_POWER_H
11 
12 #include "ConstPhaseLagZone.h"
13 #include "../../Planet/Planet.h"
14 #include "../../Evolve/BinarySystem.h"
15 
16 #include "../shared/Common.h"
17 
18 #include <iostream>
19 #include <iomanip>
20 
21 namespace Evolve {
22 
28  class test_TidalTorquePower : public Test::Suite {
29  private:
30  public:
33 
37  void test_aligned_orbit();
38 
41  void test_convergence();
42  };//End testTidalTorquePower class.
43 
44 
45 } //End Evolve namespace.
46 
47 #endif
void test_aligned_orbit()
Test the dimensionless tidal torque and power for an equatorial orbit, as a function of eccentricity ...
Orientations of zones of bodies in a binary system.
void test_convergence()
Output a table showing the convergence as e-order is increased for aligned orbit and const phase lag...
test_TidalTorquePower()
Create the test suite.
The test suite that compares the tidal torque and power for a single zone against expectations...
Declare a dissipative zone class with polynomial evolution with a constant phase lag.