-
Notifications
You must be signed in to change notification settings - Fork 3
/
monoprop4.ibfm
72 lines (71 loc) · 2.61 KB
/
monoprop4.ibfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
model monoprop4
function importG1 ImportGas
function importH1 ImportHeat
function combineH1 CombineHeat
function containG1 ContainGas
function expandG1toG2 ExpandGas
function conductG2 ConductExpandedGas
function senseG2rate SenseGasRate
function controlG2rate ControlSig1
function adjustG2toG3 AdjustGasFlow
function exportG2 ExportExcessGas
function conductG3 ConductAdjustedGas
function measureG3 MeasureGasPressure
function controlG3press ControlSig2
function regulateG3toG4 RegulateGasPressure
function conductG4 ConductRegulatedGas
function importP1 ImportPropellant
function containP1 ContainPropellant
function senseP1effort SensePropellantPT
function controlP1effort ControlSig3
function adjustP1effort AdjustPropellantPT
function exportG4 ExportRegulatedGas
function conductP1 ConductPropellant
function senseP1rate SensePropellantRate
function controlP1rate ControlSig4
function adjustP1rate AdjustPropRate
function conductP12 ConductPropellant
function importC1 ImportCatalyst
function containC1 ContainCatalyst
function combustP1 CombustPropellant
function exportH1 ExportHeatEnergy
function recoverH1 RecoverHeat
function exportB1 ExportByproducts
function exportT1 ExportThrust
flow importG1 containG1 InertGas
flow containG1 expandG1toG2 InertGas
flow importH1 combineH1 Heat1
flow combineH1 expandG1toG2 Heat
flow expandG1toG2 conductG2 ExpandedGas
flow conductG2 senseG2rate ExpandedGas
flow senseG2rate controlG2rate Signal
flow senseG2rate adjustG2toG3 ExpandedGas
flow controlG2rate adjustG2toG3 Signal
flow adjustG2toG3 exportG2 ExpandedGas
flow adjustG2toG3 conductG3 AdjustedGas
flow conductG3 measureG3 AdjustedGas
flow measureG3 controlG3press Signal
flow controlG3press regulateG3toG4 Signal
flow measureG3 regulateG3toG4 AdjustedGas
flow regulateG3toG4 conductG4 RegulatedGas
flow importP1 containP1 Propellant
flow containP1 senseP1effort Propellant
flow senseP1effort controlP1effort Signal
flow controlP1effort adjustP1effort Signal
flow senseP1effort adjustP1effort Propellant
flow conductG4 adjustP1effort RegulatedGas
flow adjustP1effort exportG4 RegulatedGas
flow adjustP1effort conductP1 Propellant
flow conductP1 senseP1rate Propellant
flow senseP1rate controlP1rate Signal
flow controlP1rate adjustP1rate Signal
flow senseP1rate adjustP1rate Propellant
flow adjustP1rate conductP12 Propellant
flow importC1 containC1 Catalyst
flow containC1 combustP1 Catalyst
flow conductP12 combustP1 Propellant
flow combustP1 exportH1 Heat
flow combustP1 recoverH1 Heat
flow recoverH1 combineH1 Heat2
flow combustP1 exportB1 Byproducts
flow combustP1 exportT1 Thrust