From fe4e738ad95fad76f973e1a05c709d728516b87c Mon Sep 17 00:00:00 2001 From: Norbert Grunwald <norbert.grunwald@ufz.de> Date: Tue, 26 Jul 2022 15:01:36 +0200 Subject: [PATCH] [T/TH2M] Update of TH2M-unicube benchmark project file. --- Tests/Data/TH2M/TH2/unicube/unicube.prj | 47 +++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/Tests/Data/TH2M/TH2/unicube/unicube.prj b/Tests/Data/TH2M/TH2/unicube/unicube.prj index c8b9d59c3bb..4b69dd3bd57 100644 --- a/Tests/Data/TH2M/TH2/unicube/unicube.prj +++ b/Tests/Data/TH2M/TH2/unicube/unicube.prj @@ -139,6 +139,53 @@ </phase> <phase> <type>AqueousLiquid</type> + <components> + <component> + <name>A</name> + <properties> + <property> + <name>molar_mass</name> + <type>Constant</type> + <value>0.0</value> + </property> + <property> + <name>specific_heat_capacity</name> + <type>Constant</type> + <value>0</value> + </property> + <property> + <name>henry_coefficient</name> + <type>Constant</type> + <value>0</value> + </property> + <property> + <name>diffusion</name> + <type>Constant</type> + <value>0</value> + </property> + <property> + <name>specific_latent_heat</name> + <type>Constant</type> + <value>0</value> + </property> + </properties> + </component> + <component> + <name>W</name> + <properties> + <property> + <name>molar_mass</name> + <type>Constant</type> + <value>0</value> + </property> + <property> + <name>specific_heat_capacity</name> + <type>Parameter</type> + <parameter_name>specific_heat_capacity_L</parameter_name> + </property> + </properties> + </component> + </components> <properties> <property> <name>specific_heat_capacity</name> -- GitLab