1 2 3 4 5 6
from rocketcea.cea_obj import CEA_Obj ispObj = CEA_Obj( propName='HYD40') s = ispObj.get_full_cea_output( Pc=1000.0, eps=10.0) print( s )