Skip to content

flow_props

flow_props extracts physically meaningful boundary-layer and wall quantities from structured CFD datasets.

Quick Start

Install

pip install flow-props

Run

flow-props init --bl
flow-props run --bl
1
2
3
4
5
6
7
import cfd_io
from flow_props import run_bl

dataset = cfd_io.read_file("solution.vtu")
results = run_bl(dataset, stations=[10, 50, 100])

print(results[0])

Feedback & Contributing

Questions, bug reports, and contributions are welcome. If something unexpected comes up while using this package, or there are ideas for improvement, opening an issue or starting a discussion is the best first step.

Using a label when opening an issue helps prioritize and track requests:

License

BSD-3-Clause. See LICENSE for details.