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 35 36 37 38 39 40 41 42 43 44 45 46
|
# DO NOT EDIT - AUTOMATICALLY GENERATED BY tests/make_test_stubs.py!
from __future__ import annotations
from typing import List
def API520_A_g(
m: float,
T: float,
Z: float,
MW: float,
k: float,
P1: float,
P2: float = ...,
Kd: float = ...,
Kb: float = ...,
Kc: float = ...
) -> float: ...
def API520_A_steam(m: float, T: float, P1: float, Kd: float = ..., Kb: float = ..., Kc: float = ...) -> float: ...
def API520_B(Pset: float, Pback: float, overpressure: float = ...) -> float: ...
def API520_C(k: float) -> float: ...
def API520_F2(k: float, P1: float, P2: float) -> float: ...
def API520_Kv(Re: float) -> float: ...
def API520_N(P1: float) -> float: ...
def API520_SH(T1: float, P1: float) -> float: ...
def API520_W(Pset: float, Pback: float) -> float: ...
def API520_round_size(A: float) -> float: ...
__all__: List[str]
|