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.
use flow
type(fluid_object) :: state
call state%initialize(pressure=1, density=0.125, cp=1024, cv=712)
...
To be completed.
What is FLOw? | Main features | Copyrights | Download | Compilation | Documentation | References
FLOw is a modern Fortran library providing a Fluid Object designed for building CFD codes.
To be completed.
To be written.
Go to Top
To be written.
Any feature request is welcome.
Go to Top
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
To be written.
Go to Top
To be written.
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