Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
fb538540
Commit
fb538540
authored
Nov 29, 2018
by
Simon Scholz
Browse files
[doxygen][nonequilibrium] fix errors in nonequilibrium folder
parent
875a3421
Changes
3
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/nonequilibrium/localresidual.hh
View file @
fb538540
...
...
@@ -69,7 +69,13 @@ public:
/*!
* \brief Calculate the source term of the equation
*
* \param scv The sub-control volume over which we integrate the source term
* \param problem The object specifying the problem which ought to be simulated
* \param element An element which contains part of the control volume
* \param fvGeometry The finite-volume geometry
* \param elemVolVars The volume variables of the current element
* \param scvf The sub control volume face to compute the flux on
* \param elemFluxVarsCache The cache related to flux compuation
*
* \note This is the default implementation for all models as sources are computed
* in the user interface of the problem
*
...
...
@@ -193,8 +199,9 @@ public:
/*!
* \brief Calculate the storage for all mass balance equations
*
* \param storage The mass of the component within the sub-control volume
* \param volVars The volume variables
* \param problem The object specifying the problem which ought to be simulated
* \param scv The sub-control volume
* \param volVars The volume variables
*/
NumEqVector
computeStorage
(
const
Problem
&
problem
,
const
SubControlVolume
&
scv
,
...
...
@@ -224,9 +231,12 @@ public:
/*!
* \brief Calculate the storage for all mass balance equations
*
* \param flux The flux over the SCV (sub-control-volume) face for each component
* \param fluxVars The flux Variables
* \param elemVolVars The volume variables of the current element
* \param problem The object specifying the problem which ought to be simulated
* \param element An element which contains part of the control volume
* \param fvGeometry The finite-volume geometry
* \param elemVolVars The volume variables of the current element
* \param scvf The sub control volume face to compute the flux on
* \param elemFluxVarsCache The cache related to flux compuation
*/
NumEqVector
computeFlux
(
const
Problem
&
problem
,
const
Element
&
element
,
...
...
@@ -269,7 +279,15 @@ public:
return
flux
;
}
/*!
* \brief Calculate the source term of the equation
*
* \param problem The source term
* \param element An element which contains part of the control volume
* \param fvGeometry The finite-volume geometry
* \param elemVolVars The volume variables of the current element
* \param scv The sub-control volume over which we integrate the source term
*/
NumEqVector
computeSource
(
const
Problem
&
problem
,
const
Element
&
element
,
const
FVElementGeometry
&
fvGeometry
,
...
...
dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh
View file @
fb538540
...
...
@@ -154,6 +154,10 @@ public:
/*!
* \brief Calculate the source term of the equation
*
* \param source The source which ought to be simulated
* \param element An element which contains part of the control volume
* \param fvGeometry The finite-volume geometry
* \param elemVolVars The volume variables of the current element
* \param scv The sub-control volume over which we integrate the source term
*/
static
void
computeSourceEnergy
(
NumEqVector
&
source
,
...
...
@@ -303,6 +307,10 @@ public:
/*!
* \brief Calculate the source term of the equation
*
* \param source The source term which ought to be simulated
* \param element An element which contains part of the control volume
* \param fvGeometry The finite-volume geometry
* \param elemVolVars The volume variables of the current element
* \param scv The sub-control volume over which we integrate the source term
*/
static
void
computeSourceEnergy
(
NumEqVector
&
source
,
...
...
dumux/porousmediumflow/nonequilibrium/volumevariables.hh
View file @
fb538540
...
...
@@ -87,8 +87,7 @@ public:
* \brief Update all quantities for a given control volume
*
* \param elemSol A vector containing all primary variables connected to the element
* \param problem The object specifying the problem which ought to
* be simulated
* \param problem The object specifying the problem which ought to be simulated
* \param element An element which contains part of the control volume
* \param scv The sub-control volume
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment