Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
Class for solution of steady or unsteady flow with sequentially coupled explicit transport. More...
#include <hc_explicit_sequential.hh>
Public Member Functions | |
HC_ExplicitSequential (Input::Record in_record) | |
void | run_simulation () |
~HC_ExplicitSequential () | |
Static Public Attributes | |
static Input::Type::Record | input_type |
Static Public Attributes inherited from CouplingBase | |
static Input::Type::AbstractRecord | input_type |
Private Attributes | |
Mesh * | mesh |
mesh common to darcy flow and transport More... | |
DarcyFlowMH * | water |
steady or unsteady water flow simulator based on MH scheme More... | |
AdvectionProcessBase * | transport_reaction |
explicit transport with chemistry through operator splitting More... | |
Class for solution of steady or unsteady flow with sequentially coupled explicit transport.
Definition at line 61 of file hc_explicit_sequential.hh.
HC_ExplicitSequential::HC_ExplicitSequential | ( | Input::Record | in_record | ) |
FUNCTION "MAIN" FOR COMPUTING MIXED-HYBRID PROBLEM FOR UNSTEADY SATURATED FLOW
Definition at line 74 of file hc_explicit_sequential.cc.
HC_ExplicitSequential::~HC_ExplicitSequential | ( | ) |
Definition at line 234 of file hc_explicit_sequential.cc.
void HC_ExplicitSequential::run_simulation | ( | ) |
TODO:
Definition at line 149 of file hc_explicit_sequential.cc.
|
static |
Definition at line 63 of file hc_explicit_sequential.hh.
|
private |
mesh common to darcy flow and transport
Definition at line 72 of file hc_explicit_sequential.hh.
|
private |
explicit transport with chemistry through operator splitting
Definition at line 78 of file hc_explicit_sequential.hh.
|
private |
steady or unsteady water flow simulator based on MH scheme
Definition at line 75 of file hc_explicit_sequential.hh.