File: saltation.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 (24 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# DO NOT EDIT - AUTOMATICALLY GENERATED BY tests/make_test_stubs.py!
from __future__ import annotations
from typing import List
def Geldart_Ling(mp: float, rhog: float, D: float, mug: float) -> float: ...


def Matsumoto_1974(mp: float, rhop: float, dp: float, rhog: float, D: float, Vterminal: float = ...) -> float: ...


def Matsumoto_1975(mp: float, rhop: float, dp: float, rhog: float, D: float, Vterminal: float = ...) -> float: ...


def Matsumoto_1977(mp: float, rhop: float, dp: float, rhog: float, D: float, Vterminal: float = ...) -> float: ...


def Rizk(mp: float, dp: float, rhog: float, D: float) -> float: ...


def Schade(mp: float, rhop: float, dp: float, rhog: float, D: float) -> float: ...


def Weber_saltation(mp: float, rhop: float, dp: float, rhog: float, D: float, Vterminal: float = ...) -> float: ...

__all__: List[str]