{"id":32177924,"url":"https://github.com/booya-at/parabem","last_synced_at":"2026-02-21T13:01:40.965Z","repository":{"id":60721388,"uuid":"45703989","full_name":"booya-at/parabem","owner":"booya-at","description":"2d and 3d panelmethod to compute potential flow","archived":false,"fork":false,"pushed_at":"2026-02-15T17:07:17.000Z","size":10854,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-15T23:40:22.074Z","etag":null,"topics":["lift","lifting-line-theory","numerics","panel-analysis","potential-flow"],"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/booya-at.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-11-06T19:53:15.000Z","updated_at":"2026-02-15T17:00:38.000Z","dependencies_parsed_at":"2025-01-02T22:32:21.095Z","dependency_job_id":null,"html_url":"https://github.com/booya-at/parabem","commit_stats":{"total_commits":104,"total_committers":6,"mean_commits":"17.333333333333332","dds":"0.17307692307692313","last_synced_commit":"03c7f1e81ee9bf0df7d5765f3259caf8555e5e19"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/booya-at/parabem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booya-at%2Fparabem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booya-at%2Fparabem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booya-at%2Fparabem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booya-at%2Fparabem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/booya-at","download_url":"https://codeload.github.com/booya-at/parabem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booya-at%2Fparabem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29681468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T12:30:22.644Z","status":"ssl_error","status_checked_at":"2026-02-21T12:29:55.402Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["lift","lifting-line-theory","numerics","panel-analysis","potential-flow"],"created_at":"2025-10-21T20:36:54.174Z","updated_at":"2026-02-21T13:01:40.954Z","avatar_url":"https://github.com/booya-at.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parabem\n[![Build Status](https://travis-ci.org/booya-at/parabem.svg?branch=master)](https://travis-ci.org/booya-at/parabem)\n\n\u003cimg src=\"./doc/latex_doc/Abbildungen/png/14_2_wake-rollup.png\" alt=\"result\" width=\"400\"/\u003e\n\n\nparabem is a python module that provides methods to compute the potential flow over 2D and 3D objects with boundary-elements (panel-method).\n\nthe c++ code is wrapped with pybind11 to python. This allows fast computation (eigen) with a high-level interface.\n\n## Dependencies\n* C++11:\n    - [eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page \"Eigen\")\n    - [pybind11](https://pybind11.readthedocs.org/en/latest/ \"pybind11\")\n    - [open_mp](http://openmp.org/wp/ \"open mp\")\n    - [cmake](http://www.cmake.org/ \"cmake\")\n* python:\n    - [openglider](https://github.com/hiaselhans/OpenGlider \"OpenGlider\")\n    - [numpy](http://www.numpy.org/ \"numpy\")\n    - [scipy](https://www.scipy.org/ \"scipy\")\n    - [matplotlib](http://matplotlib.org/ \"matplotlib\")\n    - [paraview](http://www.paraview.org/ \"paraview\")\n\n## Install\n### initialize\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ..\ncmake -DPYTHON_EXECUTABLE=/usr/local/bin/python3 ..\n```\n\nuse cmake-gui to fix not found packages or wrong versions (eg. python, pybind11, ...)\n\n### build and install\nif cmake doesn't complain, install the package. (the number at the end is the number of compile jobs)\n```\nsudo make install  -j2\n```\n\n\n## Using the package (with python)\n```python\n\u003c\u003c\u003c import parabem\n\u003c\u003c\u003c help(parabem)\n```\n\n\nfor more information look into the [tutorial](https://github.com/looooo/panel-methode/blob/master/doc/tutorial/tutorial.ipynb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbooya-at%2Fparabem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbooya-at%2Fparabem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbooya-at%2Fparabem/lists"}