Skip to content
Snippets Groups Projects
Commit 2a63d3f4 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[discretization][fickslaw] remove unnecessary stuff

parent 7f50b009
No related branches found
No related tags found
Loading
...@@ -24,25 +24,8 @@ ...@@ -24,25 +24,8 @@
#ifndef DUMUX_DISCRETIZATION_FICKS_LAW_HH #ifndef DUMUX_DISCRETIZATION_FICKS_LAW_HH
#define DUMUX_DISCRETIZATION_FICKS_LAW_HH #define DUMUX_DISCRETIZATION_FICKS_LAW_HH
#include <dune/common/float_cmp.hh>
#include <dumux/common/math.hh>
#include <dumux/common/parameters.hh>
#include <dumux/implicit/properties.hh>
namespace Dumux namespace Dumux
{ {
namespace Properties
{
// forward declaration of properties
NEW_PROP_TAG(NumPhases);
NEW_PROP_TAG(FluidSystem);
NEW_PROP_TAG(EffectiveDiffusivityModel);
}
/*! /*!
* \ingroup CCTpfaFicksLaw * \ingroup CCTpfaFicksLaw
* \brief Evaluates the diffusive mass flux according to Fick's law * \brief Evaluates the diffusive mass flux according to Fick's law
......
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