{"id":25456836,"url":"https://github.com/szaghi/flow","last_synced_at":"2026-02-12T05:36:21.599Z","repository":{"id":146096326,"uuid":"77834016","full_name":"szaghi/FLOw","owner":"szaghi","description":"Fortran fLuid Object","archived":false,"fork":false,"pushed_at":"2020-03-25T12:13:37.000Z","size":11527,"stargazers_count":11,"open_issues_count":5,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-11T18:54:05.419Z","etag":null,"topics":["cfd","fluid","fortran","oop"],"latest_commit_sha":null,"homepage":null,"language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szaghi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.bsd-2.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-01-02T13:06:42.000Z","updated_at":"2022-11-16T09:36:12.000Z","dependencies_parsed_at":"2023-04-17T21:58:30.551Z","dependency_job_id":null,"html_url":"https://github.com/szaghi/FLOw","commit_stats":{"total_commits":49,"total_committers":1,"mean_commits":49.0,"dds":0.0,"last_synced_commit":"7fafeee7d3a01e7a7aa184a8ae7b11ceb1716f4f"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaghi%2FFLOw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaghi%2FFLOw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaghi%2FFLOw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaghi%2FFLOw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szaghi","download_url":"https://codeload.github.com/szaghi/FLOw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239394683,"owners_count":19631122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cfd","fluid","fortran","oop"],"created_at":"2025-02-18T01:51:27.185Z","updated_at":"2025-11-02T10:30:33.106Z","avatar_url":"https://github.com/szaghi.png","language":"Fortran","readme":"\u003ca name=\"top\"\u003e\u003c/a\u003e\n\n# FLOw [![GitHub tag](https://img.shields.io/github/tag/szaghi/FLOw.svg)]() [![Join the chat at https://gitter.im/szaghi/FLOw](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/szaghi/FLOw?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![License](https://img.shields.io/badge/license-GNU%20GeneraL%20Public%20License%20v3,%20GPLv3-blue.svg)]()\n[![License](https://img.shields.io/badge/license-BSD2-red.svg)]()\n[![License](https://img.shields.io/badge/license-BSD3-red.svg)]()\n[![License](https://img.shields.io/badge/license-MIT-red.svg)]()\n\n[![Status](https://img.shields.io/badge/status-unstable-red.svg)]()\n[![Build Status](https://travis-ci.org/szaghi/FLOw.svg?branch=master)](https://travis-ci.org/szaghi/FLOw)\n[![Coverage Status](https://img.shields.io/codecov/c/github/szaghi/FLOw.svg)](http://codecov.io/github/szaghi/FLOw?branch=master)\n\n### FLOw, Fortran fLuid Object\n\nA KISS pure Fortran Library providing a *Fluid Object* designed for building CFD codes:\n\n- FLOw is a pure Fortran (KISS) library providing a Fluid Object designed for building CFD codes;\n- FLOw is Fortran 2008+ standard compliant;\n- FLOw is OOP designed;\n- FLOw is TDD developed;\n- FLOw is a Free, Open Source Project.\n\n#### A taste of FLOw\n\n```fortran\nuse flow\ntype(fluid_object) :: state\ncall state%initialize(pressure=1, density=0.125, cp=1024, cv=712)\n...\n```\n\nTo be completed.\n\n#### Issues\n\n[![GitHub issues](https://img.shields.io/github/issues/szaghi/FLOw.svg)]()\n[![Ready in backlog](https://badge.waffle.io/szaghi/FLOw.png?label=ready\u0026title=Ready)](https://waffle.io/szaghi/FLOw)\n[![In Progress](https://badge.waffle.io/szaghi/FLOw.png?label=in%20progress\u0026title=In%20Progress)](https://waffle.io/szaghi/FLOw)\n[![Open bugs](https://badge.waffle.io/szaghi/FLOw.png?label=bug\u0026title=Open%20Bugs)](https://waffle.io/szaghi/FLOw)\n\n#### Compiler Support\n\n[![Compiler](https://img.shields.io/badge/GNU-v6.1.1+-brightgreen.svg)]()\n[![Compiler](https://img.shields.io/badge/Intel-v16.1+-brightgreen.svg)]()\n[![Compiler](https://img.shields.io/badge/IBM%20XL-not%20tested-yellow.svg)]()\n[![Compiler](https://img.shields.io/badge/g95-not%20tested-yellow.svg)]()\n[![Compiler](https://img.shields.io/badge/NAG-not%20tested-yellow.svg)]()\n[![Compiler](https://img.shields.io/badge/PGI-not%20tested-yellow.svg)]()\n\n---\n\n[What is FLOw?](#what-is-flow) | [Main features](#main-features) | [Copyrights](#copyrights) | [Download](#download) | [Compilation](#compilation) | [Documentation](#documentation) | [References](#references)\n\n---\n\n## What is FLOw?\n\n\u003e **FLOw** is a modern Fortran library providing a *Fluid Object* designed for building CFD codes.\n\nTo be completed.\n\n### How to use\n\nTo be written.\n\nGo to [Top](#top)\n\n## Main features\n\nTo be written.\n\nAny feature request is welcome.\n\nGo to [Top](#top)\n\n## Copyrights\n\nFLOw 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.\n\n\u003e Anyone is interest to use, to develop or to contribute to FLOw is welcome.\n\nMore details can be found on [wiki](https://github.com/szaghi/FLOw/wiki/Copyrights).\n\nGo to [Top](#top)\n\n## Download\n\nTo be written.\n\nGo to [Top](#top)\n\n## Compilation\n\nTo be written.\n\n## Documentation\n\nBesides 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).\n\nGo to [Top](#top)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszaghi%2Fflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszaghi%2Fflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszaghi%2Fflow/lists"}