|
Flow123d
jenkins-Flow123d-windows-release-multijob-285
|
#include <transport_dg.hh>


Public Types | |
| enum | BC_Type { none, inflow, dirichlet, neumann, robin } |
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... | |
| Field< 3, FieldValue< 3 >::Integer > | region_id |
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.
| TransportDG< Model >::EqData::EqData | ( | ) |
Definition at line 199 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 161 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 162 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 160 of file transport_dg.hh.
|
static |
Definition at line 151 of file transport_dg.hh.
| Field<3, FieldValue<3>::Vector> TransportDG< Model >::EqData::dg_penalty |
Penalty enforcing inter-element continuity of solution (for each substance).
Definition at line 158 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 157 of file transport_dg.hh.
|
static |
Definition at line 153 of file transport_dg.hh.
| Field<3, FieldValue<3>::Integer> TransportDG< Model >::EqData::region_id |
Definition at line 164 of file transport_dg.hh.
1.8.9.1