File: separator.pyi

package info (click to toggle)
python-fluids 1.0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,980 kB
  • sloc: python: 53,243; f90: 1,033; javascript: 49; makefile: 47
file content (15 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (3)
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]