CADETProcess.processModel.HICWaterOnHydrophobicSurfaces

CADETProcess.processModel.HICWaterOnHydrophobicSurfaces#

class CADETProcess.processModel.HICWaterOnHydrophobicSurfaces(adsorption_rate, desorption_rate, capacity, hic_characteristic, beta_0, beta_1, name, is_kinetic, n_binding_sites, _bound_states)[source]#

HIC isotherm by Wang et al. based on their 2016 paper.

Attributes:
adsorption_ratelist of unsigned floats.

Adsorption rate constants. Size depends on n_comp.

desorption_ratelist of unsigned floats.

Desorption rate constants. Size depends on n_comp.

capacitylist of unsigned floats.

Maximum adsorption capacities. Size depends on n_comp.

hic_characteristiclist of unsigned floats.

Parameters describing the number of ligands per ligand-protein interaction. Size depends on n_comp.

beta_0unsigned float.

Parameter describing the number of highly ordered water molecules that stabilize the hydrophobic surfaces at infinitely diluted salt concentration.

beta_1unsigned float.

Parameter describing the change in the number of highly ordered water molecules that stabilize the hydrophobic surfaces with respect to changes in the salt concentration.

Methods

check_required_parameters()

Verify if all required parameters are set.