Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
c9a8c84f
Commit
c9a8c84f
authored
Mar 19, 2019
by
Santiago Ospina De Los Ríos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Test] Update hard-coded transport parameterization name variables
parent
bf6d4490
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
dune/dorie/test/test-param-transport.cc
dune/dorie/test/test-param-transport.cc
+14
-14
No files found.
dune/dorie/test/test-param-transport.cc
View file @
c9a8c84f
...
...
@@ -32,18 +32,18 @@ std::multimap<std::string, double> get_parameter_map (const std::string medium)
return
std
::
multimap
<
std
::
string
,
double
>
{
{
"char_length"
,
1.5E-11
},
{
"mol_diff"
,
2.E-9
},
{
"hydrodynamic_disp_
00
"
,
2.E-8
},
{
"hydrodynamic_disp_
11
"
,
2.E-8
},
{
"hydrodynamic_disp_
10
"
,
0
},
{
"hydrodynamic_disp_
01
"
,
0
}
{
"hydrodynamic_disp_
xx
"
,
2.E-8
},
{
"hydrodynamic_disp_
yy
"
,
2.E-8
},
{
"hydrodynamic_disp_
xy
"
,
0
},
{
"hydrodynamic_disp_
yx
"
,
0
}
};
}
else
if
(
medium
==
"material_1"
)
{
return
std
::
multimap
<
std
::
string
,
double
>
{
{
"char_length"
,
1.5E-11
},
{
"mol_diff"
,
2.E-9
},
{
"gamma
_st
"
,
0.8
},
{
"alpha
_st
"
,
1.17
}
{
"gamma"
,
0.8
},
{
"alpha"
,
1.17
}
};
}
else
if
(
medium
==
"material_2"
)
{
...
...
@@ -51,10 +51,10 @@ std::multimap<std::string, double> get_parameter_map (const std::string medium)
{
"char_length"
,
1.5E-11
},
{
"mol_diff"
,
2.E-9
},
{
"eff_diff"
,
2.E-8
},
{
"eff_hydromechanic_disp_
00
"
,
2.E-8
},
{
"eff_hydromechanic_disp_
11
"
,
2.E-8
},
{
"eff_hydromechanic_disp_
10
"
,
0
},
{
"eff_hydromechanic_disp_
01
"
,
0
}
{
"eff_hydromechanic_disp_
xx
"
,
2.E-8
},
{
"eff_hydromechanic_disp_
yy
"
,
2.E-8
},
{
"eff_hydromechanic_disp_
xy
"
,
0
},
{
"eff_hydromechanic_disp_
yx
"
,
0
}
};
}
else
if
(
medium
==
"material_3"
)
{
...
...
@@ -71,10 +71,10 @@ std::multimap<std::string, double> get_parameter_map (const std::string medium)
{
"char_length"
,
1.5E-11
},
{
"mol_diff"
,
2.E-9
},
{
"phi"
,
0.34
},
{
"eff_hydromechanic_disp_
00
"
,
2.E-8
},
{
"eff_hydromechanic_disp_
11
"
,
2.E-8
},
{
"eff_hydromechanic_disp_
10
"
,
0
},
{
"eff_hydromechanic_disp_
01
"
,
0
}
{
"eff_hydromechanic_disp_
xx
"
,
2.E-8
},
{
"eff_hydromechanic_disp_
yy
"
,
2.E-8
},
{
"eff_hydromechanic_disp_
xy
"
,
0
},
{
"eff_hydromechanic_disp_
yx
"
,
0
}
};
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment