https://github.com/andreastedile/yplushistogram
y+ histogram tool in PyQt I developed as part of my bachelor thesis
https://github.com/andreastedile/yplushistogram
pyqt
Last synced: 28 days ago
JSON representation
y+ histogram tool in PyQt I developed as part of my bachelor thesis
- Host: GitHub
- URL: https://github.com/andreastedile/yplushistogram
- Owner: andreastedile
- Created: 2020-07-29T17:22:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T09:26:11.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T04:26:06.210Z (over 1 year ago)
- Topics: pyqt
- Language: Python
- Homepage:
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yPlus Histogram
Inspired by a [Dale Kramer's project](https://www.simscale.com/forum/t/yplus-histogram-program-as-a-new-metric-for-y-mapping-evaluation/85842).
## Installation
Clone the repository and install it with `pip`:
```
git clone https://github.com/andreastedile/yplushistogram
pip install --user .
```
## Usage
With Paraview:
- Use filter `Extract Surface` to extract the surface of the desired object.
- Use filter `Cell Size` and flag Compute Area.
- Open SpreadSheet View, select Cell Data as Attribute.
- The presented spreadsheet should have at least two columns for Area and yPlus.
- Export the spreadsheet in CSV.
Then, open the program with the command line:
```
yplushistogram
```
And open the previously exported CSV file.
