https://github.com/szaghi/flow
Fortran fLuid Object
https://github.com/szaghi/flow
cfd fluid fortran oop
Last synced: 3 months ago
JSON representation
Fortran fLuid Object
- Host: GitHub
- URL: https://github.com/szaghi/flow
- Owner: szaghi
- Created: 2017-01-02T13:06:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T12:13:37.000Z (about 5 years ago)
- Last Synced: 2024-06-11T18:54:05.419Z (11 months ago)
- Topics: cfd, fluid, fortran, oop
- Language: Fortran
- Size: 11 MB
- Stars: 11
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.bsd-2.md
Awesome Lists containing this project
README
# FLOw []() [](https://gitter.im/szaghi/FLOw?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[]()
[]()
[]()
[]()[]()
[](https://travis-ci.org/szaghi/FLOw)
[](http://codecov.io/github/szaghi/FLOw?branch=master)### FLOw, Fortran fLuid Object
A KISS pure Fortran Library providing a *Fluid Object* designed for building CFD codes:
- FLOw is a pure Fortran (KISS) library providing a Fluid Object designed for building CFD codes;
- FLOw is Fortran 2008+ standard compliant;
- FLOw is OOP designed;
- FLOw is TDD developed;
- FLOw is a Free, Open Source Project.#### A taste of FLOw
```fortran
use flow
type(fluid_object) :: state
call state%initialize(pressure=1, density=0.125, cp=1024, cv=712)
...
```To be completed.
#### Issues
[]()
[](https://waffle.io/szaghi/FLOw)
[](https://waffle.io/szaghi/FLOw)
[](https://waffle.io/szaghi/FLOw)#### Compiler Support
[]()
[]()
[]()
[]()
[]()
[]()---
[What is FLOw?](#what-is-flow) | [Main features](#main-features) | [Copyrights](#copyrights) | [Download](#download) | [Compilation](#compilation) | [Documentation](#documentation) | [References](#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](#top)
## Main features
To be written.
Any feature request is welcome.
Go to [Top](#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](http://www.gnu.org/licenses/gpl-3.0.html), [BSD2-Clause](http://opensource.org/licenses/BSD-2-Clause), [BSD3-Clause](http://opensource.org/licenses/BSD-3-Clause) and [MIT](http://opensource.org/licenses/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](https://github.com/szaghi/FLOw/wiki/Copyrights).
Go to [Top](#top)
## Download
To be written.
Go to [Top](#top)
## Compilation
To be written.
## Documentation
Besides this README file the FLOw documentation is contained into its own [wiki](https://github.com/szaghi/FLOw/wiki). Detailed documentation of the API is contained into the [GitHub Pages](http://szaghi.github.io/FLOw/index.html) that can also be created locally by means of [ford tool](https://github.com/cmacmackin/ford).
Go to [Top](#top)