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
Commits
b9358f9e
Commit
b9358f9e
authored
May 08, 2018
by
Dennis Gläser
Browse files
[1p][volvars] cleanup
parent
90b94222
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/1p/volumevariables.hh
View file @
b9358f9e
...
...
@@ -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$.
...
...
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