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

#include <map.h>

Collaboration diagram for InitializationData_t:
Collaboration graph
[legend]

Public Attributes

struct bstrListlibrary_input_string
 library property string from input file. More...
 
struct bstrListnode_input_string
 raw (non-expanded) node input string. More...
 
struct bstrListline_input_string
 raw (non-expanded) line input string(MAP does not read contents from input string; must be done by calling program
 
struct bstrListsolver_options_string
 model poptions input string
 
struct bstrListexpanded_node_input_string
 full node input string duplicating information in node_input_string when the 'repeat' flag is used
 
struct bstrListexpanded_line_input_string
 full line input string duplicating information in nodeLineString when the 'repeat' flag is used
 
bstring summary_file_name
 summary file name. More...
 

Detailed Description

MAP options from parsed input file. Note that MAP does not readon the input file. This is done by the calling program. The calling program simply sets library_input_string, node_input_string, line_input_string, and solver_options_string. MAP then parses this string and expands them if necessary depending on the 'DomainOptions_t' repeat_angle flag.

Member Data Documentation

◆ library_input_string

struct bstrList* InitializationData_t::library_input_string

library property string from input file.

MAP does not read contents from input string; must be done by calling program

◆ node_input_string

struct bstrList* InitializationData_t::node_input_string

raw (non-expanded) node input string.

MAP does not read contents from input string; must be done by calling program

◆ summary_file_name

bstring InitializationData_t::summary_file_name

summary file name.

Can be set through map_set_summary_file_name()


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