OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
VarType_t Struct Reference

Fundamental MAP type. More...

#include <map.h>

Collaboration diagram for VarType_t:
Collaboration graph
[legend]

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
 

Detailed Description

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.

Member Data Documentation

◆ name

bstring VarType_t::name

name of the variable.

This is used for identifying it in the output buffer


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