Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Özgür Ozan Sen
ogs
Commits
8fdcc5db
Commit
8fdcc5db
authored
8 years ago
by
wenqing
Browse files
Options
Downloads
Patches
Plain Diff
[Test] Renamed some tests for liquid flow process
parent
2d3d0b22
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Applications/CLI/Tests.cmake
+16
-16
16 additions, 16 deletions
Applications/CLI/Tests.cmake
Tests/Data
+1
-1
1 addition, 1 deletion
Tests/Data
with
17 additions
and
17 deletions
Applications/CLI/Tests.cmake
+
16
−
16
View file @
8fdcc5db
...
...
@@ -576,10 +576,10 @@ if(NOT OGS_USE_MPI)
# Liquid flow
AddTest
(
NAME LiquidFlow
Process_sat1D
PATH Parabolic/LiquidFlow/
sat1D
NAME LiquidFlow
_LineDirichletNeumannBC
PATH Parabolic/LiquidFlow/
LineDirichletNeumannBC
EXECUTABLE ogs
EXECUTABLE_ARGS
sat1D
.prj
EXECUTABLE_ARGS
line_dirichlet_neumannBC
.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-8 RELTOL 1e-8
...
...
@@ -587,10 +587,10 @@ if(NOT OGS_USE_MPI)
sat1D.vtu sat_1D_pcs_0_ts_1_t_1.000000.vtu AnalyticSolution pressure
)
AddTest
(
NAME LiquidFlowPr
oc
ess
_sat2DLFlow
PATH Parabolic/LiquidFlow/
sat2DLFlow
NAME LiquidFlow
_
Press
ureBCatCornerOfHeterogeneousSquare
PATH Parabolic/LiquidFlow/
PressureBCatCornerOfHeterogeneousSquare
EXECUTABLE ogs
EXECUTABLE_ARGS
sat2DLFlow
.prj
EXECUTABLE_ARGS
pressureBC_at_corner_of_heterogeneous_square
.prj
WRAPPER time
TESTER vtkdiff
ABSTOL 1e-8 RELTOL 1e-8
...
...
@@ -598,7 +598,7 @@ if(NOT OGS_USE_MPI)
mesh2D.vtu sat_2D_lflow_pcs_0_ts_1_t_1.000000.vtu OGS5_Results pressure
)
AddTest
(
NAME LiquidFlow
Process
GravityDriven
NAME LiquidFlow
_
GravityDriven
PATH Parabolic/LiquidFlow/GravityDriven
EXECUTABLE ogs
EXECUTABLE_ARGS gravity_driven.prj
...
...
@@ -609,7 +609,7 @@ if(NOT OGS_USE_MPI)
mesh2D.vtu gravity_driven_pcs_0_ts_1_t_1.000000.vtu AnalyticSolution pressure
)
AddTest
(
NAME LiquidFlow
Process_a
xisymTheis
NAME LiquidFlow
_A
xisymTheis
PATH Parabolic/LiquidFlow/AxiSymTheis
EXECUTABLE ogs
EXECUTABLE_ARGS axisym_theis.prj
...
...
@@ -831,9 +831,9 @@ else()
# Liquid flow
AddTest
(
NAME LiquidFlow
Process_sat1D
PATH Parabolic/LiquidFlow/
sat1D
EXECUTABLE_ARGS
sat1D
.prj
NAME LiquidFlow
_LineDirichletNeumannBC
PATH Parabolic/LiquidFlow/
LineDirichletNeumannBC
EXECUTABLE_ARGS
line_dirichlet_neumannBC
.prj
WRAPPER mpirun
WRAPPER_ARGS -np 1
TESTER vtkdiff
...
...
@@ -842,7 +842,7 @@ else()
sat1D.vtu sat_1D_pcs_0_ts_1_t_1.000000.vtu AnalyticSolution pressure
)
AddTest
(
NAME LiquidFlow
Process
GravityDriven
NAME LiquidFlow
_
GravityDriven
PATH Parabolic/LiquidFlow/GravityDriven
EXECUTABLE_ARGS gravity_driven.prj
WRAPPER mpirun
...
...
@@ -853,9 +853,9 @@ else()
mesh2D.vtu gravity_driven_pcs_0_ts_1_t_1.000000.vtu AnalyticSolution pressure
)
AddTest
(
NAME LiquidFlowPr
oc
ess
_sat2DLFlow
PATH Parabolic/LiquidFlow/
sat2DLFlow
EXECUTABLE_ARGS
sat2DLFlow
.prj
NAME LiquidFlow
_
Press
ureBCatCornerOfHeterogeneousSquare
PATH Parabolic/LiquidFlow/
PressureBCatCornerOfHeterogeneousSquare
EXECUTABLE_ARGS
pressureBC_at_corner_of_heterogeneous_square
.prj
WRAPPER mpirun
WRAPPER_ARGS -np 1
TESTER vtkdiff
...
...
@@ -864,7 +864,7 @@ else()
mesh2D.vtu sat_2D_lflow_pcs_0_ts_1_t_1.000000.vtu OGS5_Results pressure
)
AddTest
(
NAME LiquidFlow
Process_a
xisymTheis
NAME LiquidFlow
_A
xisymTheis
PATH Parabolic/LiquidFlow/AxiSymTheis
EXECUTABLE_ARGS axisym_theis.prj
WRAPPER mpirun
...
...
This diff is collapsed.
Click to expand it.
Data
@
fca5a1c2
Compare
a2c85e72
...
fca5a1c2
Subproject commit
a2c85e729687f10dc1ceabe16513057e2e2808b3
Subproject commit
fca5a1c2220168aa1b68b2b166e4568e4e4000d6
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