{"id":19659920,"url":"https://github.com/ggrbill/cavsim","last_synced_at":"2026-05-10T20:42:42.369Z","repository":{"id":167445336,"uuid":"147255221","full_name":"ggrbill/CavSim","owner":"ggrbill","description":"Cavity Simulator ","archived":false,"fork":false,"pushed_at":"2021-10-11T21:58:30.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-10T01:28:13.468Z","etag":null,"topics":["cavity-simulators","cpp","finite-volume-methods","hacktoberfest","navier-stokes-equations","python","wuds"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ggrbill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-03T21:27:31.000Z","updated_at":"2024-07-12T19:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"eed071f0-9b95-4e42-b416-7b25471b3d11","html_url":"https://github.com/ggrbill/CavSim","commit_stats":null,"previous_names":["ggrbill/cavsim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2FCavSim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2FCavSim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2FCavSim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2FCavSim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggrbill","download_url":"https://codeload.github.com/ggrbill/CavSim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240968949,"owners_count":19886398,"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":["cavity-simulators","cpp","finite-volume-methods","hacktoberfest","navier-stokes-equations","python","wuds"],"created_at":"2024-11-11T15:44:46.168Z","updated_at":"2026-05-10T20:42:42.365Z","avatar_url":"https://github.com/ggrbill.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CavSim\n\nThe lid-driven cavity simulator\n\n## Development Environment\n\nThis project is based in a `conda` environment using `conda-devenv` and `conda-lock` tools. For all basic tools instalation:\n- `conda` basic package: For `miniconda` installation follow the instructions [here](https://conda.io/miniconda.html)\n- `conda-devenv` package: Installation instructions click [here](https://conda-devenv.readthedocs.io/en/latest/installation.html) and \n- `conda-lock` package: Installation instructions click [here](https://conda.github.io/conda-lock/). \n\nIt is important to note that `conda-devenv` and `conda-lock` MUST be installed in the `base` conda environment to allow the usage in this project.\n\n### Setup and Environment Activation\n\nTo create and activate the conda environment called `cavsim-dev` execute the following commands into project root folder\n```shell\n$ conda devenv\n$ conda activate cavsim-dev\n```\n\n### Updating Environment\n\nIf you add or remove dependencies, or change version requirements in the `environment.devenv.yml` file, you can update the locks with:\n```shell\n$ conda devenv --lock\n```\nThis will attempt to keep the existing pins as much as possible.\n\nTo update to the latest version of one or more libraries, for all platforms:\n```shell\n$ conda devenv --update-locks pytest --update-locks boltons\n```\n\nIf you want to update all libraries to the latest version, pass an \"\" (empty) value:\n```shell\n$ conda devenv --update-locks \"\"\n```\nAll these instructions are available in the `conda-devenv` [documentation](https://conda-devenv.readthedocs.io/en/latest/usage.html#locking).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggrbill%2Fcavsim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggrbill%2Fcavsim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggrbill%2Fcavsim/lists"}