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
81e0bae4
Commit
81e0bae4
authored
5 months ago
by
Anna Mareike Kostelecky
Browse files
Options
Downloads
Patches
Plain Diff
[material][components][granite] add literature for thermal conductivity value
parent
a4577595
No related branches found
No related tags found
1 merge request
!3879
[material][components][granite] add literature for thermal conductivity value
Pipeline
#49977
waiting for manual action
Stage: check-status
Stage: trigger dumux pipelines
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/material/components/granite.hh
+5
-1
5 additions, 1 deletion
dumux/material/components/granite.hh
with
5 additions
and
1 deletion
dumux/material/components/granite.hh
+
5
−
1
View file @
81e0bae4
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
/*!
/*!
* \file
* \file
* \ingroup Components
* \ingroup Components
* \brief Properties of
pure molecular oxygen \f$O_2\f$
.
* \brief Properties of
granite
.
*/
*/
#ifndef DUMUX_GRANITE_HH
#ifndef DUMUX_GRANITE_HH
#define DUMUX_GRANITE_HH
#define DUMUX_GRANITE_HH
...
@@ -67,6 +67,10 @@ public:
...
@@ -67,6 +67,10 @@ public:
/*!
/*!
* \brief Thermal conductivity of the component \f$\mathrm{[W/(m*K)]}\f$ as a solid.
* \brief Thermal conductivity of the component \f$\mathrm{[W/(m*K)]}\f$ as a solid.
* source: Birch, Albert Francis, and Harry Clark. "The thermal conductivity of rocks
* and its dependence upon temperature and composition."
* American Journal of Science 238.8 (1940): 529-558.
* Table 6: \lambda(T=273.15 K)=6.6 cal/(cm*s*degC) and 1 cal /(cm*s*degC) = 418.4 W/(m*K)
* \param temperature temperature of component in \f$\mathrm{[K]}\f$
* \param temperature temperature of component in \f$\mathrm{[K]}\f$
*/
*/
static
Scalar
solidThermalConductivity
(
Scalar
temperature
)
static
Scalar
solidThermalConductivity
(
Scalar
temperature
)
...
...
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