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

Serves the same function as VarType, but treats value as a pointer. More...

#include <map.h>

Collaboration diagram for VarTypePtr_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.
 
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

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.

Member Data Documentation

◆ name

bstring VarTypePtr_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: