Skip to content

Instantly share code, notes, and snippets.

@ntwest
Created February 2, 2017 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntwest/eb00e448f42123d4526ac323c80483b2 to your computer and use it in GitHub Desktop.
Save ntwest/eb00e448f42123d4526ac323c80483b2 to your computer and use it in GitHub Desktop.
RF ZBO Tank Definition
//ZBO
TANK_DEFINITION
{
name = ZBO
highlyPressurized = False
basemass = 0.00003 * volume
outerInsulationFactor = 0.0005
TANK
{
name = LqdOxygen
mass = 0.0000112
utilization = 1
fillable = True
amount = 0.0
maxAmount = 0.0
wallThickness = 0.001
wallConduction = 11.4
insulationThickness = 0.05
insulationConduction = 0.000017
temperature = 90.15
note = (SOFI+MLI insulation)
}
TANK
{
name = LqdHydrogen
mass = 0.0000016
utilization = 1
fillable = True
amount = 0.0
maxAmount = 0.0
temperature = 20.15
wallThickness = 0.001
wallConduction = 5.8
insulationThickness = 0.05
insulationConduction = 0.000017
note = (SOFI+MLI insulation)
}
TANK
{
name = LqdAmmonia
mass = 0.0000096
utilization = 1
fillable = True
amount = 0.0
maxAmount = 0.0
temperature = 237.65
wallThickness = 0.001
wallConduction = 11.4
insulationThickness = 0.05
insulationConduction = 0.000017
note = (SOFI+MLI insulation)
}
TANK
{
name = LqdMethane
mass = 0.0000096
utilization = 1
fillable = True
amount = 0.0
maxAmount = 0.0
temperature = 111.45
wallThickness = 0.001
wallConduction = 11.4
insulationThickness = 0.05
insulationConduction = 0.000017
note = (SOFI+MLI insulation)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment