|
| EqFields (const string &output_field_name, const string &output_field_desc) |
|
| EqFields (const string &output_field_name, const string &output_field_desc) |
| Collect all fields. More...
|
|
| EqFields () |
| Constructor. More...
|
|
| DECLARE_EXCEPTION (ExcUnknownField,<< "Field set has no field with name: "<< FieldCommon::EI_Field::qval) |
|
| DECLARE_INPUT_EXCEPTION (ExcFieldNotSet,<< "Field "<< FieldCommon::EI_Field::qval<< " is not set. Please set key 'scalar_field', 'vector_field' or 'tensor_field' at: \n") |
|
| DECLARE_INPUT_EXCEPTION (ExcFieldExists,<< "Field "<< FieldCommon::EI_Field::qval<< " exists in equation. You cannot set user field of same name.\n") |
|
| FieldSet () |
| Default constructor. More...
|
|
Input::Type::Record | make_field_descriptor_type (const std::string &equation_name) const |
|
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_components (const std::vector< string > &names) |
|
void | set_mesh (const Mesh &mesh) |
|
void | set_input_list (Input::Array input_list, const TimeGovernor &tg) |
|
void | flags_add (FieldFlag::Flags::Mask mask) |
|
bool | set_time (const TimeStep &time, LimitSide limit_side) |
|
void | output_type (OutputTime::DiscreteSpace rt) |
|
void | mark_input_times (const TimeGovernor &tg) |
|
bool | changed () const |
|
bool | is_constant (Region reg) const |
|
bool | is_jump_time () const |
|
void | cache_reallocate (const ElementCacheMap &cache_map, FieldSet &used_fieldset) |
|
void | cache_update (ElementCacheMap &cache_map) |
|
void | set_dependency (FieldSet &used_fieldset) |
|
void | add_coords_field () |
|
void | set_surface_depth (std::shared_ptr< SurfaceDepth > surface_depth) |
| Set surface depth object to "d" field. More...
|
|
Range< FieldListAccessor > | fields_range () const |
| Returns range of Fields held in field_list. More...
|
|
const Mesh * | mesh () const |
| Returns pointer to mesh. More...
|
|
std::string | print_dependency () const |
| Return order of evaluated fields by dependency and region_idx. More...
|
|
void | set_default_fieldset () |
|
|
Field< 3, FieldValue< 3 >::Scalar > | immob_porosity_ |
|
MultiField< 3, FieldValue< 3 >::Enum > | sorption_type |
| Discrete need Selection for initialization. More...
|
|
Field< 3, FieldValue< 3 >::Scalar > | rock_density |
| Rock matrix density. More...
|
|
MultiField< 3, FieldValue< 3 >::Scalar > | distribution_coefficient |
| Multiplication coefficients (k, omega) for all types of isotherms. More...
|
|
MultiField< 3, FieldValue< 3 >::Scalar > | isotherm_other |
| Langmuir sorption coeficients alpha (in fraction c_s = omega * (alpha*c_a)/(1- alpha*c_a)). More...
|
|
MultiField< 3, FieldValue< 3 >::Scalar > | init_conc_solid |
| Initial sorbed concentrations. More...
|
|
Field< 3, FieldValue< 3 >::Scalar > | porosity |
| Porosity field copied from transport. More...
|
|
MultiField< 3, FieldValue< 3 >::Scalar > | conc_solid |
| Calculated sorbed concentrations, for output only. More...
|
|
FieldFEScalarVec | conc_solid_fe |
| Underlaying FieldFE for each substance of conc_solid. More...
|
|
FieldSet | input_field_set_ |
| Input data set - fields in this set are read from the input file. More...
|
|
EquationOutput | output_fields |
| Fields indended for output, i.e. all input fields plus those representing solution. More...
|
|
Field< 3, FieldValue< 3 >::Scalar > | scale_aqua |
| Instances of FieldModel used in assembly methods. More...
|
|
Field< 3, FieldValue< 3 >::Scalar > | scale_sorbed |
|
Field< 3, FieldValue< 3 >::Scalar > | no_sorbing_surface_cond |
|
FieldFEScalarVec | conc_mobile_fe |
| FieldFEs representing P0 interpolation of mobile concentration (passed from transport). More...
|
|
Definition at line 76 of file sorption.hh.