File:Rocket mass.c: Revision history

From NPrize
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 December 2012

  • curprev 01:4201:42, 12 December 2012Vincent talk contribs 3,436 bytes 0 uploaded a new version of "File:Rocket mass.c": clarification about the propellant mass. vehicle_wet_mass is the dry mass + the burnt propellant mass, but it doesn't include the propellant taken aboard and evaporated during the ascent. The output

11 December 2012

9 November 2012

7 November 2012

2 November 2012

  • curprev 02:4702:47, 2 November 2012Vincent talk contribs 357 bytes +357 Program that iterates to compute an SSTO rocket's dry and wet mass (and other parameters). Compile with gcc -O2 -Wall rocket_mass.c -o rocket_mass -lm for normal use, and add -DMAKE_GRAPH after gcc on the command line if you want to create graph data as