https://github.com/ornl/additivefoam
Software to simulate heat transfer and fluid flow in additive manufacturing using OpenFOAM
https://github.com/ornl/additivefoam
additive-manufactering fluid-flow heat-transport openfoam simulation-modeling
Last synced: 2 months ago
JSON representation
Software to simulate heat transfer and fluid flow in additive manufacturing using OpenFOAM
- Host: GitHub
- URL: https://github.com/ornl/additivefoam
- Owner: ORNL
- License: other
- Created: 2023-03-28T14:59:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T16:25:48.000Z (3 months ago)
- Last Synced: 2025-03-21T17:33:10.243Z (3 months ago)
- Topics: additive-manufactering, fluid-flow, heat-transport, openfoam, simulation-modeling
- Language: C++
- Homepage: https://ornl.github.io/AdditiveFOAM/
- Size: 202 KB
- Stars: 25
- Watchers: 7
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
---
`AdditiveFOAM` is a free, open source heat and mass transfer software for simulations of Additive Manufacturing (AM) released by Oak Ridge National Laboratory. It is built upon OpenFOAM, a free, open source computational fluid dynamics (CFD) software package released by the OpenFOAM Foundation.## Documentation
[![Documentation Status][docs-badge]][docs-url]The documentation for `AdditiveFOAM` is hosted on [GitHub Pages](https://ornl.github.io/AdditiveFOAM/).
### Repository Features
| Link | Description |
|-----------------------------------------------------------|------------------------------------------|
| [solver](applications/solvers/additiveFoam) | Development version of the solver |
| [utilities](applications/utilities) | Utilities for post-processing and code wrappers |
| [tutorials](tutorials) | Tutorial cases |## Installation and Dependencies
[](https://github.com/OpenFOAM/OpenFOAM-10)AdditiveFOAM is built on source code released by the OpenFOAM Foundation [openfoam.org](https://openfoam.org/), which is available in public [OpenFOAM repositories](https://github.com/OpenFOAM).
[](https://github.com/spack/spack)
The easiest way to install AdditiveFOAM is using [spack](https://spack.readthedocs.io/en/latest/):
```
spack install additivefoam
```See the [installation instructions](https://ornl.github.io/AdditiveFOAM/docs/installation/#installation) in the [documentation](https://ornl.github.io/AdditiveFOAM/) for other options for building `AdditiveFOAM`.
## Citing
If you use AdditiveFOAM in your work, please cite the Zenodo DOI [](https://doi.org/10.5281/zenodo.8034098) of the version you used as a software citation:
```bibtex
@software{AdditiveFOAM_1.0.0,
author = {John Coleman and
Kellis Kincaid and
Gerald L. Knapp and
Benjamin Stump and
Alexander J. Plotkowski},
title = {AdditiveFOAM: Release 1.0},
month = jun,
year = 2023,
publisher = {Zenodo},
version = {1.0.0},
doi = {10.5281/zenodo.8034098},
url = {https://doi.org/10.5281/zenodo.8034098}
}
```## License
[](https://www.gnu.org/licenses/gpl-3.0.html)AdditiveFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the file `LICENSE` in this directory or http://www.gnu.org/licenses/, for a description of the GNU General Public License terms under which you can copy the files.
## Contact
For any questions, issues, or suggestions regarding AdditiveFOAM, you can reach out to the project maintainers through the GitHub repository's issue tracker or by contacting the development team directly.## Contributing
We encourage you to contribute to AdditiveFOAM! Please check the
[guidelines](CONTRIBUTING.md) on how to do so.We appreciate your interest in AdditiveFOAM and look forward to your contributions!
#### Contributors
- [John Coleman](https://www.ornl.gov/staff-profile/john-s-coleman)
- [Kellis Kincaid](https://www.ornl.gov/staff-profile/kellis-c-kincaid)
- [Gerry L. Knapp](https://www.ornl.gov/staff-profile/gerald-l-knapp)
- [Benjamin Stump](https://www.ornl.gov/staff-profile/benjamin-c-stump)
- [Alex Plotkowski](https://www.ornl.gov/staff-profile/alex-j-plotkowski)
- [Sam T. Reeve](https://www.ornl.gov/staff-profile/samuel-t-reeve)[docs-badge]: https://img.shields.io/badge/docs-latest-brightgreen.svg
[docs-url]: https://ornl.github.io/AdditiveFOAM/