Skip to content
Snippets Groups Projects
Commit 4bc56c73 authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

corrections in the coupled tutorial, spell check & beautification

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7893 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f2a84d5b
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
// The DUNE grid used // The DUNE grid used
#include <dune/grid/yaspgrid.hh> #include <dune/grid/yaspgrid.hh>
// Spatially dependent parameters
#include "tutorialspatialparameters_coupled.hh" #include "tutorialspatialparameters_coupled.hh"
// The components that are used // The components that are used
......
...@@ -46,7 +46,8 @@ namespace Properties ...@@ -46,7 +46,8 @@ namespace Properties
NEW_TYPE_TAG(TutorialSpatialParametersCoupled);/*@\label{tutorial-coupled:define-spatialparameters-typetag}@*/ NEW_TYPE_TAG(TutorialSpatialParametersCoupled);/*@\label{tutorial-coupled:define-spatialparameters-typetag}@*/
// Set the spatial parameters // Set the spatial parameters
SET_TYPE_PROP(TutorialSpatialParametersCoupled, SpatialParameters, Dumux::TutorialSpatialParametersCoupled<TypeTag>); /*@\label{tutorial-coupled:set-spatialparameters}@*/ SET_TYPE_PROP(TutorialSpatialParametersCoupled, SpatialParameters,
Dumux::TutorialSpatialParametersCoupled<TypeTag>); /*@\label{tutorial-coupled:set-spatialparameters}@*/
// Set the material law // Set the material law
SET_PROP(TutorialSpatialParametersCoupled, MaterialLaw) SET_PROP(TutorialSpatialParametersCoupled, MaterialLaw)
...@@ -114,8 +115,9 @@ public: ...@@ -114,8 +115,9 @@ public:
* \param fvElemGeom The finite-volume geometry in the box scheme * \param fvElemGeom The finite-volume geometry in the box scheme
* \param scvIdx The local vertex index * \param scvIdx The local vertex index
* *
* Alternatively, the function porosityAtPos(const GlobalPosition& globalPos) could be defined, * Alternatively, the function porosityAtPos(const GlobalPosition& globalPos)
* where globalPos is the vector including the global coordinates of the finite volume. * could be defined, where globalPos is the vector including the global coordinates
* of the finite volume.
*/ */
Scalar porosity(const Element &element, /*@\label{tutorial-coupled:porosity}@*/ Scalar porosity(const Element &element, /*@\label{tutorial-coupled:porosity}@*/
const FVElementGeometry &fvElemGeom, const FVElementGeometry &fvElemGeom,
...@@ -129,8 +131,9 @@ public: ...@@ -129,8 +131,9 @@ public:
* \param fvElemGeom The finite-volume geometry in the box scheme * \param fvElemGeom The finite-volume geometry in the box scheme
* \param scvIdx The local vertex index * \param scvIdx The local vertex index
* *
* Alternatively, the function materialLawParamsAtPos(const GlobalPosition& globalPos) could be defined, * Alternatively, the function materialLawParamsAtPos(const GlobalPosition& globalPos)
* where globalPos is the vector including the global coordinates of the finite volume. * could be defined, where globalPos is the vector including the global coordinates
* of the finite volume.
*/ */
const MaterialLawParams& materialLawParams(const Element &element, /*@\label{tutorial-coupled:matLawParams}@*/ const MaterialLawParams& materialLawParams(const Element &element, /*@\label{tutorial-coupled:matLawParams}@*/
const FVElementGeometry &fvElemGeom, const FVElementGeometry &fvElemGeom,
......
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