{"id":24111364,"url":"https://github.com/skhelladi/wxrtcfd_code","last_synced_at":"2025-10-29T20:33:58.846Z","repository":{"id":151884958,"uuid":"580896041","full_name":"skhelladi/wxRTCFD_Code","owner":"skhelladi","description":" Real-time Computational Fluid Dynamics  (C/C++, wxWidget)","archived":false,"fork":false,"pushed_at":"2023-08-21T08:02:13.000Z","size":25086,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-16T15:54:06.608Z","etag":null,"topics":["cfd","fluid-dynamics","fluid-simulation","real-time"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skhelladi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-21T18:20:31.000Z","updated_at":"2023-08-21T13:18:45.000Z","dependencies_parsed_at":"2023-05-13T15:00:28.842Z","dependency_job_id":"9942dd3b-6bf5-4f5d-9ced-3a71a2c71b96","html_url":"https://github.com/skhelladi/wxRTCFD_Code","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"97aefddc64a28dda11ddaf31a25e2703efb3d228"},"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skhelladi%2FwxRTCFD_Code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skhelladi%2FwxRTCFD_Code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skhelladi%2FwxRTCFD_Code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skhelladi%2FwxRTCFD_Code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skhelladi","download_url":"https://codeload.github.com/skhelladi/wxRTCFD_Code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253928431,"owners_count":21985793,"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-dynamics","fluid-simulation","real-time"],"created_at":"2025-01-11T02:33:42.801Z","updated_at":"2025-10-16T00:35:37.128Z","avatar_url":"https://github.com/skhelladi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-time Computational Fluid Dynamics\n\nThis repository presents a real-time CFD solver based on a \"rough\" representation of conservation equations. The solver is implemented in **C/C++** for **real-time** purpose and **wxWidget** for the user interface and graphical renderings. It supports a wide range of features:\n- 2D problems (3D in progress)\n- real-time flow patern variation\n- variety of obstacles (in progress)\n- drag-and-drop obstacles\n- postprocessing using: scalars (pressure, velocity, tracer), streamlines and velocity vectors\n\n## Getting Started\n \t\n### Prerequisites\n\nFirst, make sure the following libraries are installed. Mainly\n\n- wxWidgets\n- OpenMP\n\n### Install an build\n#### 1. Using cmake (command-line)\n```\ngit clone https://github.com/skhelladi/wxRTCFD_Code.git\ncd wxRTCFD_Code\nmkdir build\ncd build\ncmake .. -DCMAKE_BUILD_TYPE=Release\nmake -j\n```\n\n#### 2. Using CodeBlocks\n```\ngit clone https://github.com/skhelladi/wxRTCFD_Code.git\ncd wxRTCFD_Code \ncodeblocks wxRTCFD_Code.cbp\n```\nthen build.\n\n#### 3. Using Visual Studio Code \n```\ngit clone https://github.com/skhelladi/wxRTCFD_Code.git\ncd wxRTCFD_Code\ncode .\n```\nthen build.\n\n### Run the code\nExecute wxRTCFD_Code binary file in build directory.\n\n\n## Screenshots\n________________________\n\u003cimg src=\"doc/fig_1.png\" width=\"400\" height=\"200\" /\u003e    \u003cimg src=\"doc/fig_2.png\" width=\"400\" height=\"200\" /\u003e \n\u003cimg src=\"doc/fig_3.png\" width=\"400\" height=\"200\" /\u003e \u003cimg src=\"doc/fig_4.png\" width=\"400\" height=\"200\" /\u003e \n\u003cimg src=\"doc/fig_6.png\" width=\"400\" height=\"200\" /\u003e \u003cimg src=\"doc/fig_7.png\" width=\"400\" height=\"200\" /\u003e\n_______________________\n\n## Tutorial (on Youtube)\n\n[![Tutorial](doc/fig_4.png)](http://www.youtube.com/watch?feature=player_embedded\u0026v=hqhZNt9UP4Q)\n\n## License\nThis project is licensed under the GPL-3 license.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted by you for inclusion in this project shall be licensed as above, without any additional terms or conditions.\n\n## Authors\n- Sofiane KHELLADI\n\n\n### Code inspiration\nThis code is based on the theoretical developments and javascript code presented by Matthias Müller in \"Ten Minute Physics\" channel.\n\nLink: https://matthias-research.github.io/pages/tenMinutePhysics/17-fluidSim.pdf\n\nand the Qt version of the same code developed by Sofiane KHELLADI\n\nLink: https://github.com/skhelladi/RTCFD_Code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskhelladi%2Fwxrtcfd_code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskhelladi%2Fwxrtcfd_code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskhelladi%2Fwxrtcfd_code/lists"}