aquakin.InfluentFractions#

class aquakin.InfluentFractions(f_sccod=0.405, f_scod=0.202, f_su=0.118, f_xu=0.14, f_oho=0.05, f_xe=0.2, f_cu=0.2, f_snh=0.7, iN_sb=0.04, iN_xb=0.086, iN_xp=0.06, caco3_eq=50.0, default_alkalinity_mol=7.0)[source]#

Bases: object

Fractionation parameters for characterize_influent() / fractionate().

Defaults are the SUMO Sumo1 raw-influent tool’s municipal values; the nitrogen-balance contents iN_xb / iN_xp are ASM1’s i_XB / i_XP.

Parameters:
  • f_sccod (float) – Filtered COD (1.5 um, incl. colloids) as a fraction of total COD. Used only when filtered_cod is not measured.

  • f_scod (float) – Flocculated-filtered (truly soluble) COD as a fraction of total COD. Used only when flocculated_filtered_cod is not measured.

  • f_su (float) – Soluble unbiodegradable COD as a fraction of filtered COD. Used only when soluble_inert_cod is not measured.

  • f_xu (float) – Particulate unbiodegradable COD as a fraction of total COD.

  • f_oho (float) – Heterotroph biomass COD as a fraction of total COD.

  • f_xe (float) – Endogenous-product COD as a fraction of the heterotroph COD.

  • f_cu (float) – Colloidal unbiodegradable COD as a fraction of colloidal COD.

  • f_snh (float) – Ammonia as a fraction of TKN. Used only when ammonia is not measured.

  • iN_sb (float) – Nitrogen content of soluble biodegradable substrate (g N / g COD), used to set SND.

  • iN_xb (float) – Nitrogen content of biomass / endogenous products (g N / g COD), ASM1’s i_XB / i_XP; used to close the TKN balance onto XND.

  • iN_xp (float) – Nitrogen content of biomass / endogenous products (g N / g COD), ASM1’s i_XB / i_XP; used to close the TKN balance onto XND.

  • caco3_eq (float) – g CaCO3 per equivalent: SALK [mol/m3] = alkalinity [mg CaCO3/L] / caco3_eq.

  • default_alkalinity_mol (float)

__init__(f_sccod=0.405, f_scod=0.202, f_su=0.118, f_xu=0.14, f_oho=0.05, f_xe=0.2, f_cu=0.2, f_snh=0.7, iN_sb=0.04, iN_xb=0.086, iN_xp=0.06, caco3_eq=50.0, default_alkalinity_mol=7.0)#
Parameters:
  • f_sccod (float)

  • f_scod (float)

  • f_su (float)

  • f_xu (float)

  • f_oho (float)

  • f_xe (float)

  • f_cu (float)

  • f_snh (float)

  • iN_sb (float)

  • iN_xb (float)

  • iN_xp (float)

  • caco3_eq (float)

  • default_alkalinity_mol (float)

Return type:

None

Methods

__init__([f_sccod, f_scod, f_su, f_xu, ...])

Attributes

caco3_eq

default_alkalinity_mol

f_cu

f_oho

f_sccod

f_scod

f_snh

f_su

f_xe

f_xu

iN_sb

iN_xb

iN_xp