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
003274fc
Commit
003274fc
authored
2 years ago
by
Dennis Gläser
Committed by
Timo Koch
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[doxygen][co2] do not doc dumux namespace
parent
58beca98
No related branches found
No related tags found
1 merge request
!3367
[ci] add job for doxygen docu build
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/porousmediumflow/co2/model.hh
+13
-19
13 additions, 19 deletions
dumux/porousmediumflow/co2/model.hh
with
13 additions
and
19 deletions
dumux/porousmediumflow/co2/model.hh
+
13
−
19
View file @
003274fc
...
@@ -18,35 +18,29 @@
...
@@ -18,35 +18,29 @@
*****************************************************************************/
*****************************************************************************/
/*!
/*!
* \file
* \file
* \ingroup CO2Model
* \brief Adaption of the fully implicit scheme to the CO2Model model.
*/
#ifndef DUMUX_TWOP_TWOC_CO2_MODEL_HH
#define DUMUX_TWOP_TWOC_CO2_MODEL_HH
#include
<dumux/common/properties.hh>
#include
<dumux/porousmediumflow/2p2c/model.hh>
#include
"volumevariables.hh"
/*!
* \ingroup CO2Model
* \ingroup CO2Model
* \brief Adaption of the non-isothermal two-phase two-component flow model to problems with CO2
* \brief Adaption of the non-isothermal two-phase two-component flow model to problems with CO2
*
*
* TODO: Put a doxgyen link reference here
* See @ref TwoPTwoCModel for reference to the equations used.
* See TwoPTwoCModel for reference to the equations used.
* The CO2 model is derived from the 2p2c model, however, in the CO2 model the phase switch criterion
* The CO2 model is derived from the 2p2c model. In the CO2 model the phase switch criterion
* is different from the 2p2c model.
* is different from the 2p2c model.
* The phase switch occurs when the equilibrium concentration
* The phase switch occurs when the equilibrium concentration
* of a component in a phase is exceeded, instead of the sum of the components in the virtual phase
* of a component in a phase is exceeded, instead of the sum of the components in the virtual phase
* (the phase which is not present) being greater that unity as done in the 2p2c model.
* (the phase which is not present) being greater that unity as done in the 2p2c model.
* The CO2VolumeVariables do not use a constraint solver for calculating the mole fractions as is the
* The CO2VolumeVariables do not use a constraint solver for calculating the mole fractions as is the
* case in the 2p2c model. Instead mole fractions are calculated in the FluidSystem with a given
* case in the 2p2c model. Instead
,
mole fractions are calculated in the FluidSystem with a given
* temperature, pressure and salinity.
* temperature, pressure and salinity.
* The model is able to use either mole or mass fractions. The property useMoles can be set to either true or false in the
* The model is able to use either mole or mass fractions. The property useMoles can be set to either true or false,
* problem file. Make sure that the according units are used in the problem setup. useMoles is set to false by default.
* but make sure that the according units are used in the problem setup. useMoles is set to false by default.
*
*/
*/
#ifndef DUMUX_TWOP_TWOC_CO2_MODEL_HH
#define DUMUX_TWOP_TWOC_CO2_MODEL_HH
#include
<dumux/common/properties.hh>
#include
<dumux/porousmediumflow/2p2c/model.hh>
#include
"volumevariables.hh"
namespace
Dumux
{
namespace
Dumux
{
namespace
Properties
{
namespace
Properties
{
...
...
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