Skip to content

joshkellyjak/SU2ExtractTipPoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtractTipPoints

This program extracts blade tip surface points from turbomachinery blade geometries. It takes as input MoveSurface files (generated in SU2) and the corresponding SU2 mesh file, then outputs unstructured point clouds of the blade tip surfaces. Each extracted value corresponds to an index in the original SU2 mesh.

Features

  • Reads SU2 MoveSurface files and the SU2 mesh file.
  • Extracts blade tip surface points as unstructured point clouds.

Requirements

Python 3.x

NumPy

Installation

Clone or download this repository.

Add the bin/ folder to your PYTHONPATH in ~/.bashrc

export PYTHONPATH=$PYTHONPATH:/path/to/repo/bin  

Usage

Run the program by executing ExtractTipPoints.py with a configuration file:

python ExtractTipPoints.py <config_file>

Examples

The repository includes example files in the example/ folder:

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages