From 2b3e2ed518d886426c4c38b5eed57866034c860c Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Wed, 5 Apr 2023 09:39:20 +0200 Subject: [PATCH] Update output variables section in ThermoHydroMechanics prj files --- .../1D_freezing_column_Stefan/Stefan_problem.prj | 1 + Tests/Data/ThermoHydroMechanics/A2/A2.prj | 3 +++ Tests/Data/ThermoHydroMechanics/A2/A2_heating.prj | 3 +++ .../HeatTransportInStationaryFlow.prj | 2 ++ .../Linear/Point_injection/pointheatsource_quadratic-mesh.prj | 2 ++ 5 files changed, 11 insertions(+) diff --git a/Tests/Data/ThermoHydroMechanics/1D_freezing_column_Stefan/Stefan_problem.prj b/Tests/Data/ThermoHydroMechanics/1D_freezing_column_Stefan/Stefan_problem.prj index dfeccc53982..e33691fcdf4 100644 --- a/Tests/Data/ThermoHydroMechanics/1D_freezing_column_Stefan/Stefan_problem.prj +++ b/Tests/Data/ThermoHydroMechanics/1D_freezing_column_Stefan/Stefan_problem.prj @@ -272,6 +272,7 @@ <variables> <variable> temperature </variable> <variable> heat_flux </variable> + <variable>HeatFlowRate</variable> </variables> <suffix>_ts_{:timestep}_t_{:time}</suffix> </output> diff --git a/Tests/Data/ThermoHydroMechanics/A2/A2.prj b/Tests/Data/ThermoHydroMechanics/A2/A2.prj index 9536ebba2a1..d2950d807fa 100644 --- a/Tests/Data/ThermoHydroMechanics/A2/A2.prj +++ b/Tests/Data/ThermoHydroMechanics/A2/A2.prj @@ -219,6 +219,9 @@ <variable>sigma</variable> <variable>epsilon</variable> <variable>velocity</variable> + <variable>HeatFlowRate</variable> + <variable>MassFlowRate</variable> + <variable>NodalForces</variable> </variables> </output> </time_loop> diff --git a/Tests/Data/ThermoHydroMechanics/A2/A2_heating.prj b/Tests/Data/ThermoHydroMechanics/A2/A2_heating.prj index 9a14db99eab..7ad7e818a10 100644 --- a/Tests/Data/ThermoHydroMechanics/A2/A2_heating.prj +++ b/Tests/Data/ThermoHydroMechanics/A2/A2_heating.prj @@ -178,6 +178,9 @@ <variable>sigma</variable> <variable>epsilon</variable> <variable>velocity</variable> + <variable>HeatFlowRate</variable> + <variable>MassFlowRate</variable> + <variable>NodalForces</variable> </variables> </output> </time_loop> diff --git a/Tests/Data/ThermoHydroMechanics/Linear/HeatTransportInStationaryFlow/HeatTransportInStationaryFlow.prj b/Tests/Data/ThermoHydroMechanics/Linear/HeatTransportInStationaryFlow/HeatTransportInStationaryFlow.prj index 66e91e05a23..3fff86479df 100644 --- a/Tests/Data/ThermoHydroMechanics/Linear/HeatTransportInStationaryFlow/HeatTransportInStationaryFlow.prj +++ b/Tests/Data/ThermoHydroMechanics/Linear/HeatTransportInStationaryFlow/HeatTransportInStationaryFlow.prj @@ -149,7 +149,9 @@ </timesteps> <variables> <variable>temperature</variable> + <variable>temperature_interpolated</variable> <variable>pressure</variable> + <variable>pressure_interpolated</variable> <variable>velocity</variable> </variables> <suffix>_ts_{:timestep}_t_{:time}</suffix> diff --git a/Tests/Data/ThermoHydroMechanics/Linear/Point_injection/pointheatsource_quadratic-mesh.prj b/Tests/Data/ThermoHydroMechanics/Linear/Point_injection/pointheatsource_quadratic-mesh.prj index 136a5aa1dcf..a773c71c7c3 100644 --- a/Tests/Data/ThermoHydroMechanics/Linear/Point_injection/pointheatsource_quadratic-mesh.prj +++ b/Tests/Data/ThermoHydroMechanics/Linear/Point_injection/pointheatsource_quadratic-mesh.prj @@ -154,7 +154,9 @@ <variables> <variable>displacement</variable> <variable>pressure</variable> + <variable>pressure_interpolated</variable> <variable>temperature</variable> + <variable>temperature_interpolated</variable> <variable>sigma</variable> <variable>epsilon</variable> </variables> -- GitLab