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
e2d684fc
Commit
e2d684fc
authored
7 years ago
by
Katharina Heck
Committed by
Timo Koch
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[feature][2pnc] use effective diffusivity model
parent
561e5732
No related branches found
No related tags found
2 merge requests
!617
[WIP] Next
,
!470
Feature/use effective diffusivity model
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/porousmediumflow/2pnc/implicit/propertydefaults.hh
+1
-0
1 addition, 0 deletions
dumux/porousmediumflow/2pnc/implicit/propertydefaults.hh
with
1 addition
and
0 deletions
dumux/porousmediumflow/2pnc/implicit/propertydefaults.hh
+
1
−
0
View file @
e2d684fc
...
...
@@ -172,6 +172,7 @@ SET_TYPE_PROP(TwoPNC, Indices, TwoPNCIndices <TypeTag, /*PVOffset=*/0>);
//! Use the ImplicitSpatialParams by default
SET_TYPE_PROP
(
TwoPNC
,
SpatialParams
,
ImplicitSpatialParams
<
TypeTag
>
);
//! Use the model after Millington (1961) for the effective diffusivity
SET_PROP
(
TwoPNC
,
EffectiveDiffusivityModel
)
{
private
:
...
...
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