• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 20
  • 2
  • Tagged with
  • 22
  • 22
  • 21
  • 9
  • 8
  • 5
  • 5
  • 5
  • 4
  • 4
  • 3
  • 3
  • 3
  • 3
  • 3
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
11

[en] EVALUATION OF PLASTIC EFFECTS IN RESIDUAL STRESS MEASUREMENT BY THE HOLE DRILLING TECHNIQUE / [pt] AVALIAÇÃO DOS EFEITOS DA PLASTICIDADE NA MEDIÇÃO DE TENSÕES RESIDUAIS PELA TÉCNICA DO FURO CEGO

ANA CRISTINA COSME SOARES 16 January 2004 (has links)
[pt] Uma das técnicas mais aplicadas para medir tensões residuais em componentes mecânicos é a técnica do furo cego. Esta técnica é de fácil aplicação industrial e é normalizada pela ASTM E 837. Entretanto, devido à concentração de tensões gerada pelo furo, há restrições quanto à aplicação deste método quando as tensões residuais presentes excedem 0.3 da tensão de escoamento do material, Sy. Há na literatura trabalhos que avaliam, por elementos finitos, os erros gerados ao se aplicar diretamente estes coeficientes em componentes com altos níveis de tensões residuais. Em alguns casos, o erro pode chegar a 140%, para tensões da ordem de 0.9 de Sy. Porém, para retrocalcular as tensões residuais estes trabalhos também usam hipóteses válidas apenas no regime elástico, de forma que os resultados por eles apresentados podem ter imprecisões. Neste trabalho propõem-se novas metodologias numéricas para avaliar a validade da norma ASTM E 837 em regime plástico, através de uma modelagem mais realística do alívio de tensão gerado pela usinagem do furo, evitando o uso de hipóteses linear-elásticas. Estas metodologias são: Estado Equivalente, na qual uma tensão equivalente àquela agindo no componente é aplicada na borda do furo; metodologia Morte de Elementos na qual os elementos presentes na região em que o furo será usinado são eliminados numericamente em vários passos, de forma a simular o processo de usinagem; e a metodologia Tensão Substituta, na qual o material presente na região do furo é substituído pela tensão que nele age, a qual é retirada gradativamente. Foram modeladas em elementos finitos placas com furos passantes e cegos, submetidas a carregamentos uniaxiais e biaxiais, desde 0.3 Sy até 0.9 Sy. Além disso, foram utilizados nas simulações materiais tendo limite elástico e de escoamento coincidentes e não coincidentes. Os erros encontrados entre as tensões retrocalculadas e as tensões aplicadas, para todas as situações são menores que encontrados por outros pesquisadores, obtendo-se no pior caso 70 por cento. Finalmente, conclui-se que as metodologias Tensão Substituta e Morte de Elementos são as que simulam de forma mais próxima da realidade o processo de usinagem de um furo em um placa submetida à altas tensões. / [en] One of the most popular techniques applied to measure residual stresses is the hole-drilling technique. The technique is easy to be applied at industry, and is normalized ASTM E 837. However, due to the stress concentration caused by the machined hole, the technique can not be used if the residual stresses are higher than one third of the material yield strength, Sy. There are several researches articles that evaluate the errors aroused from the use of linear-elastic coefficients in case where plastic strains are present. In general, those articles apply the finite element to simulate the process of drilling the hole and stress relief. In certain case it is showed that the error can reach 140% of the applied stress. However,those articles use linear-elastics hypothesis and therefore their predictions can also include mistakes. The present work proposes new numerical methodologies to evaluate the usefulness of the hole- drilling technique, as it is described by the ASTM E 387, in the plastic range. The aim is to model the stress relief caused by the hole`s drilling process in a more realistic way, in order to avoid the use of linear-elastics hypothesis. The proposed methodologies are: Equivalent State, in which is applied in the hole a stress equivalent to that one acting externally on the component; Element Death, in which the drilling process is simulated by eliminating numerically in several steps the material which vanishes during the drilling process, and the Replacement Stress; in which the material in the hole is replaced by the stress that is acting at its walls. Those mentioned methodologies were implemented using a commercial finite element program which simulated plates with through the thickness and blind holes. Those plates have been loaded with three different loadings which varied from 0.3 to 0.9 Sy. Two materials with different stress-strain curves have been used. One of them had the elastic limit equal to the yield limit and the other one has those two limits different. In the worst case the errors found were 70 percent, which is smaller than those found by others researchers. It was concluded that, the Replacement Stress and the Elements Death methodologies are those that best simulate the process of drilling a hole in a plate which is under high stresses.
12

[en] APPLICATION OF THE OBJECT-ORIENTED PROGRAMMING AND DISTRIBUTED COMPUTING TO THE STRUCTURAL ANALYSIS BY THE FINITE ELEMENT METHOD / [pt] APLICAÇÃO DA PROGRAMAÇÃO ORIENTADA A OBJETOS E DA COMPUTAÇÃO DISTRIBUÍDA AO MEF PARA ANÁLISE DE ESTRUTURAS

MARCELO RODRIGUES LEAO SILVA 08 March 2006 (has links)
[pt] O objetivo deste trabalho é o de apresentar uma proposta de metodologia para a análise de estruturas pelo Método dos Elementos Finitos, utilizando-se na sua implementação as técnicas de programação orientada a objetos e computação distribuída. A utilização das técnicas de programação orientada a objetos permite a implementação de um código compacto, portável e de fácil adaptação. Para a implementação do código optou-se pela utilização da linguagem C++, que possui os recursos mais importantes da programação orientada a objetos, destacando-se a herança, o polimorfismo e a sobrecarga de operadores, e da biblioteca MPI de computação paralela. Inicialmente serão apresentados os procedimentos necessários à implementação orientada a objetos da análise de estruturas pelo método dos elementos finitos, sendo posteriormente apresentadas às alterações necessárias à inclusão das técnicas de processamento paralelo, empregando-se duas técnicas de paralelização. A grande quantidade de operações matriciais envolvidas na análise de estruturas pelo método dos elementos finitos motivou ainda o desenvolvimento de uma biblioteca de classes para a representação destas operações. Os exemplos apresentados têm a finalidade de verificar a exatidão dos resultados obtidos com o código implementado, e as vantagens de se empregar a programação orientada a objetos e a computação distribuída / [en] This work focuses on a methodology for the analysis of structures based on the Finite Element Method (FEM) using on its implementation object-oriented programming techniques, together with parallel programming. The usage of object-oriented programming techniques allows the implementation of a compact, portable and of easily adaptable source code. The implementation was carried out using C++ language, which has the main features of the object-oriented programming, such as inheritance, polymorphism and operator overloading, and the MPI library for parallel computing. The procedures taken into account on object-oriented implementations for analysis of structures using the Finite Element Method are presented, followed by the modifications needed for including parallel computing, using two strategies. Also, the large amount of matrix operations involved on the structures analysis using Finite Element Method motivated the development of a class library which represents such operations. The examples presented have the purpose of verify the accuracy of the results obtained with the code, and the advantages of the use of object-oriented programming and parallel computing.
13

[en] THE PLASTICITY OF ST. ANTHONY: DEVOTION, IMAGES AND BAROQUE CULTURE IN COLONIAL RIO DE JANEIRO / [pt] A PLASTICIDADE DE SANTO ANTÔNIO: DEVOÇÃO, IMAGENS E CULTURA BARROCA NO RIO DE JANEIRO COLONIAL

CESAR AUGUSTO TOVAR SILVA 14 March 2011 (has links)
[pt] Santo Antônio foi uma das devoções de maior plasticidade na América portuguesa, sendo-lhe atribuídas as mais diversas funções, desde a restauração de objetos perdidos à liderança de tropas militares. Tomado como exemplo de bom súdito e cristão, seu culto foi incentivado tanto pelo Estado português quanto pela Igreja contrarreformista. No Rio de Janeiro, sua devoção esteve, desde os princípios do século XVII, ligada ao convento franciscano construído sob sua invocação. Por ocasião da invasão francesa à cidade em 1710, o santo foi alçado ao posto de capitão do exército e, por determinação real, passou a receber soldo com o propósito de promover seu culto por meio da realização regular de sua festa e da manutenção de sua capela. Nesta foram realizados, entre 1716 e 1719, uma série de painéis de pintura até hoje pouco estudados pelos historiadores e que, neste trabalho, são tomados como fonte visual para a compreensão de uma devoção como um fenômeno cultural dinâmico e, portanto, não sujeito a qualquer controle outrora pretendido. / [en] In Portuguese America, devotion to Saint Anthony was noticeably flexible, for the saint was accredited with several different functions, from retrieving lost objects to leading military troops. Since he was regarded as an example of a good Christian citizen, his veneration was encouraged both by the Portuguese State and the Counter-Reformation Church. In Rio de Janeiro, since the early 17th century, devotion to this saint has been linked to the Franciscan monastery built under his petition. During the French invasion to the city in 1710, St. Anthony was upgraded to the rank of army captain and, by royal decree, started to receive wages with the purpose of fostering his worshipping practices through carrying out a regular party in his name, as well as the upkeeping of his chapel. Between the years 1716 and 1719, a series of panel paintings were made in this chapel, artwork which has not been thoroughly researched by historians and which shall be used in this study as visual reference for the understanding of such devotion as a dynamic cultural phenomenon, therefore not subject to any control once intended.
14

[en] COMPUTATIONAL MODELING OF THE FORMATION AND EVOLUTION OF DAMAGE ZONES IN GEOLOGICAL FAULTS / [pt] MODELAGEM COMPUTACIONAL DE FORMAÇÃO E EVOLUÇÃO DE ZONAS DE DANO EM FALHAS GEOLÓGICAS

THIAGO JUVENCIO DE ANDRADE 13 September 2021 (has links)
[pt] As zonas de falha são compostas por um núcleo, onde a maior parte da deformação é acomodada, e uma zona de dano, com deformação menos intensa. A zona de dano pode atuar como caminho de fluxo preferencial devido à presença de fraturas, ou como barreira devido às bandas de deformação. Portanto, sua caracterização é essencial para a adoção de estratégias de produção adequadas em campos de petróleo. Os métodos geofísicos geralmente utilizados, porém, dificilmente permitem a identificação das zonas de dano devido à baixa resolução sísmica. Como alternativa, empregam-se observações em afloramentos superficiais. Contudo, há uma grande dispersão de dados, que pode estar relacionada a uma variedade de fatores, como as propriedades da rocha protólita e os mecanismos de deformação atuantes. Neste sentido, este trabalho apresenta duas metodologias baseadas no método dos elementos finitos (MEF) para analisar a formação e evolução das zonas de dano em escala de reservatório. Na primeira abordagem, a zona de falha é totalmente representada através de um meio contínuo, enquanto que na segunda, a falha é representada como um plano por meio de uma descontinuidade. Em ambas aproximações, a zona de dano é estabelecida através das regiões plastificadas. Os resultados numéricos obtidos se aproximaram das observações de campo e possibilitaram a identificação das vantagens e limitações das duas abordagens baseadas no MEF. Por fim, os resultados também permitiram identificar os principais parâmetros geomecânicos que influenciam o desenvolvimento das zonas de dano, bem como os diferentes mecanismos de deformação que ocorrem ao longo da zona de dano. / [en] Fault zones are composed of two structural domains: the fault core, which accommodates most of the deformation, and a damage zone, with less intense deformation. The damage zone may act as a preferential flow path due to the presence of fractures, or as a barrier due to deformation bands. Therefore, the characterization of geological fault zones is essential for the adoption of adequate production strategies in oil fields. Generally, geophysical methods are used to characterize geological faults in the field. However, they hardly allow the identification of damage zones due to low seismic resolution. Alternatively, damage zones are analyzed through surface outcrops. Nonetheless, there is a wide dispersion of data in this type of study, which may be related to various factors, such as the properties of the host rock and the acting deformation mechanisms. Therefore, it is interesting to carry out this type of study in conjunction with numerical modeling to understand better the damage zone formation process. In this study, we present two methodologies based on the finite element method (FEM) to analyze the formation and evolution of damage zones at a reservoir scale. In the first methodology, the entire fault zone is represented through a continuum medium, while in the second methodology, the fault core is represented as a plane through a discontinuity. In both approaches, the damage zone is defined through the regions where plastic deformations were triggered. The numerical results obtained were close to field observations. They enabled the identification of the advantages and limitations of the two approaches based on the MEF. Finally, the results also allowed to identify the main parameters that influence the development of the damage zones and the different deformation mechanisms that occur along the damage zone.
15

[en] DESIGN IN PLAYABLE WORK FOR ART-THERAPY IN EDUCATION AND HEALTH / [pt] DESIGN EM TRABALHOS LÚDICOS PARA ARTE-TERAPIA EM EDUCAÇÃO E SAÚDE

VIRGINIA MARIA CASTILHO RIBEIRO DE SOUZA 27 December 2007 (has links)
[pt] A presente pesquisa busca evidenciar uma atitude diante do conhecimento desenvolvido na rede pública, em seu Ensino Médio, na cidade do Rio de Janeiro / RJ. Instala-se como atividade complementar pedagógica, através de dinâmicas arte-terapêuticas, com o enfoque do Neuro-Design, integrando o Design Social. Esse novo segmento, o Neuro-Design, visa demonstrar de modo lúdico, a plasticidade cerebral como a capacidade do sistema nervoso para alterar o funcionamento do sistema motor e perceptivo baseado em mudanças do ambiente, através da conexão e (re)aconexão das sinapses nervosas, organizando e (re) organizando as informações dos estímulos motores e sensitivos. (Relvas, 2005:69-70) 1. Entre outros, são utilizados como canais, elementos biológicos como o bambu e as flores, além de nosso próprio corpo, pela linguagem da música e da dança. / [en] This investigation aims at evidencing na attitude facing the knowledge developed in the Public School System, within the Middle School, in the city of Rio de Janeiro, a Pedagogical complementary activity via the use of dynamic arttherapies, such as the emphasis on Neuro-Design integrating Social Design. Such new segment - The Neuro Design, aims at demonstrating, in a playful manner, the cerebral plasticity as a capacity of the Nervous System to alter functioning of both motor and perception systems, based on changes to the environment trough connection and (re)connection of the nervous synapses, thereby organizing and (re)organizing the information of motor and sensitive stimuli. (Relvas, 2005: 69-70) 1. Among other, used as channels, the biological elements, such as bamboo and flowers, by the language of music and dance.
16

[en] CONSTITUTIVE MODELING OF SOILS WITH EMPHASIS IN UNSATURATED SOILS / [pt] MODELAGEM CONSTITUTIVA PARA SOLOS COM ÊNFASE EM SOLOS NÃO SATURADOS

JUAN PABLO IBANEZ 19 April 2004 (has links)
[pt] A presente dissertação tem por objeto a análise teórica - comparativa, implementação computacional e avaliação da capacidade de simulação dos modelos constitutivos para solos, com ênfase nos solos não saturados. Primeiramente, são analisados os modelos básicos, clássicos e avançados formulados para solos saturados ou secos, assim como os modelos desenvolvidos para solos não saturados, incluindo também alguns modelos para solos estruturados. A seguir, e para testar a sua capacidade de modelagem, são implementadas as matrizes constitutivas de alguns dos modelos analisados para a retroanálise e previsão de comportamento de três solos residuais na condição saturada e não saturada. Como complemento da pesquisa, um dos modelos é utilizado na simulação de provas de carga com placa em solo residual pelo MEF, para os casos de saturação e umidade natural. Finalmente, são apresentadas organizadamente as conclusões gerais e particulares obtidas, assim como sugestões para futuras pesquisas no tema do presente trabalho. / [en] The objective of this thesis is to present a critical review of the main constitutive soil models published in the literature, discussing and evaluating their abilities to simulate the mechanical behavior of geological materials under the theoretical and numerical points of view, with emphasis on unsaturated soils. Firstly, some basic, classical and advanced soil models are presented and discussed, as well as a few other recent constitutive relationships specially developed for unsaturated and structured materials. In the sequence, in order to assess the efficiency and overall performance of some selected models, the respective constitutive matrices were numerically implemented for prediction and back-analysis of the response of three residual soils, in saturated and unsaturated conditions. As a complement of this research, one of the soil models is used to simulate the results of some plate load tests on a residual soil deposit through the finite element method. Finally, the general conclusions of this work are presented and some suggestions are made to aid future research in the area of soil modeling.
17

[en] A COUPLED MODEL FOR TWO-PHASE FLOW THROUGH ELASTOPLASTIC POROUS MEDIA / [pt] UM MODELO ACOPLADO PARA FLUXO BIFÁSICO EM MEIOS POROSOS ELASTOPLÁSTICOS

NELSON INOUE 21 December 2005 (has links)
[pt] Este trabalho estuda um modelo acoplado de deformação e fluxo, baseado na teoria de Biot, para solos saturados e não saturados, porém levando-se em consideração a não linearidade física do solo. Na condição não saturada o fluxo do fluido pode ser considerado bifásico ou monofásico. No caso de fluxo bifásico o modelo calcula simultaneamente a pressão de água e do ar, possibilitando assim, a avaliação dos valores da sucção. O grau de saturação é então determinado a partir dos valores obtidos de sucção. Uma vez conhecido o grau de saturação é possível avaliar a permeabilidade relativa do solo para o fluxo de água e ar, tornando o problema não linear em relação à permeabilidade. No problema de fluxo monofásico a pressão de ar é mantida constante, assumindo-se o valor da pressão atmosférica. O comportamento não linear da relação tensão-deformação em solos não saturados é avaliado pelo modelo básico de Barcelona (BBM), baseado na teoria da plasticidade e conceitos de comportamento de solos no estado crítico. Este modelo pode ser compreendido como uma generalização do modelo Cam Clay freqüentemente usado para representação do comportamento mecânico de solos saturados. A influência da sucção na resistência ao cisalhamento de solos não saturados é verificada por meio de algumas aplicações numéricas. Neste trabalho, a não linearidade física de solos secos e saturados também é simulada através do modelo elastoplástico de Lade & Kim. / [en] This dissertation studies a coupled flow and deformation model for saturated and non-saturated soils, based on Biot`s theory but taking into account the nonlinear material behavior of soil. In the non-saturated condition the fluid flow can be considered either as a two-phase or an one-phase problem. In the two-phase case, the model calculates the pressure of air and water simultaneously, thus permitting the evaluation of the pore suction values and the degree of saturation. Once known, the degree of saturation is used for the determination of the relative permeability of the soil considering the flow of water and air, solving a problem that is nonlinear with respect to permeability. In the one-phase flow, the pressure of air is kept constant and equal to the atmospheric pressure. The stress-strain nonlinear behavior of non-saturated soils is modeled through the basic Barcelona model (BBM model) based on plasticity theory and concepts from the critical state behavior of soils. This model may be understood as an extension of the modified Cam Clay model frequently used for representation of the mechanical behavior of saturated soils. The suction influence on the shear resistance of non-saturated soils is examined through some numerical applications. In this work, the material nonlinearity of dry or saturated soils is also simulated through the Lade & Kim elastoplastic model.
18

