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
6f56b837
Commit
6f56b837
authored
7 years ago
by
Johannes Hommel
Browse files
Options
Downloads
Patches
Plain Diff
[1pncmin] renamed initial to reference porosity and permeability in thermochemspatialparams.hh
parent
671dc7a1
No related branches found
No related tags found
1 merge request
!768
Feature/update poro and perm laws
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/porousmediumflow/1pncmin/implicit/thermochemspatialparams.hh
+4
-4
4 additions, 4 deletions
...ousmediumflow/1pncmin/implicit/thermochemspatialparams.hh
with
4 additions
and
4 deletions
test/porousmediumflow/1pncmin/implicit/thermochemspatialparams.hh
+
4
−
4
View file @
6f56b837
...
@@ -110,21 +110,21 @@ public:
...
@@ -110,21 +110,21 @@ public:
}
}
/*!
/*!
* \brief Define the
initial
permeability \f$[m^2]\f$ distribution
* \brief Define the
reference
permeability \f$[m^2]\f$ distribution
*
*
* \param element The finite element
* \param element The finite element
* \param scv The sub-control volume
* \param scv The sub-control volume
*/
*/
Scalar
initial
Permeability
(
const
Element
&
element
,
const
SubControlVolume
&
scv
)
const
Scalar
reference
Permeability
(
const
Element
&
element
,
const
SubControlVolume
&
scv
)
const
{
return
8.53e-12
;
}
{
return
8.53e-12
;
}
/*!
/*!
* \brief Define the
initial
porosity \f$[-]\f$ distribution
* \brief Define the
reference
porosity \f$[-]\f$ distribution
*
*
* \param element The finite element
* \param element The finite element
* \param scv The sub-control volume
* \param scv The sub-control volume
*/
*/
Scalar
initial
Porosity
(
const
Element
&
element
,
const
SubControlVolume
&
scv
)
const
Scalar
reference
Porosity
(
const
Element
&
element
,
const
SubControlVolume
&
scv
)
const
{
{
return
0.8
;
return
0.8
;
}
}
...
...
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