archaea-simulation


Namearchaea-simulation JSON
Version 1.2.2 PyPI version JSON
download
home_pagehttps://github.com/archaeans/archaea-simulation
SummaryWrapper definitions for simulation tools.
upload_time2024-01-09 21:22:46
maintainer
docs_urlNone
authorOğuzhan Koral
requires_python>=3.10,<4.0
licenseApache-2.0
keywords geometry simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Archaea Simulation

Wrapper definitions for simulation tools.

Motivation of creating this library is started with master thesis, departments of Computational
Science and Engineering and Architecture at Istanbul Technical University. 
Aim of thesis is to create scenarios for different environmental
solvers like EnergyPlus and OpenFOAM to run them parallely on Linux environment.
Preparation of these scenario files done by geometric [Archaea](https://github.com/archaeans/archaea) library.


## Focused Simulation Tools

- OpenFOAM: OpenFOAM requires stl geometries to run it's solvers
behind the scenes. (Pre-Alpha)
- EnergyPlus: EnergyPlus requires idf schema to run simulations. (MVP)
- UWG: Urban weather generator is a solver to calculate effects on urban microclimate.
It creates new .epw file for EnergyPlus simulations.

Main idea behind this work is to be experimental and didactic. 
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/archaeans/archaea-simulation",
    "name": "archaea-simulation",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "geometry,simulation",
    "author": "O\u011fuzhan Koral",
    "author_email": "oguzhankoral@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/26/13/571de23fb7741ed99218d481c1dd575fd8003840c5faf1246c943d376ea5/archaea_simulation-1.2.2.tar.gz",
    "platform": null,
    "description": "# Archaea Simulation\n\nWrapper definitions for simulation tools.\n\nMotivation of creating this library is started with master thesis, departments of Computational\nScience and Engineering and Architecture at Istanbul Technical University. \nAim of thesis is to create scenarios for different environmental\nsolvers like EnergyPlus and OpenFOAM to run them parallely on Linux environment.\nPreparation of these scenario files done by geometric [Archaea](https://github.com/archaeans/archaea) library.\n\n\n## Focused Simulation Tools\n\n- OpenFOAM: OpenFOAM requires stl geometries to run it's solvers\nbehind the scenes. (Pre-Alpha)\n- EnergyPlus: EnergyPlus requires idf schema to run simulations. (MVP)\n- UWG: Urban weather generator is a solver to calculate effects on urban microclimate.\nIt creates new .epw file for EnergyPlus simulations.\n\nMain idea behind this work is to be experimental and didactic. ",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Wrapper definitions for simulation tools.",
    "version": "1.2.2",
    "project_urls": {
        "Homepage": "https://github.com/archaeans/archaea-simulation",
        "Repository": "https://github.com/archaeans/archaea-simulation"
    },
    "split_keywords": [
        "geometry",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7df57760de93ff5412c85ecb48653448e35d8701391f9a032019a00f17b75c34",
                "md5": "5ac46e787dfc4623546cb16ef53d998f",
                "sha256": "7cff4a2b331f8aca9434f1b4223633c421b0b27d1a0438b2ea9c2b9807bb5608"
            },
            "downloads": -1,
            "filename": "archaea_simulation-1.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ac46e787dfc4623546cb16ef53d998f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 39480,
            "upload_time": "2024-01-09T21:22:44",
            "upload_time_iso_8601": "2024-01-09T21:22:44.244842Z",
            "url": "https://files.pythonhosted.org/packages/7d/f5/7760de93ff5412c85ecb48653448e35d8701391f9a032019a00f17b75c34/archaea_simulation-1.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2613571de23fb7741ed99218d481c1dd575fd8003840c5faf1246c943d376ea5",
                "md5": "01f854d091cff23d629a0f3e3e5d959f",
                "sha256": "0c6f8fa570f7a827d74b92e59007bc78c8e94f6ac86bd16ed45b9b5cc8f1b5bb"
            },
            "downloads": -1,
            "filename": "archaea_simulation-1.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "01f854d091cff23d629a0f3e3e5d959f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 23132,
            "upload_time": "2024-01-09T21:22:46",
            "upload_time_iso_8601": "2024-01-09T21:22:46.000644Z",
            "url": "https://files.pythonhosted.org/packages/26/13/571de23fb7741ed99218d481c1dd575fd8003840c5faf1246c943d376ea5/archaea_simulation-1.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 21:22:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "archaeans",
    "github_project": "archaea-simulation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "archaea-simulation"
}
        
Elapsed time: 0.15881s