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
02c0d391
Commit
02c0d391
authored
7 years ago
by
Katharina Heck
Committed by
Timo Koch
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[feature] add nonequilibrium and mpnc models
parent
49c8f5c4
No related branches found
No related tags found
2 merge requests
!666
Feature/mpnc on next
,
!617
[WIP] Next
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/common/properties.hh
+26
-0
26 additions, 0 deletions
dumux/common/properties.hh
with
26 additions
and
0 deletions
dumux/common/properties.hh
+
26
−
0
View file @
02c0d391
...
...
@@ -181,6 +181,7 @@ NEW_PROP_TAG(OnlyGasPhaseCanDisappear); //!< reduces the phasestates to threePha
/////////////////////////////////////////////////////////////
// Properties used by the staggered-grid discretization method
/////////////////////////////////////////////////////////////
NEW_PROP_TAG
(
NumEqCellCenter
);
//!< The number of equations for cell-centered dofs
NEW_PROP_TAG
(
NumEqFace
);
//!< The number of equations for face dofs
NEW_PROP_TAG
(
CellCenterSolutionVector
);
//!< The solution vector type for cell-centered dofs
...
...
@@ -196,6 +197,31 @@ NEW_PROP_TAG(BaseEpsilon); //!< A base epsilon for numer
NEW_PROP_TAG
(
FaceVariables
);
//!< Class containing local face-related data
NEW_PROP_TAG
(
BoundaryValues
);
//!< Class containing local boundary data
/////////////////////////////////////////////////////////////
// Properties used by the mpnc model
/////////////////////////////////////////////////////////////
NEW_PROP_TAG
(
PressureFormulation
);
//! the formulation of the pressure e.g most wetting first
/////////////////////////////////////////////////////////////
// Properties used by the nonequilibrium model
/////////////////////////////////////////////////////////////
NEW_PROP_TAG
(
EquilibriumLocalResidual
);
NEW_PROP_TAG
(
EquilibriumIndices
);
NEW_PROP_TAG
(
EquilibriumVtkOutputFields
);
NEW_PROP_TAG
(
NumEqBalance
);
NEW_PROP_TAG
(
EnableThermalNonEquilibrium
);
NEW_PROP_TAG
(
EnableChemicalNonEquilibrium
);
NEW_PROP_TAG
(
NumEnergyEqFluid
);
NEW_PROP_TAG
(
NumEnergyEqSolid
);
NEW_PROP_TAG
(
AwnSurface
);
NEW_PROP_TAG
(
AwsSurface
);
NEW_PROP_TAG
(
AnsSurface
);
NEW_PROP_TAG
(
NusseltFormulation
);
NEW_PROP_TAG
(
SherwoodFormulation
);
}
// end namespace Properties
}
// end namespace Dumux
...
...
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