![]() |
SEVN
|
Typedefs | |
| typedef std::map< std::string, OutputOption > | OUTPUTMAP |
| typedef std::pair< InputBinaryOption, int > | _INPAIR |
| typedef std::map< InputBinaryOption, int > | INPUTMAPBIN_NPARAM |
| typedef std::map< std::string, _INPAIR > | INPUTMAPBIN |
| typedef std::map< std::string, WindsMode > | WINDSMAP |
| typedef std::map< std::string, RLMode > | RLMAP |
| typedef std::map< std::string, TidesMode > | TIDESMAP |
| typedef std::map< std::string, GWMode > | GWMAP |
| typedef std::map< std::string, MixMode > | MIXMAP |
| typedef std::map< std::string, SNKickMode > | SNKMAP |
| typedef std::map< std::string, CEMode > | CEMAP |
| typedef std::map< WindsMode, std::string > | WINDSMAP_NAME |
| typedef std::map< TidesMode, std::string > | TIDESMAP_NAME |
| typedef std::map< GWMode, std::string > | GW_NAME |
| typedef std::map< RLMode, std::string > | RL_NAME |
| typedef std::map< MixMode, std::string > | MIX_NAME |
| typedef std::map< SNKickMode, std::string > | SNK_NAME |
| typedef std::map< CEMode, std::string > | CE_NAME |
| typedef std::map< std::string, Tables > | FILEMAP |
Functions | |
| std::string | literal (Phases A) |
| std::string | literal (Remnants A) |
| std::string | literal (EventsList A) |
Variables | |
| const std::vector< std::string > | xspinmodes = {"geneva", "mesa", "fuller", "maxwellian", "zeros", "accretion", "disabled"} |
| const OUTPUTMAP | outputmap |
| const INPUTMAPBIN | inputmapbin |
| const INPUTMAPBIN_NPARAM | inputmapbin_nparam |
| const WINDSMAP | windsmap |
| const RLMAP | rlmap |
| const TIDESMAP | tidesmap |
| const GWMAP | gwmap |
| const MIXMAP | mixmap |
| const SNKMAP | snkmap |
| const CEMAP | cemap |
| const WINDSMAP_NAME | windsmap_name |
| const TIDESMAP_NAME | tidesmap_name |
| Tides. More... | |
| const GW_NAME | gwmap_name |
| GW. More... | |
| const RL_NAME | rlmap_name |
| const MIX_NAME | mixmap_name |
| const SNK_NAME | snkmap_name |
| const CE_NAME | cemap_name |
| const FILEMAP | filemap |
| const FILEMAP | filemap_optional |
| typedef std::pair<InputBinaryOption,int> Lookup::_INPAIR |
| typedef std::map<CEMode , std::string> Lookup::CE_NAME |
| typedef std::map<std::string, CEMode > Lookup::CEMAP |
| typedef std::map<std::string, Tables> Lookup::FILEMAP |
| typedef std::map<GWMode, std::string> Lookup::GW_NAME |
| typedef std::map<std::string, GWMode > Lookup::GWMAP |
| typedef std::map<std::string, _INPAIR> Lookup::INPUTMAPBIN |
| typedef std::map<InputBinaryOption, int> Lookup::INPUTMAPBIN_NPARAM |
| typedef std::map<MixMode, std::string> Lookup::MIX_NAME |
| typedef std::map<std::string, MixMode > Lookup::MIXMAP |
| typedef std::map<std::string, OutputOption > Lookup::OUTPUTMAP |
| typedef std::map<RLMode, std::string> Lookup::RL_NAME |
| typedef std::map< std::string, RLMode > Lookup::RLMAP |
| typedef std::map<SNKickMode, std::string> Lookup::SNK_NAME |
| typedef std::map<std::string, SNKickMode > Lookup::SNKMAP |
| typedef std::map<std::string, TidesMode > Lookup::TIDESMAP |
| typedef std::map<TidesMode, std::string> Lookup::TIDESMAP_NAME |
| typedef std::map<std::string, WindsMode > Lookup::WINDSMAP |
| typedef std::map<WindsMode, std::string> Lookup::WINDSMAP_NAME |
| enum Lookup::CEMode |
| enum Lookup::DTout_type : unsigned int |
| enum Lookup::EventsList |
| enum Lookup::GWMode |
This Enum match the kind of input for binaries with the expected length of the input param vectors:
| Enumerator | |
|---|---|
| _new | |
| _legacy | |
| _Niop | |
| enum Lookup::Material |
| enum Lookup::MixMode |
| enum Lookup::OutputOption |
| enum Lookup::Phases |
| enum Lookup::Remnants |
| enum Lookup::RLMode |
| enum Lookup::SNKickMode |
| enum Lookup::Tables |
| enum Lookup::TidesMode |
| enum Lookup::WindsMode |
| std::string Lookup::literal | ( | Lookup::EventsList | A | ) |
| std::string Lookup::literal | ( | Lookup::Phases | A | ) |
| std::string Lookup::literal | ( | Lookup::Remnants | A | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
GW.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Instruction for adding new orbit changes ORBC Note this is a bit different with respect to Properties, BinaryProperties and Processes. 1- Just call ORBC ORBC::_orbc 2- Add the name of the new orb_change in the related map name (follow the windsmap_name example)
|
extern |
|
extern |
| const std::vector<std::string> Lookup::xspinmodes = {"geneva", "mesa", "fuller", "maxwellian", "zeros", "accretion", "disabled"} |