Added logarithmic external potential

This commit is contained in:
Yohai Meiron 2020-03-25 21:42:29 -04:00
parent 8cba5b5e1d
commit 131642aa71
5 changed files with 51 additions and 84 deletions

View file

@ -26,8 +26,8 @@ public:
std::vector<int> pn_usage;
double pn_c;
bool ext_units_physical;
double norm_mass;
double norm_length;
double unit_mass;
double unit_length;
double ext_m_bulge;
double ext_b_bulge;
double ext_m_disk;
@ -35,6 +35,8 @@ public:
double ext_b_disk;
double ext_m_halo_plummer;
double ext_b_halo_plummer;
double ext_log_halo_r;
double ext_log_halo_v;
private:
using Dictionary = std::unordered_map<std::string,std::string>;