Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <transport_dg.hh>
Public Types | |
enum | BC_Type { inflow =0, dirichlet =1, neumann =2, robin =3 } |
Public Member Functions | |
EqData () | |
Public Attributes | |
Field< 3, FieldValue< 3 >::Vector > | fracture_sigma |
Transition parameter for diffusive transfer on fractures (for each substance). More... | |
Field< 3, FieldValue< 3 >::Vector > | dg_penalty |
Penalty enforcing inter-element continuity of solution (for each substance). More... | |
BCField< 3, FieldValue < 3 >::EnumVector > | bc_type |
Type of boundary condition (see also BC_Type) More... | |
BCField< 3, FieldValue < 3 >::Vector > | bc_flux |
Flux in Neumann or Robin b.c. More... | |
BCField< 3, FieldValue < 3 >::Vector > | bc_robin_sigma |
Transition coefficient in Robin b.c. More... | |
Static Public Attributes | |
static Input::Type::Selection | bc_type_selection |
static Input::Type::Selection | output_selection |
Definition at line 141 of file transport_dg.hh.
enum TransportDG::EqData::BC_Type |
Enumerator | |
---|---|
inflow | |
dirichlet | |
neumann | |
robin |
Definition at line 144 of file transport_dg.hh.
TransportDG< Model >::EqData::EqData | ( | ) |
Definition at line 187 of file transport_dg.cc.
BCField<3, FieldValue<3>::Vector > TransportDG< Model >::EqData::bc_flux |
Flux in Neumann or Robin b.c.
Definition at line 160 of file transport_dg.hh.
BCField<3, FieldValue<3>::Vector > TransportDG< Model >::EqData::bc_robin_sigma |
Transition coefficient in Robin b.c.
Definition at line 161 of file transport_dg.hh.
BCField<3, FieldValue<3>::EnumVector > TransportDG< Model >::EqData::bc_type |
Type of boundary condition (see also BC_Type)
Definition at line 159 of file transport_dg.hh.
|
static |
Field<3, FieldValue<3>::Vector> TransportDG< Model >::EqData::dg_penalty |
Penalty enforcing inter-element continuity of solution (for each substance).
Definition at line 157 of file transport_dg.hh.
Field<3, FieldValue<3>::Vector> TransportDG< Model >::EqData::fracture_sigma |
Transition parameter for diffusive transfer on fractures (for each substance).
Definition at line 156 of file transport_dg.hh.
|
static |
Definition at line 152 of file transport_dg.hh.