Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 744 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 744 Bytes

HSSSimulations.jl

Stable docs Dev docs

A package to simulate High Speed Sintering (HSS) by treating the powder bed as a bulk material, using the finite difference method and a quasi-solid material model.

As this is not in the Julia general registry, you will need to dev the package using:

using Pkg
Pkg.dev("https://github.com/Oliver-Leete/HSSSimulations.jl.git")

If you are new to Julia, I'd recommend checking out the getting started documentation