https://github.com/ccsi-toolset/boiler_model
OxyBoiler Model
https://github.com/ccsi-toolset/boiler_model
combustion-models
Last synced: over 1 year ago
JSON representation
OxyBoiler Model
- Host: GitHub
- URL: https://github.com/ccsi-toolset/boiler_model
- Owner: CCSI-Toolset
- License: other
- Created: 2017-06-23T19:05:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T00:26:19.000Z (about 8 years ago)
- Last Synced: 2025-01-21T19:40:50.714Z (over 1 year ago)
- Topics: combustion-models
- Language: C++
- Size: 3.92 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# boiler_model
OxyBoiler Model
## Development Practices
* Code development will be peformed in a forked copy of the repo. Commits will not be
made directly to the repo. Developers will submit a pull request that is then merged
by another team member, if another team member is available.
* Each pull request should contain only related modifications to a feature or bug fix.
* Sensitive information (secret keys, usernames etc) and configuration data
(e.g database host port) should not be checked in to the repo.
* A practice of rebasing with the main repo should be used rather that merge commmits.
## Getting Started
TBD
## Authors
* Jinliang Ma
* John Eason
See also the list of [contributors](https://github.com/CCSI-Toolset/boiler_model/contributors) who participated in this project.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available,
see the [tags on this repository](https://github.com/boiler_model/tags).
## License & Copyright
See [LICENSE.md](LICENSE.md) file for details