Index of /drela/Public/web/dsopt
Name Last modified Size Description
Parent Directory 02-May-2024 23:22 -
dsopt-1.14.tgz 04-Sep-2011 14:42 73k
summary.txt 04-Sep-2011 14:42 2k
version_notes.txt 04-Sep-2011 13:49 1k
DSOPT 1.12
Dynamic Soaring simulation and optimization program
Requires Fortran 77 compiler.
Mark Drela
MIT Aero & Astro
1 Oct 08
1) Edit Makefile
Set "FC" variable to match your Fortran compiler command
2) Compile:
% make dsopt
3) To run sample case (using default input filename ds.dat):
% dsopt
Optimization history output goes to screen.
Last orbit data goes to default output file ds.txt
Shear layer boundary data goes to layer1.txt, layer2.txt.
4) General usage:
% dsopt inputfile outputfile (print to screen )
% dsopt inputfile outputfile > listfile (print to listfile)
If "inputfile" is not specified, assumes "ds.dat"
If "outputfile" is not specified, assumes "ds.txt"
Output:
- DS speed and parameter printout for each optimization step
- outputfile Time-trace file for the final orbit
- layer1.txt file with top shear layer boundary x,y,z points
- layer2.txt file with bot shear layer boundary x,y,z points