From c375eaab4b4d84fc3957d7ac7136950f524e54d5 Mon Sep 17 00:00:00 2001 From: Terry Miller Date: Thu, 26 Sep 2024 17:09:45 -0600 Subject: [PATCH 1/2] Update cden.md --- .../fehmpytest-info/test-details/cden.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/fehmpytest-info/test-details/cden.md b/docs/getting-started/fehmpytest-info/test-details/cden.md index b323729b..c8cbb71c 100644 --- a/docs/getting-started/fehmpytest-info/test-details/cden.md +++ b/docs/getting-started/fehmpytest-info/test-details/cden.md @@ -8,7 +8,15 @@ hero_height: is-hidden **Test the Concentration Dependent Brine Density Functionality** -Compares generated history files to old history files that are known to be correct. Only the density values are tested. +Compares generated history files to old history files that are known to be correct. Files are written for Air Density (kg/m^3), Water Density (kg/m^3), Capillary pressure (MPa), Vapor pressure (MPa), Water Pressure (MPa), and Temperature (C). Only the density values are tested. + +This test case is constructed from cden_test in the VV Test Suite. There are 2 runs, one using trac1.macro and the other using trac2.macro. + +
+static-multi1_denAIR.his   static-multi1_presVAP.his  static-multi2_denAIR.his	 static-multi2_presVAP.his
+static-multi1_denWAT.his   static-multi1_presWAT.his  static-multi2_denWAT.his	 static-multi2_presWAT.his
+static-multi1_presCAP.his  static-multi1_temp.his     static-multi2_presCAP.his  static-multi2_temp.his
+
Test Directory: [FEHM/fehmpytests/cden](https://github.com/lanl/FEHM/tree/master/fehmpytests/cden) From dcb676bc6c59f285d82a8a525f0e609165c70f09 Mon Sep 17 00:00:00 2001 From: Terry Miller Date: Fri, 27 Sep 2024 15:42:59 -0600 Subject: [PATCH 2/2] Update cflxz.md --- .../fehmpytest-info/test-details/cflxz.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/fehmpytest-info/test-details/cflxz.md b/docs/getting-started/fehmpytest-info/test-details/cflxz.md index fce4d2f2..76a38dec 100644 --- a/docs/getting-started/fehmpytest-info/test-details/cflxz.md +++ b/docs/getting-started/fehmpytest-info/test-details/cflxz.md @@ -9,7 +9,14 @@ hero_height: is-hidden **Concentration Zone Flux Test** -Comparison of FEHm with 1-D Difusion Model +This test is constructed from cflxz_test in the VV Test Suite which compares FEHM results with solution from 1-D Difusion Model. FEHM writes files for Aqueous and Vapor Time vs Flux In/Out. This test case uses verified FEHM files from the VV Test which are compared using the Density variable. + +Files compared include: +
+cflxz_test.00001_con_node.dat  cflxz_test.00002_con_node.dat  cflxz_testAqueous_Species_001.cflx
+cflxz_test.00001_sca_node.dat  cflxz_test.00002_sca_node.dat  cflxz_testVapor_Species_001.cflx
+cflxz_test.00001_vec_node.dat  cflxz_test.00002_vec_node.dat
+
Test Directory: [FEHM/fehmpytests/cflxz](https://github.com/lanl/FEHM/tree/master/fehmpytests/cflxz)