https://github.com/ccsi-toolset/wwc
WWC: OpenFOAM Wetted Wall Simulation Package
https://github.com/ccsi-toolset/wwc
cfd-models solvent
Last synced: 12 months ago
JSON representation
WWC: OpenFOAM Wetted Wall Simulation Package
- Host: GitHub
- URL: https://github.com/ccsi-toolset/wwc
- Owner: CCSI-Toolset
- License: other
- Created: 2017-06-21T19:03:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T21:50:58.000Z (over 8 years ago)
- Last Synced: 2025-03-15T03:44:36.785Z (over 1 year ago)
- Topics: cfd-models, solvent
- Language: C++
- Size: 12.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WWC: OpenFOAM Wetted Wall Simulation Package
A CFD model developed to simulate the hydrodynamics of falling film in wetted wall column, coupled with mass transfer and absorption of gas species.
Note: this product is also part of the [CFDModels_bundle](../../../CFDModels_bundle)
## Getting Started
See installation and user guide documents in the [docs](docs) subdirectory.
## Authors
* Chao Wang
* Zhijie (Jay) Xu
See also the list of [contributors](../../contributors) who participated in this project.
## 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.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available,
[releases](../../releases) or [tags](../../tags) on this repository.
## License & Copyright
See [LICENSE.md](LICENSE.md) file for details