AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/ntrfc.cascade_case.domain.rst
docs/ntrfc.cascade_case.rst
docs/ntrfc.cascade_case.solution.case_modules.rst
docs/ntrfc.cascade_case.solution.rst
docs/ntrfc.dictutils.rst
docs/ntrfc.filehandling.rst
docs/ntrfc.fluid.rst
docs/ntrfc.geometry.rst
docs/ntrfc.math.rst
docs/ntrfc.meshquality.rst
docs/ntrfc.rst
docs/ntrfc.timeseries.rst
docs/ntrfc.turbo.airfoil_generators.rst
docs/ntrfc.turbo.rst
docs/readme.rst
docs/usage.rst
ntrfc/__init__.py
ntrfc/ntrfc.py
ntrfc.egg-info/PKG-INFO
ntrfc.egg-info/SOURCES.txt
ntrfc.egg-info/dependency_links.txt
ntrfc.egg-info/entry_points.txt
ntrfc.egg-info/requires.txt
ntrfc.egg-info/top_level.txt
ntrfc/data/README.md
ntrfc/data/compressor_cascade/README.md
ntrfc/data/compressor_cascade/profilepoints.txt
ntrfc/data/openfoam_cascade_case/README.md
ntrfc/data/openfoam_cascade_case/internal.vtu
ntrfc/data/openfoam_cascade_case/boundary/blade_wall.vtp
ntrfc/data/openfoam_cascade_case/boundary/inlet.vtp
ntrfc/data/openfoam_cascade_case/boundary/outlet.vtp
ntrfc/data/openfoam_probedata/postProcessing/probes/0/T
ntrfc/data/openfoam_probedata/postProcessing/probes/0/U
ntrfc/data/openfoam_probedata/postProcessing/probes/0/p
ntrfc/data/openfoam_probedata/postProcessing/probes/0/rho
ntrfc/data/openfoam_probedata/postProcessing/probes/0.00943924517741/T
ntrfc/data/openfoam_probedata/postProcessing/probes/0.00943924517741/U
ntrfc/data/openfoam_probedata/postProcessing/probes/0.00943924517741/p
ntrfc/data/openfoam_probedata/postProcessing/probes/0.00943924517741/rho
ntrfc/data/t106_cascadecase_how5/Readme.md
ntrfc/data/t106_cascadecase_how5/profilepoints.txt
ntrfc/data/turbine_cascade/README.md
ntrfc/data/turbine_cascade/profilepoints.txt
ntrfc/filehandling/__init__.py
ntrfc/filehandling/datafiles.py
ntrfc/filehandling/mesh.py
ntrfc/fluid/__init__.py
ntrfc/fluid/fluid.py
ntrfc/fluid/isentropic.py
ntrfc/fluid/turbulence.py
ntrfc/geometry/__init__.py
ntrfc/geometry/alphashape.py
ntrfc/geometry/line.py
ntrfc/geometry/plane.py
ntrfc/geometry/surface.py
ntrfc/math/__init__.py
ntrfc/math/methods.py
ntrfc/math/vectorcalc.py
ntrfc/meshquality/__init__.py
ntrfc/meshquality/aspect_ratio.py
ntrfc/meshquality/grid_convergece_index.py
ntrfc/meshquality/meshexpansion.py
ntrfc/meshquality/nondimensionals.py
ntrfc/meshquality/skewness.py
ntrfc/meshquality/standards.py
ntrfc/timeseries/__init__.py
ntrfc/timeseries/integral_scales.py
ntrfc/timeseries/stationarity.py
ntrfc/turbo/__init__.py
ntrfc/turbo/bladeloading.py
ntrfc/turbo/cascade_geometry.py
ntrfc/turbo/domaingen_cascade.py
ntrfc/turbo/integrals.py
ntrfc/turbo/pointcloud_methods.py
ntrfc/turbo/probegeneration.py
ntrfc/turbo/profile_tele_extraction.py
ntrfc/turbo/airfoil_generators/__init__.py
ntrfc/turbo/airfoil_generators/naca_airfoil_creator.py
ntrfc/turbo/airfoil_generators/parametric_turbine_generator.py
ntrfc/turbo/airfoil_generators/parsec_airfoil_creator.py
ntrfc/turbo/cascade_case/__init__.py
ntrfc/turbo/cascade_case/domain.py
ntrfc/turbo/cascade_case/post.py
ntrfc/turbo/cascade_case/solution.py
ntrfc/turbo/cascade_case/casemeta/__init__.py
ntrfc/turbo/cascade_case/casemeta/casemeta.py
ntrfc/turbo/cascade_case/utils/__init__.py
ntrfc/turbo/cascade_case/utils/domain_utils.py
ntrfc/turbo/cascade_case/utils/probecontainer.py
ntrfc/turbo/cascade_case/utils/sliceseries.py
ntrfc/turbo/gmsh/__init__.py
ntrfc/turbo/gmsh/turbo_cascade.py
ntrfc/turbo/gmsh/windtunnel_cascade.py
tests/__init__.py
tests/test_ntrfc.py
tests/filehandling/__init__.py
tests/filehandling/test_ntrfc_datafiles.py
tests/filehandling/test_ntrfc_mesh.py
tests/fluid/__init__.py
tests/fluid/test_ntrfc_fluid.py
tests/fluid/test_ntrfc_isentropic.py
tests/fluid/test_ntrfc_turbulence.py
tests/geometry/__init__.py
tests/geometry/test_ntrfc_alphashape.py
tests/geometry/test_ntrfc_geometry.py
tests/geometry/test_ntrfc_line.py
tests/geometry/test_ntrfc_plane.py
tests/geometry/test_ntrfc_surface.py
tests/math/__init__.py
tests/math/test_ntrfc_methods.py
tests/math/test_ntrfc_vectorcalc.py
tests/meshquality/__init__.py
tests/meshquality/test_ntrfc_aspect_ratio.py
tests/meshquality/test_ntrfc_grid_convergence_index.py
tests/meshquality/test_ntrfc_meshexpansion.py
tests/meshquality/test_ntrfc_nondimensionals.py
tests/meshquality/test_ntrfc_skewness.py
tests/meshquality/test_ntrfc_standards.py
tests/timeseries/__init__.py
tests/timeseries/test_ntrfc_integral_scales.py
tests/timeseries/test_ntrfc_stationarity.py
tests/turbo/__init__.py
tests/turbo/test_ntrfc_bladeloading.py
tests/turbo/test_ntrfc_cascade_geometry.py
tests/turbo/test_ntrfc_domaingen_cascade.py
tests/turbo/test_ntrfc_integrals.py
tests/turbo/test_ntrfc_pointcloud_methods.py
tests/turbo/test_ntrfc_probegeneration.py
tests/turbo/airfoil_generators/__init__.py
tests/turbo/airfoil_generators/test_naca_airfoil_creator.py
tests/turbo/airfoil_generators/test_parametric_turbine_creator.py
tests/turbo/airfoil_generators/test_parsec_airfoil_creator.py
tests/turbo/cascadecase/__init__.py
tests/turbo/cascadecase/test_casemeta.py
tests/turbo/cascadecase/test_post.py
tests/turbo/cascadecase/test_solution.py
tests/turbo/cascadecase/domain/__init__.py
tests/turbo/cascadecase/domain/test_ntrfc_blade2d.py
tests/turbo/cascadecase/domain/test_ntrfc_domaingen_cascade.py
tests/turbo/cascadecase/solution/__init__.py
tests/turbo/cascadecase/solution/test_probecontainer.py
tests/turbo/cascadecase/solution/test_solution.py
tests/turbo/gmsh/__init__.py
tests/turbo/gmsh/test_meshing.py