#
potential-flow
Here are 21 public repositories matching this topic...
Open
6
Open
Open
2
mancellin
commented
Dec 29, 2021
In Capytaine, the direction of the incoming waves has to be specified in radians, not in degrees like in other software such as Nemoh. This can be confusing for users and I've seen calculations done with wave direction of 90 rad or 180 rad (mancellin/capytaine#110 (comment); mancellin/capytaine#30 (comment)).
A few things
Hydrodynamic coefficients viewer and converter for Boundary Element Method solver formats
meshviewer
hydrodynamics
potential-flow
boundary-element
mesh-processing
wave-energy
offshore-wind-platforms
hydrodynamic-coefficients-viewer
-
Updated
Jan 22, 2022 - C++
Vortex Lattice Method library written in Python
-
Updated
Oct 3, 2019 - Jupyter Notebook
Two-dimensional flow solver with GUI using vortex particle and boundary element methods
-
Updated
Jan 22, 2022 - C++
A Comprehensive Julia implementation of the Vortex Lattice Method
potential-flow
steady-state
unsteady-flows
aircraft-performance
aircraft-design
flapping-flight
vortex-lattice
wind-turbines
low-speed-aerodynamics
flight-vehicle-aerodynamics
-
Updated
Mar 17, 2022 - Julia
NEMOH is the first open source Boundary Element Method (BEM) code. This repository includes v115 source and binaries
-
Updated
Jun 3, 2020 - Fortran
A panel-based flow solver. Currently in beta but with working solvers for incompressible and inviscid hypersonic flow.
-
Updated
Feb 28, 2022 - Python
GPU-accelerated 3D vortex methods solver with easy GUI
-
Updated
Jan 31, 2022 - C++
2d and 3d panelmethod to compute potential flow
-
Updated
Mar 29, 2021 - C++
Field Panel Method for solving the Full Potential Equation
-
Updated
Jun 19, 2019 - C++
Lifting Line Theory application to Horizontal Axis Wind Turbine Blades
-
Updated
Jun 26, 2018 - Fortran
A simple potential flow solver with GUI built using python and Tkinter
-
Updated
Dec 27, 2019 - Python
Computer science project: Yukovski implementation in C - BSc Aerospace Engineering, University of Leon
-
Updated
Jul 8, 2015 - C
A set of in-progress Jupyter notebooks that seek to ease computations of compressible flow and provide visualizations of potential flow and simple solutions to the Navier-Stokes equations.
python3
notebooks
computational-fluid-dynamics
potential-flow
navier-stokes-equations
fluid-jupyter-notebooks
ease-computations
source-panel
-
Updated
Jun 18, 2021 - Jupyter Notebook
This codes develops a flow analyais using the potential theory which simplifies the Navier-Stokes stokes euqations in order to obtain a valid result for certain cituation where the visocity is not important.
-
Updated
Nov 8, 2020 - MATLAB
Work from classes I took during Undergraduate at University of Minnesota Twin Cities.
-
Updated
Sep 9, 2018 - Jupyter Notebook
Simulation of the potential flow field around an aerofoil
-
Updated
Jan 3, 2021 - Python
Lifting Line Theory application to Horizontal Axis Wind Turbine Blades
-
Updated
Nov 5, 2017 - Jupyter Notebook
Improve this page
Add a description, image, and links to the potential-flow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the potential-flow topic, visit your repo's landing page and select "manage topics."
We should make sure that all the integration tests compare output against expected results. This means getting rid of all the "test_method_does_not_throw" tests.
We could also implement PyTests or some other methodology with a simpler syntax.