Commit Graph

8 Commits

Author SHA1 Message Date
poojanagrawal
ee7470f969 fix(standard_compositions.cpp): found and fixed h and he leaking out of the composition data
added a check for H and He getting added to SpeciesObject and cleaned up some variable names  and filenames
2026-06-05 22:47:15 +02:00
poojanagrawal
376df477e3 fix(Standard-Compositions): fixed the compositions that were not working 2026-06-04 13:53:35 +02:00
poojanagrawal
a7389fcfce fix(standard-compositions): completed the calculations of mass fractions
Moved the abundance calculations to its own function instead of main, fixed calulations of mass fractions
2026-06-03 13:49:35 +02:00
5ae76be756 test(tests): Standard Solar Composition Unit Tests
Added first basic unit test to ensure all standard solar compositions can load. Not currently passing
2026-06-03 13:28:48 +02:00
1619eba529 feat(standard_compositions): added working enum overloads
also added docs
2026-06-03 11:59:54 +02:00
3d2eb46d0d feat(sandbox): added example input params 2026-06-02 17:02:19 +02:00
22083d5d11 feat(standard_composition): Enum overload for compositions
Added additional overloads to allow typesafe and compile time checking of requested composition
2026-06-02 16:22:18 +02:00
poojanagrawal
663bdcea03 feat(Standard-Compositions): Imported standard metal fractions from MESA
Imported standard metal fractions from MESA to build compositions from one of the standard schemes
2026-06-02 15:57:33 +02:00