Skip to content
Snippets Groups Projects
Commit b9358f9e authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[1p][volvars] cleanup

parent 90b94222
No related branches found
No related tags found
1 merge request!977Cleanup/indentations
......@@ -58,6 +58,7 @@ public:
using FluidState = typename Traits::FluidState;
//! export type of solid state
using SolidState = typename Traits::SolidState;
//! export type of solid system
using SolidSystem = typename Traits::SolidSystem;
/*!
......@@ -70,9 +71,9 @@ public:
* \param scv The sub-control volume
*/
template<class ElemSol, class Problem, class Element, class Scv>
void update(const ElemSol &elemSol,
const Problem &problem,
const Element &element,
void update(const ElemSol& elemSol,
const Problem& problem,
const Element& element,
const Scv& scv)
{
ParentType::update(elemSol, problem, element, scv);
......@@ -97,7 +98,7 @@ public:
* \param fluidState A container with the current (physical) state of the fluid
*/
template<class ElemSol, class Problem, class Element, class Scv>
void completeFluidState(const ElemSol &elemSol,
void completeFluidState(const ElemSol& elemSol,
const Problem& problem,
const Element& element,
const Scv& scv,
......@@ -188,7 +189,7 @@ public:
* \brief Return the average porosity \f$\mathrm{[-]}\f$ within the control volume.
*/
Scalar porosity() const
{ return solidState_.porosity(); }
{ return solidState_.porosity(); }
/*!
* \brief Returns the permeability within the control volume in \f$[m^2]\f$.
......
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