From 5afcebd9245b51f0329a42c2c2afbf01534242a9 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Thu, 12 Jan 2023 22:32:13 +0100
Subject: [PATCH] [T/TH2M] Unify PETSc version of prj with serial

Adjusting media properties.
---
 .../TH2/heatpipe/PETSc/heat_pipe_strict.prj   | 42 ++++++++++++++++---
 1 file changed, 37 insertions(+), 5 deletions(-)

diff --git a/Tests/Data/TH2M/TH2/heatpipe/PETSc/heat_pipe_strict.prj b/Tests/Data/TH2M/TH2/heatpipe/PETSc/heat_pipe_strict.prj
index 98f44120e73..b39ad01dfc9 100644
--- a/Tests/Data/TH2M/TH2/heatpipe/PETSc/heat_pipe_strict.prj
+++ b/Tests/Data/TH2M/TH2/heatpipe/PETSc/heat_pipe_strict.prj
@@ -148,12 +148,44 @@
                 </phase>
                 <phase>
                     <type>AqueousLiquid</type>
+                    <components>
+                        <component>
+                            <name>A</name>
+                            <properties>
+                                <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>specific_heat_capacity</name>
+                                    <type>Constant</type>
+                                    <value>4187</value>
+                                </property>
+                            </properties>
+                        </component>
+                    </components>
                     <properties>
-                        <property>
-                            <name>specific_heat_capacity</name>
-                            <type>Constant</type>
-                            <value>4187</value>
-                        </property>
                         <property>
                             <name>thermal_conductivity</name>
                             <type>Constant</type>
-- 
GitLab