![]() |
SEVN
|
#include <Orbit.h>
Public Member Functions | |
| simple_mix (bool reg=true) | |
| ~simple_mix () | |
| simple_mix * | instance () override |
| std::string | name () override |
| virtual void | init (_UNUSED Binstar *b) |
| virtual double | DA (_UNUSED Binstar *b, _UNUSED int procID) |
| virtual double | DE (_UNUSED Binstar *b, _UNUSED int procID) |
| virtual double | DM (_UNUSED Binstar *b, _UNUSED int procID, _UNUSED int starID) |
| virtual double | DAngMomSpin (_UNUSED Binstar *b, _UNUSED int procID, _UNUSED int starID) |
| virtual bool | is_process_ongoing () |
| Other function that return useful information. More... | |
| virtual int | speciale_evolve (_UNUSED Binstar *b) |
| virtual void | set_options (_UNUSED IO *_io) |
Static Public Member Functions | |
| static Orbital_change_Mix * | Instance (const std::string &name) |
Static Public Attributes | |
| static simple_mix | _simple_mix |
Protected Member Functions | |
| void | Register (Orbital_change_Mix *ptr, const std::string &_name) |
Protected Attributes | |
| SevnLogging | svlog |
Static Private Member Functions | |
| static std::map< std::string, Orbital_change_Mix * > & | GetStaticMap () |
| static std::vector< int > & | GetUsed () |
|
inline |
|
inline |
|
inlinevirtualinherited |
Reimplemented in Peters_gw, Hurley_rl, Hurley_SNKicks, and Tides_simple.
|
inlinevirtualinherited |
Reimplemented in Tides_simple, and Hurley_rl.
|
inlinevirtualinherited |
Reimplemented in Peters_gw, Hurley_rl, Hurley_SNKicks, and Tides_simple.
|
inlinevirtualinherited |
Reimplemented in Orbital_change_RL.
|
inlinestaticprivateinherited |
|
inlinestaticprivateinherited |
Function that set all the variable needed in the estimate of DA, DE, DM
| b |
Reimplemented in Orbital_change_RL, Hurley_rl, Hurley_SNKicks, and Tides_simple.
|
inlineoverridevirtual |
Reimplemented from Orbital_change_Mix.
|
staticinherited |
|
inlinevirtualinherited |
Other function that return useful information.
Check if the process is really ongoing, i.e. it is really changing properties.
Reimplemented in disabled_tides, disabled_gw, Orbital_change_RL, disabled_rl, disabled_mix, and disabled_SNKicks.
|
inlineoverridevirtual |
Reimplemented from Orbital_change_Mix.
|
inlineprotectedinherited |
Function to be called (if needed) in the special_evolve function of Processes. Each Process can have its particular special evolve. See the proper documentation.
| b | Pointer to the binary. |
Reimplemented in Orbital_change_RL.
|
static |
|
protectedinherited |