OGS
|
A strain dependent intrinsic permeability model.
The model was proposed in [44] and it was further investigated in [45] .
The model takes the form of
\[ \mathbf{k} =f(\epsilon_v) e^{b_1 {\bar\epsilon}^p}\mathbf{k}_0 \]
with
\[ f(\epsilon_v)= \begin{cases} 10^{b_2 \epsilon_v}, & \epsilon_v <=0\\ 10^{b_3 \epsilon_v}, & \epsilon_v >0 \end{cases} \]
where
\( \epsilon_v \) | the volumetric strain, |
\( {\bar\epsilon}^p\) | the equivalent plastic strain, |
\(\mathbf{k}_0\) | the initial intrinsic permeability, |
\(b_1,\,b_2,\,b_3\) | the three parameters. |
Definition at line 63 of file StrainDependentPermeability.h.
#include <StrainDependentPermeability.h>
Public Member Functions | |
StrainDependentPermeability (std::string name, ParameterLib::Parameter< double > const &k0, double const b1, double const b2, double const b3, double const minimum_permeability, double const maximum_permeability, ParameterLib::CoordinateSystem const *const local_coordinate_system) | |
void | checkScale () const override |
PropertyDataType | value (VariableArray const &variable_array, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const override |
PropertyDataType | dValue (VariableArray const &variable_array, Variable const variable, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const override |
Public Member Functions inherited from MaterialPropertyLib::Property | |
virtual | ~Property () |
virtual PropertyDataType | initialValue (ParameterLib::SpatialPosition const &pos, double const t) const |
virtual PropertyDataType | value () const |
virtual PropertyDataType | value (VariableArray const &variable_array, VariableArray const &variable_array_prev, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const |
virtual PropertyDataType | dValue (VariableArray const &variable_array, VariableArray const &variable_array_prev, Variable const variable, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const |
virtual PropertyDataType | d2Value (VariableArray const &variable_array, Variable const variable1, Variable const variable2, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const |
Default implementation: 2nd derivative of any constant property is zero. | |
virtual void | setProperties (std::vector< std::unique_ptr< Phase > > const &phases) |
Default implementation: | |
void | setScale (std::variant< Medium *, Phase *, Component * > scale) |
template<typename T > | |
T | initialValue (ParameterLib::SpatialPosition const &pos, double const t) const |
template<typename T > | |
T | value () const |
template<typename T > | |
T | value (VariableArray const &variable_array, VariableArray const &variable_array_prev, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const |
template<typename T > | |
T | value (VariableArray const &variable_array, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const |
template<typename T > | |
T | dValue (VariableArray const &variable_array, VariableArray const &variable_array_prev, Variable const variable, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const |
template<typename T > | |
T | dValue (VariableArray const &variable_array, Variable const variable, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const |
template<typename T > | |
T | d2Value (VariableArray const &variable_array, Variable const &variable1, Variable const &variable2, ParameterLib::SpatialPosition const &pos, double const t, double const dt) const |
Private Attributes | |
ParameterLib::Parameter< double > const & | k0_ |
Initial intrinsic permeability. | |
double const | b1_ |
double const | b2_ |
double const | b3_ |
double const | minimum_permeability_ |
double const | maximum_permeability_ |
ParameterLib::CoordinateSystem const *const | local_coordinate_system_ |
Additional Inherited Members | |
Protected Attributes inherited from MaterialPropertyLib::Property | |
std::string | name_ |
PropertyDataType | value_ |
The single value of a property. | |
PropertyDataType | dvalue_ |
std::variant< Medium *, Phase *, Component * > | scale_ |
MaterialPropertyLib::StrainDependentPermeability< DisplacementDim >::StrainDependentPermeability | ( | std::string | name, |
ParameterLib::Parameter< double > const & | k0, | ||
double const | b1, | ||
double const | b2, | ||
double const | b3, | ||
double const | minimum_permeability, | ||
double const | maximum_permeability, | ||
ParameterLib::CoordinateSystem const *const | local_coordinate_system ) |
Definition at line 26 of file StrainDependentPermeability.cpp.
References MaterialPropertyLib::name, and MaterialPropertyLib::Property::name_.
|
overridevirtual |
Reimplemented from MaterialPropertyLib::Property.
Definition at line 43 of file StrainDependentPermeability.cpp.
References OGS_FATAL.
|
overridevirtual |
This virtual method will compute the property derivative value based on the variables that are passed as arguments with the default implementation using empty variables array for the previous time step.
The default implementation of this method only returns the property value derivative without altering it.
Reimplemented from MaterialPropertyLib::Property.
Definition at line 97 of file StrainDependentPermeability.cpp.
References MaterialPropertyLib::mechanical_strain, and OGS_FATAL.
|
overridevirtual |
This virtual method will compute the property value based on the variables that are passed as arguments with the default implementation using empty variables array for the previous time step.
Reimplemented from MaterialPropertyLib::Property.
Definition at line 54 of file StrainDependentPermeability.cpp.
References MaterialPropertyLib::VariableArray::equivalent_plastic_strain, MaterialPropertyLib::fromVector(), and MaterialPropertyLib::VariableArray::volumetric_strain.
|
private |
Definition at line 85 of file StrainDependentPermeability.h.
|
private |
Definition at line 86 of file StrainDependentPermeability.h.
|
private |
Definition at line 87 of file StrainDependentPermeability.h.
|
private |
Initial intrinsic permeability.
Definition at line 84 of file StrainDependentPermeability.h.
|
private |
Definition at line 90 of file StrainDependentPermeability.h.
|
private |
Definition at line 89 of file StrainDependentPermeability.h.
|
private |
Definition at line 88 of file StrainDependentPermeability.h.