Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
26fe1f84
Commit
26fe1f84
authored
1 year ago
by
Ned Coltman
Committed by
Timo Koch
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[test][navierstokesnc] Update the zero thresholds and one reference solution
parent
6641f507
No related branches found
No related tags found
1 merge request
!2986
Port compositional freeflow model and tests to new staggered
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/freeflow/navierstokesnc/channel/CMakeLists.txt
+10
-10
10 additions, 10 deletions
test/freeflow/navierstokesnc/channel/CMakeLists.txt
test/references/test_ff_stokes2cni_diffusion-reference.vtu
+537
-537
537 additions, 537 deletions
test/references/test_ff_stokes2cni_diffusion-reference.vtu
with
547 additions
and
547 deletions
test/freeflow/navierstokesnc/channel/CMakeLists.txt
+
10
−
10
View file @
26fe1f84
...
@@ -15,8 +15,7 @@ dumux_add_test(NAME test_ff_stokes2c_diffusion_mass
...
@@ -15,8 +15,7 @@ dumux_add_test(NAME test_ff_stokes2c_diffusion_mass
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2c_diffusion-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2c_diffusion-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_diffusion_mass-00015.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_diffusion_mass-00015.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_mass params_diffusion.input
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_mass params_diffusion.input
-Problem.Name test_ff_stokes2c_diffusion_mass"
-Problem.Name test_ff_stokes2c_diffusion_mass"
)
--zeroThreshold {
"velocity_liq
\(
m/s
\)
"
:1e-22}
)
add_executable
(
test_ff_stokes2c EXCLUDE_FROM_ALL main.cc
)
add_executable
(
test_ff_stokes2c EXCLUDE_FROM_ALL main.cc
)
target_compile_definitions
(
test_ff_stokes2c PUBLIC
"USE_MOLES=1"
)
target_compile_definitions
(
test_ff_stokes2c PUBLIC
"USE_MOLES=1"
)
...
@@ -30,8 +29,7 @@ dumux_add_test(NAME test_ff_stokes2c_diffusion_mole
...
@@ -30,8 +29,7 @@ dumux_add_test(NAME test_ff_stokes2c_diffusion_mole
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2c_diffusion-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2c_diffusion-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_diffusion_mole-00015.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_diffusion_mole-00015.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c params_diffusion.input
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c params_diffusion.input
-Problem.Name test_ff_stokes2c_diffusion_mole"
-Problem.Name test_ff_stokes2c_diffusion_mole"
)
--zeroThreshold {
"velocity_liq
\(
m/s
\)
"
:1e-22}
)
dumux_add_test
(
NAME test_ff_stokes2c_advection
dumux_add_test
(
NAME test_ff_stokes2c_advection
TARGET test_ff_stokes2c
TARGET test_ff_stokes2c
...
@@ -42,7 +40,8 @@ dumux_add_test(NAME test_ff_stokes2c_advection
...
@@ -42,7 +40,8 @@ dumux_add_test(NAME test_ff_stokes2c_advection
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2c_advection-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2c_advection-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_advection-00009.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_advection-00009.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c params_advection.input
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c params_advection.input
-Problem.Name test_ff_stokes2c_advection"
)
-Problem.Name test_ff_stokes2c_advection"
--zeroThreshold {
"velocity_liq
\(
m/s
\)
"
:1e-9}
)
dumux_add_test
(
NAME test_ff_stokes2c_advection_nocaching
dumux_add_test
(
NAME test_ff_stokes2c_advection_nocaching
SOURCES main.cc
SOURCES main.cc
...
@@ -54,7 +53,8 @@ dumux_add_test(NAME test_ff_stokes2c_advection_nocaching
...
@@ -54,7 +53,8 @@ dumux_add_test(NAME test_ff_stokes2c_advection_nocaching
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2c_advection-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2c_advection-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_advection_nocaching-00009.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_advection_nocaching-00009.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_advection_nocaching params_advection.input
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2c_advection_nocaching params_advection.input
-Problem.Name test_ff_stokes2c_advection_nocaching"
)
-Problem.Name test_ff_stokes2c_advection_nocaching"
--zeroThreshold {
"velocity_liq
\(
m/s
\)
"
:1e-9}
)
add_executable
(
test_ff_stokes2cni EXCLUDE_FROM_ALL main.cc
)
add_executable
(
test_ff_stokes2cni EXCLUDE_FROM_ALL main.cc
)
target_compile_definitions
(
test_ff_stokes2cni PUBLIC
"NONISOTHERMAL=1"
)
target_compile_definitions
(
test_ff_stokes2cni PUBLIC
"NONISOTHERMAL=1"
)
...
@@ -68,7 +68,8 @@ dumux_add_test(NAME test_ff_stokes2cni_advection
...
@@ -68,7 +68,8 @@ dumux_add_test(NAME test_ff_stokes2cni_advection
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2cni_advection-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2cni_advection-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2cni_advection-00009.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2cni_advection-00009.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2cni params_advectionni.input
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2cni params_advectionni.input
-Problem.Name test_ff_stokes2cni_advection"
)
-Problem.Name test_ff_stokes2cni_advection"
--zeroThreshold {
"velocity_liq
\(
m/s
\)
"
:1e-10}
)
dumux_add_test
(
NAME test_ff_stokes2cni_diffusion
dumux_add_test
(
NAME test_ff_stokes2cni_diffusion
TARGET test_ff_stokes2cni
TARGET test_ff_stokes2cni
...
@@ -77,7 +78,6 @@ dumux_add_test(NAME test_ff_stokes2cni_diffusion
...
@@ -77,7 +78,6 @@ dumux_add_test(NAME test_ff_stokes2cni_diffusion
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
CMD_ARGS --script fuzzy
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2cni_diffusion-reference.vtu
--files
${
CMAKE_SOURCE_DIR
}
/test/references/test_ff_stokes2cni_diffusion-reference.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2cni_diffusion-0001
4
.vtu
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2cni_diffusion-0001
5
.vtu
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2cni params_diffusionni.input
--command
"
${
CMAKE_CURRENT_BINARY_DIR
}
/test_ff_stokes2cni params_diffusionni.input
-Problem.Name test_ff_stokes2cni_diffusion"
-Problem.Name test_ff_stokes2cni_diffusion"
)
--zeroThreshold {
"velocity_liq
\(
m/s
\)
"
:1e-13}
)
This diff is collapsed.
Click to expand it.
test/references/test_ff_stokes2cni_diffusion-reference.vtu
+
537
−
537
View file @
26fe1f84
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment