Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lanl/FEHM
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinrichs committed Sep 30, 2024
2 parents fd99cad + dcb676b commit 62bc5db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/getting-started/fehmpytest-info/test-details/cden.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<pre>
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
</pre>

Test Directory: [FEHM/fehmpytests/cden](https://github.com/lanl/FEHM/tree/master/fehmpytests/cden)

Expand Down
9 changes: 8 additions & 1 deletion docs/getting-started/fehmpytest-info/test-details/cflxz.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<pre>
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
</pre>


Test Directory: [FEHM/fehmpytests/cflxz](https://github.com/lanl/FEHM/tree/master/fehmpytests/cflxz)
Expand Down

0 comments on commit 62bc5db

Please sign in to comment.