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
4c13bff3
Commit
4c13bff3
authored
4 years ago
by
wenqing
Browse files
Options
Downloads
Patches
Plain Diff
[Doc] Added documentation to class SoilThermalConductivitySomerton
parent
dcaa2267
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/bibliography/other.bib
+8
-0
8 additions, 0 deletions
Documentation/bibliography/other.bib
MaterialLib/MPL/Properties/ThermalConductivity/SoilThermalConductivitySomerton.h
+15
-0
15 additions, 0 deletions
...ies/ThermalConductivity/SoilThermalConductivitySomerton.h
with
23 additions
and
0 deletions
Documentation/bibliography/other.bib
+
8
−
0
View file @
4c13bff3
...
@@ -220,3 +220,11 @@ URL = {https://doi.org/10.1680/geot.2008.58.3.157}
...
@@ -220,3 +220,11 @@ URL = {https://doi.org/10.1680/geot.2008.58.3.157}
year
=
{1987}
,
year
=
{1987}
,
publisher
=
{Wiley Online Library}
publisher
=
{Wiley Online Library}
}
}
@inproceedings
{
somerton1974high
,
title
=
{High temperature behavior of rocks associated with geothermal type reservoirs}
,
author
=
{Somerton, W.~H. and El-Shaarani, A.~H. and Mobarak, S.~M. and others}
,
booktitle
=
{SPE California Regional Meeting}
,
year
=
{1974}
,
organization
=
{Society of Petroleum Engineers}
}
This diff is collapsed.
Click to expand it.
MaterialLib/MPL/Properties/ThermalConductivity/SoilThermalConductivitySomerton.h
+
15
−
0
View file @
4c13bff3
...
@@ -17,6 +17,19 @@
...
@@ -17,6 +17,19 @@
namespace
MaterialPropertyLib
namespace
MaterialPropertyLib
{
{
class
Medium
;
class
Medium
;
/**
* \brief A saturation dependent thermal conductivity model for soil.
*
* This model is proposed by Somerton, W.~H. et al. \cite somerton1974high,
* which takes the form of
* \f[
* \lambda = \lambda_{\text{dry}} +
* \sqrt{S}(\lambda_{\text{wet}}-\lambda_{\text{dry}}),
* \f]
* where \f$\lambda_{\text{dry}}\f$ is the thermal conductivity of soil at the
* dry state, \f$\lambda_{\text{wet}}\f$ is the thermal conductivity of soil at
* the fully water saturated state, and \f$S\f$ is the water saturation.
*/
class
SoilThermalConductivitySomerton
final
:
public
Property
class
SoilThermalConductivitySomerton
final
:
public
Property
{
{
public:
public:
...
@@ -59,7 +72,9 @@ public:
...
@@ -59,7 +72,9 @@ public:
double
const
dt
)
const
override
;
double
const
dt
)
const
override
;
private
:
private
:
/// Thermal conductivity of soil at the dry state.
double
const
dry_thermal_conductivity_
;
double
const
dry_thermal_conductivity_
;
/// Thermal conductivity of soil at the fully water saturated state.
double
const
wet_thermal_conductivity_
;
double
const
wet_thermal_conductivity_
;
};
};
...
...
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