RTVInterface#
- class synthesizAR.interfaces.RTVInterface(heating_rate: Unit('erg / (s cm3)'), None = None, rtv_kwargs=None)[source]#
Bases:
objectInterface to the RTV scaling laws.
- Parameters:
heating_rate (
Quantity, optional) – Uniform heating rate. If None, you must override theget_heating_ratemethod to return a loop-dependent heating rate.rtv_kwargs (
dict, optional) – Keyword arguments tosynthesizAR.models.RTVScalingLaws
Attributes Summary
Methods Summary
get_heating_rate(loop)load_results(loop, **kwargs)Attributes Documentation
- name = 'RTV'#
Methods Documentation