![]() |
v0.14.0 |
#include <users_modules/softmech/unsaturated_2Dflow/src/Unsaturated2DFlowUDOP.hpp>
Public Member Functions | |
BlockData () | |
MoFEMErrorCode | setOptions () |
template<typename T > | |
T | get_waterContent (T head) |
template<typename T > | |
T | get_conductivity (T head, double head_norm) |
template<typename T > | |
T | get_relativeConductivity (T head) |
template<typename T > | |
T | get_Fe (T eff_satu) |
template<typename T > | |
T | get_eff_satuStar (T eff_satu) |
template<typename T > | |
T | get_effSaturation (T head) |
template<typename T > | |
T | get_capacity (T head, double head_norm) |
double | get_diffCapacity (double head) |
double | get_diffConductivity (double head) |
Public Attributes | |
int | block_id |
double | K_s |
double | ll |
double | theta_r |
double | theta_s |
double | theta_m |
double | nn |
double | alpha |
double | h_s |
Range | block_ents |
Definition at line 26 of file Unsaturated2DFlowUDOP.hpp.
|
inline |
Definition at line 39 of file Unsaturated2DFlowUDOP.hpp.
Definition at line 102 of file Unsaturated2DFlowUDOP.hpp.
|
inline |
Definition at line 71 of file Unsaturated2DFlowUDOP.hpp.
Definition at line 115 of file Unsaturated2DFlowUDOP.hpp.
Definition at line 121 of file Unsaturated2DFlowUDOP.hpp.
Definition at line 97 of file Unsaturated2DFlowUDOP.hpp.
Definition at line 88 of file Unsaturated2DFlowUDOP.hpp.
Definition at line 81 of file Unsaturated2DFlowUDOP.hpp.
|
inline |
Definition at line 43 of file Unsaturated2DFlowUDOP.hpp.
double UFOperators2D::BlockData::alpha |
Definition at line 34 of file Unsaturated2DFlowUDOP.hpp.
Range UFOperators2D::BlockData::block_ents |
Definition at line 37 of file Unsaturated2DFlowUDOP.hpp.
int UFOperators2D::BlockData::block_id |
Definition at line 27 of file Unsaturated2DFlowUDOP.hpp.
double UFOperators2D::BlockData::h_s |
Definition at line 35 of file Unsaturated2DFlowUDOP.hpp.
double UFOperators2D::BlockData::K_s |
Definition at line 28 of file Unsaturated2DFlowUDOP.hpp.
double UFOperators2D::BlockData::ll |
Definition at line 29 of file Unsaturated2DFlowUDOP.hpp.
double UFOperators2D::BlockData::nn |
Definition at line 33 of file Unsaturated2DFlowUDOP.hpp.
double UFOperators2D::BlockData::theta_m |
Definition at line 32 of file Unsaturated2DFlowUDOP.hpp.
double UFOperators2D::BlockData::theta_r |
Definition at line 30 of file Unsaturated2DFlowUDOP.hpp.
double UFOperators2D::BlockData::theta_s |
Definition at line 31 of file Unsaturated2DFlowUDOP.hpp.