[en] ALGORITHMS FOR INTEGRATION AND CALIBRATION OF MULTISURFACE ELASTOPLASTIC MODELS / [pt] ALGORITMOS PARA INTEGRAÇÃO E CALIBRAÇÃO DE MODELOS ELASTOPLÁSTICOS COM MÚLTIPLAS SUPERFÍCIES DE PLASTIFICAÇÃO

RAFAEL OTAVIO ALVES ABREU 26 May 2020 (has links)
[pt] A representação do comportamento de materiais elastoplásticos a partir de modelos com múltiplas superfícies de plastificação é uma alternativa para representar o comportamento de materiais como concreto, rochas e solos, que apresentam diferentes tipos de resposta não linear, a depender do estado de tensão atuante. No entanto, o emprego desses modelos requer a definição de muitos parâmetros que, por vezes, não possuem significado físico. Além disso, a implementação de modelos elastoplásticos com multiplas envoltórias traz complexidades adicionais. O emprego desse tipo de modelo requer um esquema robusto de integração das equações de evolução das variáveis plásticas. Nessa pespectiva, é apresentado um algoritmo de mapeamento de retorno baseado em um método de otimização sem restrições, o método de Newton-Raphson com busca unidimensional. Propõe-se uma expressão para o tensor constitutivo elastoplástico consistente para modelos com múltiplas superfícies de plastificação. Adicionalmente, apresenta-se uma metodologia de calibração dos parâmetros de tais modelos a partir da solução de um problema de otimização, solucionado via algoritmo genético. Para melhor compreender os parâmetros envolvidos nesse algoritmo, desenvolve-se um estudo paramétrico, solucionando uma série de problemas de otimização global. A robustez e eficácia dos algoritmos são avaliadas por meio de aplicações, dentre elas algumas disponíveis na literatura, num modelo constitutivo idealizado para concreto, rochas e solos: Cap Model. Por fim, calibrase tal modelo, considerando dados experimentais disponíveis na literatura. Assim, este trabalho tem como objetivo contribuir para viabilizar o emprego de modelos elastoplásticos complexos em problemas de engenharia. / [en] Elastoplastic models with multiple plastic surfaces is an alternative to represent the nonlinear behavior of materials such as concrete, rocks and soils. The nonlinear response of these materials depends highly on the stress state. However, these models require the definition of many parameters which do not always have physical meaning. In addition, the implementation of elastoplastic models represented by multiple plastic surfaces brings additional complexities to the analysis. The use of this type of model requires a robust numerical integration scheme of the elastoplastic evolution equations. This work presents two contributions. The first contribution is a robust return mapping algorithm for a multisurface plasticity model in general stress space known as closest point projection algorithm. The return mapping algorithm is based on a numerical method for unconstrained optimization. In this scenario, it is adopted the Newton-Raphson method with line search. A consistent tangent modulus for multisurface plasticity is also proposed. The second contribution is a methodology for parameter calibration. This methodology is formulated as an optimization problem, with the solution obtained through a genetic algorithm. A parametric study is developed in order to better undestand specific parameters of the algorithm, solving global optimization problems. Robustness and effectiveness of the proposed algorithm are evaluated through numerical examples applied to a constitutive model used for modelling concrete, rocks and soils: Cap Model. Applications available in the literature are analysed. Lastly, the parameters of this model are calibrated using experimental data avaliable in the literature. Thus, this work aims at improving the feasibility of the use of complex elastoplastic models in engineering problems.
19

