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
95943838
Commit
95943838
authored
8 years ago
by
Thomas Fetzer
Committed by
Kilian Weishaupt
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[2pnc] Apply naming convention
(cherry picked from commit
c5c29307
)
parent
67907273
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/material/constraintsolvers/compositionfromfugacities2pncmin.hh
+8
-2
8 additions, 2 deletions
...ial/constraintsolvers/compositionfromfugacities2pncmin.hh
with
8 additions
and
2 deletions
dumux/material/constraintsolvers/compositionfromfugacities2pncmin.hh
+
8
−
2
View file @
95943838
...
...
@@ -25,6 +25,7 @@
#ifndef DUMUX_COMPOSITION_FROM_FUGACITIES_2PNCMIN_HH
#define DUMUX_COMPOSITION_FROM_FUGACITIES_2PNCMIN_HH
#include
<dune/common/deprecated.hh>
#include
<dune/common/fvector.hh>
#include
<dune/common/fmatrix.hh>
...
...
@@ -32,14 +33,13 @@
#include
<dumux/common/valgrind.hh>
namespace
Dumux
{
/*!
* \ingroup ConstraintSolver
* \brief Calculates the chemical equilibrium from the component
* fugacities in a phase.
*/
template
<
class
Scalar
,
class
FluidSystem
>
class
c
ompositionFromFugacities2pncmin
class
C
ompositionFromFugacities2pncmin
{
enum
{
numComponents
=
FluidSystem
::
numComponents
,
...
...
@@ -142,6 +142,12 @@ protected:
return
;
}
};
template
<
class
Scalar
,
class
FluidSystem
>
DUNE_DEPRECATED_MSG
(
"compositionFromFugacities2pncmin is deprecated. Use CompositionFromFugacities2pncmin (capital C) instead."
)
class
compositionFromFugacities2pncmin
:
public
CompositionFromFugacities2pncmin
<
Scalar
,
FluidSystem
>
{
};
}
// end namespace Dumux
#endif
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