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
7ce0eb8e
Commit
7ce0eb8e
authored
7 years ago
by
Kilian Weishaupt
Committed by
Timo Koch
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[2p1cni] Adapt to changes in base volvars
parent
64b025f2
No related branches found
No related tags found
2 merge requests
!617
[WIP] Next
,
!522
[2p1c] Port 2p1cni model to next
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dumux/porousmediumflow/2p1c/implicit/model.hh
+1
-1
1 addition, 1 deletion
dumux/porousmediumflow/2p1c/implicit/model.hh
dumux/porousmediumflow/2p1c/implicit/volumevariables.hh
+4
-4
4 additions, 4 deletions
dumux/porousmediumflow/2p1c/implicit/volumevariables.hh
with
5 additions
and
5 deletions
dumux/porousmediumflow/2p1c/implicit/model.hh
+
1
−
1
View file @
7ce0eb8e
...
...
@@ -37,7 +37,7 @@
#include
<dumux/porousmediumflow/properties.hh>
#include
<dumux/porousmediumflow/immiscible/localresidual.hh>
#include
<dumux/porousmediumflow/compositional/switchableprimaryvariables.hh>
#include
<dumux/porousmediumflow/nonisothermal/implicit/
properties
.hh>
#include
<dumux/porousmediumflow/nonisothermal/implicit/
model
.hh>
#include
<dumux/porousmediumflow/2p/implicit/vtkoutputfields.hh>
...
...
This diff is collapsed.
Click to expand it.
dumux/porousmediumflow/2p1c/implicit/volumevariables.hh
+
4
−
4
View file @
7ce0eb8e
...
...
@@ -27,7 +27,7 @@
#ifndef DUMUX_2P1C_VOLUME_VARIABLES_HH
#define DUMUX_2P1C_VOLUME_VARIABLES_HH
#include
<dumux/
discretization
/volumevariables.hh>
#include
<dumux/
porousmediumflow
/volumevariables.hh>
#include
<dumux/material/fluidstates/compositional.hh>
#include
"indices.hh"
...
...
@@ -36,14 +36,14 @@ namespace Dumux
/*!
* \ingroup TwoPOneCModel
* \ingroup
Implicit
VolumeVariables
* \ingroup
Porousmediumflow
VolumeVariables
* \brief Contains the quantities which are are constant within a
* finite volume in the two-phase, two-component model.
*/
template
<
class
TypeTag
>
class
TwoPOneCVolumeVariables
:
public
Implicit
VolumeVariables
<
TypeTag
>
class
TwoPOneCVolumeVariables
:
public
PorousMediumFlow
VolumeVariables
<
TypeTag
>
{
using
ParentType
=
Implicit
VolumeVariables
<
TypeTag
>
;
using
ParentType
=
PorousMediumFlow
VolumeVariables
<
TypeTag
>
;
using
Implementation
=
typename
GET_PROP_TYPE
(
TypeTag
,
VolumeVariables
);
using
Scalar
=
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
);
using
Grid
=
typename
GET_PROP_TYPE
(
TypeTag
,
Grid
);
...
...
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