Skip to content
Snippets Groups Projects
Commit 34805b5a authored by Stefanie Kiemle's avatar Stefanie Kiemle Committed by Mathis Kelm
Browse files

Merge branch 'fix/documentation-flux-fourier-nonequilibrium' into 'master'

Add documentation to Fourier non-equilibrium

See merge request !3314

(cherry picked from commit 838df590)

c0287457 Add documentation to Fourier non-equilibrium
parent 94de8a49
1 merge request!3315Merge branch 'fix/documentation-flux-fourier-nonequilibrium' into 'master'
Pipeline #22603 passed
+2
...@@ -19,8 +19,19 @@ ...@@ -19,8 +19,19 @@
/*! /*!
* \file * \file
* \ingroup Flux * \ingroup Flux
* \brief This file contains the data which is required to calculate * \brief Diffusive heat flux according to non-equilibrium Fourier's law
* diffusive mass fluxes due to molecular diffusion with Fourier's law. *
* This law is based on the general form of Fourier's law which describes the diffusive
* heat flux as proportional to a temperature gradient \f$\textbf{grad}\, T_\alpha \f$.
* In contrast to the general form, a local thermodynamic equilibrium is not assumed.
* Thus, the heat flux for the different phases \f$\alpha \f$ needs to be solved.
* \n
* \f[
* \textbf{j}_{heat,\alpha} = - \lambda_\alpha \; \textbf{grad}\, T_\alpha
* \f]
* \n
* With \f$\lambda_\alpha \f$ as the thermal conductivity for either a solid, liquid or
* gaseous phase.
*/ */
#ifndef DUMUX_DISCRETIZATION_FOURIERS_LAW_NONEQUILIBRIUM_HH #ifndef DUMUX_DISCRETIZATION_FOURIERS_LAW_NONEQUILIBRIUM_HH
#define DUMUX_DISCRETIZATION_FOURIERS_LAW_NONEQUILIBRIUM_HH #define DUMUX_DISCRETIZATION_FOURIERS_LAW_NONEQUILIBRIUM_HH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment