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
94b58c58
Commit
94b58c58
authored
2 years ago
by
Leon Keim
Browse files
Options
Downloads
Patches
Plain Diff
Fouries law flux documentation
parent
7aa92533
No related branches found
No related tags found
1 merge request
!3269
Feature/flux documentation fouriers law
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/flux/fourierslaw.hh
+15
-3
15 additions, 3 deletions
dumux/flux/fourierslaw.hh
with
15 additions
and
3 deletions
dumux/flux/fourierslaw.hh
+
15
−
3
View file @
94b58c58
...
...
@@ -19,9 +19,21 @@
/*!
* \file
* \ingroup Flux
* \brief Fourier's law specialized for different discretization schemes
* This file contains the data which is required to calculate
* diffusive mass fluxes due to molecular diffusion with Fourier's law.
* \brief Diffusive heat flux according to Fourier's law
*
* According to Fourier's law, the heat flux is proportional to the gradient of the temperature. \n
* The proportonality constant is the thermal conductivity \f$\lambda \f$. \n
* The flux is calculated as:\n
* \n
* \f[
* \textbf{j}_{heat} = - \lambda \; \textbf{grad}\, T
* \f]
* \n
* \n
* In general, for porous medium local thermal equilibrium is assumed.\n
* To account for effects of porous media, an effective thermal conductivity \f$\lambda_{pm}\f$ is used.\n
* Models for the effective thermal conductivity are for example: Johansen \cite johansen1977, simple fluid lumping, Somerton \cite somerton1974.
*
*/
#ifndef DUMUX_FLUX_FOURIERS_LAW_HH
#define DUMUX_FLUX_FOURIERS_LAW_HH
...
...
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