Skip to content
GitLab
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
33c78789
Commit
33c78789
authored
Dec 11, 2018
by
Katharina Heck
Browse files
[doxygen][fix] todos in nonequilibriummodel and stokesnc maxwell stefan model
parent
ecd2fb7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/nonequilibrium/model.hh
View file @
33c78789
...
...
@@ -20,8 +20,7 @@
/*!
* \file
* \ingroup PorousmediumNonEquilibriumModel
* \brief This is the specialization that is able to capture non-equilibrium mass and / or energy transfer.
* \todo DocMe
* \brief This specifies models which are able to capture non-equilibrium mass and / or energy transfer.
*/
#ifndef DUMUX_NONEQUILIBRIUM_MODEL_HH
#define DUMUX_NONEQUILIBRIUM_MODEL_HH
...
...
@@ -41,7 +40,7 @@
#include
"iofields.hh"
/*!
* \ingroup
\ingroup
PorousmediumNonEquilibriumModel
* \ingroup PorousmediumNonEquilibriumModel
* \brief Defines the properties required for non-equilibrium models
*/
namespace
Dumux
...
...
test/freeflow/navierstokesnc/maxwellstefan/problem.hh
View file @
33c78789
...
...
@@ -79,8 +79,7 @@ struct MolecularDiffusionType<TypeTag, TTag::MaxwellStefanNCTest> { using type =
/*!
* \ingroup NavierStokesNCTests
* \brief A simple fluid system with one MaxwellStefan component.
* \todo doc me!
* \brief A simple fluid system with three components for testing the multicompoent diffusion with the Maxwell Stefan formulation.
*/
template
<
class
TypeTag
>
class
MaxwellStefanFluidSystem
...
...
@@ -197,8 +196,8 @@ struct FluidSystem<TypeTag, TTag::MaxwellStefanNCTest> { using type = MaxwellSte
}
//end namespace Property
/*!
* \ingroup NavierStokesNCTests
* \brief Test problem for the maxwell stefan model
* \todo doc me!
*/
template
<
class
TypeTag
>
class
MaxwellStefanNCTestProblem
:
public
NavierStokesProblem
<
TypeTag
>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment