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

Public Attributes | |
| struct bstrList * | library_input_string |
| library property string from input file. More... | |
| struct bstrList * | node_input_string |
| raw (non-expanded) node input string. More... | |
| struct bstrList * | line_input_string |
| raw (non-expanded) line input string(MAP does not read contents from input string; must be done by calling program | |
| struct bstrList * | solver_options_string |
| model poptions input string | |
| struct bstrList * | expanded_node_input_string |
| full node input string duplicating information in node_input_string when the 'repeat' flag is used | |
| struct bstrList * | expanded_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... | |
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.
| 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
| 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
| bstring InitializationData_t::summary_file_name |
summary file name.
Can be set through map_set_summary_file_name()
1.8.13