[en] 3D NUMERICAL ELASTOPLASTIC ANALYSIS OF STRESS AND STRAIN DISTRIBUTIONS AROUND CRACK TIPS / [pt] ANÁLISE NUMÉRICA ELASTOPLÁSTICA 3D DA DITRIBUIÇÃO DE TENSÕES E DEFORMAÇÕES EM TORNO DE TRINCAS PASSANTES

MATEUS BASTOS NEIVA 28 September 2021 (has links)
[pt] Na análise da predição de vida de estruturas a presença de defeitos por trincas é de fundamental importância. Estudos iniciais utilizando a Mecânica da Fratura Linear Elástica mostram que o Fator de Intensidade de Tensão controla o crescimento de trinca por fadiga. Contudo, sobrecargas podem induzir efeitos de memória no material ao reduzir, parar ou acelerar taxas de propagação, comportamento não previsto considerando-se um único parâmetro elástico. Devido às hipóteses consideradas, as soluções fornecidas pelos métodos analíticos não verificam condições importantes de equilíbrio e compatibilidade, especialmente quando são usados campos singulares idealizados de tensão e de deformação na região da ponta da trinca. Neste trabalho uma extensa revisão dos resultados analíticos recentemente publicados para materiais nos regimes elástico e elastoplástico são apresentadas: Williams e HRR com campo de distribuição singular das tensões e Creager-Paris com campo não-singular das tensões com o material elástico. Neste estudo, estas soluções são comparadas com resultados da análise numérica utilizando a discretização por elementos finitos tridimensionais elastoplásticos com o critério de escoamento do material de von Mises na representação do cegamento da ponta da trinca e importantes conclusões são apresentadas com referência aos limites de aplicação dos modelos teóricos bem como a extensão dos requerimentos para o modelo numérico. Além de carregamentos monotonicamente crescentes, o descarregamento foi também considerado na análise numérica, apesar desta condição não estar presente nas referências consideradas para as soluções analíticas. Para as simulações numéricas consideradas algoritmos de elastoplasticidade foram implementados em um framework com arquitetura baseada em plugins. / [en] In structure life prediction analysis the occurrence of crack defects are of paramount importance to be considered. Basic studies using Linear Elastic Fracture Mechanics approach shows that the Stress Intensity Factor (SIF) parameter controls Fatigue crack growth (FCG). However, overloads may induce material memory effects that delay, arrest or accelerate the FCG rate, a behavior that is not described by considering a single elastic parameter. To account for service variable amplitude loadings, the use of a prescribed stress-strain distribution has been proposed in recent research studies, as the driving force of FCG, using the critical damage approach. Due to the assumptions considered in the analytical derivations, important equilibrium and compatibility conditions are violated in the obtained solutions, since an idealized singular stress-strain field at the crack front region is used. In this work a comprehensive review of the recently published analytical results for solutions under the elastic and elastoplastic material behavior regimens are presented: Williams and HRR with singular stress distribution field and Creager-Paris with a non singular stress field, but with the material elastic approach. These solutions are compared, throughout the study, to results obtained from the numerical analysis using a 3D finite element discretization with elastoplastic von Mises yielding criteria employed for the modeling of the crack tip blunt and some comprehensive conclusions are derived regarding application limits of the theoretical models as well as the required extent of the numerical model representation. In addition to monotonic increasing applied loads, unloading conditions were also considered in the numerical analysis, although no reference to this condition is available in the literature, considering the analytical approach. For the numerical simulations presented elastoplastic algorithms were implemented in a plugin based framework.
20

