File: jet_pump.pyi

package info (click to toggle)
python-fluids 1.0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,384 kB
  • sloc: python: 59,459; f90: 1,033; javascript: 49; makefile: 47
file content (34 lines) | stat: -rw-r--r-- 861 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# DO NOT EDIT - AUTOMATICALLY GENERATED BY tests/make_test_stubs.py!
from __future__ import annotations
from typing import List
from typing import (
    Optional,
)


def liquid_jet_pump_ancillary(
    rhop: float,
    rhos: float,
    Kp: float,
    Ks: float,
    d_nozzle: Optional[float] = ...,
    d_mixing: Optional[float] = ...,
    Qp: Optional[float] = ...,
    Qs: Optional[float] = ...,
    P1: Optional[float] = ...,
    P2: Optional[int] = ...
) -> float: ...


def vacuum_air_leakage_Coker_Worthington(P: float, P_atm: float = ..., conservative: bool = ...) -> float: ...


def vacuum_air_leakage_HEI2633(V: float, P: float, P_atm: float = ...) -> float: ...


def vacuum_air_leakage_Ryans_Croll(V: int, P: int, P_atm: float = ...) -> float: ...


def vacuum_air_leakage_Seider(V: int, P: int, P_atm: float = ...) -> float: ...

__all__: List[str]