Skip to content

Commit

Permalink
Merge pull request #358 from lmanzanillas/patch-1
Browse files Browse the repository at this point in the history
Update MaterialProperties.jl
  • Loading branch information
fhagemann authored Sep 14, 2023
2 parents e67d5a3 + 49fa14e commit cacf4ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MaterialProperties/MaterialProperties.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ material_properties[:Si] = (
ρ = 2.3290u"g*cm^-3",
name = "Silicon",
mt = 0.98,
ml = 0.19
ml = 0.19,
De = 39u"cm^2/s",
Dh = 12u"cm^2/s"
)

material_properties[:Al] = (
Expand Down

0 comments on commit cacf4ec

Please sign in to comment.