VERB_code_2.2
2
|
#include <Parameters.h>
Public Attributes | |
string | type |
Type. Check StrToVal(string input, BoundaryConditionTypes &place) for known values. More... | |
double | value |
Value (if it is constant value on the boundary). More... | |
string | filename |
File name to load boundary conditions from. More... | |
Bundary conditions parameters structure.
Definition at line 166 of file Parameters.h.
string Parameters_structure::BoundaryCondition::type |
Type. Check StrToVal(string input, BoundaryConditionTypes &place) for known values.
Definition at line 167 of file Parameters.h.
double Parameters_structure::BoundaryCondition::value |
Value (if it is constant value on the boundary).
Definition at line 168 of file Parameters.h.
string Parameters_structure::BoundaryCondition::filename |
File name to load boundary conditions from.
Definition at line 169 of file Parameters.h.