idaes-pse


Nameidaes-pse JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://idaes.org
SummaryIDAES Process Systems Engineering Framework
upload_time2024-03-01 06:35:24
maintainerKeith Beattie
docs_urlNone
author
requires_python
licenseBSD
keywords idaes-pse energy systems chemical engineering process modeling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IDAES Toolkit

The IDAES Toolkit aims to provide multi-scale, simulation-based, open source
computational tools and models to support the design, analysis, optimization,
scale-up, operation and troubleshooting of innovative, advanced energy systems.

<!-- BEGIN Status badges -->
## Project Build and Download Statuses
[![Tests](https://github.com/IDAES/idaes-pse/actions/workflows/core.yml/badge.svg)](https://github.com/IDAES/idaes-pse/actions/workflows/core.yml)
[![Integration](https://github.com/IDAES/idaes-pse/actions/workflows/integration.yml/badge.svg)](https://github.com/IDAES/idaes-pse/actions/workflows/integration.yml)
[![codecov](https://codecov.io/gh/IDAES/idaes-pse/branch/main/graph/badge.svg?token=1lNQNbSB29)](https://codecov.io/gh/IDAES/idaes-pse)
[![Documentation Status](https://readthedocs.org/projects/idaes-pse/badge/?version=latest)](https://idaes-pse.readthedocs.io/en/latest/?badge=latest)
[![Services](https://github.com/Pyomo/jenkins-status/blob/main/idaes_services.svg)](https://pyomo-jenkins.sandia.gov/)
[![GitHub contributors](https://img.shields.io/github/contributors/IDAES/idaes-pse.svg)](https://github.com/IDAES/idaes-pse/graphs/contributors)
[![Merged PRs](https://img.shields.io/github/issues-pr-closed-raw/IDAES/idaes-pse.svg?label=merged+PRs)](https://github.com/IDAES/idaes-pse/pulls?q=is:pr+is:merged)
[![Issue stats](http://isitmaintained.com/badge/resolution/IDAES/idaes-pse.svg)](http://isitmaintained.com/project/IDAES/idaes-pse)
[![Downloads](https://pepy.tech/badge/idaes-pse)](https://pepy.tech/project/idaes-pse)
<!-- END Status badges -->

## Getting Started

Our [complete documentation is online](https://idaes-pse.readthedocs.io/en/stable/) but here is a summarized set of steps to get started using the framework. For help and assistance, please visit the [IDAES PSE Discussions Board](https://github.com/IDAES/idaes-pse/discussions).

While not required, we encourage the installation of [Anaconda](https://www.anaconda.com/products/individual#Downloads) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) and using the `conda` command to create a separate python environment in which to install the IDAES Toolkit.

Use conda to create a new "idaes-pse" (could be any name you like) environment then activate that environment:
```bash
conda create --name idaes-pse python=3.10
conda activate idaes-pse
```

Now, in that "idaes-pse" environment, install the IDAES Toolkit using either `pip install` or `conda install` (but not both):

```bash
# install latest stable release
pip install idaes-pse
# install latest stable release with one set of optional dependencies, e.g. `ui` for the user interface
pip install "idaes-pse[ui]"
# install latest stable release with multiple sets of optional dependencies
pip install "idaes-pse[ui,dmf,omlt,grid,coolprop]"
# install latest version from the main branch of this repository
pip install "idaes-pse @ git+https://github.com/IDAES/idaes-pse@main"
# install from the `mybranch` branch of the fork belonging to `myuser`
pip install "idaes-pse @ git+https://github.com/myuser/idaes-pse@mybranch"
```

You can check the version installed with the command:

```bash
idaes --version
```

Now install the pre-built extensions (binary solvers):

```bash
idaes get-extensions
```

The IDAES examples can be installed by running:

```bash
pip install idaes-examples
```

For more information, refer to the [IDAES/examples](https://github.com/IDAES/examples) repository, as well as the online static version of the examples available at <https://idaes-examples.readthedocs.org>.

Finally, refer to the [complete idaes-pse documentation](https://idaes-pse.readthedocs.io/en/latest) for detailed [installation instructions](https://idaes-pse.readthedocs.io/en/latest/tutorials/getting_started/index.html), examples, guides, and reference.

## System requirements

The code and examples have been tested with the following operating systems:

|Operating system|Supported versions  |
|----------------|--------------------|
| Linux          | Any modern Linux   |
| Windows        | Windows 10         |
| macOS          | Partly supported*  |

*HSL is not currently provided for macOS on Intel processors, so some features may be limited or not available.

Most of the functionality is implemented in Python. In accordance with
the end-of-life for many Python 2 libraries, the IDAES Toolkit is written
for Python 3. The following sub-versions are supported:

* Python 3.8
* Python 3.9
* Python 3.10
* Python 3.11
* Python 3.12

## Contacts and more information

General, background and overview information is available at the [IDAES main website](https://www.idaes.org).
Framework development happens at our [GitHub repo](https://github.com/IDAES/idaes-pse) where you can ask questions by starting a [discussion](https://github.com/IDAES/idaes-pse/discussions), [report issues/bugs](https://github.com/IDAES/idaes-pse/issues) or [make contributions](https://github.com/IDAES/idaes-pse/pulls).
For further enquiries, send an email to: <idaes-support@idaes.org>

## Funding acknowledgements

This work was conducted as part of the [Institute for the Design of Advanced Energy Systems (IDAES)](https://idaes.org)
with support through the [Simulation-Based Engineering, Crosscutting Research Program](https://netl.doe.gov/coal/simulation-based-engineering)
within the U.S. Department of Energy’s [Office of Fossil Energy and Carbon Management (FECM)](https://www.energy.gov/fecm/office-fossil-energy-and-carbon-management).
As of 2021, additional support was provided by FECM’s [Solid Oxide Fuel Cell Program](https://www.energy.gov/fecm/science-innovation/clean-coal-research/solid-oxide-fuel-cells),
and [Transformative Power Generation Program](https://www.energy.gov/fecm/science-innovation/office-clean-coal-and-carbon-management/advanced-energy-systems/transformative).

## Contributing

Please see our [Advanced User Installation](https://idaes-pse.readthedocs.io/en/stable/tutorials/advanced_install/) and [How-to Guides](https://idaes-pse.readthedocs.io/en/stable/how_to_guides/) on how to work with the idaes-pse source code and contribute changes to the project.

**By contributing to this repository, you are agreeing to all the terms set out in the LICENSE.md and COPYRIGHT.md files in this directory.**

            

Raw data

            {
    "_id": null,
    "home_page": "https://idaes.org",
    "name": "idaes-pse",
    "maintainer": "Keith Beattie",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "ksbeattie@lbl.gov",
    "keywords": "idaes-pse,energy systems,chemical engineering,process modeling",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/64/ff/a55fb61c260abf21cc40ccda817d0b27d4f31039b1697534f7e7ccf2fd4c/idaes-pse-2.4.0.tar.gz",
    "platform": "any",
    "description": "# IDAES Toolkit\n\nThe IDAES Toolkit aims to provide multi-scale, simulation-based, open source\ncomputational tools and models to support the design, analysis, optimization,\nscale-up, operation and troubleshooting of innovative, advanced energy systems.\n\n<!-- BEGIN Status badges -->\n## Project Build and Download Statuses\n[![Tests](https://github.com/IDAES/idaes-pse/actions/workflows/core.yml/badge.svg)](https://github.com/IDAES/idaes-pse/actions/workflows/core.yml)\n[![Integration](https://github.com/IDAES/idaes-pse/actions/workflows/integration.yml/badge.svg)](https://github.com/IDAES/idaes-pse/actions/workflows/integration.yml)\n[![codecov](https://codecov.io/gh/IDAES/idaes-pse/branch/main/graph/badge.svg?token=1lNQNbSB29)](https://codecov.io/gh/IDAES/idaes-pse)\n[![Documentation Status](https://readthedocs.org/projects/idaes-pse/badge/?version=latest)](https://idaes-pse.readthedocs.io/en/latest/?badge=latest)\n[![Services](https://github.com/Pyomo/jenkins-status/blob/main/idaes_services.svg)](https://pyomo-jenkins.sandia.gov/)\n[![GitHub contributors](https://img.shields.io/github/contributors/IDAES/idaes-pse.svg)](https://github.com/IDAES/idaes-pse/graphs/contributors)\n[![Merged PRs](https://img.shields.io/github/issues-pr-closed-raw/IDAES/idaes-pse.svg?label=merged+PRs)](https://github.com/IDAES/idaes-pse/pulls?q=is:pr+is:merged)\n[![Issue stats](http://isitmaintained.com/badge/resolution/IDAES/idaes-pse.svg)](http://isitmaintained.com/project/IDAES/idaes-pse)\n[![Downloads](https://pepy.tech/badge/idaes-pse)](https://pepy.tech/project/idaes-pse)\n<!-- END Status badges -->\n\n## Getting Started\n\nOur [complete documentation is online](https://idaes-pse.readthedocs.io/en/stable/) but here is a summarized set of steps to get started using the framework. For help and assistance, please visit the [IDAES PSE Discussions Board](https://github.com/IDAES/idaes-pse/discussions).\n\nWhile not required, we encourage the installation of [Anaconda](https://www.anaconda.com/products/individual#Downloads) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) and using the `conda` command to create a separate python environment in which to install the IDAES Toolkit.\n\nUse conda to create a new \"idaes-pse\" (could be any name you like) environment then activate that environment:\n```bash\nconda create --name idaes-pse python=3.10\nconda activate idaes-pse\n```\n\nNow, in that \"idaes-pse\" environment, install the IDAES Toolkit using either `pip install` or `conda install` (but not both):\n\n```bash\n# install latest stable release\npip install idaes-pse\n# install latest stable release with one set of optional dependencies, e.g. `ui` for the user interface\npip install \"idaes-pse[ui]\"\n# install latest stable release with multiple sets of optional dependencies\npip install \"idaes-pse[ui,dmf,omlt,grid,coolprop]\"\n# install latest version from the main branch of this repository\npip install \"idaes-pse @ git+https://github.com/IDAES/idaes-pse@main\"\n# install from the `mybranch` branch of the fork belonging to `myuser`\npip install \"idaes-pse @ git+https://github.com/myuser/idaes-pse@mybranch\"\n```\n\nYou can check the version installed with the command:\n\n```bash\nidaes --version\n```\n\nNow install the pre-built extensions (binary solvers):\n\n```bash\nidaes get-extensions\n```\n\nThe IDAES examples can be installed by running:\n\n```bash\npip install idaes-examples\n```\n\nFor more information, refer to the [IDAES/examples](https://github.com/IDAES/examples) repository, as well as the online static version of the examples available at <https://idaes-examples.readthedocs.org>.\n\nFinally, refer to the [complete idaes-pse documentation](https://idaes-pse.readthedocs.io/en/latest) for detailed [installation instructions](https://idaes-pse.readthedocs.io/en/latest/tutorials/getting_started/index.html), examples, guides, and reference.\n\n## System requirements\n\nThe code and examples have been tested with the following operating systems:\n\n|Operating system|Supported versions  |\n|----------------|--------------------|\n| Linux          | Any modern Linux   |\n| Windows        | Windows 10         |\n| macOS          | Partly supported*  |\n\n*HSL is not currently provided for macOS on Intel processors, so some features may be limited or not available.\n\nMost of the functionality is implemented in Python. In accordance with\nthe end-of-life for many Python 2 libraries, the IDAES Toolkit is written\nfor Python 3. The following sub-versions are supported:\n\n* Python 3.8\n* Python 3.9\n* Python 3.10\n* Python 3.11\n* Python 3.12\n\n## Contacts and more information\n\nGeneral, background and overview information is available at the [IDAES main website](https://www.idaes.org).\nFramework development happens at our [GitHub repo](https://github.com/IDAES/idaes-pse) where you can ask questions by starting a [discussion](https://github.com/IDAES/idaes-pse/discussions), [report issues/bugs](https://github.com/IDAES/idaes-pse/issues) or [make contributions](https://github.com/IDAES/idaes-pse/pulls).\nFor further enquiries, send an email to: <idaes-support@idaes.org>\n\n## Funding acknowledgements\n\nThis work was conducted as part of the [Institute for the Design of Advanced Energy Systems (IDAES)](https://idaes.org)\nwith support through the [Simulation-Based Engineering, Crosscutting Research Program](https://netl.doe.gov/coal/simulation-based-engineering)\nwithin the U.S. Department of Energy\u2019s [Office of Fossil Energy and Carbon Management (FECM)](https://www.energy.gov/fecm/office-fossil-energy-and-carbon-management).\nAs of 2021, additional support was provided by FECM\u2019s [Solid Oxide Fuel Cell Program](https://www.energy.gov/fecm/science-innovation/clean-coal-research/solid-oxide-fuel-cells),\nand [Transformative Power Generation Program](https://www.energy.gov/fecm/science-innovation/office-clean-coal-and-carbon-management/advanced-energy-systems/transformative).\n\n## Contributing\n\nPlease see our [Advanced User Installation](https://idaes-pse.readthedocs.io/en/stable/tutorials/advanced_install/) and [How-to Guides](https://idaes-pse.readthedocs.io/en/stable/how_to_guides/) on how to work with the idaes-pse source code and contribute changes to the project.\n\n**By contributing to this repository, you are agreeing to all the terms set out in the LICENSE.md and COPYRIGHT.md files in this directory.**\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "IDAES Process Systems Engineering Framework",
    "version": "2.4.0",
    "project_urls": {
        "Homepage": "https://idaes.org"
    },
    "split_keywords": [
        "idaes-pse",
        "energy systems",
        "chemical engineering",
        "process modeling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17194aab34ff0693fdd2e02614158b23107fd57b8e85d81f133ed4b81ca66bd0",
                "md5": "1b5a8f830e32b5222822a199c8988c13",
                "sha256": "8597784498ca823c03f88bd837fe5e5b76411b166a66de6034d1327589883521"
            },
            "downloads": -1,
            "filename": "idaes_pse-2.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b5a8f830e32b5222822a199c8988c13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17937937,
            "upload_time": "2024-03-01T06:35:21",
            "upload_time_iso_8601": "2024-03-01T06:35:21.712356Z",
            "url": "https://files.pythonhosted.org/packages/17/19/4aab34ff0693fdd2e02614158b23107fd57b8e85d81f133ed4b81ca66bd0/idaes_pse-2.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64ffa55fb61c260abf21cc40ccda817d0b27d4f31039b1697534f7e7ccf2fd4c",
                "md5": "6d9c57d61530e8c45b7784ebd2a0ddc5",
                "sha256": "0a3312c6a4ce57f2df20dd5777f00304263cd258bf2770688d430105a42053b4"
            },
            "downloads": -1,
            "filename": "idaes-pse-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6d9c57d61530e8c45b7784ebd2a0ddc5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11485578,
            "upload_time": "2024-03-01T06:35:24",
            "upload_time_iso_8601": "2024-03-01T06:35:24.973687Z",
            "url": "https://files.pythonhosted.org/packages/64/ff/a55fb61c260abf21cc40ccda817d0b27d4f31039b1697534f7e7ccf2fd4c/idaes-pse-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 06:35:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "idaes-pse"
}
        
Elapsed time: 0.18565s