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.
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]