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
eb011e5d
Commit
eb011e5d
authored
6 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[material][porodeformation] add comment with reference
parent
5834cd99
No related branches found
No related tags found
1 merge request
!1183
[material][porodeformation] use correct law
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/material/fluidmatrixinteractions/porositydeformation.hh
+9
-0
9 additions, 0 deletions
...x/material/fluidmatrixinteractions/porositydeformation.hh
with
9 additions
and
0 deletions
dumux/material/fluidmatrixinteractions/porositydeformation.hh
+
9
−
0
View file @
eb011e5d
...
...
@@ -51,6 +51,15 @@ public:
* \param globalPos The global position (in the element)
* \param refPoro The solid matrix porosity without deformation
* \param minPoro A minimum porosity value
*
* \note Han and Dusseault (2003, doi 10.1016/S0920-4105(03)00047-0)
* provide a derivation for \f$\text{d} \phi = -(1 - \phi ) \text{d} \epsilon_v\f$.
* Here, \f$\epsilon_v\f$ is equal to \f$text{div} \mathbf{u}\f$.
* By using an initial porosity \f$\phi_0\f$ and assuming \epsilon_{v, 0} = 0,
* one obtains \f$\phi = \frac{\phi_0 - \text{div} \mathbf{u}}{1 - \text{div} \mathbf{u}}\f$,
* which is the formulation for the rock mechanics sign convention. Here we are
* using the continuum mechanics sign convention, thus, the final formula reads:
* \f$\phi = \frac{\phi_0 + \text{div} \mathbf{u}}{1 + \text{div} \mathbf{u}}\f$.
*/
template
<
class
FVGridGeom
,
class
ElemSol
>
static
Scalar
evaluatePorosity
(
const
FVGridGeom
&
fvGridGeometry
,
...
...
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