carmapy.Nuc#
- class carmapy.Nuc(group_core, group_mantle, is_het, gas, mucos)#
An object representing a nucleation pathway.
- Parameters:
group_core (
Group) – The group forms the seed particle for the nucleation event. If homogeneous nucleation, should be the same asgroup_mantlegroup_mantle (
Group) – The group which forms as a result of the nucleationis_het (
bool) – if True, the nucleation is heterogeneous. If False, homogeneousgas (
Gas) – The gas resevoir which condensesmucos (
float) – The cosine of the contact angle between the gas and the seed particle. Ignored ifis_het==False.