|
1 | | -# ProcessModels_bundle |
| 1 | +# Process Models Bundle |
2 | 2 | A suite of process models implemented in both Aspen Custom Modeler and gPROMS Model Builder, as well as models implemented within Aspen Plus and Aspen Plus Dynamics. |
3 | 3 |
|
4 | | -## Development Practices |
| 4 | +This is a convenience bundle containing the following CCSI Toolset products: |
5 | 5 |
|
6 | | -* Code development will be peformed in a forked copy of the repo. Commits will not be |
7 | | - made directly to the repo. Developers will submit a pull request that is then merged |
8 | | - by another team member, if another team member is available. |
9 | | -* Each pull request should contain only related modifications to a feature or bug fix. |
10 | | -* Sensitive information (secret keys, usernames etc) and configuration data |
11 | | - (e.g database host port) should not be checked in to the repo. |
12 | | -* A practice of rebasing with the main repo should be used rather that merge commmits. |
| 6 | +**Solid Sorbents** |
| 7 | +- [Bubbling Fluidized Bed Dynamic Reduced Order](../../../bfb_drom) |
| 8 | +- [Bubbling Fluidized Bed Reactor](../../../bfb_reactor) |
| 9 | +- [Integrated Capture Systems Model](../../../intcap) |
| 10 | +- [Moving Bed Reactor Model](../../../mb_reactor) |
13 | 11 |
|
14 | | -## Getting Started |
15 | | - |
16 | | -TBD |
| 12 | +**Solvents** |
| 13 | +- [High Viscosity Solvent Model, 2-MPZ](../../../2-mpz) |
| 14 | +- [MEA Dynamic Model](../../../MEA_dm) |
| 15 | +- [MEA Steady State Model](../../../MEA_ssm) |
| 16 | +- [Solvent Crossflow Heat Exchanger Calculator](../../../SolventCrossflowHX) |
17 | 17 |
|
18 | | -## Authors |
| 18 | +**Other Process Models** |
| 19 | +- [Multi-stage Centrifugal Compressor Model](../../../compressor) |
| 20 | +- [Membrane Separation Model](../../../membrane_model) |
19 | 21 |
|
20 | | -* Jim Leek |
| 22 | +You can download the entire [bundle](../../releases/latest) or follow the above links to the individual products. |
21 | 23 |
|
22 | | -See also the list of [contributors](https://github.com/CCSI-Toolset/ProcessModels_bundle/contributors) who participated in this project. |
| 24 | +## Getting Started |
| 25 | +See installation and user guide documents in the [documentation](docs) subdirectory. |
23 | 26 |
|
24 | 27 | ## Versioning |
25 | | - |
26 | | -We use [SemVer](http://semver.org/) for versioning. For the versions available, |
27 | | -see the [tags on this repository](https://github.com/CCSI-Toolset/ProcessModels_bundle/tags). |
| 28 | +We use [SemVer](http://semver.org/) for versioning. For the versions available, |
| 29 | +see the [releases](../../releases) or [tags](../../tags) on this repository. |
28 | 30 |
|
29 | 31 | ## License & Copyright |
30 | | - |
31 | 32 | See [LICENSE.md](LICENSE.md) file for details |
0 commit comments