File:Heat transfer to rocket tank.c: Difference between revisions
From NPrize
Jump to navigationJump to search
Program calculating the heat transferred to a cryogenic tank (typically LOX) for balloon- or air-to-orbit vehicles. Two heat transfer approximations are done. * when the vehicle is waiting on the ground after tank filling and before it lifts-off from the |
m fixing code block |
||
Line 7: | Line 7: | ||
The atmospheric model is at the beginning of the file, other parameters for flight and tanks are right after it. | The atmospheric model is at the beginning of the file, other parameters for flight and tanks are right after it. | ||
Compile with: <code> | Compile with: <code>gcc -o heat_transfer_to_rocket_tank -Wall heat_transfer_to_rocket_tank.c -lm</code> |
Latest revision as of 02:01, 24 November 2012
Program calculating the heat transferred to a cryogenic tank (typically LOX) for balloon- or air-to-orbit vehicles. Two heat transfer approximations are done.
- when the vehicle is waiting on the ground after tank filling and before it lifts-off from the ground
- during the ascent flight, following configurable climb rates and the ISA atmospheric model already presented here: File:ISA atmospheric model.c.
The vaporization rate is given for ground operation, and the overall heat and vaporized mass is given for both.
The atmospheric model is at the beginning of the file, other parameters for flight and tanks are right after it.
Compile with: gcc -o heat_transfer_to_rocket_tank -Wall heat_transfer_to_rocket_tank.c -lm
File history
Yi efo/eka'e gwa ebo wo le nyangagi wuncin ye kamina wunga tinya nan
Gwalagizhi | Dimensions | User | Comment | |
---|---|---|---|---|
current | 02:01, 24 November 2012 | (13 KB) | Vincent (Sọ̀rọ̀ | contribs) | Program calculating the heat transferred to a cryogenic tank (typically LOX) for balloon- or air-to-orbit vehicles. Two heat transfer approximations are done. * when the vehicle is waiting on the ground after tank filling and before it lifts-off from the |
You cannot overwrite this file.
File usage
The following 3 pages use this file: