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-course
Commits
7127abdf
Commit
7127abdf
authored
Apr 13, 2020
by
Ned Coltman
Browse files
[ex-biomin] fix headercheck
parent
f6d89c1a
Changes
6
Hide whitespace changes
Inline
Side-by-side
exercises/exercise-biomineralization/chemistry/simplebiominreactions.hh
View file @
7127abdf
...
...
@@ -24,6 +24,9 @@
#ifndef DUMUX_BIOMIN_REACTIONS_HH
#define DUMUX_BIOMIN_REACTIONS_HH
#include <dumux/common/parameters.hh>
// #include <dumux-course/exercises/exercise-biomineralization/components/urea.hh>
namespace
Dumux
{
/*!
...
...
@@ -98,6 +101,7 @@ public:
// TODO: dumux-course-task
// compute rate of ureolysis by implementing Z_urease,biofilm and r_urea
Scalar
rurea
=
0.0
;
// compute/set dissolution and precipitation rate of calcite
Scalar
rprec
=
0.0
;
...
...
exercises/exercise-biomineralization/components/biofilm.hh
View file @
7127abdf
...
...
@@ -26,9 +26,9 @@
#include <dumux/material/components/base.hh>
#include <dumux/material/components/solid.hh>
#include <dumux/common/parameters.hh>
namespace
Dumux
{
namespace
Components
{
namespace
Dumux
::
Components
{
/*!
* \ingroup Components
...
...
@@ -71,7 +71,6 @@ public:
}
};
}
// end namespace Components
}
// end namespace Dumux
}
// end namespace Dumux::Components
#endif
exercises/solution/exercise-biomineralization/chemistry/simplebiominreactions.hh
View file @
7127abdf
...
...
@@ -24,6 +24,8 @@
#ifndef DUMUX_BIOMIN_REACTIONS_HH
#define DUMUX_BIOMIN_REACTIONS_HH
#include <dumux/common/parameters.hh>
namespace
Dumux
{
/*!
...
...
exercises/solution/exercise-biomineralization/components/biofilm.hh
View file @
7127abdf
...
...
@@ -24,11 +24,12 @@
#ifndef DUMUX_BIOFILM_HH
#define DUMUX_BIOFILM_HH
#include <dumux/common/parameters.hh>
#include <dumux/material/components/base.hh>
#include <dumux/material/components/solid.hh>
namespace
Dumux
{
namespace
Components
{
namespace
Dumux
::
Components
{
/*!
* \ingroup Components
...
...
@@ -71,7 +72,6 @@ public:
}
};
}
// end namespace Components
}
// end namespace Dumux
}
// end namespace Dumux::Components
#endif
exercises/solution/exercise-biomineralization/components/urea.hh
View file @
7127abdf
...
...
@@ -26,8 +26,7 @@
#include <dumux/material/components/base.hh>
namespace
Dumux
{
namespace
Components
{
namespace
Dumux
::
Components
{
/*!
* \ingroup Components
...
...
@@ -52,7 +51,5 @@ public:
};
}
// end namespace Components
}
// end namespace Dumux
}
// end namespace Dumux::Components
#endif
exercises/solution/exercise-biomineralization/solidsystems/biominsolidphase.hh
View file @
7127abdf
...
...
@@ -27,12 +27,12 @@
#include <string>
#include <dune/common/exceptions.hh>
#include
"..
/com
p
on
ents/biofilm
.hh
"
#include
<dumux
/com
m
on
/parameters
.hh
>
#include <dumux/material/components/calcite.hh>
#include <dumux/material/components/granite.hh>
#include "../components/biofilm.hh"
namespace
Dumux
{
namespace
SolidSystems
{
namespace
Dumux
::
SolidSystems
{
/*!
* \ingroup SolidSystems
...
...
@@ -195,7 +195,6 @@ public:
};
}
// end namespace SolidSystems
}
// end namespace Dumux
}
// end namespace Dumux::SolidSystems
#endif
Write
Preview
Markdown
is supported
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