adamantine
adamantine copied to clipboard
Software to simulate heat transfer for additive manufacturing
Right now a lot of the functionality involving the "geometry" of the problem has to be in ThermalPhysics since that's where the DofHandler is. Conceptually this is a little confusing,...
@AshGannon has seen semi-deterministic errors in adamantine simulations of the IMTS gear. My understanding (correct me if I have it wrong) is that the failures occur around the same point...
Copying the parallel layout from `displacement`, we are missing some locally relevant DoFs we are accessing in `compute_stress`.
Currently during data assimilation the code will segfault if no rays hit the mesh. (Presumably the same for measurements with a specified location.) We need to decide how we want...
This is the changelog for the upcoming 1.1 release: - Add capability to read updates to the scan path during a simulation: https://github.com/adamantine-sim/adamantine/pull/291 and https://github.com/adamantine-sim/adamantine/pull/294 - Output warning on the...
We should (at least optionally) print a message to the screen when the code is waiting for a file (or a file like the scan path to update). I think...
These three parameters aren't fundamental material properties and are instead depend on the environment being simulated. I think these are a better fit for the `boundary` input block. Normally I...
Currently we have an input option in the `geometry` block of the input file to deactivate elements above a certain height (`material_height`). For certain simulations, especially of "repair" processes, we...
vtk
Hello author, may I ask how the vtk file is generated? What software is used to generate it? Are there any requirements for the software version? Also, what types of...