Page 469 - Advanced Mine Ventilation
P. 469

438                Appendix C: Ventilation Network Analyzer in Cþþ With Input and Output

            iterations, indic;
            int jj, n, k, jk, je, js, is, tmp, ie, l, ll, kk, ii;
            int nd[40], jc[ARRAY_SIZE], out[ARRAY_SIZE], na[ARRAY_SIZE],
            jctn[ARRAY_SIZE],
            branch[ARRAY_SIZE], me[ARRAY_SIZE];

            void readBranchCharacteristics();
            void printBranchCharacteristics();
            void toFindBasicBranches();
            void tofindMeshes();
            void toReadPrintNVP();
            void toPrintMeshTable();
            void printc(int l);
            void toApproximateFanCharacteristics();
            void setInitialValues();
            void toBeginIteration();
            void printIterationandSum(int iterations,bool flag);
            void computeAndPrintHeadLoss();
            void adjustHLinFixedQuantityBranch();
            void printFanPressure();
            void setFlowsPositive();
            void tabulateInAndOutFlows();
            void setMixtureTLVZero();
            void setDieselExhaustConcZero();
            bool printPollutantConc();
            void sortBranches();
            void assignDEGenRates();
   464   465   466   467   468   469   470   471   472   473   474