adamantine icon indicating copy to clipboard operation
adamantine copied to clipboard

Software to simulate heat transfer for additive manufacturing

Results 43 adamantine issues
Sort by recently updated
recently updated
newest added

Before we do data assimilation, it would be helpful to re-sync with the experiment in case the layer time is slightly off the simulated layer time. This could be accomplished...

Currently the simulation runs until a designated end time. We discussed changing this so that the simulation end time is optionally dictated by the scan path. This requires extending the...

ROS will output something that looks like an "event series" format for adamantine to read.

We need the ability to convert between adamantine scan path input and the Gcode that the AM machines use. This could either be in adamantine or separate.

Add more details to Docker-related instructions, and give basic details on the output file formats. This is aimed at making the installation process easier for users unfamiliar with Docker and...

IR analysis needs an emissivity to convert the intensity to temperature. Can we learn the emissivity with data assimilation? Or does having a parameter both in the state and the...

Under some circumstances, when the ray from experimental data is aligned with the mesh, `RayTracing::get_intersection` can erroneously give DOF index 0 as the intersection point. There's a note in the...

Currently when material is added following the scan path we add material a fixed amount ahead of the heat source. To reduce the number of times we add material, it...

Currently, the heat source term assumes a quasi-fixed heat source location. For large time steps, we want to integrate over the path of the heat source.