opendrift.models.openoil.adios.models.common.sara

Module Contents

Classes

SARAFraction

SARADensity

MolecularWeight

class opendrift.models.openoil.adios.models.common.sara.SARAFraction[source]
sara_type: opendrift.models.openoil.adios.models.common.enum_types.SaraTypeEnum
fraction: float
ref_temp_k: float = 273.15
weathering: float = 0.0
standard_deviation: float
replicates: float
method: str
__post_init__()[source]
class opendrift.models.openoil.adios.models.common.sara.SARADensity[source]
sara_type: opendrift.models.openoil.adios.models.common.enum_types.SaraTypeEnum
kg_m_3: float
ref_temp_k: float = 273.15
weathering: float = 0.0
__post_init__()[source]
class opendrift.models.openoil.adios.models.common.sara.MolecularWeight[source]
property kg_mol
sara_type: opendrift.models.openoil.adios.models.common.enum_types.SaraTypeEnum
g_mol: float
ref_temp_k: float = 273.15
weathering: float = 0.0
__post_init__()[source]