libICEpost.src.thermophysicalModels.thermoModels.StateInitializer.mpV

@author: <N. Surname> <e-mail> Last update: DD/MM/YYYY

Classes

mpV

Initialize from (mass,pressure,volume)

Module Contents

class libICEpost.src.thermophysicalModels.thermoModels.StateInitializer.mpV.mpV(/, *, p: float, m: float, V: float, **kwargv)[source]

Bases: libICEpost.src.thermophysicalModels.thermoModels.StateInitializer.StateInitializer.StateInitializer

Initialize from (mass,pressure,volume)


mix

ThermoMixture Reference to the thermodynamic mixture

_state: libICEpost.src.thermophysicalModels.thermoModels.StateInitializer.StateInitializer.ThermoState
classmethod fromDictionary(dictionary)[source]

Create from dictionary.

{

mix (ThermoMixture): the thermodynamic mixture m (float): mass [kg] p (float): pressure [Pa] V (float): volume [m^3]

}