szaghi / FLOw

Fortran fLuid Object
11 stars 3 forks source link
cfd fluid fortran oop

FLOw [GitHub tag]() Join the chat at https://gitter.im/szaghi/FLOw

[License]() [License]() [License]() [License]()

[Status]() Build Status Coverage Status

FLOw, Fortran fLuid Object

A KISS pure Fortran Library providing a Fluid Object designed for building CFD codes:

A taste of FLOw

use flow
type(fluid_object) :: state
call state%initialize(pressure=1, density=0.125, cp=1024, cv=712)
...

To be completed.

Issues

[GitHub issues]() Ready in backlog In Progress Open bugs

Compiler Support

[Compiler]() [Compiler]() [Compiler]() [Compiler]() [Compiler]() [Compiler]()


What is FLOw? | Main features | Copyrights | Download | Compilation | Documentation | References


What is FLOw?

FLOw is a modern Fortran library providing a Fluid Object designed for building CFD codes.

To be completed.

How to use

To be written.

Go to Top

Main features

To be written.

Any feature request is welcome.

Go to Top

Copyrights

FLOw is a Free and Open Source Software (FOSS), it is distributed under a very permissive multi-licensing system: selectable licenses are GPLv3, BSD2-Clause, BSD3-Clause and MIT, feel free to select the license that best matches your workflow.

Anyone is interest to use, to develop or to contribute to FLOw is welcome.

More details can be found on wiki.

Go to Top

Download

To be written.

Go to Top

Compilation

To be written.

Documentation

Besides this README file the FLOw documentation is contained into its own wiki. Detailed documentation of the API is contained into the GitHub Pages that can also be created locally by means of ford tool.

Go to Top