https://github.com/kiranramesh-aero/unsteadyflowsolvers.jl
Solvers for problems involving unsteady fluid flow
https://github.com/kiranramesh-aero/unsteadyflowsolvers.jl
fluid-dynamics fluid-simulation julia vortex
Last synced: 6 months ago
JSON representation
Solvers for problems involving unsteady fluid flow
- Host: GitHub
- URL: https://github.com/kiranramesh-aero/unsteadyflowsolvers.jl
- Owner: KiranRamesh-Aero
- License: mit
- Created: 2016-05-28T16:31:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T22:45:35.000Z (over 1 year ago)
- Last Synced: 2025-06-12T15:07:43.311Z (12 months ago)
- Topics: fluid-dynamics, fluid-simulation, julia, vortex
- Language: Julia
- Size: 117 MB
- Stars: 23
- Watchers: 7
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.com/KiranUofG/UnsteadyFlowSolvers.jl)
[](https://coveralls.io/github/KiranUofG/UnsteadyFlowSolvers.jl?branch=master)
This package (abbreviated UNSflow) is a library of low-order solvers for unsteady aerodynamics
and aeroelasticity. The solvers are written in Julia, are based on the discrete-vortex method and cater to various
applications.
[Julia](http://julialang.org) is a new high-level, high-performance dynamic programming
language for technical computing. Julia’s novel features are a
sophisticated compiler, distributed parallel execution, numerical
accuracy, and an extensive mathematical function library. Julia is
fully open-source under the MIT license, and integrates mature,
best-of-breed open source C and Fortran libraries for various
computing algorithms.
### Installing Julia and UNSflow
[Download](http://julialang.org/downloads/) and install the latest stable version of Julia.
At the prompt type,
```julia
]add UnsteadyFlowSolvers
```
This will install UnsteadyFlowSolvers and dependent packages.
### Getting started
Tutorials demonstrating the code with detailed READMEs are available in the [UNSflowTutorials](https://github.com/KiranUofG/UNSflowTutorials) repository.