1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# DO NOT EDIT - AUTOMATICALLY GENERATED BY tests/make_test_stubs.py!
from __future__ import annotations
from typing import List
def K_Sounders_Brown_theoretical(D: float, Cd: float, g: float = ...) -> float: ...
def K_separator_Watkins(x: float, rhol: float, rhog: float, horizontal: bool = ..., method: str = ...) -> float: ...
def K_separator_demister_York(P: float, horizontal: bool = ...) -> float: ...
def v_Sounders_Brown(K: float, rhol: float, rhog: float) -> float: ...
__all__: List[str]
|