![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Fundamental MAP type. More...
#include <map.h>

Public Attributes | |
| bstring | units |
| units for printing information to a summary file or output buffer | |
| bstring | name |
| name of the variable. More... | |
| double | value |
| the value | |
| bool | is_fixed |
| if is_fixed = true, then we are not solving for this variable | |
| bool | user_initial_guess |
| if user_initial_guess = true, the user has supplied an initial guess | |
| int | ref_counter |
| for ensuring the variable is assigned to one of: input, param, or constraint | |
| int | id |
| node or line this value is attached to | |
Fundamental MAP type.
Unless it is used locally, every variable should be darclared as a VarType (or VarTypePtr, described below). The VarType provides convenience for printing variable information, such as the units, it's name (such as 'FX[1]' for X-direction node 1 force to the output file), and counting references.
| bstring VarType_t::name |
name of the variable.
This is used for identifying it in the output buffer
1.8.13