![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Serves the same function as VarType, but treats value as a pointer. 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. | |
| 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 | |
Serves the same function as VarType, but treats value as a pointer.
This preserves the FAST integration to native Fortran derivived types. Instead of the variable residing in C, the value parameter points to a variable allocated in Fortran. This feature is also preserved with Python binding.
| bstring VarTypePtr_t::name |
name of the variable.
This is used for identifying it in the output buffer
1.8.13