feos.Adsorption1D.desorption_isotherm¶
- static Adsorption1D.desorption_isotherm(functional, temperature, pressure, pore, composition=None, solver=None)¶
Calculate a desorption isotherm for the given pressure range. The profiles are evaluated starting from the highest pressure. The resulting density profiles can be metastable.
- Parameters:
functional (HelmholtzEnergyFunctional) – The Helmholtz energy functional.
temperature (SINumber) – The temperature.
pressure (SIArray1) – The pressures for which the profiles are calculated.
pore (Pore) – The pore parameters.
composition (float | SINumber | numpy.ndarray[float] | SIArray1 | list[float], optional) – The composition of the mixture.
solver (DFTSolver, optional) – Custom solver options.
- Return type:
Adsorption