Skip to content

Commit

Permalink
fix some metal material thermochemical properties (#62927)
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-pie authored Jan 11, 2023
1 parent ec462f1 commit dcd7cc1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions data/json/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@
"density": 8,
"specific_heat_liquid": 0.82,
"specific_heat_solid": 0.45,
"latent_heat": 273,
"latent_heat": 247,
"bash_resist": 4,
"cut_resist": 4,
"bullet_resist": 2,
Expand Down Expand Up @@ -1305,7 +1305,7 @@
"density": 11.342,
"specific_heat_liquid": 0.13,
"specific_heat_solid": 0.14,
"latent_heat": 2,
"latent_heat": 23,
"bash_resist": 0,
"cut_resist": 0,
"bullet_resist": 0,
Expand Down Expand Up @@ -1738,7 +1738,7 @@
"density": 10.5,
"specific_heat_liquid": 0.28,
"specific_heat_solid": 0.23,
"latent_heat": 111,
"latent_heat": 105,
"bash_resist": 2,
"cut_resist": 3,
"bullet_resist": 2,
Expand All @@ -1759,7 +1759,7 @@
"density": 21.5,
"specific_heat_liquid": 0.18,
"specific_heat_solid": 0.13,
"latent_heat": 100,
"latent_heat": 114,
"bash_resist": 1,
"cut_resist": 1,
"bullet_resist": 1,
Expand Down Expand Up @@ -2801,9 +2801,10 @@
"id": "zinc",
"name": "Zinc",
"density": 7.2,
"//": "Help wanted: value for specific_heat_liquid is definitely wrong, it was simply copied from aluminum in #31031",
"specific_heat_liquid": 1.18,
"specific_heat_solid": 0.91,
"latent_heat": 260,
"specific_heat_solid": 0.39,
"latent_heat": 112,
"bash_resist": 4,
"cut_resist": 3,
"bullet_resist": 2,
Expand Down

0 comments on commit dcd7cc1

Please sign in to comment.