![]() |
v0.14.0 |
Class storing information about boundary condition. More...
#include <users_modules/tutorials/cor-0to1/src/UnsaturatedFlow.hpp>
Public Member Functions | |
BcData () | |
Public Attributes | |
Range | eNts |
double | fixValue |
boost::function< double(const double x, const double y, const double z)> | hookFun |
Class storing information about boundary condition.
Definition at line 145 of file UnsaturatedFlow.hpp.
|
inline |
Definition at line 150 of file UnsaturatedFlow.hpp.
Range MixTransport::UnsaturatedFlowElement::BcData::eNts |
Definition at line 146 of file UnsaturatedFlow.hpp.
double MixTransport::UnsaturatedFlowElement::BcData::fixValue |
Definition at line 147 of file UnsaturatedFlow.hpp.
boost::function<double(const double x, const double y, const double z)> MixTransport::UnsaturatedFlowElement::BcData::hookFun |
Definition at line 149 of file UnsaturatedFlow.hpp.