Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <darcy_flow_mh.hh>
Public Member Functions | |
EqData () | |
Public Member Functions inherited from DarcyFlowMH::EqData | |
EqData () | |
Collect all fields. More... | |
Public Member Functions inherited from FieldSet | |
DECLARE_EXCEPTION (ExcUnknownField,<< "Field set has no field with name: "<< FieldCommon::EI_Field::qval) | |
Input::Type::Record | make_field_descriptor_type (const std::string &equation_name) const |
Input::Type::Selection | make_output_field_selection (const string &name, const string &desc="") |
void | set_field (const std::string &dest_field_name, FieldCommon &source) |
FieldCommon * | field (const std::string &field_name) const |
FieldCommon & | operator[] (const std::string &field_name) const |
void | set_n_components (unsigned int n_comp) |
void | set_mesh (const Mesh &mesh) |
void | set_input_list (Input::Array input_list) |
void | set_limit_side (LimitSide side) |
void | flags_add (FieldFlag::Flags::Mask mask) |
void | set_time (const TimeGovernor &time) |
void | output_type (OutputTime::DiscreteSpace rt) |
void | mark_input_times (TimeMark::Type mark_type) |
bool | changed () const |
bool | is_constant (Region reg) const |
void | output (OutputTime *stream) |
FieldCommon & | add_field (FieldCommon *field, const string &name, const string &desc, const string &d_val="") |
Additional Inherited Members | |
Public Types inherited from DarcyFlowMH::EqData | |
enum | BC_Type { none =0, dirichlet =1, neumann =2, robin =3, total_flux =4 } |
Public Types inherited from FieldFlag | |
typedef FlagArray< FieldFlag > | Flags |
typedef Flags::Mask | Mask |
Static Public Member Functions inherited from DarcyFlowMH::EqData | |
static std::shared_ptr < FieldAlgorithmBase < 3, FieldValue< 3 >::Scalar > > | bc_piezo_head_hook (Input::Record rec, const FieldCommon &field) |
Public Attributes inherited from DarcyFlowMH::EqData | |
Field< 3, FieldValue < 3 >::TensorFixed > | anisotropy |
Field< 3, FieldValue< 3 >::Scalar > | conductivity |
Field< 3, FieldValue< 3 >::Scalar > | cross_section |
Field< 3, FieldValue< 3 >::Scalar > | water_source_density |
Field< 3, FieldValue< 3 >::Scalar > | sigma |
BCField< 3, FieldValue< 3 >::Enum > | bc_type |
BCField< 3, FieldValue < 3 >::Scalar > | bc_pressure |
BCField< 3, FieldValue < 3 >::Scalar > | bc_flux |
BCField< 3, FieldValue < 3 >::Scalar > | bc_robin_sigma |
Field< 3, FieldValue< 3 >::Scalar > | init_pressure |
Field< 3, FieldValue< 3 >::Scalar > | storativity |
FieldSet | time_term_fields |
FieldSet | main_matrix_fields |
FieldSet | rhs_fields |
Static Public Attributes inherited from DarcyFlowMH::EqData | |
static Input::Type::Selection | bc_type_selection |
static arma::vec4 | gravity_ =arma::vec4("0 0 -1 0") |
Static Public Attributes inherited from FieldFlag | |
static constexpr unsigned int | flags_size_ = 3 |
Number of bits used by Field itself. More... | |
static constexpr Mask | equation_input {1} |
The field is data parameter of the owning equation. (default on) More... | |
static constexpr Mask | declare_input {2} |
The field can be set from input. The key in input field descriptor is declared. (default on) More... | |
static constexpr Mask | allow_output {4} |
The field can output. Is part of generated output selection. (default on) More... | |
static constexpr Mask | input_copy = ~declare_input & equation_input |
A field that is input of its equation and cna not read from input, thus muzt be set by copy. More... | |
static constexpr Mask | in_time_term {8} |
A field is part of time term of the equation. More... | |
static constexpr Mask | in_main_matrix {16} |
A field is part of main "stiffness matrix" of the equation. More... | |
static constexpr Mask | in_rhs {32} |
A field is part of the right hand side of the equation. More... | |
static constexpr Mask | equation_result = allow_output & ~declare_input & ~equation_input |
Match non-result fields, that are data fields of an equation. More... | |
Protected Attributes inherited from FieldSet | |
std::vector< FieldCommon * > | field_list |
List of all fields. More... | |
Definition at line 259 of file darcy_flow_mh.hh.
|
inline |
Definition at line 262 of file darcy_flow_mh.hh.