CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
Loading...
Searching...
No Matches
MS2_Data_Struct Struct Reference

MS2 data structure definition. More...

#include <ms2data_struct.h>

Inheritance diagram for MS2_Data_Struct:
MS2_Data

Public Attributes

MS2_General General
 general geometric data
 
MS2_Fuselage Fuselage
 fuselage data
 
std::vector< MS2_WingWings
 wings data
 
std::vector< MS2_ConnConns
 connections data
 
std::vector< MS2_WakeWakes
 special info for wake calculation
 
std::vector< MS2_ProfileProfiles
 embedded profiles
 

Detailed Description

MS2 data structure definition.

Definition at line 413 of file ms2data_struct.h.

Member Data Documentation

◆ Conns

std::vector<MS2_Conn> MS2_Data_Struct::Conns

◆ Fuselage

MS2_Fuselage MS2_Data_Struct::Fuselage

◆ General

MS2_General MS2_Data_Struct::General

general geometric data

Definition at line 415 of file ms2data_struct.h.

Referenced by MS2_Data::Clear(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().

◆ Profiles

std::vector<MS2_Profile> MS2_Data_Struct::Profiles

embedded profiles

Definition at line 420 of file ms2data_struct.h.

Referenced by MS2_Data::GetNProfs(), MS2_Data::Read(), MS2_Data::ReadProfile(), and MS2_Data::Write().

◆ Wakes

std::vector<MS2_Wake> MS2_Data_Struct::Wakes

special info for wake calculation

Definition at line 419 of file ms2data_struct.h.

Referenced by MS2_Data::Clear(), MS2_Data::GetNWakes(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteWakes().

◆ Wings


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