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
f76510b5
Commit
f76510b5
authored
Oct 02, 2018
by
Santiago Ospina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using the reconstructed flux to feed the FV scheme
parent
9936351b
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
dune/dorie/interface/coupled_simulation.hh
dune/dorie/interface/coupled_simulation.hh
+2
-2
dune/dorie/interface/richards_simulation.hh
dune/dorie/interface/richards_simulation.hh
+1
-1
test/test-transport-layered.mini.in
test/test-transport-layered.mini.in
+5
-5
test/test-transport-miller.mini.in
test/test-transport-miller.mini.in
+1
-1
test/test-transport-muphi.mini.in
test/test-transport-muphi.mini.in
+1
-1
test/test-transport-sand.mini.in
test/test-transport-sand.mini.in
+1
-1
test/test-transport-silt.mini.in
test/test-transport-silt.mini.in
+1
-1
No files found.
dune/dorie/interface/coupled_simulation.hh
View file @
f76510b5
...
@@ -14,7 +14,7 @@ private:
...
@@ -14,7 +14,7 @@ private:
using
RichardsSimulationTraits
=
Dune
::
Dorie
::
RichardsSimulationTraits
<
BaseTraits
,
RichardsOrder
>
;
using
RichardsSimulationTraits
=
Dune
::
Dorie
::
RichardsSimulationTraits
<
BaseTraits
,
RichardsOrder
>
;
using
TransportSimulationTraits
=
Dune
::
Dorie
::
TransportSimulationTraits
<
using
TransportSimulationTraits
=
Dune
::
Dorie
::
TransportSimulationTraits
<
BaseTraits
,
BaseTraits
,
typename
RichardsSimulationTraits
::
GFWaterFlux
,
typename
RichardsSimulationTraits
::
GFWaterFlux
Reconstruction
,
typename
RichardsSimulationTraits
::
GFSaturation
typename
RichardsSimulationTraits
::
GFSaturation
>
;
>
;
public:
public:
...
@@ -41,7 +41,7 @@ private:
...
@@ -41,7 +41,7 @@ private:
using
GridMapper
=
typename
Traits
::
GridMapper
;
using
GridMapper
=
typename
Traits
::
GridMapper
;
using
GFSaturationPtr
=
std
::
shared_ptr
<
typename
RichardsSimulationTraits
::
GFSaturation
>
;
using
GFSaturationPtr
=
std
::
shared_ptr
<
typename
RichardsSimulationTraits
::
GFSaturation
>
;
using
GFWaterFluxPtr
=
std
::
shared_ptr
<
typename
RichardsSimulationTraits
::
GFWaterFlux
>
;
using
GFWaterFluxPtr
=
std
::
shared_ptr
<
typename
RichardsSimulationTraits
::
GFWaterFlux
Reconstruction
>
;
using
TimeField
=
typename
Traits
::
TimeField
;
using
TimeField
=
typename
Traits
::
TimeField
;
using
TimeInterval
=
typename
Traits
::
TimeInterval
;
using
TimeInterval
=
typename
Traits
::
TimeInterval
;
...
...
dune/dorie/interface/richards_simulation.hh
View file @
f76510b5
...
@@ -360,7 +360,7 @@ public:
...
@@ -360,7 +360,7 @@ public:
return
satdgf
;
return
satdgf
;
}
}
std
::
shared_ptr
<
GFWaterFlux
>
get_waterflux
()
std
::
shared_ptr
<
GFWaterFlux
Reconstruction
>
get_waterflux
()
{
{
update_adapters
();
update_adapters
();
assert
(
waterfrgf
);
assert
(
waterfrgf
);
...
...
test/test-transport-layered.mini.in
View file @
f76510b5
...
@@ -6,10 +6,10 @@ _test_command = run
...
@@ -6,10 +6,10 @@ _test_command = run
_asset_path = "${CMAKE_CURRENT_LIST_DIR}"
_asset_path = "${CMAKE_CURRENT_LIST_DIR}"
grid.gridType = rectangular
grid.gridType = rectangular
grid.initialLevel =
0
grid.initialLevel =
2
grid.cells =
50 5
0
grid.cells =
20 2
0
grid.mappingFile = "{_asset_path}/maps/cell_ids.h5"
adaptivity.useAdaptivity = false
grid.mappingFileDataset = grid_test_2d
#### Richards parameters ####
#### Richards parameters ####
...
@@ -40,4 +40,4 @@ time.end = 2E5
...
@@ -40,4 +40,4 @@ time.end = 2E5
time.maxTimestep = 1E4
time.maxTimestep = 1E4
time.startTimestep = 1E2
time.startTimestep = 1E2
numerics.timestepMethod = alex2, explicit_euler | expand timescheme
numerics.timestepMethod = implicit_euler, explicit_euler | expand timescheme
\ No newline at end of file
\ No newline at end of file
test/test-transport-miller.mini.in
View file @
f76510b5
...
@@ -39,4 +39,4 @@ transport.time.end = 2E5
...
@@ -39,4 +39,4 @@ transport.time.end = 2E5
transport.time.maxTimestep = 1E4
transport.time.maxTimestep = 1E4
transport.time.startTimestep = 1E2
transport.time.startTimestep = 1E2
transport.numerics.timestepMethod = alex2, explicit_euler | expand timescheme
transport.numerics.timestepMethod = implicit_euler, explicit_euler | expand timescheme
\ No newline at end of file
\ No newline at end of file
test/test-transport-muphi.mini.in
View file @
f76510b5
...
@@ -44,4 +44,4 @@ time.end = 2E5
...
@@ -44,4 +44,4 @@ time.end = 2E5
time.maxTimestep = 1E4
time.maxTimestep = 1E4
time.startTimestep = 1E2
time.startTimestep = 1E2
numerics.timestepMethod = alex2, explicit_euler | expand timescheme
numerics.timestepMethod = implicit_euler, explicit_euler | expand timescheme
\ No newline at end of file
\ No newline at end of file
test/test-transport-sand.mini.in
View file @
f76510b5
...
@@ -40,4 +40,4 @@ time.end = 2E5
...
@@ -40,4 +40,4 @@ time.end = 2E5
time.maxTimestep = 1E4
time.maxTimestep = 1E4
time.startTimestep = 1E2
time.startTimestep = 1E2
numerics.timestepMethod = alex2, explicit_euler | expand timescheme
numerics.timestepMethod = implicit_euler, explicit_euler | expand timescheme
\ No newline at end of file
\ No newline at end of file
test/test-transport-silt.mini.in
View file @
f76510b5
...
@@ -40,4 +40,4 @@ time.end = 2E5
...
@@ -40,4 +40,4 @@ time.end = 2E5
time.maxTimestep = 1E4
time.maxTimestep = 1E4
time.startTimestep = 1E2
time.startTimestep = 1E2
numerics.timestepMethod = alex2, explicit_euler | expand timescheme
numerics.timestepMethod = implicit_euler, explicit_euler | expand timescheme
\ No newline at end of file
\ No newline at end of file
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