mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
replace a few now-incorrect "Vcfv" prefixes in the comments
This commit is contained in:
parent
99779a52e8
commit
99430085bd
@ -164,7 +164,7 @@ SET_STRING_PROP(Co2InjectionBaseProblem, GridFile, "data/co2injection.dgf");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Problem where \f$CO_2\f$ is injected under a low permeable
|
||||
* layer at a depth of 2700m.
|
||||
@ -322,7 +322,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@ -336,7 +336,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::endTimeStep
|
||||
* \copydoc FvBaseProblem::endTimeStep
|
||||
*/
|
||||
void endTimeStep()
|
||||
{
|
||||
@ -436,7 +436,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -483,7 +483,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -499,7 +499,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -114,7 +114,7 @@ SET_STRING_PROP(CuvetteBaseProblem, GridFile, "./data/cuvette_11x4.dgf");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Non-isothermal three-phase gas injection problem where a hot gas
|
||||
* is injected into a unsaturated porous medium with a residually
|
||||
@ -261,7 +261,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::shouldWriteRestartFile
|
||||
* \copydoc FvBaseProblem::shouldWriteRestartFile
|
||||
*
|
||||
* This problem writes a restart file after every time step.
|
||||
*/
|
||||
@ -269,7 +269,7 @@ public:
|
||||
{ return true; }
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return std::string("cuvette_") + Model::name(); }
|
||||
@ -355,7 +355,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -404,7 +404,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -419,7 +419,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -114,7 +114,7 @@ SET_SCALAR_PROP(DiffusionBaseProblem, InitialTimeStepSize, 1000);
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
* \brief 1D problem which is driven by molecular diffusion.
|
||||
*
|
||||
* The domain is one meter long and completely filled with gas and
|
||||
@ -187,7 +187,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return std::string("diffusion_") + Model::name(); }
|
||||
@ -237,7 +237,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*
|
||||
* This problem sets no-flow boundaries everywhere.
|
||||
*/
|
||||
@ -254,7 +254,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -268,7 +268,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -204,7 +204,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return std::string("finger_") + Model::name(); }
|
||||
@ -259,7 +259,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::endTimeStep
|
||||
* \copydoc FvBaseProblem::endTimeStep
|
||||
*/
|
||||
void endTimeStep()
|
||||
{
|
||||
@ -326,7 +326,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -359,7 +359,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -370,7 +370,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*/
|
||||
template <class Context>
|
||||
void constraints(Constraints &constraints, const Context &context,
|
||||
@ -389,7 +389,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -147,7 +147,7 @@ SET_SCALAR_PROP(FractureProblem, InitialTimeStepSize, 100);
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Two-phase problem which involves fractures
|
||||
*
|
||||
@ -264,7 +264,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@ -410,7 +410,7 @@ public:
|
||||
// \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -448,7 +448,7 @@ public:
|
||||
// \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*/
|
||||
template <class Context>
|
||||
void constraints(Constraints &constraints, const Context &context,
|
||||
@ -494,7 +494,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -513,7 +513,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -105,7 +105,7 @@ SET_STRING_PROP(GroundWaterBaseProblem, GridFile, "./data/groundwater_2d.dgf");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Test for the immisicible VCVF discretization with only a single phase
|
||||
*
|
||||
@ -217,7 +217,7 @@ public:
|
||||
// \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@ -258,7 +258,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -297,7 +297,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -308,7 +308,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*/
|
||||
template <class Context>
|
||||
void source(RateVector &rate, const Context &context, int spaceIdx,
|
||||
|
@ -114,7 +114,7 @@ SET_STRING_PROP(InfiltrationBaseProblem, GridFile,
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
* \brief Isothermal NAPL infiltration problem where LNAPL
|
||||
* contaminates the unsaturated and the saturated groundwater
|
||||
* zone.
|
||||
@ -223,7 +223,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::shouldWriteRestartFile
|
||||
* \copydoc FvBaseProblem::shouldWriteRestartFile
|
||||
*
|
||||
* This problem writes a restart file after every time step.
|
||||
*/
|
||||
@ -231,7 +231,7 @@ public:
|
||||
{ return true; }
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@ -296,7 +296,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -330,7 +330,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -346,7 +346,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -147,7 +147,7 @@ SET_SCALAR_PROP(LensBaseProblem, InitialTimeStepSize, 250);
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Soil contamination problem where DNAPL infiltrates a fully
|
||||
* water saturated medium.
|
||||
@ -336,7 +336,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@ -381,7 +381,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -453,7 +453,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -492,7 +492,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -81,7 +81,7 @@ SET_STRING_PROP(NavierStokesTestProblem, GridFile,
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup StokesModel
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
* \brief Stokes flow problem with modified nitrogen (N2) circulating in
|
||||
* a cavity. (lid-driven cavity-flow)
|
||||
*
|
||||
@ -138,7 +138,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return "navierstokes"; }
|
||||
@ -160,7 +160,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -187,7 +187,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -195,7 +195,7 @@ public:
|
||||
{ initial_(values); }
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*
|
||||
* For this problem, we fix the velocity of upper boundary.
|
||||
*/
|
||||
@ -216,7 +216,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*/
|
||||
template <class Context>
|
||||
void source(RateVector &rate, const Context &context, int spaceIdx,
|
||||
|
@ -110,7 +110,7 @@ SET_STRING_PROP(ObstacleBaseProblem, GridFile, "./data/obstacle_24x16.dgf");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Problem where liquid water is first stopped by a
|
||||
* low-permeability lens and then seeps though it.
|
||||
@ -231,7 +231,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::endTimeStep
|
||||
* \copydoc FvBaseProblem::endTimeStep
|
||||
*/
|
||||
void endTimeStep()
|
||||
{
|
||||
@ -264,7 +264,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@ -357,7 +357,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -381,7 +381,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -392,7 +392,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -79,7 +79,7 @@ SET_STRING_PROP(OutflowBaseProblem, GridFile, "./data/outflow.dgf");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Problem where dissolved nitrogen is transported with the water
|
||||
* phase from the left side to the right.
|
||||
@ -151,7 +151,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return "outflow"; }
|
||||
@ -211,7 +211,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -253,7 +253,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -266,7 +266,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -133,7 +133,7 @@ SET_SCALAR_PROP(PowerInjectionBaseProblem, InitialTimeStepSize, 1e-3);
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
* \brief 1D Problem with very fast injection of gas on the left.
|
||||
*
|
||||
* The velocity model is chosen in the .cc file in this problem. The
|
||||
@ -213,7 +213,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@ -228,7 +228,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::endTimeStep
|
||||
* \copydoc FvBaseProblem::endTimeStep
|
||||
*/
|
||||
void endTimeStep()
|
||||
{
|
||||
@ -257,7 +257,7 @@ public:
|
||||
{ return K_; }
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvForchheimerBaseProblem::ergunCoefficient
|
||||
* \copydoc ForchheimerBaseProblem::ergunCoefficient
|
||||
*/
|
||||
template <class Context>
|
||||
Scalar ergunCoefficient(const Context &context, int spaceIdx,
|
||||
@ -294,7 +294,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*
|
||||
* This problem sets a very high injection rate of nitrogen on the
|
||||
* left and a free-flow boundary on the right.
|
||||
@ -327,7 +327,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -338,7 +338,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -109,7 +109,7 @@ SET_STRING_PROP(ReservoirBaseProblem, GridFile, "data/reservoir.dgf");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Some simple test problem for the black-oil VCVF discretization
|
||||
* inspired by an oil reservoir.
|
||||
@ -341,7 +341,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return EWOMS_GET_PARAM(TypeTag, std::string, SimulationName); }
|
||||
@ -366,7 +366,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*
|
||||
* The reservoir problem uses constraints to approximate
|
||||
* extraction and production wells, so all boundaries are no-flow.
|
||||
@ -387,7 +387,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*
|
||||
* The reservoir problem uses a constant boundary condition for
|
||||
* the whole domain.
|
||||
@ -397,7 +397,7 @@ public:
|
||||
{ values.assignNaive(initialFluidState_); }
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*
|
||||
* The reservoir problem places two water-injection wells on the
|
||||
* lower parts of the left and right edges of the domains and on
|
||||
@ -469,7 +469,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0 everywhere.
|
||||
*/
|
||||
|
@ -121,7 +121,7 @@ SET_STRING_PROP(RichardsLensProblem, GridFile, "./data/richardslens_24x16.dgf");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief A water infiltration problem with a low-permeability lens
|
||||
* embedded into a high-permeability domain.
|
||||
@ -217,7 +217,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return "lens_richards"; }
|
||||
@ -283,7 +283,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values,
|
||||
@ -328,7 +328,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values,
|
||||
@ -349,7 +349,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
@ -77,7 +77,7 @@ SET_STRING_PROP(Stokes2cTestProblem, GridFile, "data/test_stokes2c.dgf");
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup Stokes2cModel
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Stokes transport problem with humid air flowing from the
|
||||
* left to the right.
|
||||
@ -136,7 +136,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return "stokes2ctest"; }
|
||||
@ -158,7 +158,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*
|
||||
* This problem uses an out-flow boundary on the lower edge of the
|
||||
* domain, no-flow on the left and right edges and constrains the
|
||||
@ -190,7 +190,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*
|
||||
* For this method a parabolic velocity profile from left to
|
||||
* right, atmospheric pressure and a mole fraction of water of
|
||||
@ -226,7 +226,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all conserved quantities
|
||||
* is 0 everywhere.
|
||||
@ -237,7 +237,7 @@ public:
|
||||
{ rate = Scalar(0.0); }
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*
|
||||
* In this problem, the method sets the domain's lower edge to
|
||||
* initial conditions.
|
||||
|
@ -81,7 +81,7 @@ SET_STRING_PROP(StokesNiTestProblem, GridFile, "data/test_stokes2cni.dgf");
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup StokesNiModel
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
* \brief Non-isothermal test problem for the Stokes model with a gas
|
||||
* (N2) flowing from the left to the right.
|
||||
*
|
||||
@ -150,7 +150,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return "stokestest_ni"; }
|
||||
@ -163,7 +163,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@ -191,7 +191,7 @@ public:
|
||||
// \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -237,7 +237,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all conserved quantities
|
||||
* is 0 everywhere.
|
||||
@ -248,7 +248,7 @@ public:
|
||||
{ rate = Scalar(0.0); }
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*
|
||||
* This problem sets temperature constraints for the finite volumes
|
||||
* adjacent to the inlet.
|
||||
|
@ -81,7 +81,7 @@ SET_STRING_PROP(StokesTestProblem, GridFile, "data/test_stokes.dgf");
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup StokesModel
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Stokes flow problem with nitrogen (\f$N_2\f$) flowing
|
||||
* from the left to the right.
|
||||
@ -138,7 +138,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{ return "stokestest"; }
|
||||
@ -160,7 +160,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*
|
||||
* For this problem, we use an out-flow boundary on the right,
|
||||
* no-flow at the top and at the bottom and the left boundary gets
|
||||
@ -205,7 +205,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@ -232,7 +232,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all conserved quantities
|
||||
* is 0 everywhere.
|
||||
@ -243,7 +243,7 @@ public:
|
||||
{ rate = Scalar(0.0); }
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*
|
||||
* For this problem, the left side of the domain gets a parabolic
|
||||
* velocity profile using constraints.
|
||||
|
@ -122,7 +122,7 @@ SET_STRING_PROP(WaterAirBaseProblem, GridFile, "./data/waterair.dgf");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
* \brief Non-isothermal gas injection problem where a air
|
||||
* is injected into a fully water saturated medium.
|
||||
*
|
||||
@ -251,7 +251,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@ -340,7 +340,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*
|
||||
* For this problem, we inject air at the inlet on the center of
|
||||
* the lower domain boundary and use a no-flow condition on the
|
||||
@ -395,7 +395,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*
|
||||
* For this problem, we set the medium to be fully saturated by
|
||||
* liquid water and assume hydrostatic pressure.
|
||||
@ -411,7 +411,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*
|
||||
* In this problem, constraints are used to keep the temperature of the degrees of
|
||||
* freedom which are closest to the inlet constant.
|
||||
@ -429,7 +429,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
Loading…
Reference in New Issue
Block a user