From 8d3a64ddab937575b0c4f413af0dd392bbf736ec Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Fri, 24 Jul 2020 07:17:58 +0200
Subject: [PATCH] Script to convert HeatConduction prj files to MPL.

---
 xml/convertHeatConductionToMPL.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xml/convertHeatConductionToMPL.py b/xml/convertHeatConductionToMPL.py
index ce10f95..2b1bd06 100755
--- a/xml/convertHeatConductionToMPL.py
+++ b/xml/convertHeatConductionToMPL.py
@@ -422,6 +422,7 @@ def processFile(filename):
         # Medium
         ("thermal_conductivity", "Medium", "thermal_conductivity"),
         ("specific_heat_capacity", "Medium", "specific_heat_capacity"),
+        ("density", "Medium", "density"),
         ("heat_capacity", "Medium", "heat_capacity"),
         ("temperature", "Medium", "reference_temperature"),
         # Liquid
-- 
GitLab