Dissertations / Theses on the topic 'Static Test'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Static Test.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Siddiqui, Asher. "Capturing JUnit Behavior into Static Programs : Static Testing Framework." Thesis, Linnaeus University, School of Computer Science, Physics and Mathematics, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-5510.
Full textIn this research paper, it evaluates the benefits achievable from static testing framework by analyzing and transforming the JUnit3.8 source code and static execution of transformed code. Static structure enables us to analyze the code statically during creation and execution of test cases. The concept of research is by now well established in static analysis and testing development. The research approach is also increasingly affecting the static testing process and such research oriented work has proved particularly valuable for those of us who want to understand the reflective behavior of JUnit3.8 Framework.
JUnit3.8 Framework uses Java Reflection API to invoke core functionality (test cases creation and execution) dynamically. However, Java Reflection API allows developers to access and modify structure and behavior of a program. Reflection provides flexible solution for creating test cases and controlling the execution of test cases. Java reflection helps to encapsulate test cases in a single object representing the test suite. It also helps to associate each test method with a test object. Where reflection is a powerful tool to perform potential operations, on the other hand, it limits static analysis. Static analysis tools often cannot work effectively with reflection.
In order to avoid the reflection, Static Testing Framework provides a static platform to analyze the JUnit3.8 source code and transform it into non-reflective version that emulates the dynamic behavior of JUnit3.8. The transformed source code has possible leverage to replace reflection with static code and does same things in an execution environment of Static Testing Framework that reflection does in JUnit3.8. More besides, the transformed code also enables execution environment of Static Testing Framework to run test methods statically. In order to measure the degree of efficiency, the implemented tool is evaluated. The evaluation of Static Testing Framework draws results for different Java projects and these statistical data is compared with JUnit3.8 results to measure the effectiveness of Static Testing Framework. As a result of evaluation, STF can be used for static creation and execution of test cases up to JUnit3.8 where test cases are not creating within a test class and where real definition of constructors is not required. These problems can be dealt as future work by introducing a middle layer to execute test fixtures for each test method and by generating test classes as per real definition of constructors.
Karlsson, Henrik. "Limiting Transitive Closure for Static Regression Test Selection approaches." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-254951.
Full textInom fälten datalogi och mjukvaruutveckling är det viktigt att testa mjukvara för att försäkra sig om att den fungerar som den ska. Att köra regressionstester för att hitta potentiella fel som introducerats av mjukvaruändringar är en nödvändighet för att garantera stabiliteten hos mjukvara. Regressionstestprocessen kan dock vara resursoch tidskrävande, vilket har lett till introduktionen av urval av tester som körs vid regressionstestning, s.k. regression test selection.Fältet regression test selection delas allmänt upp i två olika typer av metoder, statiska och dynamiska. De statiska och dynamiska metoderna har olika styrkor och svagheter, och bör därför i teorin användas baserat på vilken typ som bäst lämpar sig för syftet. Dock är det stora prestandaskillnader och därför används nästan bara de dynamiska metoderna.I detta examensarbete presenteras ett försök till att öka prestandan av de statiska metoderna genom att använda sig av en kontrollerad begränsning av transitivitetsaspekten inom huvudalgoritmen för urval av tester. Syftet med denna kontrollerade begränsning är tvådelad; både att minska körtiden för testurval, men också att minska antalet överflödiga tester i det slutgiltiga urvalet.Resultaten visar på att den metod som introducerats i detta examensarbete inte ökar prestandan på ett sådant sätt att det otvetydligt kan beskrivas som en förbättring. Jämfört med statiska metoder som inte använder sig av den begränsade transitivitetsaspekten så minskade säkerhet, men körtid och precision förbättrades. Detta innebär att det finns möjlighet till förbättring av den begränsade transitivitetsmetoden innan den helt kan anses vara en ogenomförbar och opraktisk lösning på problemet.
Syal, Manan. "Static Learning for Problems in VLSI Test and Verification." Diss., Virginia Tech, 2005. http://hdl.handle.net/10919/28099.
Full textPh. D.
Mendenhall, Scout. "Effect of Deposition from Static Test Fires on Corn and Alfalfa." DigitalCommons@USU, 2013. https://digitalcommons.usu.edu/etd/1404.
Full textSirichantra, Jayiyavadee. "Use of the quasi-static indentation test on measure toughness in composites." Thesis, University of Surrey, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.540963.
Full textGustafson, Christopher, and Sam Florin. "Qualification of Tool for Static Code Analysis : Processes and Requirements for Approval of Static Code Analysis in the Aviation Industry." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-277941.
Full textInom flygindustrin är användandet av olika programmeringsverktyg inte lika självklart som inom andra industrier. På grund av de katastrofala konsekvenser som fel i mjukvaran i ett flygplan kan resultera i finns det rigorösa krav på mjukvaruutvecklingsprocessen. Ett av dessa krav är att en viss kodstandard måste upprätthållas. Kodstandarder används för att exkludera vissa strukturer i kod som kan leda till oönskat beteende. Upprätthållandet av en viss kodstandard är en långdragen process att genomföra manuellt, och kan därför automatiseras med hjälp av ett statiskt kodanalysverktyg. För att kunna använda ett sådant verktyg behövs däremot en formell verktygskvalificering. I denna uppsats kommer kvalificeringsprocessen av ett verktyg för statisk kodanalys att evalueras enligt de krav som de två stora flygmyndigheterna EASA och FAA ställer. För att förklara processen av att kvalificera ett sådant verktyg gjordes en litteraturstudie följt av en fallstudie av det existerande verktyget Parasoft C/C++ test. Resultaten av litteraturstudien beskriver de olika processerna som måste genomföras för att kvalificera ett statiskt kodanalysverktyg. Noterbart är att resultaten visar att inga krav ställs på utvecklingsprocessen av verktyget själv. Detta betyder att ett existerande kommersiellt verktyg kan kvalificeras utan att verktygsutvecklarna själva behöver bidra med extra information. Fallstudien visade hur verktyget Parasoft C/C++ test kan konfigureras och verifieras att följa en viss kodstandard. Vidare resulterade fallstudien i utkast av de nödvändiga dokumenten som behöver produceras för att kommunicera kvalificeringsprocessen till en myndighet. De resultat som presenteras i denna uppsats är i sig inte tillräckliga för beskriva hela kvalificeringsprocessen. Ytterligare överväganden som är specifika till den mjukvaran som verktyget ska användas till att utveckla måste göras för att en komplett kvalificering ska kunna genomföras. Uppsatsen bidrar däremot med riktlinjer och vägledning av majoriteten av de processerna som behöver genomföras. Ytterligare forskning kan göras för att bidra med den kompletta bilden av verktygskvalificering av ett statiskt kodanalysverktyg, samt hur kvalificering kan göras av andra typer av verktyg.
Niazi, Fawad Sulaman. "Static axial pile foundation response using seismic piezocone data." Diss., Georgia Institute of Technology, 2014. http://hdl.handle.net/1853/52195.
Full textChristensen, Dustin Shaun. "Full Scale Static Lateral Load Test of a 9 Pile Group in Sand." Diss., CLICK HERE for online access, 2006. http://contentdm.lib.byu.edu/ETD/image/etd1267.pdf.
Full textLu, Dandan, and 卢丹丹. "Effects of static pile penetration on an adjacent earth retaining structure." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2011. http://hub.hku.hk/bib/B47054670.
Full textTam, Weng On. "Development and use of static creep test to evaluate rut resistance of superpave mixes /." Digital version accessible at:, 1999. http://wwwlib.umi.com/cr/utexas/main.
Full textTsiligiannis, Georgios. "Soft Errors in Memory Devices : Novel Methods and Practices for Dynamic and Static Testing." Thesis, Montpellier 2, 2014. http://www.theses.fr/2014MON20241.
Full textMost of the known natural and artificial environments present ionizing radiation interacting with electronics. The effects of ionizing radiation have been a concern for many years especially for safety and critical applications such as space, nuclear, avionics, military and medical. The study of radiation effects on electronic devices is complex and requires the combination of multidisciplinary knowledge from nuclear physics to high-level system design, electronics and science of materials. The downscaling of the transistor size and the concurrent increase of systems' complexity contributes to worsen this problematic.By occupying the largest area of Systems on Chip, electronic memories represent the biggest source of radiation induced failures. Consequently, the understanding of ionizing radiation effects on memory devices and their mitigation is crucial. This thesis introduces novel test methods for both the simulation and the experimental level. More specifically, at the simulation level a framework is proposed for the estimation of the Soft Error Rate of electronic devices. This framework considers environmental and parametric variations of the device, while subjected to ionizing radiation. The framework is evaluated by considering the case study of a 40nm SRAM cell interacting with atmospheric neutrons. At the experimental level, novel methods for the accelerated testing of SRAM devices are presented, emphasizing to the failures that dynamic mode testing is able to reveal. These proposed methods are based on March algorithms in combination with specific addressing schemes for the memories.The choice to focus on dynamic testing methods is justified by their capability to sensitize electric effects that static mode testing is not able to do, and because they are highly representative of the realistic behavior of memories in actual electronic systems. Large scale events occurring during accelerated testing as a result of Multiple Cell Upsets, Single Event Latchups and Single Event Functional Interrupts are thoroughly analyzed. With low energy protons posing a threat for latest technologies, their contribution to Soft Errors is also studied by applying the proposed testing methods. Using the experience acquired from accelerated testing, a monitor for the sensing of the High Energy Hadrons was proposed and next tested at H4IRRAD beam line (CERN). The main functionality of this monitor is based on the extraction of the hadrons fluence as a function of the recorded Single Event Upsets. Furthermore, the results from a real-time test at the Concordia station in Antarctica are also presented. This time the sensing instrument was a customized version of the previous monitor and the retrieved results proved the usability of the instrument under different radiation environments and conditions. Finally emerging memory technologies are assessed for their response under ionizing radiation
Hugoh, Albin. "Modeling of a Gear Test Rig : An Investigation of Static Loads and Dynamic Excitation of Vibrations." Thesis, Karlstads universitet, Fakulteten för hälsa, natur- och teknikvetenskap (from 2013), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-74331.
Full textIdag genomgår fordonsindustrin stora förändringar och står inför många nya utmaningar på grund av omställningen till en hållbar transportlösning i kombination med hårdare lagkrav. Kugghjul har funnits under en lång tid och är ett av de mest effektiva sätten att överföra rotationsrörelse från en axel till en annan. Transmissioner är en nyckelfaktor för att kunna överföra rotationsrörelse från motorn till hjulen. Både traditionella förbränningsmotorer och eldrivna fordon behöver en transmission med kugghjul. De ökande kraven gällande verkningsgrad, ljud och hållbarhet kräver mer kunskap om kugghjul, speciellt gällande kugghjulsdynamik och hur vibrationer exciteras och förs över till växellådshuset för olika kuggingreppsfrekvenser. I den här rapporten presenteras en teoretisk bakgrund om kugghjul och mekanismer som orsakar excitation av vibrationer. Målet med det här examensarbetet har varit att skapa en validerad modell av en testrigg för kugghjul. För den statiska valideringen har två typer av kugghjul använts i testväxellådan. Kugghjulen i fråga är FZG standardiserade typ-A och typ-C kugghjul. Modellen består av kugghjul, axlar, rullager och växellådshus. Modellen har använts för att simulera statiska vridmomentsfluktuationer och dynamisk excitation av vibrationer som överförs till växellådshusen, både vid konstant hastighet och för kontinuerligt ökande hastighet. I den dynamiska analysen har enbart typ-C kugghul använts. För att validera modellen har vibrationer mätts i en FZG testrigg för kugghjul genom att använda accelerometrar och takometer. För den statiska valideringen har vridmomentet mätts medans testriggen kördes med en hastighet av 5 rpm. Resultatet visar att det är möjligt att få lastkopplingen i modellen att bete sig som i testriggen. De visar också att modellen kan registrera statiska vridmomentsfluktuationer på ett liknande sätt som i testriggen. Typ-C kugghjulen är bättre lämpade för simuleringarna och ger ett bättre resultat än typ-A kugghjulen. För typ-A kugghjulen är det numeriska problem som är relaterade till toppkontakt under kuggingrepp. Undersökningen av tandkontaktsmönstret visar på god överensstämmelse mellan simulering och det använda typ-C kugghjulet. Kontaktmönstret har samma form på kuggflanken vilket indikerar att kontakten mellan tänderna sker på samma sätt i modellen som det gör i testriggen. För valideringen av det dynamiska beteendet har övertonerna för kuggingrepp undersökts, både vid konstant hastighet och för kontinuerligt ökande hastighet. För simuleringarna är det vissa problem relaterade till FEprobes som är placerade på växellådshusen så istället har data från de inre rullagren använts för validering. Analysen av de dynamiska simuleringarna visar att det är möjligt att identifiera kuggingreppsövertonerna men resonanspikarna är mindre förstärkta jämfört med mätdata från testriggen. För simuleringarna med konstant hastighet överensstämmer trenden för övertonerna väl med experimentella data vid höga hastigheter men vid lägre hastigheter är det en amplitudspik för den första övertonen som inte överensstämmer med mätningarna. Som slutsats så är modellen statiskt validerad med goda resultat medans för den dynamiska valideringen är det fortfarande vissa aspekter som behöver förbättras för att få en bättre överensstämmelse mellan simuleringar och mätningar från testriggen. Föreslagna förbättringar är att köra simuleringarna med kontinuerligt ökande hastighet med fler tidssteg för att få fler datapunkter för varvtalsspektrumet. Det föreslås också att genomföra ett knacktest på testriggen för att få en ökad förståelse om dämpningen i systemet.
Wilson, Zachary David. "Flight Test Data System for Strain Measurement." DigitalCommons@CalPoly, 2019. https://digitalcommons.calpoly.edu/theses/2121.
Full textSilva, Elisângela Pereira da. "Avaliação da Aderência em Estruturas Tubulares Metálicas Revestidas com Material Cimentício sob Esforços estáticos e dinâmicos." Universidade Federal da Paraíba, 2010. http://tede.biblioteca.ufpb.br:8080/handle/tede/5425.
Full textCoordenação de Aperfeiçoamento de Pessoal de Nível Superior - CAPES
The bond on tubular steel coated with cementitious material, such as oil wells is quite complex. These are subject to change in temperature, pumping, steam injection, vibration caused by explosive charges, which can harm the interface of the tube cement paste through the loss of bond. Pullout tests in the laboratory are used for verification of the bond. However, this technique does not contemplate the life of the structural integrity of the well. This work aimed to contribute to the improvement of the technical verification of the bond through static and dynamic loading. For this, first using pullout tests has been proposed a study to test an improved speed of application loading. For this we used tubes coated partially of cement paste. Simulating the two contact conditions: no treatment on the surface of the tubes, and treatment with NaCl. It was observed that the presence of NaCl and a slower rate of load application positively influenced the bond stress. For the quasi-static dynamic test, by counting the number of cycles, it was felt that this substance in the interface showed a greater number of cycles. Thus it was concluded that this technique is feasible to evaluate the useful life of the well oil.
A aderência em estruturas tubulares metálicas revestidas com material cimentício, tais como, poço de petróleo é bastante complexa. Estes estão sujeitos a variação de temperatura, bombeamento, injeção de vapor, vibrações provocadas por cargas explosivas, que podem vir a prejudicar a interface do conjunto tubo-pasta de cimento, através da perda da aderência. Ensaios de arrancamento em laboratório são utilizados para verificação desta aderência. No entanto, esta técnica não contempla a vida útil da integridade estrutural do poço. O presente trabalho tem como objetivo contribuir para o aperfeiçoamento da técnica de verificação da aderência através de carregamento estático e dinâmico. Para isto, utilizou-se primeiro testes de arrancamento para verificação de uma melhor velocidade de aplicação de carga. Para isto utilizou-se tubos metálicos revestidos parcialmente por pasta de cimento. Simulou-se duas condições de contato: sem tratamento na superfície dos tubos, e com tratamento NaCl. Observou-se que a presença do NaCl e uma menor velocidade de aplicação de carga influenciaram de forma positiva a tensão de aderência. Para o ensaio dinâmico quase estático, através da contagem do número de ciclos, percebeu-se que a presença desta substância na interface apresentou um maior número de ciclos. Desta forma concluiu-se que esta técnica é viável para avaliação da vida útil do poço de petróleo.
Davis, Thomas L. Davis. "Development and Characterization of a UAS Propulsion Test Bench." Kent State University / OhioLINK, 2018. http://rave.ohiolink.edu/etdc/view?acc_num=kent152573490048759.
Full textAlgassem, Omar. "Parameters Affecting the Blast Performance of High Strength Fibre Reinforced Concrete Beams." Thesis, Université d'Ottawa / University of Ottawa, 2016. http://hdl.handle.net/10393/35022.
Full textRucker, Timothy A. "Dynamic Warm-Up Improves Mean Power Output Compared to a Warm-Up With Static Stretching." Ohio University / OhioLINK, 2011. http://rave.ohiolink.edu/etdc/view?acc_num=ohiou1320856261.
Full textLouati, Haithem. "Experimental and numerical study of humid granular material : influence of liquid content in quasi-static regime." Thesis, Ecole nationale des Mines d'Albi-Carmaux, 2016. http://www.theses.fr/2016EMAC0008/document.
Full textWe study experimentally and numerically the shear behaviour of wet granular material. We investigate the effect of the liquid content and the applied normal stresses to this behaviour. An annular shear cell was used to carry out the experiments, for a large range of applied normal stress from about 0.3 kPa to 12 kPa. The results give the variation of the shear stress at steady-state as a function of the normal stress for a wide range of liquid fraction. The incorporated liquid goes from forming bridges at the contact point to completely filling the space between grains. The shear resistance and the voidage fraction variations with the liquid fraction were analysed. Depending on the applied normal stress and the liquid fraction, different regimes of the shear resistance were identified. The discrete element method (DEM) was used to gain a microscopic understanding of the shear behaviour of dry and partially wet granular material in the shear cell. Large size glass beads were used to speed up the computational time and to facilitate characterisation at the particle scale. First, the influence of the microscopic properties of the particle (The Young’s modulus and the sliding friction) on the macroscopic properties of dry and wet granular materials (the coordination number, the voidage fraction, the shear ratio and the velocity of particles) was investigated. Secondly, the shear behaviour of the partially wet granular material for different liquid fractions and normal stresses was studied. The capillary forces and the number of liquid bridges were quantitatively analysed
Shuchan, Pu. "Evaluation of non-destructive test methods for predicting the static bending stiffness and strength properties of thermally modified timber." Thesis, Linnéuniversitetet, Institutionen för skog och träteknik (SOT), 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-66829.
Full textMerli, Francesca. "Static and dynamic elastic moduli of historical brick masonry subjected to freeze-thaw cycles and to different moisture amounts." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2017.
Find full textMamun, Md Abdullah Al, and Aklima Khanam. "Concurrent Software Testing : A Systematic Review and an Evaluation of Static Analysis Tools." Thesis, Blekinge Tekniska Högskola, Sektionen för datavetenskap och kommunikation, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-4310.
Full textErtugrul, Ozgur Lutfi. "Influence Of Deformable Geofoam Bufers On The Static And Dynamic Behaviors Of Cantilever Retaining Walls." Phd thesis, METU, 2011. http://etd.lib.metu.edu.tr/upload/12613734/index.pdf.
Full textNioti, Antonia Eugenia. "Konstruktion av mekanisk anordning för utförande av test- och övningsflyg på en kvadrokopter." Thesis, Högskolan i Gävle, Avdelningen för Industriell utveckling, IT och Samhällsbyggnad, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:hig:diva-22980.
Full textTesting of autonomous flight controllers on a real quadrocopter is a dangerous and challenging process because the quadrocopter can crash in case the flight controller does not function properly or in case the operator has no flight experience. The current solution is to mount the quadrocopter on a teststand, which allow the testing of flight controller in safe environments. The problem with the existing teststands is that they cannot provide realistic free flight conditions as they, to some extent, affect quadrocopter’s movement. Consequently, the developed flight controller is partially able to control the quadrocopter. The purpose with this study is to design a mechanical device for use in testing and learning to fly a quadrocopter without the risk of crashing the flying model or harming the people involved. The goal is to provide drawings for developing a test prototype.In order to understand the problem a literature review of previous test devices was carried out. The findings from the literature review were used in combination with Quality Function Deployment technique to create a House of Quality and thus develop a set of engineering specifications. After that, a number of concepts was generated and then evaluated by Pugh’s method. The selected concept was modeled in the CAD-software and based on the virtual model, a real model made of wood was constructed and tested in order to verify the function of the testbed. The final result is a spring-balanced test device with six degrees of freedom. It is a structure consisting of a mechanical arm providing three translational degrees of freedom, a swivel joint with three rotational degrees of freedom and a set of extension springs to achieve gravity balancing. The experimental results from the wooden model shows that the quadrocopter is required to fly at full speed in order for it to operate with the arm due to the high friction between the joints. Under the condition that the friction between the joints can be managed, the test device seems to fulfill the theoretical requirements for simulating free flight condition. Nevertheless, it requires specialized and advanced testing before any assertion that the test device does not affect the dynamics of quadrocopter and thus it can provide completely realistic flight conditions, can be made.
Noreña, Pablo Cesar Trejo. "Estimativa da eficiência do ensaio SPT através da execução da prova de carga estática sobre o amostrador." Universidade de São Paulo, 2011. http://www.teses.usp.br/teses/disponiveis/18/18132/tde-08112012-113424/.
Full textThe Standard Penetration Test, SPT, is one of the most used one for subsoil information in the USA and Brazil. The data obtained in this dynamic test, such as the penetration resistance index, NSPT, the soil classification and phreatic level are used by different methods to estimate the shallow and deep foundations load capacity. For the same soil, the index NSPT can be different if different equipments are used, because different SPT equipments show different efficiency levels. Having this in mind, an alternative to estimate the essay efficiency of the SPT test is using the static load test (SLT) to the sampler. This test was implemented in order to evaluate the efficiency of SPT. To do so, 13 dynamic tests and 13 static tests were performed in the experimental campus of the State University of São Paulo at Bauru (Unesp- Bauru-Brazil). To estimate the efficiency of the SPT test through the dynamic test, a data acquisition system was used to register accelerations and forces at the located section close to the sampler SPT. The dynamic test was modified so that it would be possible to use many nominal potential energy of the hammer and elevation systems. The estimation of the efficiency made through the SLT tests was based on Hamilton\'s principle. Furthermore, by comparing the dynamic and static behavior, we can get the soil-sampler interface static resistance. This resistance is calculated by using the field data through various estimation methods such as Aoki\'s (2007), De Souza\'s (2009) and Odebrecht\'s (2003). The estimates of the efficiency obtained through SLT test were found to be consistent with those obtained through the SPT modified tests. We conclude that SLT is a simple and non-expensive alternative to obtain the efficiency of SPT equipment.
Zhang, Ningning. "A micromechanical study of the Standard Penetration Test." Doctoral thesis, Universitat Politècnica de Catalunya, 2020. http://hdl.handle.net/10803/668841.
Full textEsta tesis explora el potencial de los modelos basados en el método de elementos discretos (DEM) para estudiar el sondeo dinámico de materiales granulares, considerando propiedades realistas a escala de partículas. La técnica de cámara de calibración virtual, basada en el método de elemento discreto, se aplica para estudiar la prueba de penetración estándar (SPT). Se utiliza un enfoque de macroelemento para representar una barra impulsada con un impacto como los aplicados para realizar SPT. La varilla se introduce en una cámara llena de un análogo discreto escalado de arena de cuarzo. Las propiedades de contacto del análogo discreto se calibran simulando dos pruebas triaxiales de baja presión. La varilla se acciona cambiando la energía de entrada y controlando la densidad inicial y el estrés de confinamiento. La normalización del recuento de golpes basado en energía se muestra efectiva. Los resultados obtenidos están en buen acuerdo cuantitativo con relaciones basadas en experimentos bien aceptadas entre recuento de golpes, densidad y sobrecarga. Se realiza un balance energético integral de la cámara de calibración virtual. El balance de energía se aplica por separado a la varilla impulsada y al sistema de cámara, dando una descripción detallada de todos los diferentes términos de energía. Se investiga la caracterización de la evolución y distribución de cada componente energético. Parece que la energía de entrada de prueba SPT se disipa principalmente en fricción. La interpretación basada en la energía de la respuesta dinámica SPT propuesta por Schnaid et al. (2017) luego se valida en comparaciones entre los resultados de penetración estática y dinámica. Además, la investigación en microescala proporciona información importante sobre los mecanismos de disipación de energía. Un modelo de contacto de trituración DEM bien establecido y un modelo de contacto hertziano aproximado se combinan para incorporar ambos efectos en un modelo de contacto único. La técnica eficiente de modelo de contacto definido por el usuario (UDCM) se utiliza para la implementación del modelo de contacto. Los estudios paramétricos exploran el efecto de la rugosidad de las partículas en el evento de trituración de partículas individuales. El modelo se usa para recalibrar las propiedades de contacto de la arena de cuarzo, pudiendo usar propiedades de contacto realistas y luego capturar correctamente el comportamiento de carga y descarga y la evolución de la distribución del tamaño de partícula. Los resultados de la cámara de calibración se explotan para investigar la relación entre la prueba de penetración estática y dinámica. Esto se hace primero para materiales irrompibles y luego para materiales triturables y desmenuzables. Se muestra que la resistencia de la punta medida en condiciones de penetración dinámica de impacto es muy cercana a la de condiciones de velocidad constante, por lo tanto, respalda propuestas recientes para relacionar los resultados de CPT y SPT. También se muestra que la resistencia a la penetración se reduce si se permite que las partículas se rompan, particularmente cuando también se considera la aspereza.
Heim, Eugene Henry DeWendt. "Development of Methods for Improved Data Integrity and Efficient Testing of Wind Tunnel Models for Dynamic Test Conditions in Unsteady and Nonlinear Flight Regimes." Thesis, Virginia Tech, 2003. http://hdl.handle.net/10919/31050.
Full textMaster of Science
Vorobyev, Alexey. "Static and time-dependent mechanical behaviour of preserved archaeological wood : Case studies of the seventeenth century warship Vasa." Doctoral thesis, Uppsala universitet, Tillämpad mekanik, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-314266.
Full textStötta Vasa
Kevan, Luke Ian. "Full-Scale Testing of Blast-Induced Liquefaction Downdrag on Driven Piles in Sand." BYU ScholarsArchive, 2017. https://scholarsarchive.byu.edu/etd/6966.
Full textNylén, Christoffer. "Improving MCDC adequate test sets for safety critical software to be RORG adequate." Thesis, Linköpings universitet, Programvara och system, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-121729.
Full textDworak, Jennifer Lynn. "Modeling defective part level due to static and dynamic defects based upon site observation and excitation balance." Diss., Texas A&M University, 2004. http://hdl.handle.net/1969.1/323.
Full textNeves, Luis Fernando de Seixas. "Metodologia para a determinação da eficiência do ensaio SPT através de prova de carga estática sobre o amostrador padrão." Universidade de São Paulo, 2004. http://www.teses.usp.br/teses/disponiveis/18/18132/tde-02032016-142441/.
Full textThe standard penetration test (SPT) is the most used soil investigation tool in the world. Due to the great number of variables that influences its results, the measurement of the efficiency becomes imperative to the transposition of experiences between developed practices in different places. Unfortunately, the measurement of the efficiency through the instrumentation of the hammer impact is economically inpracticable to most of the soil investigation firms in Brazil. This work presents a methodology to determinate the SPT efficiency based on the Hamilton\'s principle and on the execution of static load test over the sampler, what seems to be a good alternative to end this situation.
Hameury, Ollivier. "Quelques aspects du comportement des sables avec et sans rotation des axes principaux : des petites aux grandes déformations." Châtenay-Malabry, Ecole centrale de Paris, 1995. http://www.theses.fr/1995ECAP0397.
Full textChebaro, Omar. "Classification de menaces d’erreurs par analyse statique, simplification syntaxique et test structurel de programmes." Thesis, Besançon, 2011. http://www.theses.fr/2011BESA2021/document.
Full textSoftware validation remains a crucial part in software development process. Two major techniques have improved in recent years, dynamic and static analysis. They have complementary strengths and weaknesses. We present in this thesis a new original combination of these methods to make the research of runtime errors more accurate, automatic and reduce the number of false alarms. We prove as well the correction of the method. In this combination, static analysis reports alarms of runtime errors some of which may be false alarms, and test generation is used to confirm or reject these alarms. When applied on large programs, test generation may lack time or space before confirming out certain alarms as real bugs or finding that some alarms are unreachable. To overcome this problem, we propose to reduce the source code by program slicing before running test generation. Program slicing transforms a program into another simpler program, which is equivalent to the original program with respect to certain criterion. Four usages of program slicing were studied. The first usage is called all. It applies the slicing only once, the simplification criterion is the set of all alarms in the program. The disadvantage of this usage is that test generation may lack time or space and alarms that are easier to classify are penalized by the analysis of other more complex alarms. In the second usage, called each, program slicing is performed with respect to each alarm separately. However, test generation is executed for each sliced program and there is a risk of redundancy if some alarms are included in many slices. To overcome these drawbacks, we studied dependencies between alarms on which we base to introduce two advanced usages of program slicing : min and smart. In the min usage, the slicing is performed with respect to subsets of alarms. These subsets are selected based on dependencies between alarms and the union of these subsets cover the whole set of alarms. With this usage, we analyze less slices than with each, and simpler slices than with all. However, the dynamic analysis of some slices may lack time or space before classifying some alarms, while the dynamic analysis of a simpler slice could possibly classify some. Usage smart applies previous usage iteratively by reducing the size of the subsets when necessary. When an alarm cannot be classified by the dynamic analysis of a slice, simpler slices are calculated. These works are implemented in sante, our tool that combines the test generation tool PathCrawler and the platform of static analysis Frama-C. Experiments have shown, firstly, that our combination is more effective than each technique used separately and, secondly, that the verification is faster after reducing the code with program slicing. Simplifying the program by program slicing also makes the detected errors and the remaining alarms easier to analyze
Gong, Ting. "Tensile behavior of high-performance cement-based composites with hybrid reinforcement subjected to quasi-static and impact loading." Technische Universität Dresden, 2020. https://tud.qucosa.de/id/qucosa%3A73914.
Full textStrain-hardening cement-based composites (SHCC) and textile-reinforced concrete (TRC) are two novel types of fiber-reinforced cementitious composites that exhibit ductile, strain-hardening tensile behavior. SHCC comprises fine-grained cementitious matrices and short, high-performance polymer fiber, while TRC is a combination of a fine-grained, cementitious matrix and continuous two- or three- dimensional textile layers of multi-filament yarns, usually made of carbon or alkali-resistant glass. Both composites yield high inelastic deformations in a strain-hardening phase due to the successive formation of multiple fine cracks. Such cracking behavior stands for high energy absorption of the composites when exposed to extreme loading, without abrupt loss of load-bearing capacity. In comparative terms, SHCC shows superior strain capacity, while TRC yields considerably higher tensile strength. The addition of short fibers strengthens the matrix by efficiently restraining the micro-cracks’ growth and reducing spallation, while the textile reinforcement ensures a secure confinement of the reinforced concrete element (substrate to be strengthened), as well as a favorable stress distribution. The combination of SHCC and textile reinforcement is expected to deliver high tensile strength and stiffness in the strain-hardening stage along with pronounced multiple cracking. In order to achieve a favorable synergetic effect, a purposeful material design is required based on a clear understanding of the mechanical interactions in the composites. In the framework of the DFG Research Training Group GRK 2250, which aims at enhancing structural impact safety through thin strengthening layers made of high-performance mineral-based composites, this work focuses on developing hybrid fiber-reinforced cementitious materials to be applied on the impact rear side. The development concept builds upon a systematic investigation of various aspects of the mechanical behaviors of SHCC and textile at quasi-static and impact strain rates, including the bond properties of fiber to matrix and textile to matrix. Accordingly, uniaxial quasi-static tension tests were first performed on SHCC, bare textile, and hybrid-reinforced composite specimens. The parameters under investigation were types of short fiber and textile reinforcements, reinforcing the ratio for textile as well as bond properties between textile and the surrounding SHCC. Furthermore, impact tension tests were performed to study the strain rate effect on the synergetic composite response. Finally, single-yarn pull-out tests were carried out under both quasi-static and impact loading rates to supplement the comparative assessment of the hybrid fiber-reinforced composites. These tests yielded shear strength-related parameters for quantifying the bond properties of different materials, which were then used as input of the analytical model developed to describe the mechanics of crack propagation and tension stiffening effect of textile-reinforced composites without short fibers. This model is the first step towards a comprehensive analytical description of the tensile behavior of hybrid fiber-reinforced composites based on the experimental data and input parameters attained through the work at hand.
Jorlöv, Sofia, and Jessica Hammarström. "Comparison Study of the Two Pediatric ATDs: Hybrid III 6-Year-Old and Q6." Thesis, Högskolan i Halmstad, Biomekanik och biomedicin, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-15393.
Full textDå en ny familj av barnkrockdockor, Q-familjen, är föreslagen för det europeiskalagkravet som reglerar barnsäkerhet (R44), uppstod ett behov av att testa och jämföradessa mot den äldre familjen av barnkrockdockor som används vid testning på Autoliv idag, Hybrid III. I den här studien utfördes tester på Q6 och Hybrid III 6 år. Båda dockorna utsattes föråtta stycken slädtest i en accelerationspuls enligt EuroNCAP. Släden representerade enVolvo V70 med integrerade barnkuddar som monterats i riggen via en stel fixtur. I alla test utom ett användes standardbälten (i undantagsfallet användes försträckare). Statiska tester gjordes för att undersöka hur Q6 påverkades av olika geometrier på axelbältet. Stora skillnader observerades mellan dockornas bältesinteraktion. Bältet gled av HybridIII:s axel i alla test förutom ett, medan det istället var svårt att provocera av bältet från Q-dockans axel. Innan Hybrid III gled ur bältet var dockornas kinematik liknande. I både statiska och dynamiska tester observerades skillnader i bröstintryckning på Q6, beroende på bältesgeometrin; en geometri där axelbältet var placerat nära nackenresulterade i en mindre intryckning än då axelbältet var placerat mitt på axeln. Efte ravslutad testning upptäcktes fem skador på Q6.
Musarra, Marcello Duarte. "Análise de comportamento de estaca barrete embutida em rocha." Universidade de São Paulo, 2014. http://www.teses.usp.br/teses/disponiveis/3/3145/tde-29042015-162009/.
Full textTo use high loads on foundations of the Petobras Headquarters, the designers chose the barrette pile with great dimensions and a few units compared with others types, to shorten the deadline and optimize costs. However, to reach these assumptions, it was necessary make the piles deeper than the soil strata, and, therefore, made a rock socket design. This research presents two static load tests study and analysis in the same barrette test pile, to forecast behavior and find resistance and strain influences. In March, 2012, two static load tests were made in the same barrette test pile located in Salvador Bahia, in Petrobras headquarters. The first essay was made according to a slow maintained test with 12 MN maximum compressive loads. The second essay was made immediately after, according to a quick load test and 14 MN maximum compressive loads. The data obtained from both tests, far as is known, were the first results on rock socket barrette pile in Brazil, using hydromill for the excavations in rock. The pile had depth instrumentation with expansible strain gages and an expanded polystyrene block below the cage, to make the tip useless. Beyond the data assessment and interpretation from static load tests, this research presents forecasting methods to only shear resistance rock socket piles, with the aim of comparison. Lastly but not least, side resistance empirical methods between pile and rock interface were presented.
Serediuk, Vadym. "Návrh průkazných statických pevnostních zkoušek letounu v kategorii UL." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2021. http://www.nusl.cz/ntk/nusl-443247.
Full textBaldassarre, Alessandro. "FEM and experimental analysis of a wind turbine blade." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2015. http://amslaurea.unibo.it/8533/.
Full textLangone, Marcelo Júlio. "Método UFRGS de previsão de capacidade de carga em estacas : análise de provas de carga estáticas instrumentadas." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2012. http://hdl.handle.net/10183/79814.
Full textRecently, a rational method for predicting the pile bearing capacity was developed at Federal University of Rio Grande do Sul in Brazil: the so called method UFRGS which considers the concepts of soil dynamics and principles of energy conservation in the interpretation of SPT test results. The present work analyses the accuracy of predicted bearing capacity values with the aim of understanding, verifying, and validating its application in engineering practice. Thus a database of static and instrumented load tests was built from national and international case studies; the data is composed by 25 load tests executed on steel piles, 42 on drilled piles, 12 on continuous flight auger piles and 10 on precast piles. The mobilized contributions of skin friction, tip resistance, and load mobilization curves of each pile were evaluated and compared to actual predictions using the results from UFRGS method. Furthermore, a series of charts were prepared showing comparisons between results of the UFRGS method and those obtained from other predictive methods of pile bearing capacity adopted in the Brazilian engineering practice: Aoki-Velloso and Décourt & Quaresma, as well as a method based on theoretical interpretation of pile response. In general, the UFRGS method underestimated the results for skin friction while slightly overestimate tip resistance and the scatter of predictions is generally lower than other methods. From these analyses, it was possible to conclude that the method captures the mobilization mechanisms developed around piles, and gives predictions which are in the same range as those produced by other methods adopted in Brazil. The UFRGS method has marked potential for being used in design practice given the fact that predictions can be improved by calibrating the SPT energy, which would allow to refine the predictions according to different practices of used worldwide. Finally it is important to stress that the UFRGS method showed the littlest scatter for skin friction assessment which may provide to be significant in risk analysis type of approach.
Vianna, Ana Paula Fontana. "Análise de provas de carga estática em estacas pré-moldadas cravadas na cidade de Curitiba e região metropolitana." Universidade de São Paulo, 2000. http://www.teses.usp.br/teses/disponiveis/18/18132/tde-18102006-101542/.
Full textThis thesis presents the analysis of 34 static loading tests in concrete drive pile, located at different places of the Curitiba city and metropolitan area, in Guabirotuba Formation. Three methods of the bearing capacity prediction were assessed: Aoki Velloso (1975), Décourt Quaresma (1978) and Amaral (1982, 1999). For each method is proposed global correction factors and/or partial that turned the bearing capacity value close to the ultimate load obtained for the Van der Veen criteria (1953). Based on four static loading test carried out to failure, the applicability of the Van der Veen criteria was assessed and was determined a rule to evaluate the extrapolation of the load - settlement curve in tests stopped before of the failure. Finally, it was made an analysis of the settlements, where it was compared the observed values and the predicted values, for three loading level, and also a comparison between the experimental load-settlement curve and the predicted load-settlement curve.
Benvenutti, Márcio. "Cravação de tubulões a céu aberto para melhoria da capacidade de carga em solos colapsíveis." Universidade de São Paulo, 2001. http://www.teses.usp.br/teses/disponiveis/18/18132/tde-26022016-142246/.
Full textThe belled piles are largely used as fundation for structural elements of residential buildings in small and medium cities in Brazil. The steps of a foundation design is developed in an area previously occupied by old residential buildings. After a careful demolition and clean up process, the challenger is to build the foundations without the danger of harming the adjacent buildings (Division of belled piles on both side and on the bottom). On the design, some specific and some standard procedures are used, which reflect the current practice over the last 10 years, in the Campinas region, with extremely satisfactory results . In porous and collapsible soil, that can be found in many Brazilian regions, these piles usually have presented an inadequate behavior, when the soil is soaked. With a significant elevation on its moisture content, these soils present the collapse settlement, being characterized as collapsible. Since there is already the confirmation of the compacting process efficacy in making the employment of shallow foundations on collapsible soils feasible (CINTRA, 1998), it was decided to study the possible benefits of driving the belled piles on the improvement of the bearing capacity. At the Experimental Foundation Field of USP/São Carlos, two piles were tested. Both piles were 6,00 m long and had a shaft diameter of 0.50 m. The enlarged bases had a diameter of 1.50 m and a height of 0.90 m. The first pile was tested under the non-soaked condition of the soil, on the initial quota of base support, and then with the 0.15 m, 0.30 m and 0.45 driving, which corresponds to 10%, 20%, and 30% of the base diameter, respectively. It was observed that the driving improved the bearing capacity in 42%, 85%, and 127%, respectively. The second pile was tested on a soaked soil, to quantity the collapsibility effect on the reduction of the bearing capacity. A reduction of 51% to 53% on the values of the bearing capacity previously obtained was observed, but the collapse load, also presented an important improvement, increasing 45%, 90%, and 135% with the driving of 10%, 20%, and 30% of the base diameter, respectively. We can conclude that the driving of belled piles, inittially executed with digging and concreting in situ, may be an interesting solution on collapsible soils.
Alves, Débora Fonseca. "Previsões do comportamento carga-recalque de estaca escavada com polímero." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2016. http://hdl.handle.net/10183/156349.
Full textThe prediction event of load-settlement behavior of a pile built in predominantly sandy soil was presented at the 8th Foundation Engineering Seminar and Special Geotechnical (SEFE8). The predictions used tests of CPT, DMT and SPT accomplished in Araquari experimental field, in Santa Catarina. A bored pile with polymer, diameter of 100cm and length of 24m was the subject of the event. The organizing committee received 73 predictions from 20 countries, with estimates of load-settlement behavior of the pile, the total, shaft and base load capacity and the load distribution along the shaft until failure, defined by settlement of 100 mm (W/D = 10%), with a brief description of methods and considerations. Data from the predictions were compared to the results obtained in the field by static load test of the instrumented pile. The predictions were mostly conservative and the test most used for soil parameters prediction was the CPT, both in academia as in practice. Several methods were used, but even predictions that used the same method showed variability in the results Low error values in the total load capacity not meant small shaft and base errors, but a combination of positive and negative errors of these. Most estimates underestimated the shaft capacity and overestimated the base. The Verbrugge (1981) method was used in two of five predictions with lower errors of total capacity. The curves were analyzed for absolute average deviation and formats, evaluated by the variance. The load-settlement distribution with average up to 10% used Finite Element and UniPile software, and the lowest value of variance used Verbrugge (1981). The load-depth distribution with average up to 10% used Verbrugge (1981), Randolph and Wroth (1978) and Gwizdala and Steczniewski (2003), and the lowest value of variance used the UniPile software.
Freisleben, Michal. "Výpočet zatížení a pevnostní kontrola křídla kluzáku." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2009. http://www.nusl.cz/ntk/nusl-228533.
Full textMittag, Roland. "Entwicklung Statischer Analysen für AUTOSAR Steuergerätesoftware." Master's thesis, Universitätsbibliothek Chemnitz, 2018. http://nbn-resolving.de/urn:nbn:de:bsz:ch1-qucosa-232241.
Full textMurakami, Daniel Kina. "Novo procedimento para a realização de análise capwap no ensaio de carregamento dinâmico em estacas pré-moldadas." Universidade de São Paulo, 2015. http://www.teses.usp.br/teses/disponiveis/3/3145/tde-17062016-144914/.
Full textSince the 1980s a lot of authors showed correlations between static load tests and dynamic load tests on piles. For a good correlation it is necessary a good execution of the load test, also it is necessary to choose a capacity value from the results of the static load test, for example, the Davisson Offset limit load. The time of execution between the static load test and the dynamic load test should be considered because of the set up effect. Dynamic data may be further analyzed by CAPWAP Method to evaluate the soil resistance distribution, the toe resistance, quake and damping values. It is a signal matching method. Its results are based on the \"best possible match\" between computed pile top variable such as the pile top force and its measured equivalent. It is easy to demonstrate almost the same pile capacity on CAPWAP using different soil parameters. It means that even the pile capacity is almost the same, the shape of the pile top load-displacement of the CAPWAP Method and the shaft friction distribution can be different, although all results confirm good match quality. One way to correct the shape of the top loaddisplacement of the CAPWAP Method, as well as the shaft friction distribution, is by comparisson to a static load test. Overlaying both curves, the static load test and the CAPWAP Method, it is possible to determine the shaft quake value on the initial loads on the top load-displacement curve, allowing this way a improvement of the shaft resistance distribution and the toe resistance. In this context arises the concept of \"match quality of settlements\". When the static load test is not avaliabe, this thesis proposes a static load test using the hammer\'s weight of the pile driving machine. It is shown by two case studies that were available static load tests and dynamic load tests, this procedure allows a better solution on physics aspects, this is consistent with the subsoil conditions and the load-settlement curve of the static load test, not only a mathematical solution based on match quality.
Soares, Fábio Lopes. "Análise de provas de carga dinâmica em tubulões a céu aberto no campo experimental de fundações da EESC/USP." Universidade de São Paulo, 2003. http://www.teses.usp.br/teses/disponiveis/18/18132/tde-06112006-103725/.
Full textThe concept of an isolated foundation element in large diameter bored pile is presented and 10 dynamic loading tests with increased energy are analysed. The interpretation of the dynamic loading tests has been proceeded with due consideration of the results of static loading tests performed previously. The loading tests have been carried out in large diameter bored piles founded in Rio Claro and Itaqueri soil formation, situated in the experimental foundation field of USP/EESC. The analyses are based on resistance x displacement curves and selected graphics illustrating the development of mobilized resistance with increasing applied energy during a dynamic loading test (PDA methodology and CAPWAP type analysis). The influence of previous inundation in soil mass and suction variation are also analysed, as well as the effect of test repetition and variability in SPT and CPT results. The results obtained with the dynamic loading tests with increasing energy revealed a distinct behaviour of the isolated foundation system for each level of applied energy, showing that the loading history is an aspect of extreme relevance to an adequate analysis of the dynamic tests perfomed.
Petiot, Guillaume. "Contribution à la vérification de programmes C par combinaison de tests et de preuves." Thesis, Besançon, 2015. http://www.theses.fr/2015BESA2045/document.
Full textSoftware verification often relies on a formal specification encoding the program properties to check. Formally specifying and deductively verifying programs is difficult and time consuming and requires some knowledge about theorem provers. Indeed, a proof failure for a program can be due to a noncompliance between the code and its specification, a loop or callee contrat being insufficient to prove another property, or a prover incapacity. It is often difficult for the user to decide which one of these three reasons causes a given proof failure. Indeed, this feedback is not (or rarely) provided by the theorem prover thus requires a thorough review of the code and the specification. This thesis develops a method to automatically diagnose proof failures and facilitate the specification and verification task. This work takes place within the analysis framework for C programs FRAMAC, that provides the specification language ACSL, the deductive verification plugin WP, and the structural test generator PATHCRAWLER. The proposed method consists in diagnosing proof failures using structural test generation on an instrumented version of the program under verification
Yucel, Mustafa Can. "Structural Identification, Damage Detection By Non-destructive Tests And Determining Axial Loads In Cables." Master's thesis, METU, 2009. http://etd.lib.metu.edu.tr/upload/12611278/index.pdf.
Full text#64257
cation of existing structures using non-destructive tests is a common challenge that has been worked on for a long time. In this study, two di&
#64256
erent methods were developed to &
#64257
nd existing force on cables as well as determine bending characteristics (EI coe&
#64259
cients) of beam like structures (such as bridges). Comparing forces in symmetrically placed cables or against values obtained from design drawings would indicate structural imbalance as well as &
#64257
nding EI coe&
#64259
cients at a number of segments on a bridge girder might indicate weak regions that might possibly have undergone structural damage, having weak connections, lost composite action etc. With the help of the proposed algorithm, the sti&
#64256
ness parameters of bridges can be assessed and the location of any damage that is in the magnitude which can a&
#64256
ect displacement behavior of system can be located. The developed methods are demonstrated using the values analytically obtained from the created models and the e&
#64256
ectiveness of the algorithm is criticized. Furthermore, several damage scenarios on a scaled lab beam was used to test the application using real experimental data
including tests on undamaged beam (for identi&
#64257
cation) and tests on the damaged beam. Additional experiments were conducted on a cable stretched in the laboratory instrumented using a load cell to measure instantaneous axial load on the cable and compare these values against the values obtained from the developed tension measurement device. The results are compared and conclusions are derived.
Málek, Jaroslav. "Zatěžovací zkouška a statické posouzení stropní ŽB konstrukce 1.poloviny 20.století." Master's thesis, Vysoké učení technické v Brně. Fakulta stavební, 2012. http://www.nusl.cz/ntk/nusl-225646.
Full textTita, Volnei. "Contribuição ao estudo de danos e falhas progressivas em estruturas de material compósito polimérico." Universidade de São Paulo, 2003. http://www.teses.usp.br/teses/disponiveis/18/18135/tde-10092015-114215/.
Full textIn this work, material models were proposed to predict the mechanical behavior of composite structures. First of all, it was done a study about damage intra-ply and inter-ply (delamination) on composite materials and about analytical and numerical approaches to solve problems of progressive damage on composite structures was performed. After, many specimens were manufactured and experimental tests (tensile, compression, shear and flexural tests) were carried out. Experimental results and information from literature were used to develop some material models, which were implemented using FORTRAN compiler. These material models were compiled with a commercial finite element program (ABAQUS®) in order to evaluate and calibrate parameters of the models. In the first step, computational simulations of tensile and compression test were carried out to evaluate material models implemented. In the second step, the parameters of the material models were calibrated using three case studies (flexural, indentation and impact test) with some staking sequences. After that, a methodology was proposed to evaluate impact problems on composite structures under low velocity. Therefore, this research project not only shows new contributions but also suggests many future investigations.