Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
be63fd66
Commit
be63fd66
authored
8 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[3p] Remove permeability from volume variables
parent
234341ed
No related branches found
No related tags found
1 merge request
!617
[WIP] Next
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/porousmediumflow/3p/implicit/volumevariables.hh
+0
-11
0 additions, 11 deletions
dumux/porousmediumflow/3p/implicit/volumevariables.hh
with
0 additions
and
11 deletions
dumux/porousmediumflow/3p/implicit/volumevariables.hh
+
0
−
11
View file @
be63fd66
...
...
@@ -155,10 +155,6 @@ public:
porosity_
=
problem
.
spatialParams
().
porosity
(
scv
);
Valgrind
::
CheckDefined
(
porosity_
);
// permeability
permeability_
=
problem
.
spatialParams
().
intrinsicPermeability
(
scv
);
Valgrind
::
CheckDefined
(
permeability_
);
// energy related quantities not contained in the fluid state
typename
FluidSystem
::
ParameterCache
paramCache
;
asImp_
().
updateEnergy_
(
priVars
,
problem
,
element
,
scv
);
...
...
@@ -235,12 +231,6 @@ public:
Scalar
porosity
()
const
{
return
porosity_
;
}
/*!
* \brief Returns the permeability within the control volume.
*/
Scalar
permeability
()
const
{
return
permeability_
;
}
protected
:
static
Scalar
temperature_
(
const
PrimaryVariables
&
priVars
,
...
...
@@ -271,7 +261,6 @@ protected:
Scalar
sw_
,
sg_
,
sn_
,
pg_
,
pw_
,
pn_
;
Scalar
porosity_
;
//!< Effective porosity within the control volume
Scalar
permeability_
;
//!< Effective porosity within the control volume
Scalar
mobility_
[
numPhases
];
//!< Effective mobility within the control volume
Scalar
bulkDensTimesAdsorpCoeff_
;
//!< the basis for calculating adsorbed NAPL
FluidState
fluidState_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment