Flow123d
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ConvectionTransport::EqData Class Reference

#include <transport.h>

Inheritance diagram for ConvectionTransport::EqData:
Inheritance graph
[legend]
Collaboration diagram for ConvectionTransport::EqData:
Collaboration graph
[legend]

Public Member Functions

 EqData ()
 
virtual ~EqData ()
 
RegionSet read_boundary_list_item (Input::Record rec)
 Override generic method in order to allow specification of the boundary conditions through the old bcd files. More...
 
- Public Member Functions inherited from TransportBase::TransportEqData
 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)
 
FieldCommonBaseget_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)
 
FieldCommonBaseadd_field (FieldCommonBase *field, const string &name, const string &desc, const string &d_val="")
 

Public Attributes

BCField< 3, FieldValue
< 3 >::Vector > 
bc_conc
 
Field< 3, FieldValue< 3 >::Vector > init_conc
 Initial concentrations. More...
 
MultiField< 3, FieldValue
< 3 >::Scalar > 
conc_mobile
 Calculated concentrations in the mobile zone. More...
 
FieldSet output_fields
 Fields indended for output, i.e. all input fields plus those representing solution. More...
 
- Public Attributes inherited from TransportBase::TransportEqData
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
 

Static Public Attributes

static Input::Type::Selection sorption_type_selection
 
static Input::Type::Selection output_selection
 

Additional Inherited Members

- Protected Member Functions inherited from FieldSet
FieldCommonBasefield_by_name (const std::string &field_name) const
 
- Protected Attributes inherited from FieldSet
std::vector< FieldCommonBase * > field_list
 List of all fields. More...
 
const Meshmesh_ = 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...
 

Detailed Description

Definition at line 85 of file transport.h.

Constructor & Destructor Documentation

ConvectionTransport::EqData::EqData ( )

Definition at line 84 of file transport.cc.

virtual ConvectionTransport::EqData::~EqData ( )
inlinevirtual

Definition at line 92 of file transport.h.

Member Function Documentation

RegionSet ConvectionTransport::EqData::read_boundary_list_item ( Input::Record  rec)

Override generic method in order to allow specification of the boundary conditions through the old bcd files.

Member Data Documentation

BCField<3, FieldValue<3>::Vector> ConvectionTransport::EqData::bc_conc

Boundary conditions (Dirichlet) for concentrations. They are applied only on water inflow part of the boundary.

Definition at line 101 of file transport.h.

MultiField<3, FieldValue<3>::Scalar> ConvectionTransport::EqData::conc_mobile

Calculated concentrations in the mobile zone.

Definition at line 113 of file transport.h.

Field<3, FieldValue<3>::Vector> ConvectionTransport::EqData::init_conc

Initial concentrations.

Definition at line 104 of file transport.h.

FieldSet ConvectionTransport::EqData::output_fields

Fields indended for output, i.e. all input fields plus those representing solution.

Definition at line 116 of file transport.h.

IT::Selection ConvectionTransport::EqData::output_selection
static
Initial value:
=
EqData().output_fields.make_output_field_selection("ConvectionTransport_Output")
.close()

Definition at line 89 of file transport.h.

IT::Selection ConvectionTransport::EqData::sorption_type_selection
static
Initial value:
= IT::Selection("TransportSorptionType")
.add_value(none,"none","No sorption considered")
.add_value(Isotherm::linear,"linear","Linear isotherm described sorption considered.")
.add_value(Isotherm::freundlich,"freundlich","Freundlich isotherm described sorption considered")
.add_value(Isotherm::langmuir,"langmuir","Langmuir isotherm described sorption considered")
.close()

Definition at line 87 of file transport.h.


The documentation for this class was generated from the following files: