KiranUofG / UnsteadyFlowSolvers.jl

Solvers for problems involving unsteady fluid flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

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 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 and install the latest stable version of Julia.

At the prompt type,

]add UnsteadyFlowSolvers

This will install UnsteadyFlowSolvers and dependent packages.

Getting started

Tutorials demonstrating the code with detailed READMEs are available in the UNSflowTutorials repository.

About

Solvers for problems involving unsteady fluid flow

License:MIT License


Languages

Language:Julia 100.0%