External potential (EXTPOT_GAL) cleaned up

This commit is contained in:
Yohai Meiron 2020-03-24 20:37:23 -04:00
parent d7332be188
commit 562ea9618a
4 changed files with 230 additions and 487 deletions

View file

@ -25,6 +25,17 @@ public:
double binary_smbh_influence_radius_factor;
std::vector<int> pn_usage;
double pn_c;
bool ext_units_physical;
double norm_mass;
double norm_length;
double ext_m_bulge;
double ext_b_bulge;
double ext_m_disk;
double ext_a_disk;
double ext_b_disk;
double ext_m_halo_plummer;
double ext_b_halo_plummer;
private:
using Dictionary = std::unordered_map<std::string,std::string>;
Dictionary read_config_file(const std::string file_name);