Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Dmitri Naumov
ogs
Commits
0379edcf
Commit
0379edcf
authored
4 years ago
by
wenqing
Browse files
Options
Downloads
Patches
Plain Diff
[Doc] Added a description of VapourDiffusionPMQ
parent
74662431
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
MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h
+24
-0
24 additions, 0 deletions
...alLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h
with
24 additions
and
0 deletions
MaterialLib/MPL/Properties/VapourDiffusion/VapourDiffusionPMQ.h
+
24
−
0
View file @
0379edcf
...
@@ -17,6 +17,30 @@ namespace MaterialPropertyLib
...
@@ -17,6 +17,30 @@ namespace MaterialPropertyLib
{
{
class
Phase
;
class
Phase
;
/**
* \brief The Penman-Millington-Quirk (PMQ) Vapour diffusion model.
*
* The model was presented in \cite chau2005simulation
*
* The vapour diffusion can be described by
* \cite moldrup1997modeling, \cite moldrup2000predicting,
* \cite chau2005simulation
* \f[
* D_v=2.16\cdot 10^{-5} \left(\frac{T}{273.15}\right)^{1.8}
* D_{vr},
* \f]
* where \f$D_{vr}\f$ is the the relative diffusion coefficient,
* and \f$T\f$ is the temperature.
*
* In the PMQ type, \f$D_{vr}\f$ takes the form of \cite chau2005simulation
* \f[
* D_{vr}=0.66 \phi (1 - S_L )^2,
* \f]
* with \f$\phi\f$, the porosity, \f$S_L\f$, the water saturation, \f$0.66\f$
* the tortuosity constant.
*
*/
class
VapourDiffusionPMQ
final
:
public
Property
class
VapourDiffusionPMQ
final
:
public
Property
{
{
public:
public:
...
...
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