From ff6035b65a733dc44bac4dadd79459e03c0d8bc1 Mon Sep 17 00:00:00 2001 From: cakepie Date: Thu, 29 Dec 2022 23:34:27 +0800 Subject: [PATCH] fix some metal material thermochemical properties --- data/json/materials.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/data/json/materials.json b/data/json/materials.json index 23d5946776a04..51aeef96c284d 100644 --- a/data/json/materials.json +++ b/data/json/materials.json @@ -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, @@ -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, @@ -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, @@ -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, @@ -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,