Flow123d  jenkins-Flow123d-windows-release-multijob-285
Classes | Enumerations
Advection

Classes

class  TransportDG< Model >
 Transport with dispersion implemented using discontinuous Galerkin method. More...
 
class  TransportDG< Model >::EqData
 

Enumerations

enum  TransportDG< Model >::EqData::BC_Type {
  TransportDG< Model >::EqData::none, TransportDG< Model >::EqData::inflow, TransportDG< Model >::EqData::dirichlet, TransportDG< Model >::EqData::neumann,
  TransportDG< Model >::EqData::robin
}
 
enum  TransportDG< Model >::DGVariant { TransportDG< Model >::non_symmetric = -1, TransportDG< Model >::incomplete = 0, TransportDG< Model >::symmetric = 1 }
 

Detailed Description

This module is for advection model. Currently we have only Finite volume implementation without diffusion/dispersion.

Enumeration Type Documentation

template<class Model>
enum TransportDG::EqData::BC_Type
Enumerator
none 
inflow 
dirichlet 
neumann 
robin 

Definition at line 144 of file transport_dg.hh.

template<class Model>
enum TransportDG::DGVariant
Enumerator
non_symmetric 
incomplete 
symmetric 

Definition at line 170 of file transport_dg.hh.