Parasite Drag Functions

This group of API functions is supplemental to performing a Paraste Drag analysis through the Analysis Manager. They include functions to write out Parasite Drag Tool equations, calculate atmospheric properties, and control excrescences.

AddExcrescence(std, int const & excresType, ...)

GetNumExcrescences()

DeleteAllExcrescences()

DeleteExcrescence(int const & index)

UpdateParasiteDrag()

ExportParasiteDragToCSV(std)

WriteAtmosphereCSVFile(std, ...)

CalcAtmosphere(double const & alt, ...)

WriteBodyFFCSVFile(std)

WriteWingFFCSVFile(std)

WriteCfEqnCSVFile(std)

WritePartialCfMethodCSVFile(std)

Details

openvsp.AddExcrescence(std: :string const & excresName, int const & excresType, double const & excresVal)[source]
openvsp.GetNumExcrescences() int[source]
openvsp.DeleteAllExcrescences()[source]
openvsp.DeleteExcrescence(int const & index)[source]
openvsp.UpdateParasiteDrag()[source]
openvsp.ExportParasiteDragToCSV(std: :string const & file_name) std::string[source]
openvsp.WriteAtmosphereCSVFile(std: :string const & file_name, int const & atmos_type)[source]
openvsp.CalcAtmosphere(double const & alt, double const & delta_temp, int const & atmos_type)[source]
openvsp.WriteBodyFFCSVFile(std: :string const & file_name)[source]
openvsp.WriteWingFFCSVFile(std: :string const & file_name)[source]
openvsp.WriteCfEqnCSVFile(std: :string const & file_name)[source]
openvsp.WritePartialCfMethodCSVFile(std: :string const & file_name)[source]