Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
77
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
13467f05
There was an error fetching the commit references. Please try again later.
Commit
13467f05
authored
3 years ago
by
Theresa Schollenberger
Browse files
Options
Downloads
Patches
Plain Diff
[mpnc][brineair] dont use compositional solid system
parent
c65b0f7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/porousmediumflow/2pncmin/nonisothermal/properties.hh
+9
-9
9 additions, 9 deletions
test/porousmediumflow/2pncmin/nonisothermal/properties.hh
with
9 additions
and
9 deletions
test/porousmediumflow/2pncmin/nonisothermal/properties.hh
+
9
−
9
View file @
13467f05
...
...
@@ -71,15 +71,15 @@ struct FluidSystem<TypeTag, TTag::Salinization>
using
type
=
FluidSystems
::
BrineAir
<
Scalar
,
Components
::
H2O
<
Scalar
>>
;
};
template
<
class
TypeTag
>
struct
SolidSystem
<
TypeTag
,
TTag
::
Salinization
>
{
using
Scalar
=
GetPropType
<
TypeTag
,
Properties
::
Scalar
>
;
using
ComponentOne
=
Components
::
NaCl
<
Scalar
>
;
using
ComponentTwo
=
Components
::
Granite
<
Scalar
>
;
static
constexpr
int
numInertComponents
=
1
;
using
type
=
SolidSystems
::
CompositionalSolidPhase
<
Scalar
,
ComponentOne
,
ComponentTwo
,
numInertComponents
>
;
};
//
template<class TypeTag>
//
struct SolidSystem<TypeTag, TTag::Salinization>
//
{
//
using Scalar = GetPropType<TypeTag, Properties::Scalar>;
//
using ComponentOne = Components::NaCl<Scalar>;
//
using ComponentTwo = Components::Granite<Scalar>;
//
static constexpr int numInertComponents = 1;
//
using type = SolidSystems::CompositionalSolidPhase<Scalar, ComponentOne, ComponentTwo, numInertComponents>;
//
};
// Set the spatial parameters
template
<
class
TypeTag
>
...
...
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