8 #ifndef SRC_TRANSPORT_ADVECTION_PROCESS_BASE_HH_ 9 #define SRC_TRANSPORT_ADVECTION_PROCESS_BASE_HH_ 42 "Abstract advection process. In particular: transport of substances or heat transfer.")
Abstract base class for equation clasess.
virtual void set_velocity_field(std::shared_ptr< FieldFE< 3, FieldValue< 3 >::VectorFixed >> flux_field)=0
static Input::Type::Abstract & get_input_type()
Common specification of the input record for secondary equations.
AdvectionProcessBase(Mesh &mesh, const Input::Record in_rec)