{"id":40591294,"url":"https://github.com/nfette/sorpsim-opt","last_synced_at":"2026-01-21T03:32:34.121Z","repository":{"id":71873422,"uuid":"118833589","full_name":"nfette/sorpsim-opt","owner":"nfette","description":"Yet another Sorption system simulation tool","archived":false,"fork":false,"pushed_at":"2023-11-06T20:46:42.000Z","size":1034,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-01-27T14:04:49.397Z","etag":null,"topics":["absorption-chiller","building-energy","chiller","heat-activated","heat-transfer","liquid-dessicant","simulation-modeling"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nfette.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-01-24T23:07:43.000Z","updated_at":"2023-09-19T03:38:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"b80eaa79-fccd-4f09-a86a-ada898e4a5ad","html_url":"https://github.com/nfette/sorpsim-opt","commit_stats":{"total_commits":73,"total_committers":4,"mean_commits":18.25,"dds":0.09589041095890416,"last_synced_commit":"d85df8c6a99fa181bd1fdc6f7fbea5f7f8be2c77"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nfette/sorpsim-opt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfette%2Fsorpsim-opt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfette%2Fsorpsim-opt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfette%2Fsorpsim-opt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfette%2Fsorpsim-opt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nfette","download_url":"https://codeload.github.com/nfette/sorpsim-opt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfette%2Fsorpsim-opt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28624506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["absorption-chiller","building-energy","chiller","heat-activated","heat-transfer","liquid-dessicant","simulation-modeling"],"created_at":"2026-01-21T03:32:32.955Z","updated_at":"2026-01-21T03:32:34.114Z","avatar_url":"https://github.com/nfette.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SorpSim\n\nThis is a Sorption system simulation tool to evaluate different thermally\nactivated cooling and heating technologies.\n\n# Getting started\n\n* To download installer see the Releases link on Github\n* Developers: [documentation](http://www.public.asu.edu/~nfette/SorpSim/latest/)\n* [LICENSE](LICENSE.md)\n\n# Installing and Running\n\nLook on the [releases](https://github.com/nfette/SorpSim/releases)\ntab to download the latest released binaries.\nYou can use the self-extracting installer or the archive file appropriate for\nyour system. Run the installer or extract the files to the folder of your\nchoice, then run the executable (SorpSim).\n(I may need someone to build the project on Mac OS.)\n\n# Building\n\nTo compile this yourself you need to install these prerequisites:\n\n* Any modern C++ compiler\n* Qt version \u003e5 (tested with 5.9.3)\n* Qwt http://qwt.sourceforge.net/ (follow instructions to build and install)\n\nConfigure the project file, SorpSim.pro.\n\n* Set the paths to find Qwt library and (optional) sources\n* Note that there is a target called 'install' that just copies the extra files\n  (examples, settings, etc) into the build directory. It doesn't install the program.\n\nQtCreator is a convenient IDE for working on code that uses Qt, but it is not\nrequired to build the code. You can also just build on the command line.\n\n## Building with QtCreator\n\nBuilding is easy.\n* Open the project, SorpSim.pro.\n* Choose a compiler kit and build directory (defaults usually work well) then\nclick the button to configure.\n* Open the Projects mode, and edit the Run Settings. Add a deployment step using\nmake. Enter \"install\" (no quotes) in the extra arguments tab.\n* Open the Edit mode and run from menus Build \u003e Build project.\n\n## Building with qmake\n\n* qmake SorpSim.pro\n* make\n* make install\n\n## Deployment\n\nTo build the installer or a binary distribution, you can use the tool provided\nby Qt to recognize dependencies and prepare a bundle of files for distribution.\nA recipe is found in the source folder.\nSee http://doc.qt.io/qt-5/deployment.html\n\n## Special note for MSVC users\n\nIf your compiler is MSVC, you may need to take extra steps.\n\n* To get the compiler working, some users may need to run the build session from\na command window, starting by executing a short batch file to set environment\nparameters at the start of build session. More info to follow.\n* To get the most out of your computer, install and use JOM as a drop-in\nreplacement for nmake. In QtCreator, it is already bundled, and you configure\nits usage in the Projects view. On the command line, simply add it to your path.\nRefer to advice in the Qwt install directions.\n* If you build on command line, substitute nmake (or jom) for make\n\n# Contributing\n\nPlease get in touch with the other authors and see if there are things to do.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfette%2Fsorpsim-opt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnfette%2Fsorpsim-opt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnfette%2Fsorpsim-opt/lists"}