aquakin.required_airflow#
- aquakin.required_airflow(kla, volume, system)[source]#
Air flow rate (m³/d) that produces
kLain a tank ofvolumem³.A given
kLais delivered by a given airflow: the standard oxygen transferSOTR = kLa · C_s,std · V(g O₂/d, the clean-water transfer at zero DO) must equalSOTE · o2_per_air · Q_air. SoQ_air = SOTR / (SOTE · o2_per_air). The operating DO deficit does not enter – it sets how much oxygen dissolves (the AOTR), not the air needed.- Parameters:
kla (float or jnp.ndarray) – Mass-transfer coefficient (1/d).
volume (float or jnp.ndarray) – Tank liquid volume (m³).
system (AerationSystem)
- Returns:
Air flow rate (m³/d).
- Return type:
jnp.ndarray