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-course
Commits
7cdbea00
Commit
7cdbea00
authored
Jul 13, 2018
by
Beatrix Becker
Browse files
[exercise-fluidsystem] cleanup mentioning of tutorial, ex3, exercise 3 etc. in comments
parent
b9f18d8e
Changes
10
Hide whitespace changes
Inline
Side-by-side
exercises/exercise-fluidsystem/CMakeLists.txt
View file @
7cdbea00
...
...
@@ -13,7 +13,7 @@ dune_add_test(NAME exercise-fluidsystem_b
COMPILE_ONLY
# for testing purposes, ignore for the exercise
CMD_ARGS exercise-fluidsystem_b.input
)
# add
tutorial
to the common target
# add
exercises
to the common target
add_dependencies
(
test_exercises exercise-fluidsystem_a exercise-fluidsystem_b
)
# add symlinks for the input files
...
...
exercises/exercise-fluidsystem/binarycoefficients/h2omycompressiblecomponent.hh
View file @
7cdbea00
...
...
@@ -19,7 +19,7 @@
/*!
* \file
*
* \brief Binary coefficients for water and a ficticious component implemented in
tutorial exercise 3
a.
* \brief Binary coefficients for water and a ficticious component implemented in
exercise-fluidsystem
a.
*/
#ifndef DUMUX_BINARY_COEFF_H2O_MYCOMPRESSIBLECOMPONENT_HH
#define DUMUX_BINARY_COEFF_H2O_MYCOMPRESSIBLECOMPONENT_HH
...
...
@@ -30,8 +30,8 @@ namespace BinaryCoeff
{
/*!
* \brief Binary coefficients for water and a ficticious component implemented in
tutorial exercise 3
a
* The implementation of the missing methods in this file is part of exercise
3
b.
* \brief Binary coefficients for water and a ficticious component implemented in
exercise-fluidsystem
a
* The implementation of the missing methods in this file is part of exercise
-fluidsystem
b.
*/
class
H2O_MyCompressibleComponent
{
...
...
exercises/exercise-fluidsystem/components/myincompressiblecomponent.hh
View file @
7cdbea00
...
...
@@ -19,7 +19,7 @@
/*!
* \file
* \ingroup Components
* \brief A fictitious component to be implemented in
tutorial exercise 3
.
* \brief A fictitious component to be implemented in
exercise-fluidsystem
.
*/
#ifndef DUMUX_MYINCOMPRESSIBLECOMPONENT_HH
#define DUMUX_MYINCOMPRESSIBLECOMPONENT_HH
...
...
@@ -33,7 +33,7 @@ namespace Dumux
{
/*!
* \ingroup Components
* \brief A fictitious component to be implemented in exercise
3
.
* \brief A fictitious component to be implemented in exercise
-fluidsystem
.
*
* \tparam Scalar The type used for scalar values
*/
...
...
exercises/exercise-fluidsystem/fluidsystems/h2omycompressiblecomponent.hh
View file @
7cdbea00
...
...
@@ -20,8 +20,8 @@
* \file
*
* \brief A fluid system with water and a fictitious component, which is to be
* implemented in
tutorial exercise 3
a, as phases and components. This
* fluid system is to be implemented in exercise
3
b.
* implemented in
exercise-fluidsystem
a, as phases and components. This
* fluid system is to be implemented in exercise
-fluidsystem
b.
*/
#ifndef DUMUX_H2O_MYCOMPRESSIBLECOMPONENT_FLUID_SYSTEM_HH
#define DUMUX_H2O_MYCOMPRESSIBLECOMPONENT_FLUID_SYSTEM_HH
...
...
@@ -31,7 +31,7 @@
#include
<dumux/material/fluidsystems/base.hh>
// the fictitious component that was created in exercise
3
a
// the fictitious component that was created in exercise
-fluidsystem
a
#include
<exercises/exercise-fluidsystem/components/mycompressiblecomponent.hh>
// the binary coefficients corresponding to this fluid system
...
...
@@ -42,7 +42,7 @@ namespace FluidSystems {
/*!
* \brief A compositional fluid consisting of two liquid phases,
* which are water and a fictitious component from
tutorial exercise 3
a.
* which are water and a fictitious component from
exercise-fluidsystem
a.
*/
template
<
class
Scalar
,
class
H2OType
=
Dumux
::
Components
::
TabulatedComponent
<
Dumux
::
Components
::
H2O
<
Scalar
>
>
>
...
...
exercises/exercise-fluidsystem/spatialparams.hh
View file @
7cdbea00
...
...
@@ -19,8 +19,8 @@
/*!
* \file
*
* \brief The spatial parameters for the
fully coupled tutorial
problem
* which uses the twophase box model.
* \brief The spatial parameters for the
exercise-fluidsystem
problem
* which uses the two
-
phase
and two-phase two-component
box model.
*/
#ifndef DUMUX_EXERCISE_THREE_SPATIAL_PARAMS_HH
#define DUMUX_EXERCISE_THREE_SPATIAL_PARAMS_HH
...
...
@@ -38,8 +38,8 @@ namespace Dumux {
/*!
* \ingroup TwoPBoxModel
*
* \brief The spatial parameters for the
fully coupled tutorial
problem
* which uses the twophase box model.
* \brief The spatial parameters for the
exercise-fluidsystem
problem
* which uses the two
-
phase
and two-phase two-component
box model.
*/
template
<
class
FVGridGeometry
,
class
Scalar
>
class
ExerciseThreeSpatialParams
...
...
exercises/solution/exercise-fluidsystem/CMakeLists.txt
View file @
7cdbea00
...
...
@@ -11,7 +11,7 @@ dune_add_test(NAME exercise-fluidsystem_b_solution
COMPILE_DEFINITIONS TYPETAG=ExerciseThreeBoxTwoPTwoCTypeTag
CMD_ARGS exercise-fluidsystem_b.input
)
# add
tutorial
to the common target
# add
exercises
to the common target
add_dependencies
(
test_exercises exercise-fluidsystem_a exercise-fluidsystem_b
)
# add symlinks for the input files
...
...
exercises/solution/exercise-fluidsystem/binarycoefficients/h2omycompressiblecomponent.hh
View file @
7cdbea00
...
...
@@ -19,7 +19,7 @@
/*!
* \file
*
* \brief Binary coefficients for water and a ficticious component implemented in
tutorial exercise 3
a.
* \brief Binary coefficients for water and a ficticious component implemented in
exercise-fluidsystem
a.
*/
#ifndef DUMUX_BINARY_COEFF_H2O_MYCOMPRESSIBLECOMPONENT_HH
#define DUMUX_BINARY_COEFF_H2O_MYCOMPRESSIBLECOMPONENT_HH
...
...
@@ -30,8 +30,8 @@ namespace BinaryCoeff
{
/*!
* \brief Binary coefficients for water and a ficticious component implemented in
tutorial exercise 3
a
* The implementation of the missing methods in this file is part of exercise
3
b.
* \brief Binary coefficients for water and a ficticious component implemented in
exercise-fluidsystem
a
* The implementation of the missing methods in this file is part of exercise
-fluidsystem
b.
*/
class
H2O_MyCompressibleComponent
{
...
...
exercises/solution/exercise-fluidsystem/components/myincompressiblecomponent.hh
View file @
7cdbea00
...
...
@@ -19,7 +19,7 @@
/*!
* \file
* \ingroup Components
* \brief A fictitious component to be implemented in
tutorial exercise 3
.
* \brief A fictitious component to be implemented in
exercise-fluidsystem a
.
*/
#ifndef DUMUX_MYINCOMPRESSIBLECOMPONENT_HH
#define DUMUX_MYINCOMPRESSIBLECOMPONENT_HH
...
...
@@ -33,7 +33,7 @@ namespace Dumux
{
/*!
* \ingroup Components
* \brief A fictitious component to be implemented in exercise
3
.
* \brief A fictitious component to be implemented in exercise
-fluidsystem a
.
*
* \tparam Scalar The type used for scalar values
*/
...
...
exercises/solution/exercise-fluidsystem/fluidsystems/h2omycompressiblecomponent.hh
View file @
7cdbea00
...
...
@@ -20,8 +20,8 @@
* \file
*
* \brief A fluid system with water and a fictitious component, which is to be
* implemented in
tutorial exercise 3
a, as phases and components. This
* fluid system is to be implemented in exercise
3
b.
* implemented in
exercise-fluidsystem
a, as phases and components. This
* fluid system is to be implemented in exercise
-fluidsystem
b.
*/
#ifndef DUMUX_H2O_MYCOMPRESSIBLECOMPONENT_FLUID_SYSTEM_HH
#define DUMUX_H2O_MYCOMPRESSIBLECOMPONENT_FLUID_SYSTEM_HH
...
...
@@ -42,7 +42,7 @@ namespace FluidSystems {
/*!
* \brief A compositional fluid consisting of two liquid phases,
* which are water and a fictitious component from
tutorial exercise 3
a.
* which are water and a fictitious component from
exercise-fluidsystem
a.
*/
template
<
class
Scalar
,
class
H2OType
=
Dumux
::
Components
::
TabulatedComponent
<
Dumux
::
Components
::
H2O
<
Scalar
>
>
>
...
...
exercises/solution/exercise-fluidsystem/spatialparams.hh
View file @
7cdbea00
...
...
@@ -19,8 +19,8 @@
/*!
* \file
*
* \brief The spatial parameters for the
fully coupled tutorial
problem
* which uses the twophase box model.
* \brief The spatial parameters for the
exercise-fluidsystem
problem
* which uses the two
-
phase
and two-phase two-component
box model.
*/
#ifndef DUMUX_EXERCISE_THREE_SPATIAL_PARAMS_HH
#define DUMUX_EXERCISE_THREE_SPATIAL_PARAMS_HH
...
...
@@ -38,8 +38,8 @@ namespace Dumux {
/*!
* \ingroup TwoPBoxModel
*
* \brief The spatial parameters for the
fully coupled tutorial
problem
* which uses the twophase box model.
* \brief The spatial parameters for the
exercise-fluidsystem
problem
* which uses the two
-
phase
and two-phase two-component
box model.
*/
template
<
class
FVGridGeometry
,
class
Scalar
>
class
ExerciseThreeSpatialParams
...
...
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