Hello Rob, I have checked the TestAnalysis.vspscript file and could not find any functions required to give the inputs and run the Wave drag analysis like how I have found for the slicer or VSPAero solveretc. The only lines relevant to wave drag analysis was this one in the TestAnalysis.vspscript,
// WaveDrag
string ridwd = ExecAnalysis( "WaveDrag" );
PrintResultsExample( ridwd );
DeleteGeomVec( GetStringResults( ridwd, "Mesh_GeomID" ) );
So, can you please let me know how to provide the input conditions and run the wave drag analysis through scripting? (so that I can run from MATLAB).
Thanking You