Now, when the user loads EOS tables (load_eos = True) the EOSSequenceLandry will automatically convert units to the ones chosen by the user as eos_tables_units parameter (SI or CGS). If the user wants to keep the units as they are, no unit system should be provided (eos_tables_units = None)
Added a parameter eos_tables_units to EOSSequenceLandry
Added unit conversion feature to the class initialization
Updated EOSSequenceLandry.interpolate_eos_tables to be compatible with any units chosen by the user
Now, when the user loads EOS tables (
load_eos = True
) theEOSSequenceLandry
will automatically convert units to the ones chosen by the user aseos_tables_units
parameter (SI or CGS). If the user wants to keep the units as they are, no unit system should be provided (eos_tables_units = None
)eos_tables_units
toEOSSequenceLandry
EOSSequenceLandry.interpolate_eos_tables
to be compatible with any units chosen by the user