From eed8c8cf2ae1aab2e401e0d808f0d209132d3592 Mon Sep 17 00:00:00 2001
From: Hamza Oukili <hamza.oukili@iws.uni-stuttgart.de>
Date: Mon, 3 Apr 2023 09:16:43 +0200
Subject: [PATCH] Fix set type to Scalar instead of double

---
 doc/doxygen/extradoc/parameters.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/doxygen/extradoc/parameters.json b/doc/doxygen/extradoc/parameters.json
index dfa418b43e..b8038d4337 100644
--- a/doc/doxygen/extradoc/parameters.json
+++ b/doc/doxygen/extradoc/parameters.json
@@ -458,8 +458,15 @@
         ]
     },
     "Component.LiquidDensity": {
+        "defaultValue": [
+            "-"
+        ],       
         "explanation": [
             "The density of the liquid"
+        ],
+        "mode": "manual",
+        "type": [
+            "Scalar"
         ]
     },
     "Component.LiquidDiffusionCoefficient": {
@@ -468,8 +475,15 @@
         ]
     },
     "Component.LiquidDynamicViscosity": {
+        "defaultValue": [
+            "-"
+        ],    
         "explanation": [
             "The dynamic viscosity of the liquid"
+        ],
+       	"mode": "manual",
+        "type": [
+            "Scalar"
         ]
     },
     "Component.LiquidHeatCapacity": {
-- 
GitLab