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
76f567b6
Commit
76f567b6
authored
Dec 18, 2018
by
Simon Scholz
Browse files
[doxygen] Adapt documentation in 1p sequential
parent
bd292ebf
Changes
3
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/1p/sequential/celldata.hh
View file @
76f567b6
...
...
@@ -35,7 +35,6 @@ class FluxData1P;
/*!
* \ingroup SequentialOnePModel
*
* \brief Class including data of one grid cell.
*
* The variables of one-phase flow, which are the pressure as well as
...
...
dumux/porousmediumflow/1p/sequential/diffusion/cellcentered/velocity.hh
View file @
76f567b6
...
...
@@ -192,13 +192,14 @@ private:
};
/*!
* \ingroup SequentialOnePModel
* \brief Calculates the velocity at a cell-cell interface.
*
* Calculates the velocity at a cell-cell interface from a given pressure field.
*
* \param intersection Intersection of two grid cells
* \param cellData Object containing all model relevant cell data
*/
*
* Calculates the velocity at a cell-cell interface from a given pressure field.
*
* \param intersection Intersection of two grid cells
* \param cellData Object containing all model relevant cell data
*/
template
<
class
TypeTag
>
void
FVVelocity1P
<
TypeTag
>::
calculateVelocity
(
const
Intersection
&
intersection
,
CellData
&
cellData
)
{
...
...
@@ -265,13 +266,14 @@ void FVVelocity1P<TypeTag>::calculateVelocity(const Intersection& intersection,
}
/*!
* \ingroup SequentialOnePModel
* \brief Calculates the velocity at a boundary.
*
* Calculates the velocity at a boundary from a given pressure field.
*
* \param intersection Boundary intersection
* \param cellData Object containing all model relevant cell data
*/
*
* Calculates the velocity at a boundary from a given pressure field.
*
* \param intersection Boundary intersection
* \param cellData Object containing all model relevant cell data
*/
template
<
class
TypeTag
>
void
FVVelocity1P
<
TypeTag
>::
calculateVelocityOnBoundary
(
const
Intersection
&
intersection
,
CellData
&
cellData
)
{
...
...
dumux/porousmediumflow/1p/sequential/fluxdata.hh
View file @
76f567b6
...
...
@@ -27,11 +27,9 @@
#include
"properties.hh"
namespace
Dumux
{
/*!
* \ingroup SequentialOnePModel
*
* \brief Class storing data assigned to a cell-cell interfaces, so-called flux-data.
*
* Stores velocities and potentials at cell-cell interfaces.
...
...
Timo Koch
@timok
mentioned in commit
bf6fe138
·
Dec 19, 2018
mentioned in commit
bf6fe138
mentioned in commit bf6fe138672c32b74b46ca53e434a9178de2a61b
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1435 (merged)
·
Dec 19, 2018
mentioned in merge request
!1435 (merged)
mentioned in merge request !1435
Toggle commit list
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