![]() |
v0.15.0 |
#include "tutorials/cor-0to1/src/MaterialUnsaturatedFlow.hpp"
Public Types | |
| typedef boost::function< boost::shared_ptr< CommonMaterialData >(const CommonMaterialData &data)> | RegisterHook |
Public Member Functions | |
| CommonMaterialData () | |
| double | initialPcEval () const |
| Initialize head. | |
| void | addOptions (po::options_description &o, const std::string &prefix) |
| void | printMatParameters (const int id, const std::string &prefix) const |
Public Member Functions inherited from MixTransport::GenericMaterial | |
| virtual | ~GenericMaterial () |
| virtual MoFEMErrorCode | calK () |
| virtual MoFEMErrorCode | calDiffK () |
| virtual MoFEMErrorCode | calC () |
| virtual MoFEMErrorCode | calDiffC () |
| virtual MoFEMErrorCode | calTheta () |
| virtual MoFEMErrorCode | calSe () |
Public Attributes | |
| int | blockId |
| Block Id. | |
| std::string | matName |
| material name | |
| double | Ks |
| Saturated hydraulic conductivity [m/day]. | |
| double | hS |
| minimum capillary height [m] | |
| double | thetaS |
| saturated water content | |
| double | thetaR |
| residual water contents | |
| double | thetaM |
| model parameter | |
| double | alpha |
| model parameter | |
| double | n |
| model parameter | |
| double | Ah |
| Initial hydraulic head coefficient. | |
| double | AhZ |
| Initial hydraulic head coefficient. | |
| double | AhZZ |
| Initial hydraulic head coefficient. | |
Public Attributes inherited from MixTransport::GenericMaterial | |
| double | sCale |
| Scale time dependent eq. | |
| double | h |
| hydraulic head | |
| double | h_t |
| rate of hydraulic head | |
| double | K |
| Hydraulic conductivity [L/s]. | |
| double | diffK |
| Derivative of hydraulic conductivity [L/s * L^2/F]. | |
| double | C |
| Capacity [S^2/L^2]. | |
| double | diffC |
| Derivative of capacity [S^2/L^2 * L^2/F ]. | |
| double | tHeta |
| Water content. | |
| double | Se |
| Effective saturation. | |
| Range | tEts |
| Elements with this material. | |
| double | x |
| double | y |
| double | z |
| in meters (L) | |
Additional Inherited Members | |
Static Public Attributes inherited from MixTransport::GenericMaterial | |
| static double | ePsilon0 = 0 |
| Regularization parameter. | |
| static double | ePsilon1 = 0 |
| Regularization parameter. | |
| static double | scaleZ = 1 |
| Scale z direction. | |
Definition at line 13 of file MaterialUnsaturatedFlow.hpp.
| typedef boost::function<boost::shared_ptr<CommonMaterialData>( const CommonMaterialData &data)> MixTransport::CommonMaterialData::RegisterHook |
Definition at line 99 of file MaterialUnsaturatedFlow.hpp.
|
inline |
Definition at line 15 of file MaterialUnsaturatedFlow.hpp.
|
inline |
Definition at line 49 of file MaterialUnsaturatedFlow.hpp.
|
inlinevirtual |
Initialize head.
Implements MixTransport::GenericMaterial.
Definition at line 47 of file MaterialUnsaturatedFlow.hpp.
|
inlinevirtual |
Implements MixTransport::GenericMaterial.
Definition at line 77 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::Ah |
Initial hydraulic head coefficient.
Definition at line 43 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::AhZ |
Initial hydraulic head coefficient.
Definition at line 44 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::AhZZ |
Initial hydraulic head coefficient.
Definition at line 45 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::alpha |
model parameter
Definition at line 39 of file MaterialUnsaturatedFlow.hpp.
| int MixTransport::CommonMaterialData::blockId |
Block Id.
Definition at line 31 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::hS |
minimum capillary height [m]
Definition at line 35 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::Ks |
Saturated hydraulic conductivity [m/day].
Definition at line 34 of file MaterialUnsaturatedFlow.hpp.
| std::string MixTransport::CommonMaterialData::matName |
material name
Definition at line 32 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::n |
model parameter
Definition at line 40 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::thetaM |
model parameter
Definition at line 38 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::thetaR |
residual water contents
Definition at line 37 of file MaterialUnsaturatedFlow.hpp.
| double MixTransport::CommonMaterialData::thetaS |
saturated water content
Definition at line 36 of file MaterialUnsaturatedFlow.hpp.