Ejemplo n.º 1
0
        public SAP_ConnectTunnel(string sectionUID)
        {
            input           = new SAP_ExcelInput(DefaultfilePath);
            this.sectionUID = sectionUID;
            this.p          = new GetWebData(sectionUID);                    //  取得網路變數資料
            verticalStress  = new STN_VerticalStress(sectionUID, "WEBFORM"); //取得 土層楊氏係數及

            this.Fc    = p.connector.Fc;
            this.E     = p.connector.E;
            this.U12   = p.connector.PoissonRatio;
            this.UT    = p.connector.UnitWeight;
            this.width = 1;
        }
        public SAP_SiteTunnel(string sectionUID)
        {
            input           = new SAP_ExcelInput(DefaultfilePath);
            this.sectionUID = sectionUID;
            this.p          = new GetWebData(sectionUID);                    //  取得網路變數資料
            verticalStress  = new STN_VerticalStress(sectionUID, "WEBFORM"); //取得 土層楊氏係數及

            this.Fc    = p.segmentFc;
            this.E     = p.segmentYoungsModulus;
            this.U12   = p.segmentPoissonRatio;
            this.UW    = p.segmentUnitWeight;
            this.width = p.segmentWidth;
        }