https://github.com/adamantine-sim/adamantine
Software to simulate heat transfer for additive manufacturing
https://github.com/adamantine-sim/adamantine
3d-printing heat-transfer simulation
Last synced: 12 days ago
JSON representation
Software to simulate heat transfer for additive manufacturing
- Host: GitHub
- URL: https://github.com/adamantine-sim/adamantine
- Owner: adamantine-sim
- License: other
- Created: 2016-06-30T21:23:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T18:26:43.000Z (22 days ago)
- Last Synced: 2026-01-13T19:18:55.761Z (22 days ago)
- Topics: 3d-printing, heat-transfer, simulation
- Language: C++
- Homepage: https://adamantine-sim.github.io/adamantine/
- Size: 19.8 MB
- Stars: 48
- Watchers: 5
- Forks: 14
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README

`adamantine` is a thermomechanical code for additive manufacturing. It is based
on [deal.II](https://www.dealii.org),
[ArborX](https://github.com/arborx/ArborX),
[Trilinos](https://www.trilinos.github.io), and [Kokkos](https://kokkos.org).
`adamantine` can simulate the thermomechanical evolution an object undergoes
during the manufacturing process. It can handle materials in three distinct
phases (solid, liquid, and powder) to accurately reflect the physical state
during manufacturing. Experimental data can be used to improve the simulation
through the use of [Ensemble Kalman
filter](https://en.wikipedia.org/wiki/Ensemble_Kalman_filter).
## Documentation
The documentation is hosted on our [website](https://adamantine-sim.github.io/adamantine), with instructions on installing `adamantine`, running simulations, and visualizing results.
## Examples
Examples that showcase `adamantine` capabilities can be found
[here](https://adamantine-sim.github.io/adamantine/doc/examples.html).
## Tutorials
Tutorials and exercises can be found [here](https://github.com/adamantine-sim/adamantine-tutorials).
## License
`adamantine` is distributed under the Apache License v2.0 with LLVM Exceptions.
## Questions
If you have any question, find a bug, or have feature request please open an
issue.
## Contributing
We encourage you to contribute to `adamantine`! Please check out the
[guidelines](CONTRIBUTING.md) about how to proceed.
## Citing adamantine
Please see this [page](https://adamantine-sim.github.io/adamantine/doc/references.html).