Page 299 - 48Fundamentals of Compressible Fluid Mechanics
P. 299

A.1    About the Program         "     "	    "

         The program is written in a C++ language. This program was used to generate all
         the data in this book. Some parts of the code are in FORTRAN (old code especially
                                                 1
         for chapters 11 and 12 and not included here. . The program has the base class
         of basic fluid mechanics and utilities functions to calculate certain properties given
         data. The derived class are Fanno, isothermal, shock and others.
              At this stage only the source code of the program is available no binary avail-
         able. This program is complied under gnu g++ in /Gnu/Linux system. As much
         support as possible will be provided if it is in Linux systems. NO Support whatso-
         ever will be provided for any Microsoft system. In fact even PLEASE do not even
         try to use this program under any Microsoft window system.


         A.2    Usage
         To use the program some information has to be provided. The necessary input
         parameter(s), the kind of the information needed, where it has to be in a LT X
                                                                             A
                                                                              E
         format or not, and in many case where it is a range of parameter(s).
         machV The Mach number and it is used in stagnation class
                     and it is used in Fanno class isothermal class

         fldV The
         p2p1V The pressure ratio of the two sides of the tubes
         M1V Entrance Mach M1 to the tube Fanno and isothermal classes
           1 when will be written in C++ will be add to this program.


                                           261
   294   295   296   297   298   299   300   301   302   303