Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
@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}
}
@article{Coleman2025,
doi = {10.21105/joss.07770},
url = {https://doi.org/10.21105/joss.07770},
year = {2025},
publisher = {The Open Journal},
volume = {10},
number = {109},
pages = {7770},
author = {John Coleman and Kellis Kincaid and Gerry L. Knapp and Benjamin Stump and Samuel Temple Reeve and Matt Rolchigo and Alex Plotkowski},
title = {AdditiveFOAM: A Continuum Multiphysics Code for Additive Manufacturing},
journal = {Journal of Open Source Software}
}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ 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 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8034097.svg)](https://doi.org/10.5281/zenodo.8034097).
[![DOI](https://joss.theoj.org/papers/10.21105/joss.07770/status.svg)](https://doi.org/10.21105/joss.07770)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8034097.svg)](https://doi.org/10.5281/zenodo.8034097)

If you use AdditiveFOAM in your work, please cite the JOSS article and
consider citing the Zenodo DOI for the version used.

## License
[![GPL](https://img.shields.io/badge/GPL-3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
Expand Down
2 changes: 1 addition & 1 deletion applications/solvers/additiveFoam/additiveFoamInfo.H
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Description
#endif

// Static version
#define ADDITIVEFOAM_VERSION "1.1.0"
#define ADDITIVEFOAM_VERSION "1.2.0-dev"

namespace Foam
{
Expand Down