Skip to content
Snippets Groups Projects
Commit 24f53836 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[Doxygen] Fix and enable comments in 2p2c(ni)fluxvariables.hh.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10051 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 31ef311b
No related branches found
No related tags found
No related merge requests found
......@@ -74,13 +74,13 @@ class TwoPTwoCFluxVariables : public GET_PROP_TYPE(TypeTag, BaseFluxVariables)
typedef typename FVElementGeometry::SubControlVolumeFace SCVFace;
public:
/*
/*!
* \brief The constructor
*
* \param problem The problem
* \param element The finite element
* \param fvGeometry The finite-volume geometry in the box scheme
* \param faceIdx The local index of the SCV (sub-control-volume) face
* \param faceIdx The local index of the SCV (sub-control-volume) face
* \param elemVolVars The volume variables of the current element
* \param onBoundary Distinguishes if we are on a SCV face or on a boundary face
*/
......
......@@ -62,14 +62,15 @@ class TwoPTwoCNIFluxVariables : public TwoPTwoCFluxVariables<TypeTag>
typedef Dune::FieldVector<Scalar, dimWorld> DimVector;
public:
/*
/*!
* \brief The constructor
*
* \param problem The problem
* \param element The finite element
* \param elemGeom The finite-volume geometry in the box scheme
* \param fvGeometry The finite-volume geometry in the box scheme
* \param faceIdx The local index of the SCV (sub-control-volume) face
* \param elemVolVars The volume variables of the current element
* \param onBoundary Distinguishes if we are on a SCV face or on a boundary face
*/
TwoPTwoCNIFluxVariables(const Problem &problem,
const Element &element,
......@@ -134,8 +135,8 @@ protected:
}
void calculateEffThermalConductivity_(const Problem &problem,
const Element &element,
const ElementVolumeVariables &elemVolVars)
const Element &element,
const ElementVolumeVariables &elemVolVars)
{
const Scalar lambdaI =
ThermalConductivityModel::effectiveThermalConductivity(element,
......
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