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
164dc35d
Commit
164dc35d
authored
6 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[properties] Remove obsolete non-equil properties AwXSurface
parent
5da9b0e9
No related branches found
No related tags found
2 merge requests
!1337
WIP Fix/dirichlet caching v2
,
!1195
Cleanup/interfacial areas
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dumux/common/properties.hh
+0
-6
0 additions, 6 deletions
dumux/common/properties.hh
test/porousmediumflow/mpnc/implicit/kinetic/problem.hh
+0
-36
0 additions, 36 deletions
test/porousmediumflow/mpnc/implicit/kinetic/problem.hh
with
0 additions
and
42 deletions
dumux/common/properties.hh
+
0
−
6
View file @
164dc35d
...
...
@@ -266,12 +266,6 @@ struct NumEnergyEqFluid { using type = UndefinedProperty; };
template
<
class
TypeTag
,
class
MyTypeTag
>
struct
NumEnergyEqSolid
{
using
type
=
UndefinedProperty
;
};
template
<
class
TypeTag
,
class
MyTypeTag
>
struct
AwnSurface
{
using
type
=
UndefinedProperty
;
};
template
<
class
TypeTag
,
class
MyTypeTag
>
struct
AwsSurface
{
using
type
=
UndefinedProperty
;
};
template
<
class
TypeTag
,
class
MyTypeTag
>
struct
AnsSurface
{
using
type
=
UndefinedProperty
;
};
template
<
class
TypeTag
,
class
MyTypeTag
>
struct
NusseltFormulation
{
using
type
=
UndefinedProperty
;
};
template
<
class
TypeTag
,
class
MyTypeTag
>
...
...
This diff is collapsed.
Click to expand it.
test/porousmediumflow/mpnc/implicit/kinetic/problem.hh
+
0
−
36
View file @
164dc35d
...
...
@@ -124,42 +124,6 @@ struct SpatialParams<TypeTag, TTag::EvaporationAtmosphere>
using
Scalar
=
GetPropType
<
TypeTag
,
Properties
::
Scalar
>
;
using
type
=
EvaporationAtmosphereSpatialParams
<
FVGridGeometry
,
Scalar
>
;
};
// Set the interfacial area relation: wetting -- non-wetting
template
<
class
TypeTag
>
struct
AwnSurface
<
TypeTag
,
TTag
::
EvaporationAtmosphere
>
{
using
Scalar
=
GetPropType
<
TypeTag
,
Properties
::
Scalar
>
;
using
MaterialLaw
=
typename
GetPropType
<
TypeTag
,
Properties
::
SpatialParams
>::
MaterialLaw
;
using
MaterialLawParams
=
typename
MaterialLaw
::
Params
;
using
EffectiveIALaw
=
AwnSurfacePcMaxFct
<
Scalar
>
;
public:
using
type
=
EffToAbsLawIA
<
EffectiveIALaw
,
MaterialLawParams
>
;
};
// Set the interfacial area relation: wetting -- solid
template
<
class
TypeTag
>
struct
AwsSurface
<
TypeTag
,
TTag
::
EvaporationAtmosphere
>
{
using
Scalar
=
GetPropType
<
TypeTag
,
Properties
::
Scalar
>
;
using
MaterialLaw
=
typename
GetPropType
<
TypeTag
,
Properties
::
SpatialParams
>::
MaterialLaw
;
using
MaterialLawParams
=
typename
MaterialLaw
::
Params
;
using
EffectiveIALaw
=
AwnSurfacePolynomial2ndOrder
<
Scalar
>
;
public:
using
type
=
EffToAbsLawIA
<
EffectiveIALaw
,
MaterialLawParams
>
;
};
// Set the interfacial area relation: non-wetting -- solid
template
<
class
TypeTag
>
struct
AnsSurface
<
TypeTag
,
TTag
::
EvaporationAtmosphere
>
{
using
Scalar
=
GetPropType
<
TypeTag
,
Properties
::
Scalar
>
;
using
MaterialLaw
=
typename
GetPropType
<
TypeTag
,
Properties
::
SpatialParams
>::
MaterialLaw
;
using
MaterialLawParams
=
typename
MaterialLaw
::
Params
;
using
EffectiveIALaw
=
AwnSurfaceExpSwPcTo3
<
Scalar
>
;
public:
using
type
=
EffToAbsLawIA
<
EffectiveIALaw
,
MaterialLawParams
>
;
};
}
// end 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