#include <Parameters.h>
Public Attributes | |
string | type |
Type. Check StrToVal(string input, BoundaryConditionTypes &place) for known values. | |
double | value |
Value (if it is constant value on the boundary). | |
string | filename |
File name to load boundary conditions from. |
Definition at line 150 of file Parameters.h.
File name to load boundary conditions from.
Definition at line 156 of file Parameters.h.
Referenced by BoundaryCondition::Initialize(), and ParamStructure::Load_parameters().
Type. Check StrToVal(string input, BoundaryConditionTypes &place) for known values.
Definition at line 152 of file Parameters.h.
Referenced by BoundaryCondition::Initialize(), and ParamStructure::Load_parameters().
Value (if it is constant value on the boundary).
Definition at line 154 of file Parameters.h.
Referenced by BoundaryCondition::Initialize(), and ParamStructure::Load_parameters().