[en] DEVELOPMENT OF A TENSION-TORSION FATIGUE TESTING MACHINE TO EVALUATE INCREMENTAL PLASTICITY MODELS / [pt] DESENVOLVIMENTO DE UMA MÁQUINA TRAÇÃO-TORÇÃO DE ENSAIOS DE FADIGA PARA AVALIAÇÃO DE MODELOS DE PLASTICIDADE INCREMENTAL

ELEAZAR CRISTIAN MEJIA SANCHEZ 08 November 2018 (has links)
[pt] A avaliação experimental de modelos de plasticidade incremental e a predição da vida à fadiga sobre cargas combinadas requer o uso de máquinas de testes multiaxiais. Neste trabalho é desenvolvida uma máquina tração-torção (MTT) para avaliar modelos de plasticidade incremental. Este sistema eletromecânico utiliza como atuadores principais dois motores de corrente contínua conectados a caixas de redução para gerar os carregamentos de tração axial e/ou torção. O projeto da MTT compreende a análise de sua integridade estrutural, seu dimensionamento, e o cálculo da vida à fadiga de seus principais componentes; o projeto e desenvolvimento de uma célula tração-torção (LTC - load torque cell); o desenvolvimento e implementação das técnicas de controle; e finalmente sua construção e avaliação. Uma técnica de controle PID por modos deslizantes (PID Sliding Mode control) foi especialmente desenvolvida para esta máquina, consistindo em aplicar um sinal de controle descontínuo que força o sistema a deslizar ao longo de uma superfície de convergência. Esta técnica de controle tem a capacidade de controlar continuamente a força axial e/ou o torque aplicado ao corpo de prova de maneira independente, o que permite gerar histórias de cargas não-proporcionais. Os métodos de controle são implementados em uma plataforma computacional em tempo real CompactRio. Deste modo, é possível gerar uma máquina de ensaios de fadiga multiaxial compacta, de fácil manuseio, que não precise de um sistema de controle complexo, e a um baixo custo. A máquina tração-torção foi projetada para atender a uma ampla gama de ensaios de fadiga multiaxial, com uma capacidade de força axial máxima de mais ou menos 200 kN e torque máximo de mais ou menos 1300 N.m. O desempenho da MTT foi avaliado experimentalmente através de ensaios de plasticidade incremental. Para tanto, foram usados corpos de prova de tração-torção para medir seus comportamentos sobre cargas multiaxiais. Ensaios de encruamento não-proporcional, ratcheting (fluência cíclica) multiaxial e ratcheting uniaxial foram realizados em corpos de prova de aço inox 316, aço 1020, alumínio 7075 e alumínio 6063 na MTT, assim como em uma máquina Instron de 100 kN. Um simulador de plasticidade incremental para carregamentos de tração-torção foi desenvolvido, incorporando o modelo de encruamento cinemático não-linear de Jiang-Sehitoglu, e o modelo incremental de encruamento não-proporcional de Tanaka. Os parâmetros do material foram calibrados a partir de ensaios experimentais, permitindo que as simulações fossem capazes de prever o comportamento do material sobre diferentes histórias de carregamento, assim como as taxas de encruamento não-proporcional e de ratcheting. Os experimentos e simulações confirmaram tanto a adequabilidade da MTT desenvolvida, quanto do simulador de plasticidade incremental implementado, baseado nos modelos não-lineares de Jiang-Sehitoglu e Tanaka. / [en] The experimental evaluation of incremental plasticity models and fatigue life prediction under combined loads requires the use of multiaxial testing machines. In this work, an axial-torsion machine (MTT) was developed to evaluate incremental plasticity models. This electromechanical system uses as a main actuators two DC motors connected to gearboxes to generate the axial and/or torsion loads. The design of axial-torsion machine comprises the analysis of its structural integrity, its dimensioning and fatigue life prediction its major components; the design and development of a load torque cell – LTC; the development and implementation of control techniques, and finally, its construction and its performance evaluation. A PID Sliding Model control technique has been specially developed for this machine, which consists in applying a discontinuous control signal that forces the system to slide along a surface convergence. This control technique has the ability to control the axial force and/or torsion applied to specimen test in an independent manner, which allows to generate a non-proportional loading histories. The control methods are implemented on a computing platform in real time CompactRio. Thus, it s possible to developed a compact multiaxial fatigue testing machine, easy to handle, which does not require a complex control system, and at a low cost. The tensiontorsion machine was designed to meet a wide range of multiaxial fatigue tests, with a maximum capacity of axial force of more or less 200 kN and torque of more or less 1300 N.m. The MTT performance was evaluated experimentally by incremental plasticity testing. For this purpose, tensile / torsion specimens were used to measure their behavior under multiaxial loads. Testing of non-proportional hardening, multiaxial ratcheting and uniaxial ratcheting (cyclic creep) were performed on specimens of 316 stainless steel, 1020 steel, 7075 aluminum and 6351T6 aluminum in the MTT, as well as a Instron Machine of more or less 100 kN. A simulator of incremental plasticity to tensile-torsion loads has been developed, incorporating the non-linear kinematic hardening model of Jiang-Sehitoglu, and non-proportional hardening model of Tanaka. The material parameters were calibrated using experimental tests, allowing the simulations to predict the material behavior under different load histories, as well as rates of non-proportional hardening and ratcheting. The experiments and simulations confirmed both the suitability of the developed MTT, as well as the simulator of incremental plasticity implemented, based on non-linear models of Jiang-Sehitoglu and Tanaka.

Page generated in 0.0426 seconds