Skip to content
Snippets Groups Projects
Commit 2fd79eb4 authored by wenqing's avatar wenqing
Browse files

[CTest/LF] Use equation_balance_type=mass in the tests with fracture

parent 4334ada3
No related branches found
No related tags found
No related merge requests found
Showing with 36 additions and 40 deletions
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
<name>LiquidFlow</name> <name>LiquidFlow</name>
<type>LIQUID_FLOW</type> <type>LIQUID_FLOW</type>
<integration_order>2</integration_order> <integration_order>2</integration_order>
<process_variables> <equation_balance_type>mass</equation_balance_type>
<process_variables>
<process_variable>pressure</process_variable> <process_variable>pressure</process_variable>
</process_variables> </process_variables>
<specific_body_force>0 0 -9.8</specific_body_force> <specific_body_force>0 0 -9.8</specific_body_force>
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<name>LiquidFlow</name> <name>LiquidFlow</name>
<type>LIQUID_FLOW</type> <type>LIQUID_FLOW</type>
<integration_order>2</integration_order> <integration_order>2</integration_order>
<equation_balance_type>mass</equation_balance_type>
<process_variables> <process_variables>
<process_variable>pressure</process_variable> <process_variable>pressure</process_variable>
</process_variables> </process_variables>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<name>LiquidFlow</name> <name>LiquidFlow</name>
<type>LIQUID_FLOW</type> <type>LIQUID_FLOW</type>
<integration_order>2</integration_order> <integration_order>2</integration_order>
<equation_balance_type>mass</equation_balance_type>
<process_variables> <process_variables>
<process_variable>pressure</process_variable> <process_variable>pressure</process_variable>
</process_variables> </process_variables>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment