VERB_code_2.2  2
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Parameters_structure::BoundaryCondition Struct Reference

#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...
 

Detailed Description

Bundary conditions parameters structure.

Definition at line 166 of file Parameters.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: