UnsteadyFlowSolvers.jl

Solvers for problems involving unsteady fluid flow
Author KiranUofG
Popularity
18 Stars
Updated Last
1 Year Ago
Started In
May 2016

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.

Used By Packages

No packages found.