18 #ifndef TRANSPORT_OPERATOR_SPLITTING_HH_ 19 #define TRANSPORT_OPERATOR_SPLITTING_HH_ 93 virtual void set_target_time(
double target_time) = 0;
98 virtual void set_balance_object(std::shared_ptr<Balance> balance) = 0;
101 virtual bool evaluate_time_constraint(
double &time_constraint) = 0;
107 virtual void compute_p0_interpolation() = 0;
110 virtual void update_after_reactions(
bool solution_changed) = 0;
113 virtual void set_output_stream(std::shared_ptr<OutputTime> stream) = 0;
116 virtual FieldFEScalarVec& get_p0_interpolation() = 0;
119 virtual Vec get_component_vec(
unsigned int sbi) = 0;
125 virtual LongIdx *get_row_4_el() = 0;
128 virtual unsigned int n_substances() = 0;
190 if(time_)
delete time_;
229 void initialize()
override;
230 void zero_time_step()
override;
231 void update_solution()
override;
233 void compute_until_save_time();
234 void compute_internal_step();
235 void output_data()
override;
258 #endif // TRANSPORT_OPERATOR_SPLITTING_HH_ MultiField< 3, FieldValue< 3 >::Scalar > sources_conc
Abstract base class for equation clasess.
Container for various descendants of FieldCommonBase.
ConcentrationTransportBase(Mesh &init_mesh, const Input::Record in_rec)
virtual ~TransportEqFields()
Field< 3, FieldValue< 3 >::VectorFixed > flow_flux
Flow flux, can be result of water flow model.
Field< 3, FieldValue< 3 >::Scalar > water_content
Water content - result of unsaturated water flow model or porosity.
Class template representing a field with values dependent on: point, element, and region...
MultiField< 3, FieldValue< 3 >::Scalar > sources_sigma
Concentration sources - Robin type, in_flux = sources_sigma * (sources_conc - mobile_conc) ...
virtual ~TransportNothing()
TransportNothing(Mesh &mesh_in)
Coupling of a transport model with a reaction model by operator splitting.
Basic time management functionality for unsteady (and steady) solvers (class Equation).
static TimeMarks & marks()
Basic time management class.
AdvectionProcessBase FactoryBaseType
std::vector< std::shared_ptr< FieldFE< 3, FieldValue< 3 >::Scalar > > > FieldFEScalarVec
std::shared_ptr< ReactionTerm > reaction
TimeMark::Type new_mark_type()
double cfl_convection
Time restriction due to transport.
virtual void output_data() override
Write computed fields.
The class for outputting data during time.
std::shared_ptr< ConcentrationTransportBase > convection
int LongIdx
Define type that represents indices of large arrays (elements, nodes, dofs etc.)
double cfl_reaction
Time restriction due to reactions.
Class for representation of a vector of fields of the same physical quantity.
static const double inf_time
Infinity time used for steady case.
Field< 3, FieldValue< 3 >::Scalar > cross_section
Pointer to DarcyFlow field cross_section.
static const int registrar
Registrar of class to factory.
MultiField< 3, FieldValue< 3 >::Scalar > sources_density
Concentration sources - density of substance source, only positive part is used.