I did get rebuffed on quota regarding my idea of dumping ice slabs retrieved from gas and ice giants, the chemical composition would be the equivalent of dumping into the oceans a hydrogen or worse explosion. A lot of free seafood perks as the benefit.
Here was code I was working on regarding simulation of it:
Granted, this is skeletal at best and needs engineers to work on it.
#!/usr/bin/python
import net
import os
import math
import sys
'''C Program to calculate atmospheric conditions, compared to ideal model,
and returning differential results. A differential in this context are
essentially a handful of files, which has the most up to date data contained
in them, or in sections of them?'''
'''One light year is actually 9.5*10^15m == approx 63240 AU'''
LIGHT_YEAR_AU == 63240;
'''One Parsec is 3.26 Light Years'''
ONE_PARSEC == 3.26;
'''A linked list of vague data types, in order to fit single parameters or
multiple parameter pass to functions'''
'''typedef struct LIST {} list;list l;'''
'''Funtion Prototypes
Delta(d);
list FOfX(l)
FOfX(x);
differential();
calculate_differential();
compare_differential_sets();
create_diff_set ()
main ();
'''
'''
Function Declarations
'''
'''Delta(a1,a2,x,d)'''
def Delta (a1, a2, x, d):
a1 = y;
a2 = x;
d = (a2-a1);
return d;
'''
list FOfX(l):
FOfX()
return l;
'''
'''
Basic differential code. Equations based on circumstance. The maths definition of the derivative
begins with a difference approximation:
Eqtn: Delta

/ Delta(t) = (FOfX(t[1]) + Delta(t)) - FOfX(t[1]) / Delta(t))
'''
def FarenheitToCelcius ( deg, F, C, Temp ):
print "\nEnter F or C: "
read Temp;
if Temp = "F"
then TempF = Temp;
else TempC = Temp;
endif
print "\n\nEnter degrees: "
read deg;
TempC = ( (5 / 9) * ( TempF - 32 ) );
return Temp;
def loadArrayOfElements(AoE,a):
foreach a in ArrayOfElements:
idealAtmosphereModel(AoE);
a = AoE;
return a;
def differential (LHand, RHand, t, y, Differential):
""" void extern LHand, RHand; """
for (l=0; l < n; ++l):
LHand = ( Delta

/ Delta (t) );
RHand = ( (FOfX(t[1]) + Delta(t)) / ( Delta(t) ) );
return Differential;
def calculate_differential():
'''This calculates the difference between the atmosphere of celestial bodies'''
return calculatedDifferential;
def compare_differential_sets():
'''Compares two sets of atmospheric data and return differences'''
return diff_compare_set;
def create_diff_set ():
'''Creates a differential set'''
return differential_set;
'''The stage for the magic to happen awaits til now'''
main():
char* target;
float radius, mass, solDistance;
printf("\n\nAtmospheric Conditions of target Celestial Body\n\n");
printf("\nYou will be prompted by questions, if unknown or absent reply NA");
printf("\n\nEnter Name of Celestial target Body: ");
scanf("%s",&target);
printf("\n\nEnter Radius of Celestial Body %s: ",&target);
scanf("%f",&radius);
printf("\n\nEnter Sun distance of Celestial Body %s: ",&target);
scanf("%f",&solDistance);
scanf("%s",&target);
return 0;
#!/usr/bin/python
import sys
import os
import math
import chillbed.h
import dryicebed.h
import chassis.h
"""
/* C Program to calculate conditions of the chill bed and the dry ice bed, the Chill Bed is a device */
/* that sits insiode a sectrion of the chassis of the craft, that has the sole purpose to keep an ice */
/* slab chilled for up to fifty years, considering average fuel and fluids use. The Dry Ice Bed is an */
/* insert over the Chill Bed. A parachute easy open is attached with a belt around the ice slab, for */
/* easy ejection out of the craft into the Arctic Ocean. Uses several existing formulas from HVAC Union. */
/* STILL UNDER CONSTRUCTION ALONG WITH ALL ELSE. */
float capacity(c);
float net_refridgeration_effect(void);
float coefficient_of_performance(void);
float compressor_displacement(void);
float heat_of_compression(void);
float volumetric_efficiency(void);
float compression_ratio(float CR; float Ph, Ps);
float calculate_differential(void);
float compare_differential_sets(void);
float create_diff_set (void)
float compressor(void);
float compression_work(float W,h,q);
float compression_horsepower(float P,W,hp,btu_per_minute);
void compression_hp_per_ton(void);
void main (void);
"""
""" capacity, net refridgeration effect, q """
def capacity(c,NRE,q):
c = q*NRE;
return c;
""" net refrigeration effect, british thermal unit, pounds """
def net_refrigeration_effect(NRE,btu,lbs):
NRE=btu/lbs;
return nre;
""" coefficient of performance, net refrigeration effect, heat """
def coefficient_of_performance(cop,nre,h):
cop = nre/h;
return cop;
def compressor_displacement(cd,d,c,v):
cd = ((c*v)/(nre));
return cd;
def heat_of_compression(h,hlc,hec):
h = hlc-hec;
return h;
def volumetric_efficiency(ve,wa,wt):
ve = (100*w*a)/(w*t);
return ve;
def compression_ratio(CR, Ph, Ps):
CR = compression_rate;
Ph = head_pressure_absolute;
Ps = suction_pressure;
CR = Ph/Ps;
return CR;
def compressor(a):
a = 0;
return a;
def compression_work(W,h,q):
""" Calculate compression work units. Compressor work can be expressed as:"""
""" W = h * q """
""" Where, """
""" W = compression work, with units Btu min. """
""" h = heat of compression, with units Btu per pound (lbs). """
""" q = refridgerant circulated, units lbs per minute. """
btu_per_minute = 0.0/60
W = btu_per_minute;
""" /* calculate heat of compression */ """
btu_per_pound = 0.0/16
h = btu_per_pound;
""" /* refridgerant circulated */ """
pound_per_minute = 0.0;
q = pound_per_minute;
""" /* calculate return value of W */ """
W = h*q;
return W;
def compression_horsepower(P,W,hp,btu_per_minute):
""" Compression horsepower can be expressed as: P = W / 42.4 """
compression_rate=0.0;
btu_per_minute = 0.0/60;
btu_per_minute=compression_rate/60;
hp=P*compression_rate;
W=btu_per_minute;
P=W/hp;
return P;
def compression_hp_per_ton(compressionHpPerTon,p,cop):
p = 4.715/cop;
return compressionHpPerTon;
def calculate_differential():
dy = 0.0;
dx = 0.0;
f_X = 0.0;
differential = 0.0;
f_X = (dy/dx);
differential = f_X;
order = 1.0;
differential = ((d * d) * y) / (d * (x * x )) + y ;
if [ differential != 0 ]:
order = 1.0;
return order;
else:
yield
return differential;
infile = fopen("/home/jcameron/scripts/python_scripts/diffFile.txt","+r");
outfile = fopen("/home/jcameron/scripts/python_scripts","+r");
diff_setFile = fopen("/home/jcameron/scripts/python_scripts/diffFile.txt","+w");
def compare_differential_sets(differential,infile):
diff_compare_set = echo infile | grep differential >> outfile;
diff_compare_set = echo diff_setFile | grep differential >> outfile;
return diff_compare_set;
def create_diff_set (diff_set,infile,outfile):
diff_set = diff infile outfile >> diff_setFile
return differential_set;
""" /* this is where all the magic happens */ """
def main():
CR = compression_rate;
Ph = head_pressure_absolute;
Ps = suction_pressure;
printf("\nPlease enter compression rate expected: ");
scanf("%f",&CR);
printf("\nPlease enter head pressure absolute: ");
scanf("%f",&head_pressure_absolute;
printf("\nPlease enter suction pressure expected: ");
scanf("%f",&suction_pressure);
compression_work();
float compression_rate=0.0;
float btu_per_minute = 0.0/60;
printf("\nPlease enter value of expected compression rate: ");
scanf("%f,&compression_rate);
printf("\nPlease enter value of expected compression work: ");
scanf("%f,&btu_per_minute);
compression_horsepower();
def
init(self, file):
self.file = file
def interactive(self):
"""interactive deletion mode"""
input = raw_input("Do you really want to delete %s [N]/Y" % self.file)
if input.upper():
print "DELETING: %s" % self.file
status = os.remove(self.file)
else:
print "Skipping: %s" % self.file
return
def dryrun(self):
"""simulation mode for deletion"""
print "Dry Run: %s [NOT DELETED]" % self.file
""" return"""
"""if [ ! [ -e [ file.txt ]]]:"""
calculate_differential();
compare_diiferential_sets();
return differential_set();
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "circuit.h"
void add_circuit (void);
void draw_circuit(void);
void del_circuit (void);
void create_circuit_img (void);
void write_circuit_img (void);
void main(void);
def isPowered(terminalIn, terminalOut, isPoweredResult):
if ((terminalIn == 1 ) && (terminalOut == 1)):
isPoweredResult = 'True';
elif ((terminalIn == 1) && (terminalOut == 0)):
isPoweredResult = 'True';
else:
isPoweredResult = 'False';
return isPoweredResult;
def add_circuit ():
return circuit_image;
def draw_circuit(circuit_image):
return circuit_image;
def del_circuit (circuit_image):
return 0;
def create_circuit_img (circuit_image):
return circuit_image;
def write_circuit_img (circuit_image,tempImage):
return circuit_image;
main():
return circuit_image;
This shows some thought trying to be put into a simulator to see if the idea has any merit whatsoever.
Im not impressed by billionaires circling the moon or a mars rover. Show me something that has merit, NASA.