|
Flow123d
|
#include <transport_operator_splitting.hh>


Public Member Functions | |
| TransportEqData () | |
| virtual | ~TransportEqData () |
Public Member Functions inherited from FieldSet | |
| DECLARE_EXCEPTION (ExcUnknownField,<< "Field set has no field with name: "<< FieldCommonBase::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, FieldCommonBase &source) |
| FieldCommonBase & | get_field (const std::string &field_name) const |
| void | set_mesh (const Mesh &mesh) |
| void | set_input_list (Input::Array input_list) |
| void | set_limit_side (LimitSide side) |
| void | mark_input_times (TimeMark::Type mark_type) |
| bool | changed () const |
| bool | is_constant (Region reg) const |
| void | set_time (const TimeGovernor &time) |
| void | output_type (OutputTime::DiscreteSpace rt) |
| void | output (OutputTime *stream) |
| FieldCommonBase & | add_field (FieldCommonBase *field, const string &name, const string &desc, const string &d_val="") |
Public Attributes | |
| Field< 3, FieldValue< 3 >::Scalar > | porosity |
| Mobile porosity. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | cross_section |
| Pointer to DarcyFlow field cross_section. More... | |
| Field< 3, FieldValue< 3 >::Vector > | sources_density |
| Concentration sources - density of substance source, only positive part is used. More... | |
| Field< 3, FieldValue< 3 >::Vector > | sources_sigma |
| Concentration sources - Robin type, in_flux = sources_sigma * (sources_conc - mobile_conc) More... | |
| Field< 3, FieldValue< 3 >::Vector > | sources_conc |
Additional Inherited Members | |
Protected Member Functions inherited from FieldSet | |
| FieldCommonBase * | field_by_name (const std::string &field_name) const |
Protected Attributes inherited from FieldSet | |
| std::vector< FieldCommonBase * > | field_list |
| List of all fields. More... | |
| const Mesh * | mesh_ = nullptr |
| value set by last set_mesh(); set the same to added fields More... | |
| Input::Array | input_list_ |
| value set by last set_input_list(); set the same to added fields More... | |
| LimitSide | side_ = LimitSide::unknown |
| value set by last set_time_limit(); set the same to added fields More... | |
Class with fields that are common to all transport models.
Definition at line 76 of file transport_operator_splitting.hh.
| TransportBase::TransportEqData::TransportEqData | ( | ) |
Definition at line 77 of file transport_operator_splitting.cc.
|
inlinevirtual |
Definition at line 80 of file transport_operator_splitting.hh.
| Field<3, FieldValue<3>::Scalar > TransportBase::TransportEqData::cross_section |
Pointer to DarcyFlow field cross_section.
Definition at line 91 of file transport_operator_splitting.hh.
| Field<3, FieldValue<3>::Scalar> TransportBase::TransportEqData::porosity |
Mobile porosity.
Definition at line 80 of file transport_operator_splitting.hh.
| Field<3, FieldValue<3>::Vector> TransportBase::TransportEqData::sources_conc |
Definition at line 97 of file transport_operator_splitting.hh.
| Field<3, FieldValue<3>::Vector> TransportBase::TransportEqData::sources_density |
Concentration sources - density of substance source, only positive part is used.
Definition at line 94 of file transport_operator_splitting.hh.
| Field<3, FieldValue<3>::Vector> TransportBase::TransportEqData::sources_sigma |
Concentration sources - Robin type, in_flux = sources_sigma * (sources_conc - mobile_conc)
Definition at line 96 of file transport_operator_splitting.hh.
1.8.4