WorldWideScience

Sample records for graphics-oriented interactive finite-element

  1. Rational bases and generalized barycentrics applications to finite elements and graphics

    CERN Document Server

    Wachspress, Eugene

    2016-01-01

    This three-part volume explores theory for construction of rational interpolation functions for continuous patchwork approximation.  Authored by the namesake of the Wachspress Coordinates, the book develops construction of basis functions for a broad class of elements which have widespread graphics and finite element application. Part one is the 1975 book A Rational Finite Element Basis (with minor updates and corrections) written by Dr. Wachspress.  Part two describes theoretical advances since 1975 and includes analysis of elements not considered previously.  Part three consists of annotated MATLAB programs implementing theory presented in parts one and two.

  2. Assembly of finite element methods on graphics processors

    KAUST Repository

    Cecka, Cris

    2010-08-23

    Recently, graphics processing units (GPUs) have had great success in accelerating many numerical computations. We present their application to computations on unstructured meshes such as those in finite element methods. Multiple approaches in assembling and solving sparse linear systems with NVIDIA GPUs and the Compute Unified Device Architecture (CUDA) are created and analyzed. Multiple strategies for efficient use of global, shared, and local memory, methods to achieve memory coalescing, and optimal choice of parameters are introduced. We find that with appropriate preprocessing and arrangement of support data, the GPU coprocessor using single-precision arithmetic achieves speedups of 30 or more in comparison to a well optimized double-precision single core implementation. We also find that the optimal assembly strategy depends on the order of polynomials used in the finite element discretization. © 2010 John Wiley & Sons, Ltd.

  3. Introduction to assembly of finite element methods on graphics processors

    International Nuclear Information System (INIS)

    Cecka, Cristopher; Lew, Adrian; Darve, Eric

    2010-01-01

    Recently, graphics processing units (GPUs) have had great success in accelerating numerical computations. We present their application to computations on unstructured meshes such as those in finite element methods. Multiple approaches in assembling and solving sparse linear systems with NVIDIA GPUs and the Compute Unified Device Architecture (CUDA) are presented and discussed. Multiple strategies for efficient use of global, shared, and local memory, methods to achieve memory coalescing, and optimal choice of parameters are introduced. We find that with appropriate preprocessing and arrangement of support data, the GPU coprocessor achieves speedups of 30x or more in comparison to a well optimized serial implementation on the CPU. We also find that the optimal assembly strategy depends on the order of polynomials used in the finite-element discretization.

  4. Goal-Oriented Self-Adaptive hp Finite Element Simulation of 3D DC Borehole Resistivity Simulations

    KAUST Repository

    Calo, Victor M.

    2011-05-14

    In this paper we present a goal-oriented self-adaptive hp Finite Element Method (hp-FEM) with shared data structures and a parallel multi-frontal direct solver. The algorithm automatically generates (without any user interaction) a sequence of meshes delivering exponential convergence of a prescribed quantity of interest with respect to the number of degrees of freedom. The sequence of meshes is generated from a given initial mesh, by performing h (breaking elements into smaller elements), p (adjusting polynomial orders of approximation) or hp (both) refinements on the finite elements. The new parallel implementation utilizes a computational mesh shared between multiple processors. All computational algorithms, including automatic hp goal-oriented adaptivity and the solver work fully in parallel. We describe the parallel self-adaptive hp-FEM algorithm with shared computational domain, as well as its efficiency measurements. We apply the methodology described to the three-dimensional simulation of the borehole resistivity measurement of direct current through casing in the presence of invasion.

  5. High speed finite element simulations on the graphics card

    Energy Technology Data Exchange (ETDEWEB)

    Huthwaite, P.; Lowe, M. J. S. [Department of Mechanical Engineering, Imperial College, London, SW7 2AZ (United Kingdom)

    2014-02-18

    A software package is developed to perform explicit time domain finite element simulations of ultrasonic propagation on the graphical processing unit, using Nvidia’s CUDA. Of critical importance for this problem is the arrangement of nodes in memory, allowing data to be loaded efficiently and minimising communication between the independently executed blocks of threads. The initial stage of memory arrangement is partitioning the mesh; both a well established ‘greedy’ partitioner and a new, more efficient ‘aligned’ partitioner are investigated. A method is then developed to efficiently arrange the memory within each partition. The technique is compared to a commercial CPU equivalent, demonstrating an overall speedup of at least 100 for a non-destructive testing weld model.

  6. High speed finite element simulations on the graphics card

    International Nuclear Information System (INIS)

    Huthwaite, P.; Lowe, M. J. S.

    2014-01-01

    A software package is developed to perform explicit time domain finite element simulations of ultrasonic propagation on the graphical processing unit, using Nvidia’s CUDA. Of critical importance for this problem is the arrangement of nodes in memory, allowing data to be loaded efficiently and minimising communication between the independently executed blocks of threads. The initial stage of memory arrangement is partitioning the mesh; both a well established ‘greedy’ partitioner and a new, more efficient ‘aligned’ partitioner are investigated. A method is then developed to efficiently arrange the memory within each partition. The technique is compared to a commercial CPU equivalent, demonstrating an overall speedup of at least 100 for a non-destructive testing weld model

  7. Elastically deformable models based on the finite element method accelerated on graphics hardware using CUDA

    NARCIS (Netherlands)

    Verschoor, M.; Jalba, A.C.

    2012-01-01

    Elastically deformable models have found applications in various areas ranging from mechanical sciences and engineering to computer graphics. The method of Finite Elements has been the tool of choice for solving the underlying PDE, when accuracy and stability of the computations are more important

  8. An object-oriented decomposition of the adaptive-hp finite element method

    Energy Technology Data Exchange (ETDEWEB)

    Wiley, J.C.

    1994-12-13

    Adaptive-hp methods are those which use a refinement control strategy driven by a local error estimate to locally modify the element size, h, and polynomial order, p. The result is an unstructured mesh in which each node may be associated with a different polynomial order and which generally require complex data structures to implement. Object-oriented design strategies and languages which support them, e.g., C++, help control the complexity of these methods. Here an overview of the major classes and class structure of an adaptive-hp finite element code is described. The essential finite element structure is described in terms of four areas of computation each with its own dynamic characteristics. Implications of converting the code for a distributed-memory parallel environment are also discussed.

  9. TITUS: a general finite element system

    International Nuclear Information System (INIS)

    Bougrelle, P.

    1983-01-01

    TITUS is a general finite element structural analysis system which performs linear/non-linear, static/dynamic analyses of heat-transfer/thermo-mechanical problems. One of the major features of TITUS is that it was designed by engineers, to address engineers in an industrial environment. This has resulted in an easy to use system, with a high-level free-formatted problem oriented language, a large selection of pre- and post processors and sophisticated graphic capabilities. TITUS has many references in civil, mechanical and nuclear engineering applications. The TITUS system is available on various types of machines, from large mainframes to mini computers

  10. An object-oriented class design for the generalized finite element method programming

    Directory of Open Access Journals (Sweden)

    Dorival Piedade Neto

    Full Text Available The Generalized Finite Element Method (GFEM is a numerical method based on the Finite Element Method (FEM, presenting as its main feature the possibility of improving the solution by means of local enrichment functions. In spite of its advantages, the method demands a complex data structure, which can be especially benefited by the Object-Oriented Programming (OOP. Even though the OOP for the traditional FEM has been extensively described in the technical literature, specific design issues related to the GFEM are yet little discussed and not clearly defined. In the present article it is described an Object-Oriented (OO class design for the GFEM, aiming to achieve a computational code that presents a flexible class structure, circumventing the difficulties associated to the method characteristics. The proposed design is evaluated by means of some numerical examples, computed using a code implemented in Python programming language.

  11. Three-dimensional photoacoustic tomography based on graphics-processing-unit-accelerated finite element method.

    Science.gov (United States)

    Peng, Kuan; He, Ling; Zhu, Ziqiang; Tang, Jingtian; Xiao, Jiaying

    2013-12-01

    Compared with commonly used analytical reconstruction methods, the frequency-domain finite element method (FEM) based approach has proven to be an accurate and flexible algorithm for photoacoustic tomography. However, the FEM-based algorithm is computationally demanding, especially for three-dimensional cases. To enhance the algorithm's efficiency, in this work a parallel computational strategy is implemented in the framework of the FEM-based reconstruction algorithm using a graphic-processing-unit parallel frame named the "compute unified device architecture." A series of simulation experiments is carried out to test the accuracy and accelerating effect of the improved method. The results obtained indicate that the parallel calculation does not change the accuracy of the reconstruction algorithm, while its computational cost is significantly reduced by a factor of 38.9 with a GTX 580 graphics card using the improved method.

  12. Development of Graphical User Interface for Finite Element Analysis of Static Loading of a Column using MATLAB

    Directory of Open Access Journals (Sweden)

    Moses Omolayo PETINRIN

    2010-12-01

    Full Text Available In this work, the capability of MATLAB software package to develop graphical user interface (GUI package was demonstrated. A GUI was successfully developed using MATLAB programming language to study the behaviour of a suspended column under uniaxial static loading by solving the numerical model created based on the finite element method (FEM. The comparison between the exact solution from previous researches and the numerical analysis showed good agreement. The column average strain, average stress and average load are equivalent but more accurate to the ones obtained when the whole column is taken as one element (two nodes for one dimensional linear finite element problem. It was established in this work that MATLAB is not only a software package for numerical computation but also for application development.

  13. Rigid body formulation in a finite element context with contact interaction

    Science.gov (United States)

    Refachinho de Campos, Paulo R.; Gay Neto, Alfredo

    2018-03-01

    The present work proposes a formulation to employ rigid bodies together with flexible bodies in the context of a nonlinear finite element solver, with contact interactions. Inertial contributions due to distribution of mass of a rigid body are fully developed, considering a general pole position associated with a single node, representing a rigid body element. Additionally, a mechanical constraint is proposed to connect a rigid region composed by several nodes, which is useful for linking rigid/flexible bodies in a finite element environment. Rodrigues rotation parameters are used to describe finite rotations, by an updated Lagrangian description. In addition, the contact formulation entitled master-surface to master-surface is employed in conjunction with the rigid body element and flexible bodies, aiming to consider their interaction in a rigid-flexible multibody environment. New surface parameterizations are presented to establish contact pairs, permitting pointwise interaction in a frictional scenario. Numerical examples are provided to show robustness and applicability of the methods.

  14. Finite element calculation of the interaction energy of shape memory alloy

    International Nuclear Information System (INIS)

    Yang, Seung Yong

    2004-01-01

    Strain energy due to the mechanical interaction between self-accommodation groups of martensitic phase transformation is called interaction energy. Evaluation of the interaction energy should be accurate since the energy appears in constitutive models for predicting the mechanical behavior of shape memory alloy. In this paper, the interaction energy is evaluated in terms of theoretical formulation and explicit finite element calculation. A simple example with two habit plane variants was considered. It was shown that the theoretical formulation assuming elastic interaction between the self-accommodation group and matrix gives larger interaction energy than explicit finite element calculation in which transformation softening is accounted for

  15. Hybrid Discrete Element - Finite Element Simulation for Railway Bridge-Track Interaction

    Science.gov (United States)

    Kaewunruen, S.; Mirza, O.

    2017-10-01

    At the transition zone or sometimes called ‘bridge end’ or ‘bridge approach’, the stiffness difference between plain track and track over bridge often causes aggravated impact loading due to uneven train movement onto the area. The differential track settlement over the transition has been a classical problem in railway networks, especially for the aging rail infrastructures around the world. This problem is also additionally worsened by the fact that the construction practice over the area is difficult, resulting in a poor compaction of formation and subgrade. This paper presents an advanced hybrid simulation using coupled discrete elements and finite elements to investigate dynamic interaction at the transition zone. The goal is to evaluate the dynamic stresses and to better understand the impact dynamics redistribution at the bridge end. An existing bridge ‘Salt Pan Creek Railway Bridge’, located between Revesby and Kingsgrove, has been chosen for detailed investigation. The Salt Pan Bridge currently demonstrates crushing of the ballast causing significant deformation and damage. Thus, it’s imperative to assess the behaviours of the ballast under dynamic loads. This can be achieved by modelling the nonlinear interactions between the steel rail and sleeper, and sleeper to ballast. The continuum solid elements of track components have been modelled using finite element approach, while the granular media (i.e. ballast) have been simulated by discrete element method. The hybrid DE/FE model demonstrates that ballast experiences significant stresses at the contacts between the sleeper and concrete section. These overburden stress exists in the regions below the outer rails, identify fouling and permanent deformation of the ballast.

  16. Programming the finite element method

    CERN Document Server

    Smith, I M; Margetts, L

    2013-01-01

    Many students, engineers, scientists and researchers have benefited from the practical, programming-oriented style of the previous editions of Programming the Finite Element Method, learning how to develop computer programs to solve specific engineering problems using the finite element method. This new fifth edition offers timely revisions that include programs and subroutine libraries fully updated to Fortran 2003, which are freely available online, and provides updated material on advances in parallel computing, thermal stress analysis, plasticity return algorithms, convection boundary c

  17. Sacroiliac joint stability: Finite element analysis of implant number, orientation, and superior implant length.

    Science.gov (United States)

    Lindsey, Derek P; Kiapour, Ali; Yerby, Scott A; Goel, Vijay K

    2018-03-18

    To analyze how various implants placement variables affect sacroiliac (SI) joint range of motion. An experimentally validated finite element model of the lumbar spine and pelvis was used to simulate a fusion of the SI joint using various placement configurations of triangular implants (iFuse Implant System ® ). Placement configurations were varied by changing implant orientation, superior implant length, and number of implants. The range of motion of the SI joint was calculated using a constant moment of 10 N-m with a follower load of 400 N. The changes in motion were compared between the treatment groups to assess how the different variables affected the overall motion of the SI joint. Transarticular placement of 3 implants with superior implants that end in the middle of the sacrum resulted in the greatest reduction in range of motion (flexion/extension = 73%, lateral bending = 42%, axial rotation = 72%). The range of motions of the SI joints were reduced with use of transarticular orientation (9%-18%) when compared with an inline orientation. The use of a superior implant that ended mid-sacrum resulted in median reductions of (8%-14%) when compared with a superior implant that ended in the middle of the ala. Reducing the number of implants, resulted in increased SI joint range of motions for the 1 and 2 implant models of 29%-133% and 2%-39%, respectively, when compared with the 3 implant model. Using a validated finite element model we demonstrated that placement of 3 implants across the SI joint using a transarticular orientation with superior implant reaching the sacral midline resulted in the most stable construct. Additional clinical studies may be required to confirm these results.

  18. VALIDATION OF CRACK INTERACTION LIMIT MODEL FOR PARALLEL EDGE CRACKS USING TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS

    Directory of Open Access Journals (Sweden)

    R. Daud

    2013-06-01

    Full Text Available Shielding interaction effects of two parallel edge cracks in finite thickness plates subjected to remote tension load is analyzed using a developed finite element analysis program. In the present study, the crack interaction limit is evaluated based on the fitness of service (FFS code, and focus is given to the weak crack interaction region as the crack interval exceeds the length of cracks (b > a. Crack interaction factors are evaluated based on stress intensity factors (SIFs for Mode I SIFs using a displacement extrapolation technique. Parametric studies involved a wide range of crack-to-width (0.05 ≤ a/W ≤ 0.5 and crack interval ratios (b/a > 1. For validation, crack interaction factors are compared with single edge crack SIFs as a state of zero interaction. Within the considered range of parameters, the proposed numerical evaluation used to predict the crack interaction factor reduces the error of existing analytical solution from 1.92% to 0.97% at higher a/W. In reference to FFS codes, the small discrepancy in the prediction of the crack interaction factor validates the reliability of the numerical model to predict crack interaction limits under shielding interaction effects. In conclusion, the numerical model gave a successful prediction in estimating the crack interaction limit, which can be used as a reference for the shielding orientation of other cracks.

  19. Finite element modeling of nonlinear piezoelectric energy harvesters with magnetic interaction

    International Nuclear Information System (INIS)

    Upadrashta, Deepesh; Yang, Yaowen

    2015-01-01

    Piezoelectric energy harvesting from ambient vibrations is a potential technology for powering wireless sensors and low power electronic devices. The conventional linear harvesters suffer from narrow operational bandwidth. Many attempts have been made especially using the magnetic interaction to broaden the bandwidth of harvesters. The finite element (FE) modeling has been used only for analyzing the linear harvesters in the literature. The main difficulties in extending the FE modeling to analyze the nonlinear harvesters involving magnetic interaction are developing the mesh needed for magnetic interaction in dynamic problems and the high demand on computational resource needed for solving the coupled electrical–mechanical–magnetic problem. In this paper, an innovative method is proposed to model the magnetic interaction without inclusion of the magnetic module. The magnetic force is modeled using the nonlinear spring element available in ANSYS finite element analysis (FEA) package, thus simplifying the simulation of nonlinear piezoelectric energy harvesters as an electromechanically coupled problem. Firstly, an FE model of a monostable nonlinear harvester with cantilever configuration is developed and the results are validated with predictions from the theoretical model. Later, the proposed technique of FE modeling is extended to a complex 2-degree of freedom nonlinear energy harvester for which an accurate analytical model is difficult to derive. The performance predictions from FEA are compared with the experimental results. It is concluded that the proposed modeling technique is able to accurately analyze the behavior of nonlinear harvesters with magnetic interaction. (paper)

  20. Finite element formulation for fluid-structure interaction in three-dimensional space

    International Nuclear Information System (INIS)

    Kulak, R.F.

    1979-01-01

    A development is presented for a three-dimension hexahedral hydrodynamic finite-element. Using trilinear shape functions and assuming a constant pressure field in each element, simple relations were obtained for internal nodal forces. Because the formulation was based upon a rate approach it was applicable to problems involving large displacements. This element was incorporated into an existing plate-shell finite element code. Diagonal mass matrices were used and the resulting discrete equations of motion were solved using explicit temporal integrator. Results for several problems were presented which compare numerical predictions to closed form analytical solutions. In addition, the fluid-structure interaction problem of a fluid-filled, cylindrical vessel containing internal cylinders was studied. The internal cylinders were cantilever supported from the top cover of the vessel and were periodically located circumferentially at a fixed radius. A pressurized cylindrical cavity located at the bottom of the vessel at its centerline provided the loading

  1. Advances in 3D electromagnetic finite element modeling

    International Nuclear Information System (INIS)

    Nelson, E.M.

    1997-01-01

    Numerous advances in electromagnetic finite element analysis (FEA) have been made in recent years. The maturity of frequency domain and eigenmode calculations, and the growth of time domain applications is briefly reviewed. A high accuracy 3D electromagnetic finite element field solver employing quadratic hexahedral elements and quadratic mixed-order one-form basis functions will also be described. The solver is based on an object-oriented C++ class library. Test cases demonstrate that frequency errors less than 10 ppm can be achieved using modest workstations, and that the solutions have no contamination from spurious modes. The role of differential geometry and geometrical physics in finite element analysis is also discussed

  2. Finite element analysis of a fluid-structure interaction in flexible pipe ...

    African Journals Online (AJOL)

    The obtained mathematical system is constituted of four non-linear hyperbolic partial differential equations describing the wave propagation in both pipe wall and liquid flow. The fluid-structure interaction is found to be governed by Poisson's ratio. In this steady finite element method based on Galerkin formulation is applied.

  3. High accuracy 3D electromagnetic finite element analysis

    International Nuclear Information System (INIS)

    Nelson, Eric M.

    1997-01-01

    A high accuracy 3D electromagnetic finite element field solver employing quadratic hexahedral elements and quadratic mixed-order one-form basis functions will be described. The solver is based on an object-oriented C++ class library. Test cases demonstrate that frequency errors less than 10 ppm can be achieved using modest workstations, and that the solutions have no contamination from spurious modes. The role of differential geometry and geometrical physics in finite element analysis will also be discussed

  4. High accuracy 3D electromagnetic finite element analysis

    International Nuclear Information System (INIS)

    Nelson, E.M.

    1996-01-01

    A high accuracy 3D electromagnetic finite element field solver employing quadratic hexahedral elements and quadratic mixed-order one-form basis functions will be described. The solver is based on an object-oriented C++ class library. Test cases demonstrate that frequency errors less than 10 ppm can be achieved using modest workstations, and that the solutions have no contamination from spurious modes. The role of differential geometry and geometrical physics in finite element analysis will also be discussed

  5. Finite Element Analysis of Dam-Reservoir Interaction Using High-Order Doubly Asymptotic Open Boundary

    Directory of Open Access Journals (Sweden)

    Yichao Gao

    2011-01-01

    Full Text Available The dam-reservoir system is divided into the near field modeled by the finite element method, and the far field modeled by the excellent high-order doubly asymptotic open boundary (DAOB. Direct and partitioned coupled methods are developed for the analysis of dam-reservoir system. In the direct coupled method, a symmetric monolithic governing equation is formulated by incorporating the DAOB with the finite element equation and solved using the standard time-integration methods. In contrast, the near-field finite element equation and the far-field DAOB condition are separately solved in the partitioned coupled methodm, and coupling is achieved by applying the interaction force on the truncated boundary. To improve its numerical stability and accuracy, an iteration strategy is employed to obtain the solution of each step. Both coupled methods are implemented on the open-source finite element code OpenSees. Numerical examples are employed to demonstrate the performance of these two proposed methods.

  6. Interactive and Animated Scalable Vector Graphics and R Data Displays

    Directory of Open Access Journals (Sweden)

    Deborah Nolan

    2012-01-01

    Full Text Available We describe an approach to creating interactive and animated graphical displays using R's graphics engine and Scalable Vector Graphics, an XML vocabulary for describing two-dimensional graphical displays. We use the svg( graphics device in R and then post-process the resulting XML documents. The post-processing identities the elements in the SVG that correspond to the different components of the graphical display, e.g., points, axes, labels, lines. One can then annotate these elements to add interactivity and animation effects. One can also use JavaScript to provide dynamic interactive effects to the plot, enabling rich user interactions and compelling visualizations. The resulting SVG documents can be embedded withinHTML documents and can involve JavaScript code that integrates the SVG and HTML objects. The functionality is provided via the SVGAnnotation package and makes static plots generated via R graphics functions available as stand-alone, interactive and animated plots for the Web and other venues.

  7. Finite element modeling of fluid/thermal/structural interaction for a gas-cooled fast reactor core

    International Nuclear Information System (INIS)

    Bennett, J.G.; Ju, F.D.

    1980-01-01

    Two nonlinear finite element formulations for application to a series of experiments in the Gas-Cooled Fast Reactor (GCFR) development program are described. An efficient beam column element for moderately large deformations is combined with a finite element developed for an engineering description of a convecting fluid. Typical results from both elements are illustrated. A combined application for a problem typical of the GCFR loss-of-coolant experiments is illustrated. These problems are not the usual fluid structural interaction problems in that the inertia coupling is negligible while the thermal coupling is very important

  8. Neurosurgery simulation using non-linear finite element modeling and haptic interaction

    Science.gov (United States)

    Lee, Huai-Ping; Audette, Michel; Joldes, Grand R.; Enquobahrie, Andinet

    2012-02-01

    Real-time surgical simulation is becoming an important component of surgical training. To meet the realtime requirement, however, the accuracy of the biomechancial modeling of soft tissue is often compromised due to computing resource constraints. Furthermore, haptic integration presents an additional challenge with its requirement for a high update rate. As a result, most real-time surgical simulation systems employ a linear elasticity model, simplified numerical methods such as the boundary element method or spring-particle systems, and coarse volumetric meshes. However, these systems are not clinically realistic. We present here an ongoing work aimed at developing an efficient and physically realistic neurosurgery simulator using a non-linear finite element method (FEM) with haptic interaction. Real-time finite element analysis is achieved by utilizing the total Lagrangian explicit dynamic (TLED) formulation and GPU acceleration of per-node and per-element operations. We employ a virtual coupling method for separating deformable body simulation and collision detection from haptic rendering, which needs to be updated at a much higher rate than the visual simulation. The system provides accurate biomechancial modeling of soft tissue while retaining a real-time performance with haptic interaction. However, our experiments showed that the stability of the simulator depends heavily on the material property of the tissue and the speed of colliding objects. Hence, additional efforts including dynamic relaxation are required to improve the stability of the system.

  9. Improving the performance of finite element simulations on the wheel–rail interaction by using a coupling strategy

    NARCIS (Netherlands)

    Ma, Y.; Markine, V.L.; Ahad Mashal, Abdul; Ren, Mingfa

    2018-01-01

    Over the past few years, a number of implicit/explicit finite element models have been introduced for the purpose of tackling the problems of wheel–rail interaction. Yet, most of those finite element models encounter common numerical difficulties. For instance, initial gaps/penetrations between two

  10. Three-dimensional geometric model of the middle segment of the thoracic spine based on graphical images for finite element analysis

    Directory of Open Access Journals (Sweden)

    Rozilene Maria Cota Aroeira

    2017-05-01

    Full Text Available Abstract Introduction: Biomedical studies involve complex anatomical structures, which require specific methodology to generate their geometric models. The middle segment of the thoracic spine (T5-T10 is the site of the highest incidence of vertebral deformity in adolescents. Traditionally, its geometries are derived from computed tomography or magnetic resonance imaging data. However, this approach may restrict certain studies. The study aimed to generate two 3D geometric model of the T5-T10 thoracic spine segment, obtained from graphical images, and to create mesh for finite element studies. Methods A 3D geometric model of T5-T10 was generated using two anatomical images of T6 vertebra (side and top. The geometric model was created in Autodesk® Maya® 3D 2013, and the mesh process in HiperMesh and MeshMixer (v11.0.544 Autodesk. Results The T5-T10 thoracic segment model is presented with its passive components, bones, intervertebral discs and flavum, intertransverse and supraspinous ligaments, in different views, as well as the volumetric mesh. Conclusion The 3D geometric model generated from graphical images is suitable for application in non-patient-specific finite element model studies or, with restrictions, in the use of computed tomography or magnetic resonance imaging. This model may be useful for biomechanical studies related to the middle thoracic spine, the most vulnerable site for vertebral deformations.

  11. Parallel Object-Oriented Computation Applied to a Finite Element Problem

    Directory of Open Access Journals (Sweden)

    Jon B. Weissman

    1993-01-01

    Full Text Available The conventional wisdom in the scientific computing community is that the best way to solve large-scale numerically intensive scientific problems on today's parallel MIMD computers is to use Fortran or C programmed in a data-parallel style using low-level message-passing primitives. This approach inevitably leads to nonportable codes and extensive development time, and restricts parallel programming to the domain of the expert programmer. We believe that these problems are not inherent to parallel computing but are the result of the programming tools used. We will show that comparable performance can be achieved with little effort if better tools that present higher level abstractions are used. The vehicle for our demonstration is a 2D electromagnetic finite element scattering code we have implemented in Mentat, an object-oriented parallel processing system. We briefly describe the application. Mentat, the implementation, and present performance results for both a Mentat and a hand-coded parallel Fortran version.

  12. High accuracy 3D electromagnetic finite element analysis

    International Nuclear Information System (INIS)

    Nelson, E.M.

    1997-01-01

    A high accuracy 3D electromagnetic finite element field solver employing quadratic hexahedral elements and quadratic mixed-order one-form basis functions will be described. The solver is based on an object-oriented C++ class library. Test cases demonstrate that frequency errors less than 10 ppm can be achieved using modest workstations, and that the solutions have no contamination from spurious modes. The role of differential geometry and geometrical physics in finite element analysis will also be discussed. copyright 1997 American Institute of Physics

  13. hpGEM -- A software framework for discontinuous Galerkin finite element methods

    NARCIS (Netherlands)

    Pesch, L.; Bell, A.; Sollie, W.E.H.; Ambati, V.R.; Bokhove, Onno; van der Vegt, Jacobus J.W.

    2006-01-01

    hpGEM, a novel framework for the implementation of discontinuous Galerkin finite element methods, is described. We present structures and methods that are common for many (discontinuous) finite element methods and show how we have implemented the components as an object-oriented framework. This

  14. Finite element modeling of piezoelectric elements with complex electrode configuration

    International Nuclear Information System (INIS)

    Paradies, R; Schläpfer, B

    2009-01-01

    It is well known that the material properties of piezoelectric materials strongly depend on the state of polarization of the individual element. While an unpolarized material exhibits mechanically isotropic material properties in the absence of global piezoelectric capabilities, the piezoelectric material properties become transversally isotropic with respect to the polarization direction after polarization. Therefore, for evaluating piezoelectric elements the material properties, including the coupling between the mechanical and the electromechanical behavior, should be addressed correctly. This is of special importance for the micromechanical description of piezoelectric elements with interdigitated electrodes (IDEs). The best known representatives of this group are active fiber composites (AFCs), macro fiber composites (MFCs) and the radial field diaphragm (RFD), respectively. While the material properties are available for a piezoelectric wafer with a homogeneous polarization perpendicular to its plane as postulated in the so-called uniform field model (UFM), the same information is missing for piezoelectric elements with more complex electrode configurations like the above-mentioned ones with IDEs. This is due to the inhomogeneous field distribution which does not automatically allow for the correct assignment of the material, i.e. orientation and property. A variation of the material orientation as well as the material properties can be accomplished by including the polarization process of the piezoelectric transducer in the finite element (FE) simulation prior to the actual load case to be investigated. A corresponding procedure is presented which automatically assigns the piezoelectric material properties, e.g. elasticity matrix, permittivity, and charge vector, for finite element models (FEMs) describing piezoelectric transducers according to the electric field distribution (field orientation and strength) in the structure. A corresponding code has been

  15. Graphics-oriented application language for LASNEX

    International Nuclear Information System (INIS)

    Stringer, L.M.

    1985-01-01

    GOAL, a graphics-oriented application language, was developed to help physicists understand the large amounts of data produced by LASNEX. GOAL combines many aspects of the old LASNEX language, computer graphics, and standard computer languages

  16. Mikado: A graphic program

    Science.gov (United States)

    Secretan, Y.

    A discussion of the modular program Mikado is presented. Mikado was developed with the goal of creating a flexible graphic tool to display and help analyze the results of finite element fluid flow computations. Mikado works on unstructured meshes, with elements of mixed geometric type, but also offers the possibility of using structured meshes. The program can be operated by both menu and mouse (interactive), or by command file (batch). Mikado is written in FORTRAN, except for a few system dependent subroutines which are in C. It runs presently on Silicon Graphics' workstations and could be easily ported to the IBM-RISC System/6000 family of workstations.

  17. A collocation--Galerkin finite element model of cardiac action potential propagation.

    Science.gov (United States)

    Rogers, J M; McCulloch, A D

    1994-08-01

    A new computational method was developed for modeling the effects of the geometric complexity, nonuniform muscle fiber orientation, and material inhomogeneity of the ventricular wall on cardiac impulse propagation. The method was used to solve a modification to the FitzHugh-Nagumo system of equations. The geometry, local muscle fiber orientation, and material parameters of the domain were defined using linear Lagrange or cubic Hermite finite element interpolation. Spatial variations of time-dependent excitation and recovery variables were approximated using cubic Hermite finite element interpolation, and the governing finite element equations were assembled using the collocation method. To overcome the deficiencies of conventional collocation methods on irregular domains, Galerkin equations for the no-flux boundary conditions were used instead of collocation equations for the boundary degrees-of-freedom. The resulting system was evolved using an adaptive Runge-Kutta method. Converged two-dimensional simulations of normal propagation showed that this method requires less CPU time than a traditional finite difference discretization. The model also reproduced several other physiologic phenomena known to be important in arrhythmogenesis including: Wenckebach periodicity, slowed propagation and unidirectional block due to wavefront curvature, reentry around a fixed obstacle, and spiral wave reentry. In a new result, we observed wavespeed variations and block due to nonuniform muscle fiber orientation. The findings suggest that the finite element method is suitable for studying normal and pathological cardiac activation and has significant advantages over existing techniques.

  18. A mixed finite element method for particle simulation in lasertron

    International Nuclear Information System (INIS)

    Le Meur, G.

    1987-03-01

    A particle simulation code is being developed with the aim to treat the motion of charged particles in electromagnetic devices, such as Lasertron. The paper describes the use of mixed finite element methods in computing the field components, without derivating them from scalar or vector potentials. Graphical results are shown

  19. A mixed finite element method for particle simulation in Lasertron

    International Nuclear Information System (INIS)

    Le Meur, G.

    1987-01-01

    A particle simulation code is being developed with the aim to treat the motion of charged particles in electromagnetic devices, such as Lasertron. The paper describes the use of mixed finite element methods in computing the field components, without derivating them from scalar or vector potentials. Graphical results are shown

  20. On Using Particle Finite Element for Hydrodynamics Problems Solving

    Directory of Open Access Journals (Sweden)

    E. V. Davidova

    2015-01-01

    Full Text Available The aim of the present research is to develop software for the Particle Finite Element Method (PFEM and its verification on the model problem of viscous incompressible flow simulation in a square cavity. The Lagrangian description of the medium motion is used: the nodes of the finite element mesh move together with the fluid that allows to consider them as particles of the medium. Mesh cells deform when in time-stepping procedure, so it is necessary to reconstruct the mesh to provide stability of the finite element numerical procedure.Meshing algorithm allows us to obtain the mesh, which satisfies the Delaunay criteria: it is called \\the possible triangles method". This algorithm is based on the well-known Fortune method of Voronoi diagram constructing for a certain set of points in the plane. The graphical representation of the possible triangles method is shown. It is suitable to use generalization of Delaunay triangulation in order to construct meshes with polygonal cells in case of multiple nodes close to be lying on the same circle.The viscous incompressible fluid flow is described by the Navier | Stokes equations and the mass conservation equation with certain initial and boundary conditions. A fractional steps method, which allows us to avoid non-physical oscillations of the pressure, provides the timestepping procedure. Using the finite element discretization and the Bubnov | Galerkin method allows us to carry out spatial discretization.For form functions calculation of finite element mesh with polygonal cells, \

  1. Three-dimensional finite element impact analysis of a nuclear waste truck cask

    International Nuclear Information System (INIS)

    Miller, J.D.

    1985-01-01

    This paper presents a three-dimensional finite element impact analysis of a hypothetical accident event for the preliminary design of a shipping cask which is used to transport radioactive waste by standard tractor-semitrailer truck. The nonlinear dynamic structural analysis code DYNA3D run on Sandia's Cray-1 computer was used to calculate the effects of the cask's closure-end impacting a rigid frictionless surface on an edge of its external impact limiter after a 30-foot fall. The center of gravity of the cask (made of 304 stainless steel and depleted uranium) was assumed to be directly above the impact point. An elastic-plastic material constitutive model was used to calculate the nonlinear response of the cask components to the transient loading. Interactive color graphics (PATRAN and MOVIE BYU) were used throughout the analysis, proving to be extremely helpful for generation and verification of the geometry and boundary conditions of the finite element model and for interpretation of the analysis results. Results from the calculations show the cask sustained large localized deformations. However, these were almost entirely confined to the impact limiters built into the cask. The closure sections were determined to remain intact, and leakage would not be expected after the event. As an example of a large three-dimensional finite element dynamic impact calculation, this analysis can serve as an excellent benchmark for computer aided design procedures

  2. Development of a partitioned finite volume-finite element fluid-structure interaction scheme for strongly-coupled problems

    CSIR Research Space (South Africa)

    Suliman, Ridhwaan

    2012-07-01

    Full Text Available -linear deformations are accounted for. As will be demonstrated, the finite volume approach exhibits similar disad- vantages to the linear Q4 finite element formulation when undergoing bending. An enhanced finite volume approach is discussed and compared with finite...

  3. STARS: An Integrated, Multidisciplinary, Finite-Element, Structural, Fluids, Aeroelastic, and Aeroservoelastic Analysis Computer Program

    Science.gov (United States)

    Gupta, K. K.

    1997-01-01

    A multidisciplinary, finite element-based, highly graphics-oriented, linear and nonlinear analysis capability that includes such disciplines as structures, heat transfer, linear aerodynamics, computational fluid dynamics, and controls engineering has been achieved by integrating several new modules in the original STARS (STructural Analysis RoutineS) computer program. Each individual analysis module is general-purpose in nature and is effectively integrated to yield aeroelastic and aeroservoelastic solutions of complex engineering problems. Examples of advanced NASA Dryden Flight Research Center projects analyzed by the code in recent years include the X-29A, F-18 High Alpha Research Vehicle/Thrust Vectoring Control System, B-52/Pegasus Generic Hypersonics, National AeroSpace Plane (NASP), SR-71/Hypersonic Launch Vehicle, and High Speed Civil Transport (HSCT) projects. Extensive graphics capabilities exist for convenient model development and postprocessing of analysis results. The program is written in modular form in standard FORTRAN language to run on a variety of computers, such as the IBM RISC/6000, SGI, DEC, Cray, and personal computer; associated graphics codes use OpenGL and IBM/graPHIGS language for color depiction. This program is available from COSMIC, the NASA agency for distribution of computer programs.

  4. Investigation on magnetic properties of orientated nanocomposite Pr2Fe14B/α-Fe permanent magnets by micromagnetic finite-element method

    International Nuclear Information System (INIS)

    He, Shu-li; Zhang, Hong-wei; Rong, Chuan-bing; Chen, Juan; Sun, Ji-rong; Shen, Bao-gen

    2012-01-01

    Demagnetization curves for nanocomposite Pr 2 Fe 14 B/α-Fe permanent magnets with different hard grain alignment are calculated by a micromagnetic finite-element method. The results show that both remanence and coercivity increase with improving hard grains alignment. The demagnetization curves show a single-phase demagnetization behavior for the samples with grain size d of 10 nm and two-phase behavior for the samples with d of 20 and 30 nm. H ex (reflecting the magnetic hardening of α-Fe) and H irr (expressing the irreversible reversal of hard phase) are both enhanced with improving the hard grain alignment. The magnetic reversal in orientated nanocomposite permanent magnets is mainly controlled by inhomogeneous pinning of the nucleated type. - Highlights: ► The magnetic properties of nanocomposite Pr 2 Fe 14 B/α-Fe permanent magnets with different hard grains alignment are investigated by micromagnetic finite-element method. ► The calculated results show that both remanence and coercivity increase with improving hard grains alignment. ► Highly ordered orientation of hard phase is the critical factor to improve the properties of nanocomposites.

  5. Basic Finite Element Method

    International Nuclear Information System (INIS)

    Lee, Byeong Hae

    1992-02-01

    This book gives descriptions of basic finite element method, which includes basic finite element method and data, black box, writing of data, definition of VECTOR, definition of matrix, matrix and multiplication of matrix, addition of matrix, and unit matrix, conception of hardness matrix like spring power and displacement, governed equation of an elastic body, finite element method, Fortran method and programming such as composition of computer, order of programming and data card and Fortran card, finite element program and application of nonelastic problem.

  6. Finite element simulation of texture evolution and Swift effect in NiAl under torsion

    Science.gov (United States)

    Böhlke, Thomas; Glüge, Rainer; Klöden, Burghardt; Skrotzki, Werner; Bertram, Albrecht

    2007-09-01

    The texture evolution and the Swift effect in NiAl under torsion at 727 °C are studied by finite element simulations for two different initial textures. The material behaviour is modelled by an elastic-viscoplastic Taylor model. In order to overcome the well-known shortcomings of Taylor's approach, the texture evolution is also investigated by a representative volume element (RVE) with periodic boundary conditions and a compatible microstructure at the opposite faces of the RVE. Such a representative volume element takes into account the grain morphology and the grain interaction. The numerical results are compared with experimental data. It is shown that the modelling of a finite element based RVE leads to a better prediction of the final textures. However, the texture evolution path is not accounted for correctly. The simulated Swift effect depends much more on the initial orientation distribution than observed in experiment. Deviations between simulation and experiment may be due to continuous dynamic recrystallization.

  7. Study on interaction between induced and natural fractures by extended finite element method

    Science.gov (United States)

    Xu, DanDan; Liu, ZhanLi; Zhuang, Zhuo; Zeng, QingLei; Wang, Tao

    2017-02-01

    Fracking is one of the kernel technologies in the remarkable shale gas revolution. The extended finite element method is used in this paper to numerically investigate the interaction between hydraulic and natural fractures, which is an important issue of the enigmatic fracture network formation in fracking. The criteria which control the opening of natural fracture and crossing of hydraulic fracture are tentatively presented. Influence factors on the interaction process are systematically analyzed, which include the approach angle, anisotropy of in-situ stress and fluid pressure profile.

  8. Finite element modeling of pellet-clad mechanical interaction with ABAQUS

    International Nuclear Information System (INIS)

    Cheon, C. S.; Lee, B. H.; Koo, Y. H.; Oh, J. Y.; Son, D. S.

    2002-01-01

    Pellet-clad mechanical interaction (PCMI) was modelled by an axisymmetric finite element method. Thermomechanical models of pellet and clad materials and a contact model for their interaction have been implemented in addition to the application of appropriate boundary conditions so that the FE model was configured. Temperature and displacement were evaluated through a coupled analysis using a general purposed FE code, ABAQUS. Also, a batch program has been developed to efficiently deal with a series of jobs such as making an interface with a fuel performance code, the generation of an input deck for ABAQUS code and its execution, and an interpretation of the output. Under various conditions, results from the present FE model were analyzed. Preliminary verification was conducted by comparing the clad elongation measured during an in-pile PCMI experiment with that calculated by means of the developed FE model

  9. GOMESH, Finite Elements Structure Plot with Triangular Mesh

    International Nuclear Information System (INIS)

    Draper, J.

    1977-01-01

    1 - Nature of the physical problem solved: Graphical representation of calculations on structures with finite subdivision. 2 - Method of solution: GOMESH treats meshes with triangular basic elements. The program uses the same punched cards as those required for the input to the 'STAG' series of stress analysis codes and can prepare three basic mesh diagrams which differ in their mode of numbering. One objective of using these diagrams is to show up errors in the card deck by making them visually recognisable. Furthermore, digital tests are made within the program to check that certain requirements have been observed in the production of the lattice. The program 'GOMESH', can provide, superimposed in the graphical representation, stress and temperature values in numerical form, can represent the displacement of the mesh before and after a specified irradiation time, and give the directions and sense of the principal stresses occurring in the individual elements, in the form of arrows of varying length

  10. A preliminary investigation of finite-element modeling for composite rotor blades

    Science.gov (United States)

    Lake, Renee C.; Nixon, Mark W.

    1988-01-01

    The results from an initial phase of an in-house study aimed at improving the dynamic and aerodynamic characteristics of composite rotor blades through the use of elastic couplings are presented. Large degree of freedom shell finite element models of an extension twist coupled composite tube were developed and analyzed using MSC/NASTRAN. An analysis employing a simplified beam finite element representation of the specimen with the equivalent engineering stiffness was additionally performed. Results from the shell finite element normal modes and frequency analysis were compared to those obtained experimentally, showing an agreement within 13 percent. There was appreciable degradation in the frequency prediction for the torsional mode, which is elastically coupled. This was due to the absence of off-diagonal coupling terms in the formulation of the equivalent engineering stiffness. Parametric studies of frequency variation due to small changes in ply orientation angle and ply thickness were also performed. Results showed linear frequency variations less than 2 percent per 1 degree variation in the ply orientation angle, and 1 percent per 0.0001 inch variation in the ply thickness.

  11. SLIC: an interactive mesh generator for finite element and finite difference application programs

    International Nuclear Information System (INIS)

    Gerhard, M.A.; Greenlaw, R.C.

    1979-01-01

    Computers with extended memory, such as the CDC STAR 100 and the CRAY 1 with mega-word capacities, are greatly enlarging the size of finite element problems which can be solved. The cost of developing and testing large meshes can be prohibitive unless one uses a computer program for mesh generation and plotting. SLIC is an interactive mesh program which builds and plots 2- and 3-D continuum meshes from interactive terminal or disc input. The user inputs coordinates for certain key points and enters commands which complete the description of the geometry. Entire surfaces and volumes are then generated from the geometric skeleton. SLIC allows the user to correct input errors and saves the corrected command list for later reuse. The mesh can be plotted on a video display at any stage of development to evaluate the work in progress. Output is in the form of an input file to a user-selected computer code. Among the available output types are ADINA, SAP4, and NIKE2D. 11 figures

  12. Co-simulation coupling spectral/finite elements for 3D soil/structure interaction problems

    Science.gov (United States)

    Zuchowski, Loïc; Brun, Michael; De Martin, Florent

    2018-05-01

    The coupling between an implicit finite elements (FE) code and an explicit spectral elements (SE) code has been explored for solving the elastic wave propagation in the case of soil/structure interaction problem. The coupling approach is based on domain decomposition methods in transient dynamics. The spatial coupling at the interface is managed by a standard coupling mortar approach, whereas the time integration is dealt with an hybrid asynchronous time integrator. An external coupling software, handling the interface problem, has been set up in order to couple the FE software Code_Aster with the SE software EFISPEC3D.

  13. PRIAM: A self consistent finite element code for particle simulation in electromagnetic fields

    International Nuclear Information System (INIS)

    Le Meur, G.; Touze, F.

    1990-06-01

    A 2 1/2 dimensional, relativistic particle simulation code is described. A short review of the used mixed finite element method is given. The treatment of the driving terms (charge and current densities), initial, boundary conditions are exposed. Graphical results are shown

  14. PROFESSIONALLY ORIENTED COURSE OF ENGINEERING-GRAPHICAL TRAINING

    Directory of Open Access Journals (Sweden)

    Olga V. Zhuykova

    2015-01-01

    Full Text Available The aim of the article is to present the results of managing the competence oriented self-directed student learning while studying graphical subjects at Kalashnikov Izhevsk State Technical University.Methods. The technology of self-directed engineering-graphical training of future bachelors based on the analysis of educational literature and teaching experience, providing individualization and professional education is suggested. The method of team expert appraisal was used at all stages of self-directed learning management. This method is one of main in qualimetry (the science concerned with assessing and evaluating the quality of any objects and processes; it permits to reveal the components of engineering-graphical competence, to establish the criteria and markers of determining the level of its development, to perform expert evaluation of student tasks and estimation procedures.Results. It has been established that the revitalization of student selfdirected learning owing to professional education and individualization permits to increase the level of student engineering-graphical competence development. Scientific novelty. The criteria evaluation procedures for determining the level of student engineering-graphical competence development in the process of their professional oriented self-directed learning while studying graphical subjects at a technical university are developed.Practical significance. The professional-focused educational trajectories of independent engineering-graphic preparation of students are designed and substantially filled in content. Such training is being realised at the present time at Kalashnikov Izhevsk State Technical University, major «Instrument Engineering». 

  15. Lagrangian finite element formulation for fluid-structure interaction and application

    International Nuclear Information System (INIS)

    Hautfenne, M.H.

    1983-01-01

    The aim of this communication is to present a new finite element software (FLUSTRU) for fluid-structure interaction in a lagrangian formulation. The stiffness and damping matrices of the fluid are computed from the governing laws of the medium: the fluid is supposed to be viscous and compressible (Stokes' equations). The main problem stated by the lagrangian formulation of the fluid is the presence of spurious free-vibration modes (zero energy modes) in the fluid. Those modes are generated by the particular form of the matrix. These spurious modes have been examined and two particular methods to eliminate them have been developed: industrial applications prove the efficiency of the proposed methods. (orig./GL)

  16. Generalized finite elements

    International Nuclear Information System (INIS)

    Wachspress, E.

    2009-01-01

    Triangles and rectangles are the ubiquitous elements in finite element studies. Only these elements admit polynomial basis functions. Rational functions provide a basis for elements having any number of straight and curved sides. Numerical complexities initially associated with rational bases precluded extensive use. Recent analysis has reduced these difficulties and programs have been written to illustrate effectiveness. Although incorporation in major finite element software requires considerable effort, there are advantages in some applications which warrant implementation. An outline of the basic theory and of recent innovations is presented here. (authors)

  17. A 3D analysis of reinforced concrete structures by the finite element method

    International Nuclear Information System (INIS)

    Claure, J.D.; Campos Filho, A.

    1995-01-01

    Fundamental features of a computational model, based on the finite element methods, for the analysis of concrete structure are presented. The study comprehends short and long-term loading situations, where creep and shrinkage in concrete are considered. The reinforcement is inserted in the finite element model using an embedded model. A smeared crack model is used for the concrete cracking, which considers the contribution of concrete between cracks and allows the closing the cracks closing. The computational code MPGS (Multi-Purpose Graphic System) is used, to make easy the analysis and interpretation of the numeric results. (author). 8 refs., 4 figs

  18. 2D and 3D finite element analysis of buffer-backfill interaction

    International Nuclear Information System (INIS)

    Leoni, M.

    2013-08-01

    Methods for backfilling and sealing of disposal tunnels in an underground repository for spent nuclear fuel are studied in cooperation between Finland (Posiva Oy) and Sweden (Svensk Kaernbraenslehantering AB, SKB) in 'BAckfilling and CLOsure of the deep repository' (Baclo) programme. Baclo phase III included modelling task force SP1: Finite element modelling of deformation of the backfill due to swelling of the buffer. The objective of the finite element modelling of the backfill was to study the interaction between the buffer and backfilling. The calculations aimed to find out how large deformations can happen in the buffer-backfill interface causing loosening of the buffer bentonite above the canister. The criterion used was that the saturated density of the buffer right above the canister should be higher than 1990 kg/m 3 . This report presents the results of finite element numerical analyses carried out by Wesi Geotecnica Srl. The modelling calculations were conducted with the so-called OL1-2 deposition tunnel geometry (Juvankoski 2009). Several parameters have been considered, varying from geometry variations to different mechanical constitutive models for different components of the model. In all analyses it has been assumed that the buffer material is fully saturated, thus exerting the isotropic swelling pressure estimated in the range 7 MPa .. 15 MPa, against a fully-dry backfill, which is no doubt the 'worst case scenario' with the highest risk to lead in decrease in dry density of the buffer. Friedland clay has been considered for backfill blocks and 30/70 mixture for foundation bed on which backfill blocks are installed. Preliminarily, finite element analyses have been performed with newly released PLAXIS 2D 2010 within the assumption of axial symmetry, the purpose of this first set of calculations being the evaluation of most relevant parameters influencing the deformations of buffer material. Hence, full 3D calculations have been performed with PLAXIS

  19. 3D CSEM inversion based on goal-oriented adaptive finite element method

    Science.gov (United States)

    Zhang, Y.; Key, K.

    2016-12-01

    We present a parallel 3D frequency domain controlled-source electromagnetic inversion code name MARE3DEM. Non-linear inversion of observed data is performed with the Occam variant of regularized Gauss-Newton optimization. The forward operator is based on the goal-oriented finite element method that efficiently calculates the responses and sensitivity kernels in parallel using a data decomposition scheme where independent modeling tasks contain different frequencies and subsets of the transmitters and receivers. To accommodate complex 3D conductivity variation with high flexibility and precision, we adopt the dual-grid approach where the forward mesh conforms to the inversion parameter grid and is adaptively refined until the forward solution converges to the desired accuracy. This dual-grid approach is memory efficient, since the inverse parameter grid remains independent from fine meshing generated around the transmitter and receivers by the adaptive finite element method. Besides, the unstructured inverse mesh efficiently handles multiple scale structures and allows for fine-scale model parameters within the region of interest. Our mesh generation engine keeps track of the refinement hierarchy so that the map of conductivity and sensitivity kernel between the forward and inverse mesh is retained. We employ the adjoint-reciprocity method to calculate the sensitivity kernels which establish a linear relationship between changes in the conductivity model and changes in the modeled responses. Our code uses a direcy solver for the linear systems, so the adjoint problem is efficiently computed by re-using the factorization from the primary problem. Further computational efficiency and scalability is obtained in the regularized Gauss-Newton portion of the inversion using parallel dense matrix-matrix multiplication and matrix factorization routines implemented with the ScaLAPACK library. We show the scalability, reliability and the potential of the algorithm to deal with

  20. Evaluation of crack interaction effect for in-plane surface cracks using elastic finite element analyses

    International Nuclear Information System (INIS)

    Huh, Nam Su; Choi, Suhn; Park, Keun Bae; Kim, Jong Min; Choi, Jae Boong; Kim, Young Jin

    2008-01-01

    The crack-tip stress fields and fracture mechanics assessment parameters, such as the elastic stress intensity factor and the elastic-plastic J-integral, for a surface crack can be significantly affected by adjacent cracks. Such a crack interaction effect due to multiple cracks can magnify the fracture mechanics assessment parameters. There are many factors to be considered, for instance the relative distance between adjacent cracks, crack shape and loading condition, to quantify a crack interaction effect on the fracture mechanics assessment parameters. Thus, the current guidance on a crack interaction effect (crack combination rule), including ASME Sec. XI, BS7910, British Energy R6 and API RP579, provide different rules for combining multiple surface cracks into a single surface crack. The present paper investigates a crack interaction effect by evaluating the elastic stress intensity factor of adjacent surface cracks in a plate along the crack front through detailed 3-dimensional elastic finite element analyses. The effects of the geometric parameters, the relative distance between cracks and the crack shape, on the stress intensity factor are systematically investigated. As for the loading condition, only axial tension is considered. Based on the elastic finite element results, the acceptability of the crack combination rules provided in the existing guidance was investigated, and the relevant recommendations on a crack interaction for in-plane surface cracks in a plate were discussed

  1. Applying DTI white matter orientations to finite element head models to examine diffuse TBI under high rotational accelerations.

    LENUS (Irish Health Repository)

    Colgan, Niall C

    2010-12-01

    The in-vivo mechanical response of neural tissue during impact loading of the head is simulated using geometrically accurate finite element (FE) head models. However, current FE models do not account for the anisotropic elastic material behaviour of brain tissue. In soft biological tissue, there is a correlation between internal microscopic structure and macroscopic mechanical properties. Therefore, constitutive equations are important for the numerical analysis of the soft biological tissues. By exploiting diffusion tensor techniques the anisotropic orientation of neural tissue is incorporated into a non-linear viscoelastic material model for brain tissue and implemented in an explicit FE analysis. The viscoelastic material parameters are derived from published data and the viscoelastic model is used to describe the mechanical response of brain tissue. The model is formulated in terms of a large strain viscoelastic framework and considers non-linear viscous deformations in combination with non-linear elastic behaviour. The constitutive model was applied in the University College Dublin brain trauma model (UCDBTM) (i.e. three-dimensional finite element head model) to predict the mechanical response of the intra-cranial contents due to rotational injury.

  2. Interaction Effect of Pressurized Lamination Pipe by using 2D Finite Element Analysis

    International Nuclear Information System (INIS)

    Razak, N; Sulaiman, A; Alang, N

    2012-01-01

    The availability of the multiple sites is often observed in pipeline and their interaction and coalescence may significantly affect their life. In this paper the finite element method has been used to study the effect of pressure defect on the stress field and their interaction in the interlaminar region. The effect of the crack size and the pressure defect will be investigated. The results are presented as the evolution of the stress field in the interlaminar region as a function of the pressure defect. It is observed that for two cracks with equal length, the pressure inside the lamination give greater value than those for unequal length

  3. Pellet Cladding Mechanical Interaction Modeling Using the Extended Finite Element Method

    Energy Technology Data Exchange (ETDEWEB)

    Spencer, Benjamin W.; Jiang, Wen; Dolbow, John E.; Peco, Christian

    2016-09-01

    As a brittle material, the ceramic UO2 used as light water reactor fuel experiences significant fracturing throughout its life, beginning with the first rise to power of fresh fuel. This has multiple effects on the thermal and mechanical response of the fuel/cladding system. One such effect that is particularly important is that when there is mechanical contact between the fuel and cladding, cracks that extending from the outer surface of the fuel into the volume of the fuel cause elevated stresses in the adjacent cladding, which can potentially lead to cladding failure. Modeling the thermal and mechanical response of the cladding in the vicinity of these surface-breaking cracks in the fuel can provide important insights into this behavior to help avoid operating conditions that could lead to cladding failure. Such modeling has traditionally been done in the context of finite-element-based fuel performance analysis by modifying the fuel mesh to introduce discrete cracks. While this approach is effective in capturing the important behavior at the fuel/cladding interface, there are multiple drawbacks to explicitly incorporating the cracks in the finite element mesh. Because the cracks are incorporated in the original mesh, the mesh must be modified for cracks of specified location and depth, so it is difficult to account for crack propagation and the formation of new cracks at other locations. The extended finite element method (XFEM) has emerged in recent years as a powerful method to represent arbitrary, evolving, discrete discontinuities within the context of the finite element method. Development work is underway by the authors to implement XFEM in the BISON fuel performance code, and this capability has previously been demonstrated in simulations of fracture propagation in ceramic nuclear fuel. These preliminary demonstrations have included only the fuel, and excluded the cladding for simplicity. This paper presents initial results of efforts to apply XFEM to

  4. A Prototype Lisp-Based Soft Real-Time Object-Oriented Graphical User Interface for Control System Development

    Science.gov (United States)

    Litt, Jonathan; Wong, Edmond; Simon, Donald L.

    1994-01-01

    A prototype Lisp-based soft real-time object-oriented Graphical User Interface for control system development is presented. The Graphical User Interface executes alongside a test system in laboratory conditions to permit observation of the closed loop operation through animation, graphics, and text. Since it must perform interactive graphics while updating the screen in real time, techniques are discussed which allow quick, efficient data processing and animation. Examples from an implementation are included to demonstrate some typical functionalities which allow the user to follow the control system's operation.

  5. Assessment of natural frequency of installed offshore wind turbines using nonlinear finite element model considering soil-monopile interaction

    Directory of Open Access Journals (Sweden)

    Djillali Amar Bouzid

    2018-04-01

    Full Text Available A nonlinear finite element model is developed to examine the lateral behaviors of monopiles, which support offshore wind turbines (OWTs chosen from five different offshore wind farms in Europe. The simulation is using this model to accurately estimate the natural frequency of these slender structures, as a function of the interaction of the foundations with the subsoil. After a brief introduction to the wind power energy as a reliable alternative in comparison to fossil fuel, the paper focuses on concept of natural frequency as a primary indicator in designing the foundations of OWTs. Then the range of natural frequencies is provided for a safe design purpose. Next, an analytical expression of an OWT natural frequency is presented as a function of soil-monopile interaction through monopile head springs characterized by lateral stiffness KL, rotational stiffness KR and cross-coupling stiffness KLR, of which the differences are discussed. The nonlinear pseudo three-dimensional finite element vertical slices model has been used to analyze the lateral behaviors of monopiles supporting the OWTs of different wind farm sites considered. Through the monopiles head movements (displacements and rotations, the values of KL, KR and KLR were obtained and substituted in the analytical expression of natural frequency for comparison. The comparison results between computed and measured natural frequencies showed an excellent agreement for most cases. This confirms the convenience of the finite element model used for the accurate estimation of the monopile head stiffness. Keywords: Nonlinear finite element analysis, Vertical slices model, Monopiles under horizontal loading, Natural frequency, Monopile head stiffness, Offshore wind turbines (OWTs

  6. Object-oriented graphics programming in C++

    CERN Document Server

    Stevens, Roger T

    2014-01-01

    Object-Oriented Graphics Programming in C++ provides programmers with the information needed to produce realistic pictures on a PC monitor screen.The book is comprised of 20 chapters that discuss the aspects of graphics programming in C++. The book starts with a short introduction discussing the purpose of the book. It also includes the basic concepts of programming in C++ and the basic hardware requirement. Subsequent chapters cover related topics in C++ programming such as the various display modes; displaying TGA files, and the vector class. The text also tackles subjects on the processing

  7. Lagrangian and Eulerian finite element techniques for transient fluid-structure interaction problems

    International Nuclear Information System (INIS)

    Donea, J.; Fasoli-Stella, P.; Giuliani, S.

    1977-01-01

    The basic finite element equations for transient compressible fluid flow are presented in a form that allows the elements to be moved with the fluid in normal Lagrangian fashion, to be held fixed in a Eulerian manner, or to be moved in some arbitrarily specified way. The co-existence of Lagrangian and Eulerian regions within the finite element mesh will permit to handle greater distortions in the fluid motion than would be allowed by a purely Lagrangian method, with more resolution than is afforded by a purely Eulerian method. To achieve a mixed formulation, the conservation statements of mass, momentum and energy are expressed in integral form over a reference volume whose surface may be moving with an arbitrarily prescribed velocity. Direct use can be made of the integral forms of the mass and energy equations to adjust the element density and specific internal energy. The Galerkin process is employed to formulate a variational statement associated with the momentum equation. The difficulties associated with the presence of convective terms in the conservation equations are handled by expressing transports of mass, momentum and energy terms of intermediate velocities derived at each cycle from the previous cycle velocities and accelerations. The hydrodynamic elements presented are triangles, quadrilaterals with constant pressure and density. The finite element equations associated with these elements are described in the necessary detail. Numerical results are presented based on purely Lagrangian, purely Eulerian and mixed formulations. Simple problems with analytic solution are solved first to show the validity and accuracy of the proposed mixed finite element formulation. Then, practical problems are illustrated in the field of fast reactor safety analysis

  8. Hualien forced vibration calculation with a finite element model

    International Nuclear Information System (INIS)

    Wang, F.; Gantenbein, F.; Nedelec, M.; Duretz, Ch.

    1995-01-01

    The forced vibration tests of the Hualien mock-up were useful to validate finite element models developed for soil-structure interaction. In this paper the two sets of tests with and without backfill were analysed. the methods used are based on finite element modeling for the soil. Two approaches were considered: calculation of soil impedance followed by the calculation of the transfer functions with a model taking into account the superstructure and the impedance; direct calculation of the soil-structure transfer functions, with the soil and the structure being represented in the same model by finite elements. Blind predictions and post-test calculations are presented and compared with the test results. (author). 4 refs., 8 figs., 2 tabs

  9. Multilayer Finite-Element Model Application to Define the Bearing Structure Element Stress State of Launch Complexes

    Directory of Open Access Journals (Sweden)

    V. A. Zverev

    2016-01-01

    Full Text Available The article objective is to justify the rationale for selecting the multilayer finite element model parameters of the bearing structure of a general-purpose launch complex unit.A typical design element of the launch complex unit, i.e. a mount of the hydraulic or pneumatic cylinder, block, etc. is under consideration. The mount represents a set of the cantilevered axis and external structural cage. The most loaded element of the cage is disk to which a moment is transferred from the cantilevered axis due to actuator effort acting on it.To calculate the stress-strain state of disk was used a finite element method. Five models of disk mount were created. The only difference in models was the number of layers of the finite elements through the thickness of disk. There were models, which had one, three, five, eight, and fourteen layers of finite elements through the thickness of disk. For each model, we calculated the equivalent stresses arising from the action of the test load. Disk models were formed and calculated using the MSC Nastran complex software.The article presents results in the table to show data of equivalent stresses in each of the multi-layered models and graphically to illustrate the changing equivalent stresses through the thickness of disk.Based on these results we have given advice on selecting the proper number of layers in the model allowing a desirable accuracy of results with the lowest run time. In addition, it is concluded that there is a need to use the multi-layer models in assessing the performance of structural elements in case the stress exceeds the allowable one in their surface layers.

  10. Massively Parallel Finite Element Programming

    KAUST Repository

    Heister, Timo; Kronbichler, Martin; Bangerth, Wolfgang

    2010-01-01

    Today's large finite element simulations require parallel algorithms to scale on clusters with thousands or tens of thousands of processor cores. We present data structures and algorithms to take advantage of the power of high performance computers in generic finite element codes. Existing generic finite element libraries often restrict the parallelization to parallel linear algebra routines. This is a limiting factor when solving on more than a few hundreds of cores. We describe routines for distributed storage of all major components coupled with efficient, scalable algorithms. We give an overview of our effort to enable the modern and generic finite element library deal.II to take advantage of the power of large clusters. In particular, we describe the construction of a distributed mesh and develop algorithms to fully parallelize the finite element calculation. Numerical results demonstrate good scalability. © 2010 Springer-Verlag.

  11. Massively Parallel Finite Element Programming

    KAUST Repository

    Heister, Timo

    2010-01-01

    Today\\'s large finite element simulations require parallel algorithms to scale on clusters with thousands or tens of thousands of processor cores. We present data structures and algorithms to take advantage of the power of high performance computers in generic finite element codes. Existing generic finite element libraries often restrict the parallelization to parallel linear algebra routines. This is a limiting factor when solving on more than a few hundreds of cores. We describe routines for distributed storage of all major components coupled with efficient, scalable algorithms. We give an overview of our effort to enable the modern and generic finite element library deal.II to take advantage of the power of large clusters. In particular, we describe the construction of a distributed mesh and develop algorithms to fully parallelize the finite element calculation. Numerical results demonstrate good scalability. © 2010 Springer-Verlag.

  12. The finite element method and applications in engineering using ANSYS

    CERN Document Server

    Madenci, Erdogan

    2015-01-01

    This textbook offers theoretical and practical knowledge of the finite element method. The book equips readers with the skills required to analyze engineering problems using ANSYS®, a commercially available FEA program. Revised and updated, this new edition presents the most current ANSYS® commands and ANSYS® screen shots, as well as modeling steps for each example problem. This self-contained, introductory text minimizes the need for additional reference material by covering both the fundamental topics in finite element methods and advanced topics concerning modeling and analysis. It focuses on the use of ANSYS® through both the Graphics User Interface (GUI) and the ANSYS® Parametric Design Language (APDL). Extensive examples from a range of engineering disciplines are presented in a straightforward, step-by-step fashion. Key topics include: • An introduction to FEM • Fundamentals and analysis capabilities of ANSYS® • Fundamentals of discretization and approximation functions • Modeling techniq...

  13. Finite element computational fluid mechanics

    International Nuclear Information System (INIS)

    Baker, A.J.

    1983-01-01

    This book analyzes finite element theory as applied to computational fluid mechanics. It includes a chapter on using the heat conduction equation to expose the essence of finite element theory, including higher-order accuracy and convergence in a common knowledge framework. Another chapter generalizes the algorithm to extend application to the nonlinearity of the Navier-Stokes equations. Other chapters are concerned with the analysis of a specific fluids mechanics problem class, including theory and applications. Some of the topics covered include finite element theory for linear mechanics; potential flow; weighted residuals/galerkin finite element theory; inviscid and convection dominated flows; boundary layers; parabolic three-dimensional flows; and viscous and rotational flows

  14. Integration of rocket turbine design and analysis through computer graphics

    Science.gov (United States)

    Hsu, Wayne; Boynton, Jim

    1988-01-01

    An interactive approach with engineering computer graphics is used to integrate the design and analysis processes of a rocket engine turbine into a progressive and iterative design procedure. The processes are interconnected through pre- and postprocessors. The graphics are used to generate the blade profiles, their stacking, finite element generation, and analysis presentation through color graphics. Steps of the design process discussed include pitch-line design, axisymmetric hub-to-tip meridional design, and quasi-three-dimensional analysis. The viscous two- and three-dimensional analysis codes are executed after acceptable designs are achieved and estimates of initial losses are confirmed.

  15. Finite-element simulation of blood perfusion in muscle tissue during compression and sustained contraction.

    Science.gov (United States)

    Vankan, W J; Huyghe, J M; Slaaf, D W; van Donkelaar, C C; Drost, M R; Janssen, J D; Huson, A

    1997-09-01

    Mechanical interaction between tissue stress and blood perfusion in skeletal muscles plays an important role in blood flow impediment during sustained contraction. The exact mechanism of this interaction is not clear, and experimental investigation of this mechanism is difficult. We developed a finite-element model of the mechanical behavior of blood-perfused muscle tissue, which accounts for mechanical blood-tissue interaction in maximally vasodilated vasculature. Verification of the model was performed by comparing finite-element results of blood pressure and flow with experimental measurements in a muscle that is subject to well-controlled mechanical loading conditions. In addition, we performed simulations of blood perfusion during tetanic, isometric contraction and maximal vasodilation in a simplified, two-dimensional finite-element model of a rat calf muscle. A vascular waterfall in the venous compartment was identified as the main cause for blood flow impediment both in the experiment and in the finite-element simulations. The validated finite-element model offers possibilities for detailed analysis of blood perfusion in three-dimensional muscle models under complicated loading conditions.

  16. A Posteriori Error Estimation for Finite Element Methods and Iterative Linear Solvers

    Energy Technology Data Exchange (ETDEWEB)

    Melboe, Hallgeir

    2001-10-01

    This thesis addresses a posteriori error estimation for finite element methods and iterative linear solvers. Adaptive finite element methods have gained a lot of popularity over the last decades due to their ability to produce accurate results with limited computer power. In these methods a posteriori error estimates play an essential role. Not only do they give information about how large the total error is, they also indicate which parts of the computational domain should be given a more sophisticated treatment in order to reduce the error. A posteriori error estimates are traditionally aimed at estimating the global error, but more recently so called goal oriented error estimators have been shown a lot of interest. The name reflects the fact that they estimate the error in user-defined local quantities. In this thesis the main focus is on global error estimators for highly stretched grids and goal oriented error estimators for flow problems on regular grids. Numerical methods for partial differential equations, such as finite element methods and other similar techniques, typically result in a linear system of equations that needs to be solved. Usually such systems are solved using some iterative procedure which due to a finite number of iterations introduces an additional error. Most such algorithms apply the residual in the stopping criterion, whereas the control of the actual error may be rather poor. A secondary focus in this thesis is on estimating the errors that are introduced during this last part of the solution procedure. The thesis contains new theoretical results regarding the behaviour of some well known, and a few new, a posteriori error estimators for finite element methods on anisotropic grids. Further, a goal oriented strategy for the computation of forces in flow problems is devised and investigated. Finally, an approach for estimating the actual errors associated with the iterative solution of linear systems of equations is suggested. (author)

  17. 3D reconstruction of bony elements of the knee joint and finite element analysis of total knee prosthesis obtained from the reconstructed model.

    Science.gov (United States)

    Djoudi, Farid

    2013-01-01

    Two separate themes are presented in this paper. The first theme is to present a graphical modeling approach of human anatomical structures namely, the femur and the tibia. The second theme involves making a finite element analysis of stresses, displacements and deformations in prosthetic implants (the femoral implant and the polyethylene insert). The graphical modeling approach comes in two parts. The first is the segmentation of MRI scanned images, retrieved in DICOM format for edge detection. In the second part, 3D-CAD models are generated from the results of the segmentation stage. The finite element analysis is done by first extracting the prosthetic implants from the reconstructed 3D-CAD model, then do a finite element analysis of these implants under objectively determined conditions such as; forces, allowed displacements, the materials composing implant, and the coefficient of friction. The objective of this work is to implement an interface for exchanging data between 2D MRI images obtained from a medical diagnosis of a patient and the 3D-CAD model used in various applications, such as; the extraction of the implants, stress analysis at the knee joint and can serve as an aid to surgery, also predict the behavior of the prosthetic implants vis-a-vis the forces acting on the knee joints.

  18. Graphics-processing-unit-accelerated finite-difference time-domain simulation of the interaction between ultrashort laser pulses and metal nanoparticles

    Science.gov (United States)

    Nikolskiy, V. P.; Stegailov, V. V.

    2018-01-01

    Metal nanoparticles (NPs) serve as important tools for many modern technologies. However, the proper microscopic models of the interaction between ultrashort laser pulses and metal NPs are currently not very well developed in many cases. One part of the problem is the description of the warm dense matter that is formed in NPs after intense irradiation. Another part of the problem is the description of the electromagnetic waves around NPs. Description of wave propagation requires the solution of Maxwell’s equations and the finite-difference time-domain (FDTD) method is the classic approach for solving them. There are many commercial and free implementations of FDTD, including the open source software that supports graphics processing unit (GPU) acceleration. In this report we present the results on the FDTD calculations for different cases of the interaction between ultrashort laser pulses and metal nanoparticles. Following our previous results, we analyze the efficiency of the GPU acceleration of the FDTD algorithm.

  19. Simulation of 3D parachute fluid–structure interaction based on nonlinear finite element method and preconditioning finite volume method

    Directory of Open Access Journals (Sweden)

    Fan Yuxin

    2014-12-01

    Full Text Available A fluid–structure interaction method combining a nonlinear finite element algorithm with a preconditioning finite volume method is proposed in this paper to simulate parachute transient dynamics. This method uses a three-dimensional membrane–cable fabric model to represent a parachute system at a highly folded configuration. The large shape change during parachute inflation is computed by the nonlinear Newton–Raphson iteration and the linear system equation is solved by the generalized minimal residual (GMRES method. A membrane wrinkling algorithm is also utilized to evaluate the special uniaxial tension state of membrane elements on the parachute canopy. In order to avoid large time expenses during structural nonlinear iteration, the implicit Hilber–Hughes–Taylor (HHT time integration method is employed. For the fluid dynamic simulations, the Roe and HLLC (Harten–Lax–van Leer contact scheme has been modified and extended to compute flow problems at all speeds. The lower–upper symmetric Gauss–Seidel (LU-SGS approximate factorization is applied to accelerate the numerical convergence speed. Finally, the test model of a highly folded C-9 parachute is simulated at a prescribed speed and the results show similar characteristics compared with experimental results and previous literature.

  20. Use of the finite element displacement method to solve solid-fluid interaction vibration problems

    International Nuclear Information System (INIS)

    Brown, S.J.; Hsu, K.H.

    1978-01-01

    It is shown through comparison to experimental, theoretical, and other finite element formulations that the finite element displacement method can solve accurately and economically a certain class of solid-fluid eigenvalue problems. The problems considered are small displacements in the absence of viscous damping and are 2-D and 3-D in nature. In this study the advantages of the finite element method (in particular the displacement formulation) is apparent in that a large structure consisting of the cylinders, support flanges, fluid, and other experimental boundaries could be modeled to yield good correlation to experimental data. The ability to handle large problems with standard structural programs is the key advantage of the displacement fluid method. The greatest obstacle is the inability of the analyst to inhibit those rotational degrees of freedom that are unnecessary to his fluid-structure vibration problem. With judicious use of element formulation, boundary conditions and modeling, the displacement finite element method can be successfully used to predict solid-fluid response to vibration and seismic loading

  1. Finite elements and approximation

    CERN Document Server

    Zienkiewicz, O C

    2006-01-01

    A powerful tool for the approximate solution of differential equations, the finite element is extensively used in industry and research. This book offers students of engineering and physics a comprehensive view of the principles involved, with numerous illustrative examples and exercises.Starting with continuum boundary value problems and the need for numerical discretization, the text examines finite difference methods, weighted residual methods in the context of continuous trial functions, and piecewise defined trial functions and the finite element method. Additional topics include higher o

  2. Non-Linear Three Dimensional Finite Elements for Composite Concrete Structures

    Directory of Open Access Journals (Sweden)

    O. Kohnehpooshi

    Full Text Available Abstract The current investigation focused on the development of effective and suitable modelling of reinforced concrete component with and without strengthening. The modelling includes physical and constitutive models. New interface elements have been developed, while modified constitutive law have been applied and new computational algorithm is utilised. The new elements are the Truss-link element to model the interaction between concrete and reinforcement bars, the interface element between two plate bending elements and the interface element to represent the interfacial behaviour between FRP, steel plates and concrete. Nonlinear finite-element (FE codes were developed with pre-processing. The programme was written using FORTRAN language. The accuracy and efficiency of the finite element programme were achieved by analyzing several examples from the literature. The application of the 3D FE code was further enhanced by carrying out the numerical analysis of the three dimensional finite element analysis of FRP strengthened RC beams, as well as the 3D non-linear finite element analysis of girder bridge. Acceptable distributions of slip, deflection, stresses in the concrete and FRP plate have also been found. These results show that the new elements are effective and appropriate to be used for structural component modelling.

  3. Finite element modeling of trolling-mode AFM.

    Science.gov (United States)

    Sajjadi, Mohammadreza; Pishkenari, Hossein Nejat; Vossoughi, Gholamreza

    2018-06-01

    Trolling mode atomic force microscopy (TR-AFM) has overcome many imaging problems in liquid environments by considerably reducing the liquid-resonator interaction forces. The finite element model of the TR-AFM resonator considering the effects of fluid and nanoneedle flexibility is presented in this research, for the first time. The model is verified by ABAQUS software. The effect of installation angle of the microbeam relative to the horizon and the effect of fluid on the system behavior are investigated. Using the finite element model, frequency response curve of the system is obtained and validated around the frequency of the operating mode by the available experimental results, in air and liquid. The changes in the natural frequencies in the presence of liquid are studied. The effects of tip-sample interaction on the excitation of higher order modes of the system are also investigated in air and liquid environments. Copyright © 2018 Elsevier B.V. All rights reserved.

  4. A first course in finite elements

    CERN Document Server

    Fish, Jacob

    2007-01-01

    Developed from the authors, combined total of 50 years undergraduate and graduate teaching experience, this book presents the finite element method formulated as a general-purpose numerical procedure for solving engineering problems governed by partial differential equations.  Focusing on the formulation and application of the finite element method through the integration of finite element theory, code development, and software application, the book is both introductory and self-contained, as well as being a hands-on experience for any student. This authoritative text on Finite Elements:Adopts

  5. Orientation-dependent crystal instability of gamma-TiAl in nanoindentation investigated by a multiscale interatomic potential finite-element model

    International Nuclear Information System (INIS)

    Xiong, Kai; Liu, Xiaohui; Gu, Jianfeng

    2014-01-01

    The anisotropic mechanical behavior of γ-TiAl alloys has been observed and repeatedly reported, but the effect of crystallographic orientations on the crystal instability of γ-TiAl is still unclear. In this paper, the orientation-dependent crystal instability of γ-TiAl single crystals was investigated by performing nanoindentation on different crystal surfaces. All the nanoindentations are simulated using an interatomic potential finite-element model (IPFEM). Simulation results show that the load–displacement curves, critical indentation depth and critical load for crystal instability as well as indentation modulus, are all associated with surface orientations. The active slip systems and the location of crystal instability in five typical nanoindentations are analyzed in detail, i.e. the (0 0 1), (1 0 0), (1 0 1), (1 1 0) and (1 1 1) crystal surfaces. The predicted crystal instability sites and the activated slipping systems in the IPFEM simulations are in good agreement with the dislocation nucleation in molecular dynamics simulations. (paper)

  6. Skull Defects in Finite Element Head Models for Source Reconstruction from Magnetoencephalography Signals

    Science.gov (United States)

    Lau, Stephan; Güllmar, Daniel; Flemming, Lars; Grayden, David B.; Cook, Mark J.; Wolters, Carsten H.; Haueisen, Jens

    2016-01-01

    Magnetoencephalography (MEG) signals are influenced by skull defects. However, there is a lack of evidence of this influence during source reconstruction. Our objectives are to characterize errors in source reconstruction from MEG signals due to ignoring skull defects and to assess the ability of an exact finite element head model to eliminate such errors. A detailed finite element model of the head of a rabbit used in a physical experiment was constructed from magnetic resonance and co-registered computer tomography imaging that differentiated nine tissue types. Sources of the MEG measurements above intact skull and above skull defects respectively were reconstructed using a finite element model with the intact skull and one incorporating the skull defects. The forward simulation of the MEG signals reproduced the experimentally observed characteristic magnitude and topography changes due to skull defects. Sources reconstructed from measured MEG signals above intact skull matched the known physical locations and orientations. Ignoring skull defects in the head model during reconstruction displaced sources under a skull defect away from that defect. Sources next to a defect were reoriented. When skull defects, with their physical conductivity, were incorporated in the head model, the location and orientation errors were mostly eliminated. The conductivity of the skull defect material non-uniformly modulated the influence on MEG signals. We propose concrete guidelines for taking into account conducting skull defects during MEG coil placement and modeling. Exact finite element head models can improve localization of brain function, specifically after surgery. PMID:27092044

  7. Thermo-mechanical interaction effects in foam cored sandwich panels-correlation between High-order models and Finite element analysis results

    DEFF Research Database (Denmark)

    Palleti, Hara Naga Krishna Teja; Santiuste, Carlos; Thomsen, Ole Thybo

    2010-01-01

    Thermo-mechanical interaction effects including thermal material degradation in polymer foam cored sandwich structures is investigated using the commercial Finite Element Analysis (FEA) package ABAQUS/Standard. Sandwich panels with different boundary conditions in the form of simply supported...

  8. An Object-Oriented Graphical User Interface for a Reusable Rocket Engine Intelligent Control System

    Science.gov (United States)

    Litt, Jonathan S.; Musgrave, Jeffrey L.; Guo, Ten-Huei; Paxson, Daniel E.; Wong, Edmond; Saus, Joseph R.; Merrill, Walter C.

    1994-01-01

    An intelligent control system for reusable rocket engines under development at NASA Lewis Research Center requires a graphical user interface to allow observation of the closed-loop system in operation. The simulation testbed consists of a real-time engine simulation computer, a controls computer, and several auxiliary computers for diagnostics and coordination. The system is set up so that the simulation computer could be replaced by the real engine and the change would be transparent to the control system. Because of the hard real-time requirement of the control computer, putting a graphical user interface on it was not an option. Thus, a separate computer used strictly for the graphical user interface was warranted. An object-oriented LISP-based graphical user interface has been developed on a Texas Instruments Explorer 2+ to indicate the condition of the engine to the observer through plots, animation, interactive graphics, and text.

  9. Finite element analysis of reticulated ceramics under compression

    International Nuclear Information System (INIS)

    D’Angelo, Claudio; Ortona, Alberto; Colombo, Paolo

    2012-01-01

    Graphical abstract: - Abstract: This paper shows how finite element analysis can be used to study the effect of the morphological features of reticulated ceramics on their mechanical properties under compression. Quantitative morphological data, obtained by X-ray computed tomography (XCT) for a commercially available Si–SiC foam produced by the replica method, have been linked to a set of computer generated cells in which one morphological parameter was varied at a time. The findings indicate how the modification of some morphological features, which depend on the careful selection of appropriate and specific processing parameters, would enable the production of ceramic foams possessing higher strength for a given total porosity value.

  10. Modelling optimization involving different types of elements in finite element analysis

    International Nuclear Information System (INIS)

    Wai, C M; Rivai, Ahmad; Bapokutty, Omar

    2013-01-01

    Finite elements are used to express the mechanical behaviour of a structure in finite element analysis. Therefore, the selection of the elements determines the quality of the analysis. The aim of this paper is to compare and contrast 1D element, 2D element, and 3D element used in finite element analysis. A simple case study was carried out on a standard W460x74 I-beam. The I-beam was modelled and analyzed statically with 1D elements, 2D elements and 3D elements. The results for the three separate finite element models were compared in terms of stresses, deformation and displacement of the I-beam. All three finite element models yield satisfactory results with acceptable errors. The advantages and limitations of these elements are discussed. 1D elements offer simplicity although lacking in their ability to model complicated geometry. 2D elements and 3D elements provide more detail yet sophisticated results which require more time and computer memory in the modelling process. It is also found that the choice of element in finite element analysis is influence by a few factors such as the geometry of the structure, desired analysis results, and the capability of the computer

  11. Finite element analysis of inelastic structural behavior

    International Nuclear Information System (INIS)

    Argyris, J.H.; Szimmat, J.; Willam, K.J.

    1977-01-01

    The paper describes recent achievements in the finite element analysis of inelastic material behavior. The main purpose is to examine the interaction of three disciplines; (i) the finite element formulation of large deformation problems in the light of a systematic linearization, (ii) the constitutive modelling of inelastic processes in the rate-dependent and rate-independent response regime and (iii) the numerical solution of nonlinear rate problems via incremental iteration techniques. In the first part, alternative finite element models are developed for the idealization of large deformation problems. A systematic approach is presented to linearize the field equations locally by an incremental procedure. The finite element formulation is then examined for the description of inelastic material processes. In the second part, nonlinear and inelastic material phenomena are classified and illustrated with representative examples of concrete and metal components. In particular, rate-dependent and rate-independent material behavior is examined and representative constitutive models are assessed for their mathematical characterization. Hypoelastic, elastoplastic and endochronic models are compared for the description rate-independent material phenomena. In the third part, the numerial solution of inelastic structural behavior is discussed. In this context, several incremental techniques are developed and compared for tracing the evolution of the inelastic process. The numerical procedures are examined with regard to stability and accuracy to assess the overall efficiency. The 'optimal' incremental technique is then contrasted with the computer storage requirements to retain the data for the 'memory-characteristics' of the constitutive model

  12. Cyrus Levinthal, the Kluge and the origins of interactive molecular graphics.

    Science.gov (United States)

    Francoeur, Eric

    2002-12-01

    In the mid-1960s, a group of scientists at Massachusetts Institute of Technology, led by Cyrus Levinthal, took hold of one of the early interactive graphics terminals and used it to visualize, study and model the structure of proteins and nucleic acids. From this encounter between cutting-edge computer technology and molecular biology emerged the crucial elements for the development of a research-technology field known today as interactive molecular graphics. The following account is not only about how computer graphics technology has literally changed the way scientists view the molecular realm, but also a look at how an epistemic and institutional space was created to integrate this technology into scientific research.

  13. LOOM-P: a finite element mesh generation program with on-line graphic display

    International Nuclear Information System (INIS)

    Ise, Takeharu; Yamazaki, Toshio.

    1977-06-01

    A description of the two-dimensional mesh generation program, LOOM-P, is given in detail. The program is developed newly to produce a mesh network for a reactor core geometry with the help of an automatic mesh generation routine built in it, under the control of the refresh-type graphic display. It is therefore similar to the edit program of the self-organizing mesh generator, QMESH-RENUM. Additional techniques are incorporated to improve the pattern of mesh elements by means of on-line conversational mode. The obtained mesh network is edited out as input data to the three-dimensional neutron diffusion theory code, FEM-BABEL. (auth.)

  14. Two-dimensional finite element heat transfer model of softwood. Part II, Macrostructural effects

    Science.gov (United States)

    Hongmei Gu; John F. Hunt

    2006-01-01

    A two-dimensional finite element model was used to study the effects of structural features on transient heat transfer in softwood lumber with various orientations. Transient core temperature was modeled for lumber samples “cut” from various locations within a simulated log. The effects of ring orientation, earlywood to latewood (E/L) ratio, and ring density were...

  15. Three dimensional finite element linear analysis of reinforced concrete structures

    International Nuclear Information System (INIS)

    Inbasakaran, M.; Pandarinathan, V.G.; Krishnamoorthy, C.S.

    1979-01-01

    A twenty noded isoparametric reinforced concrete solid element for the three dimensional linear elastic stress analysis of reinforced concrete structures is presented. The reinforcement is directly included as an integral part of the element thus facilitating discretization of the structure independent of the orientation of reinforcement. Concrete stiffness is evaluated by taking 3 x 3 x 3 Gauss integration rule and steel stiffness is evaluated numerically by considering three Gaussian points along the length of reinforcement. The numerical integration for steel stiffness necessiates the conversion of global coordiantes of the Gaussian points to nondimensional local coordinates and this is done by Newton Raphson iterative method. Subroutines for the above formulation have been developed and added to SAP and STAP routines for solving the examples. The validity of the reinforced concrete element is verified by comparison of results from finite element analysis and analytical results. It is concluded that this finite element model provides a valuable analytical tool for the three dimensional elastic stress analysis of concrete structures like beams curved in plan and nuclear containment vessels. (orig.)

  16. Soil-structure interaction analysis by finite element methods - state-of-the-art

    International Nuclear Information System (INIS)

    Seed, H.B.; Lysmer, J.

    1977-01-01

    Analyses of soil-structure interaction effects during earthquakes for nuclear power plant structures are usually made by one of two methods-either by means of an idealized complete interaction analysis involving consideration of a compatible variation of motion in the structure and the adjacent soil, or by means of an inertial interaction analysis in which the motions in the adjacent soil are assumed to be the same at all points above the foundation depth. For embedded structures, consideration of the variation of motions with depth is essential if adequate evaluations of soil and structural response are to be obtained without undue conservatism. The finite element analysis procedure is particularly well suited for evaluating the response of embedded structures since it can readily provide consideration of the variation of soil characteristics with depth, the different non-linear deformation and energy absorbing capacities of the various soil strata, the variation of motions with depth in accordance with the general principles of engineering mechanics, the three-dimensional nature of the problem and the effects of adjacent structures on each other. (Auth.)

  17. Nonlinear Legendre Spectral Finite Elements for Wind Turbine Blade Dynamics: Preprint

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Q.; Sprague, M. A.; Jonkman, J.; Johnson, N.

    2014-01-01

    This paper presents a numerical implementation and examination of new wind turbine blade finite element model based on Geometrically Exact Beam Theory (GEBT) and a high-order spectral finite element method. The displacement-based GEBT is presented, which includes the coupling effects that exist in composite structures and geometric nonlinearity. Legendre spectral finite elements (LSFEs) are high-order finite elements with nodes located at the Gauss-Legendre-Lobatto points. LSFEs can be an order of magnitude more efficient that low-order finite elements for a given accuracy level. Interpolation of the three-dimensional rotation, a major technical barrier in large-deformation simulation, is discussed in the context of LSFEs. It is shown, by numerical example, that the high-order LSFEs, where weak forms are evaluated with nodal quadrature, do not suffer from a drawback that exists in low-order finite elements where the tangent-stiffness matrix is calculated at the Gauss points. Finally, the new LSFE code is implemented in the new FAST Modularization Framework for dynamic simulation of highly flexible composite-material wind turbine blades. The framework allows for fully interactive simulations of turbine blades in operating conditions. Numerical examples showing validation and LSFE performance will be provided in the final paper.

  18. Investigations on Actuator Dynamics through Theoretical and Finite Element Approach

    Directory of Open Access Journals (Sweden)

    Somashekhar S. Hiremath

    2010-01-01

    Full Text Available This paper gives a new approach for modeling the fluid-structure interaction of servovalve component-actuator. The analyzed valve is a precision flow control valve-jet pipe electrohydraulic servovalve. The positioning of an actuator depends upon the flow rate from control ports, in turn depends on the spool position. Theoretical investigation is made for No-load condition and Load condition for an actuator. These are used in finite element modeling of an actuator. The fluid-structure-interaction (FSI is established between the piston and the fluid cavities at the piston end. The fluid cavities were modeled with special purpose hydrostatic fluid elements while the piston is modeled with brick elements. The finite element method is used to simulate the variation of cavity pressure, cavity volume, mass flow rate, and the actuator velocity. The finite element analysis is extended to study the system's linearized response to harmonic excitation using direct solution steady-state dynamics. It was observed from the analysis that the natural frequency of the actuator depends upon the position of the piston in the cylinder. This is a close match with theoretical and simulation results. The effect of bulk modulus is also presented in the paper.

  19. Non-linear finite element modeling

    DEFF Research Database (Denmark)

    Mikkelsen, Lars Pilgaard

    The note is written for courses in "Non-linear finite element method". The note has been used by the author teaching non-linear finite element modeling at Civil Engineering at Aalborg University, Computational Mechanics at Aalborg University Esbjerg, Structural Engineering at the University...

  20. Structural modeling techniques by finite element method

    International Nuclear Information System (INIS)

    Kang, Yeong Jin; Kim, Geung Hwan; Ju, Gwan Jeong

    1991-01-01

    This book includes introduction table of contents chapter 1 finite element idealization introduction summary of the finite element method equilibrium and compatibility in the finite element solution degrees of freedom symmetry and anti symmetry modeling guidelines local analysis example references chapter 2 static analysis structural geometry finite element models analysis procedure modeling guidelines references chapter 3 dynamic analysis models for dynamic analysis dynamic analysis procedures modeling guidelines and modeling guidelines.

  1. Orientation-dependent interaction between Drosophila insulators is a property of this class of regulatory elements.

    Science.gov (United States)

    Kyrchanova, Olga; Chetverina, Darya; Maksimenko, Oksana; Kullyev, Andrey; Georgiev, Pavel

    2008-12-01

    Insulators are defined as a class of regulatory elements that delimit independent transcriptional domains within eukaryotic genomes. According to previous data, an interaction (pairing) between some Drosophila insulators can support distant activation of a promoter by an enhancer. Here, we have demonstrated that pairs of well-studied insulators such as scs-scs, scs'-scs', 1A2-1A2 and Wari-Wari support distant activation of the white promoter by the yeast GAL4 activator in an orientation-dependent manner. The same is true for the efficiency of the enhancer that stimulates white expression in the eyes. In all insulator pairs tested, stimulation of the white gene was stronger when insulators were inserted between the eye enhancer or GAL4 and the white promoter in opposite orientations relative to each other. As shown previously, Zw5, Su(Hw) and dCTCF proteins are required for the functioning of different insulators that do not interact with each other. Here, strong functional interactions have been revealed between DNA fragments containing binding sites for either Zw5 or Su(Hw) or dCTCF protein but not between heterologous binding sites [Zw5-Su(Hw), dCTCF-Su(Hw), or dCTCF-Zw5]. These results suggest that insulator proteins can support selective interactions between distant regulatory elements.

  2. A combined multibody and finite element approach for dynamic interaction analysis of high-speed train and railway structure including post-derailment behavior during an earthquake

    International Nuclear Information System (INIS)

    Tanabe, M; Wakui, H; Sogabe, M; Matsumoto, N; Tanabe, Y

    2010-01-01

    A combined multibody and finite element approach is given to solve the dynamic interaction of a Shinkansen train (high-speed train in Japan) and the railway structure including post-derailment during an earthquake effectively. The motion of the train is expressed in multibody dynamics. Efficient mechanical models to express interactions between wheel and track structure including post-derailment are given. Rail and track elements expressed in multibody dynamics and FEM are given to solve contact problems between wheel and long railway components effectively. The motion of a railway structure is modeled with various finite elements and rail and track elements. The computer program has been developed for the dynamic interaction analysis of a Shinkansen train and railway structure including post derailment during an earthquake. Numerical examples are demonstrated.

  3. HYFRAC3D, 3-D Hydraulic Rock Fracture Propagation by Finite Element Method

    International Nuclear Information System (INIS)

    Advani, S.H.; Lee, J.K.; Lee, T.S.

    2001-01-01

    1 - Description of program or function: HYFRAC3D is a finite element program for simulation of three-dimensional fracture geometries with a two-dimensional planar solution. The model predicts the height, width and wing length over time for a hydraulic fracture propagating in a multi-layered system of rock with variable fluid flow and rock mechanics properties. 2 - Method of solution: The program uses the finite element Method of solution. A backward difference scheme is used by taking the weight functions on the time axis. This implicit time matching scheme requires iteration since the fracture configuration at time t+dt is not known. 3 - Restrictions on the complexity of the problem: Graphics output is not available and program is limited to fracture propagation in a single plane without proppant transport

  4. Element-topology-independent preconditioners for parallel finite element computations

    Science.gov (United States)

    Park, K. C.; Alexander, Scott

    1992-01-01

    A family of preconditioners for the solution of finite element equations are presented, which are element-topology independent and thus can be applicable to element order-free parallel computations. A key feature of the present preconditioners is the repeated use of element connectivity matrices and their left and right inverses. The properties and performance of the present preconditioners are demonstrated via beam and two-dimensional finite element matrices for implicit time integration computations.

  5. Finite element simulations with ANSYS workbench 17 theory, applications, case studies

    CERN Document Server

    Lee, Huei-Huang

    2017-01-01

    Finite Element Simulations with ANSYS Workbench 17 is a comprehensive and easy to understand workbook. Printed in full color, it utilizes rich graphics and step-by-step instructions to guide you through learning how to perform finite element simulations using ANSYS Workbench. Twenty seven real world case studies are used throughout the book. Many of these case studies are industrial or research projects that you build from scratch. Prebuilt project files are available for download should you run into any problems. Companion videos, that demonstrate exactly how to perform each tutorial, are also available. Relevant background knowledge is reviewed whenever necessary. To be efficient, the review is conceptual rather than mathematical. Key concepts are inserted whenever appropriate and summarized at the end of each chapter. Additional exercises or extension research problems are provided as homework at the end of each chapter. A learning approach emphasizing hands-on experiences spreads though this entire boo...

  6. Finite element simulations with ANSYS Workbench 18 theory, applications, case studies

    CERN Document Server

    Lee,\tHuei-huang

    2018-01-01

    Finite Element Simulations with ANSYS Workbench 18 is a comprehensive and easy to understand workbook. Printed in full color, it utilizes rich graphics and step-by-step instructions to guide you through learning how to perform finite element simulations using ANSYS Workbench. Twenty seven real world case studies are used throughout the book. Many of these case studies are industrial or research projects that you build from scratch. Prebuilt project files are available for download should you run into any problems. Companion videos, that demonstrate exactly how to perform each tutorial, are also available. Relevant background knowledge is reviewed whenever necessary. To be efficient, the review is conceptual rather than mathematical. Key concepts are inserted whenever appropriate and summarized at the end of each chapter. Additional exercises or extension research problems are provided as homework at the end of each chapter. A learning approach emphasizing hands-on experiences is utilized though this entire...

  7. Multicolor Graphic Picture With Original Ring Raster Element

    Directory of Open Access Journals (Sweden)

    Jana Ziljak Vujic

    2006-12-01

    Full Text Available This paper deals with graphics and color rastering using new raster forms as well as raster combinations in vector anda pixel graphics, with combining both graphics in the same document. The unwanted increase or decrease of color coverage depends most of all on the fringe volume length bordering the raster element. The idea of this research work is to find a form alters in the least extent the raster element fringe volume in respect to its increase or decrease. The innovation in this research work is not only in the fact that the raster element's volume is altered in the minimal degree, but also that it does not change at all with the covering capacity increase or decrease. The solution led in the direction of creating such a raster element that has at least two independent shells where one increases in size together with the raster element increase, and the other one decreases when the raster element size increases. We have named this raster form as the ring form due to its similarity with a classical smooth ring.

  8. Probabilistic finite elements

    Science.gov (United States)

    Belytschko, Ted; Wing, Kam Liu

    1987-01-01

    In the Probabilistic Finite Element Method (PFEM), finite element methods have been efficiently combined with second-order perturbation techniques to provide an effective method for informing the designer of the range of response which is likely in a given problem. The designer must provide as input the statistical character of the input variables, such as yield strength, load magnitude, and Young's modulus, by specifying their mean values and their variances. The output then consists of the mean response and the variance in the response. Thus the designer is given a much broader picture of the predicted performance than with simply a single response curve. These methods are applicable to a wide class of problems, provided that the scale of randomness is not too large and the probabilistic density functions possess decaying tails. By incorporating the computational techniques we have developed in the past 3 years for efficiency, the probabilistic finite element methods are capable of handling large systems with many sources of uncertainties. Sample results for an elastic-plastic ten-bar structure and an elastic-plastic plane continuum with a circular hole subject to cyclic loadings with the yield stress on the random field are given.

  9. Finite element and finite difference methods in electromagnetic scattering

    CERN Document Server

    Morgan, MA

    2013-01-01

    This second volume in the Progress in Electromagnetic Research series examines recent advances in computational electromagnetics, with emphasis on scattering, as brought about by new formulations and algorithms which use finite element or finite difference techniques. Containing contributions by some of the world's leading experts, the papers thoroughly review and analyze this rapidly evolving area of computational electromagnetics. Covering topics ranging from the new finite-element based formulation for representing time-harmonic vector fields in 3-D inhomogeneous media using two coupled sca

  10. An object-oriented 3D nodal finite element solver for neutron transport calculations in the Descartes project

    Energy Technology Data Exchange (ETDEWEB)

    Akherraz, B.; Lautard, J.J. [CEA Saclay, Dept. Modelisation de Systemes et Structures, Serv. d' Etudes des Reacteurs et de Modelisation Avancee (DMSS/SERMA), 91 - Gif sur Yvette (France); Erhard, P. [Electricite de France (EDF), Dir. de Recherche et Developpement, Dept. Sinetics, 92 - Clamart (France)

    2003-07-01

    In this paper we present two applications of the Nodal finite elements developed by Hennart and del Valle, first to three-dimensional Cartesian meshes and then to two-dimensional Hexagonal meshes. This work has been achieved within the framework of the DESCARTES project, which is a co-development effort by the 'Commissariat a l'Energie Atomique' (CEA) and 'Electricite de France' (EDF) for the development of a toolbox for reactor core calculations based on object oriented programming. The general structure of this project is based on the object oriented method. By using a mapping technique proposed in Schneider's thesis and del Valle, Mund, we show how this structuration allows us an easy implementation of the hexagonal case from the Cartesian case. The main attractiveness of this methodology is the possibility of a pin-by-pin representation by division of each lozenge into smaller ones. Furthermore, we will explore the use of non structured quadrangles to treat the circular geometry within a hexagon. It remains nevertheless, in the hexagonal case, the implementation of the acceleration of the internal iterations by the DSA (Diffusion Synthetic Acceleration) or the TSA. (authors)

  11. A parallel finite element procedure for contact-impact problems using edge-based smooth triangular element and GPU

    Science.gov (United States)

    Cai, Yong; Cui, Xiangyang; Li, Guangyao; Liu, Wenyang

    2018-04-01

    The edge-smooth finite element method (ES-FEM) can improve the computational accuracy of triangular shell elements and the mesh partition efficiency of complex models. In this paper, an approach is developed to perform explicit finite element simulations of contact-impact problems with a graphical processing unit (GPU) using a special edge-smooth triangular shell element based on ES-FEM. Of critical importance for this problem is achieving finer-grained parallelism to enable efficient data loading and to minimize communication between the device and host. Four kinds of parallel strategies are then developed to efficiently solve these ES-FEM based shell element formulas, and various optimization methods are adopted to ensure aligned memory access. Special focus is dedicated to developing an approach for the parallel construction of edge systems. A parallel hierarchy-territory contact-searching algorithm (HITA) and a parallel penalty function calculation method are embedded in this parallel explicit algorithm. Finally, the program flow is well designed, and a GPU-based simulation system is developed, using Nvidia's CUDA. Several numerical examples are presented to illustrate the high quality of the results obtained with the proposed methods. In addition, the GPU-based parallel computation is shown to significantly reduce the computing time.

  12. Electrical machine analysis using finite elements

    CERN Document Server

    Bianchi, Nicola

    2005-01-01

    OUTLINE OF ELECTROMAGNETIC FIELDSVector AnalysisElectromagnetic FieldsFundamental Equations SummaryReferencesBASIC PRINCIPLES OF FINITE ELEMENT METHODSIntroductionField Problems with Boundary ConditionsClassical Method for the Field Problem SolutionThe Classical Residual Method (Galerkin's Method)The Classical Variational Method (Rayleigh-Ritz's Method)The Finite Element MethodReferencesAPPLICATIONS OF THE FINITE ELEMENT METHOD TO TWO-DIMENSIONAL FIELDSIntroductionLinear Interpolation of the Function fApplication of the Variational MethodSimple Descriptions of Electromagnetic FieldsAppendix: I

  13. ORPLOT.PC: a graphic utility for ORMGEN.PC and ORVIRT.PC

    International Nuclear Information System (INIS)

    Inversini, C.; Bryson, J.W.

    1986-06-01

    ORPLOT.PC is an interactive graphic utility for ORMGEN.PC and ORVIRT.PC. It executes on an IBM PC/XT or PC/AT equipped with hard disk, graphic card, and 512K minimum memory. The program is capable of: (1) displaying finite-element meshes generated by ORMGEN.PC complete with node numbers, element numbers, and boundary conditions; and (2) generating deformed mesh plots, contour plots, line (X-Y) plots, and developed surface plots of ORVIRT.PC output. A zooming feature allows detailed inspection of any subregion. Because simplicity and ease of use were important objectives during program development, all commands are entered interactively using free format. The option of automatic or user-defined scaling for most plots is another convenience. Plot files may be created and written to hard disk for subsequent hardcopy to printer or plotter. 2 refs., 7 figs

  14. Interactive finite difference preprocessor for three-dimensional fluid flow systems. [PREFLO

    Energy Technology Data Exchange (ETDEWEB)

    Kleinstreuer, C. (Rensselaer Polytechnic Inst., Troy, NY); Patterson, M.R.

    1981-06-01

    A preprocessor, called PREFLO, consisting of data processing modules combined with a flexible finite difference grid generator is described. This economical, interactive computer code is a useful research tool contributing significantly to the accurate analysis and modeling of large and/or geometrically complex flow systems. PREFLO (PREprocessor for fluid FLOw problems), written in FORTRAN IV, consists of four modules which in turn call various subroutines. The main programs accomplish the following tasks: (1) system identification and selection of appropriate finite difference algorithms; (2) input devices for storage of natural flow boundaries; (3) interactive generation of finite difference meshes and display of computer graphics; (4) preparation of all data files for the source program. The computation of the velocity field near a power plant site is outlined to illustrate the capabilities and application of PREFLO.

  15. 3D unstructured mesh discontinuous finite element hydro

    International Nuclear Information System (INIS)

    Prasad, M.K.; Kershaw, D.S.; Shaw, M.J.

    1995-01-01

    The authors present detailed features of the ICF3D hydrodynamics code used for inertial fusion simulations. This code is intended to be a state-of-the-art upgrade of the well-known fluid code, LASNEX. ICF3D employs discontinuous finite elements on a discrete unstructured mesh consisting of a variety of 3D polyhedra including tetrahedra, prisms, and hexahedra. The authors discussed details of how the ROE-averaged second-order convection was applied on the discrete elements, and how the C++ coding interface has helped to simplify implementing the many physics and numerics modules within the code package. The author emphasized the virtues of object-oriented design in large scale projects such as ICF3D

  16. Finite element simulation of thermal, elastic and plastic phenomena in fuel elements

    International Nuclear Information System (INIS)

    Soba, Alejandro; Denis, Alicia C.

    1999-01-01

    Taking as starting point an irradiation experiment of the first Argentine MOX fuel prototype, performed at the HFR reactor of Petten, Holland, the deformation suffered by the fuel element materials during burning has been numerically studied. Analysis of the pellet-cladding interaction is made by the finite element method. The code determines the temperature distribution and analyzes elastic and creep deformations, taking into account the dependency of the physical parameters of the problem on temperature. (author)

  17. Finite element analysis of degraded concrete structures - Workshop proceedings

    International Nuclear Information System (INIS)

    1999-09-01

    This workshop is related to the finite element analysis of degraded concrete structures. It is composed of three sessions. The first session (which title is: the use of finite element analysis in safety assessments) comprises six papers which titles are: Historical Development of Concrete Finite Element Modeling for Safety Evaluation of Accident-Challenged and Aging Concrete Structures; Experience with Finite Element Methods for Safety Assessments in Switzerland; Stress State Analysis of the Ignalina NPP Confinement System; Prestressed Containment: Behaviour when Concrete Cracking is Modelled; Application of FEA for Design and Support of NPP Containment in Russia; Verification Problems of Nuclear Installations Safety Software of Strength Analysis (NISS SA). The second session (title: concrete containment structures under accident loads) comprises seven papers which titles are: Two Application Examples of Concrete Containment Structures under Accident Load Conditions Using Finite Element Analysis; What Kind of Prediction for Leak rates for Nuclear Power Plant Containments in Accidental Conditions; Influence of Different Hypotheses Used in Numerical Models for Concrete At Elevated Temperatures on the Predicted Behaviour of NPP Core Catchers Under Severe Accident Conditions; Observations on the Constitutive Modeling of Concrete Under Multi-Axial States at Elevated Temperatures; Analyses of a Reinforced Concrete Containment with Liner Corrosion Damage; Program of Containment Concrete Control During Operation for the Temelin Nuclear Power Plant; Static Limit Load of a Deteriorated Hyperbolic Cooling Tower. The third session (concrete structures under extreme environmental load) comprised five papers which titles are: Shear Transfer Mechanism of RC Plates After Cracking; Seismic Back Calculation of an Auxiliary Building of the Nuclear Power Plant Muehleberg, Switzerland; Seismic Behaviour of Slightly Reinforced Shear Wall Structures; FE Analysis of Degraded Concrete

  18. Development of polygon elements based on the scaled boundary finite element method

    International Nuclear Information System (INIS)

    Chiong, Irene; Song Chongmin

    2010-01-01

    We aim to extend the scaled boundary finite element method to construct conforming polygon elements. The development of the polygonal finite element is highly anticipated in computational mechanics as greater flexibility and accuracy can be achieved using these elements. The scaled boundary polygonal finite element will enable new developments in mesh generation, better accuracy from a higher order approximation and better transition elements in finite element meshes. Polygon elements of arbitrary number of edges and order have been developed successfully. The edges of an element are discretised with line elements. The displacement solution of the scaled boundary finite element method is used in the development of shape functions. They are shown to be smooth and continuous within the element, and satisfy compatibility and completeness requirements. Furthermore, eigenvalue decomposition has been used to depict element modes and outcomes indicate the ability of the scaled boundary polygonal element to express rigid body and constant strain modes. Numerical tests are presented; the patch test is passed and constant strain modes verified. Accuracy and convergence of the method are also presented and the performance of the scaled boundary polygonal finite element is verified on Cook's swept panel problem. Results show that the scaled boundary polygonal finite element method outperforms a traditional mesh and accuracy and convergence are achieved from fewer nodes. The proposed method is also shown to be truly flexible, and applies to arbitrary n-gons formed of irregular and non-convex polygons.

  19. Possibilities of the particle finite element method for fluid-soil-structure interaction problems

    Science.gov (United States)

    Oñate, Eugenio; Celigueta, Miguel Angel; Idelsohn, Sergio R.; Salazar, Fernando; Suárez, Benjamín

    2011-09-01

    We present some developments in the particle finite element method (PFEM) for analysis of complex coupled problems in mechanics involving fluid-soil-structure interaction (FSSI). The PFEM uses an updated Lagrangian description to model the motion of nodes (particles) in both the fluid and the solid domains (the later including soil/rock and structures). A mesh connects the particles (nodes) defining the discretized domain where the governing equations for each of the constituent materials are solved as in the standard FEM. The stabilization for dealing with an incompressibility continuum is introduced via the finite calculus method. An incremental iterative scheme for the solution of the non linear transient coupled FSSI problem is described. The procedure to model frictional contact conditions and material erosion at fluid-solid and solid-solid interfaces is described. We present several examples of application of the PFEM to solve FSSI problems such as the motion of rocks by water streams, the erosion of a river bed adjacent to a bridge foundation, the stability of breakwaters and constructions sea waves and the study of landslides.

  20. Neurosurgical simulation by interactive computer graphics on iPad.

    Science.gov (United States)

    Maruyama, Keisuke; Kin, Taichi; Saito, Toki; Suematsu, Shinya; Gomyo, Miho; Noguchi, Akio; Nagane, Motoo; Shiokawa, Yoshiaki

    2014-11-01

    Presurgical simulation before complicated neurosurgery is a state-of-the-art technique, and its usefulness has recently become well known. However, simulation requires complex image processing, which hinders its widespread application. We explored handling the results of interactive computer graphics on the iPad tablet, which can easily be controlled anywhere. Data from preneurosurgical simulations from 12 patients (4 men, 8 women) who underwent complex brain surgery were loaded onto an iPad. First, DICOM data were loaded using Amira visualization software to create interactive computer graphics, and ParaView, another free visualization software package, was used to convert the results of the simulation to be loaded using the free iPad software KiwiViewer. The interactive computer graphics created prior to neurosurgery were successfully displayed and smoothly controlled on the iPad in all patients. The number of elements ranged from 3 to 13 (mean 7). The mean original data size was 233 MB, which was reduced to 10.4 MB (4.4% of original size) after image processing by ParaView. This was increased to 46.6 MB (19.9%) after decompression in KiwiViewer. Controlling the magnification, transfer, rotation, and selection of translucence in 10 levels of each element were smoothly and easily performed using one or two fingers. The requisite skill to smoothly control the iPad software was acquired within 1.8 trials on average in 12 medical students and 6 neurosurgical residents. Using an iPad to handle the result of preneurosurgical simulation was extremely useful because it could easily be handled anywhere.

  1. Software Design for Interactive Graphic Radiation Treatment Simulation Systems*

    Science.gov (United States)

    Kalet, Ira J.; Sweeney, Christine; Jacky, Jonathan

    1990-01-01

    We examine issues in the design of interactive computer graphic simulation programs for radiation treatment planning (RTP), as well as expert system programs that automate parts of the RTP process, in light of ten years of experience at designing, building and using such programs. An experiment in object-oriented design using standard Pascal shows that while some advantage is gained from the design, it is still difficult to achieve modularity and to integrate expert system components. A new design based on the Common LISP Object System (CLOS) is described. This series of designs for RTP software shows that this application benefits in specific ways from object-oriented design methods and appropriate languages and tools.

  2. 3D Finite Element Simulation of Pellet-Cladding Mechanical Interaction

    International Nuclear Information System (INIS)

    Seo, Sang Kyu; Lee, Sung Uk; Lee, Eun Ho; Yang, Dong Yol; Kim, Hyo Chan; Yang, Dong Yol

    2016-01-01

    In a nuclear power plant, the fuel assembly, which is composed of fuel rods, burns, and the high temperature can generate power. The fuel rod consists of pellets and a cladding that covers the pellets. It is important to understand the pellet-cladding mechanical interaction with regard to nuclear safety. This paper proposes simulation of the PCMI. The gap between the pellets and the cladding, and the contact pressure are very important for conducting thermal analysis. Since the gap conductance is not known, it has to be determined by a suitable method. This paper suggests a solution. In this study, finite element (FE) contact analysis is conducted considering thermal expansion of the pellets. As the contact causes plastic deformation, this aspect is considered in the analysis. A 3D FE module is developed to analyze the PCMI using FORTRAN 90. The plastic deformation due to the contact between the pellets and the cladding is the major physical phenomenon. The simple analytical solution of a cylinder is proposed and compared with the fuel rod performance code results

  3. On crack interaction effects of in-plane surface cracks using elastic and elastic-plastic finite element analyses

    International Nuclear Information System (INIS)

    Kim, Jong Min; Huh, Nam Su

    2010-01-01

    The crack-tip stress fields and fracture mechanics assessment parameters for a surface crack, such as the elastic stress intensity factor or the elastic-plastic J-integral, can be affected significantly by the adjacent cracks. Such a crack interaction effect due to multiple cracks can alter the fracture mechanics assessment parameters significantly. There are many factors to be considered, for instance the relative distance between adjacent cracks, the crack shape, and the loading condition, to quantify the crack interaction effect on the fracture mechanics assessment parameters. Thus, the current assessment codes on crack interaction effects (crack combination rules), including ASME Sec. XI, BS7910, British Energy R6 and API 579-1/ASME FFS-1, provide different rules for combining multiple surface cracks into a single surface crack. The present paper investigates crack interaction effects by evaluating the elastic stress intensity factor and the elastic-plastic J-integral of adjacent in-plane surface cracks in a plate through detailed 3-dimensional elastic and elastic-plastic finite element analyses. The effects on the fracture mechanics assessment parameters of the geometric parameters, the relative distance between two cracks, and the crack shape are investigated systematically. As for the loading condition, an axial tension is considered. Based on the finite element results, the acceptability of the crack combination rules provided in the existing guidance was investigated, and the relevant recommendations on a crack interaction for in-plane surface cracks are discussed. The present results can be used to develop more concrete guidance on crack interaction effects for crack shape characterization to evaluate the integrity of defective components

  4. Interactive voxel graphics in virtual reality

    Science.gov (United States)

    Brody, Bill; Chappell, Glenn G.; Hartman, Chris

    2002-06-01

    Interactive voxel graphics in virtual reality poses significant research challenges in terms of interface, file I/O, and real-time algorithms. Voxel graphics is not so new, as it is the focus of a good deal of scientific visualization. Interactive voxel creation and manipulation is a more innovative concept. Scientists are understandably reluctant to manipulate data. They collect or model data. A scientific analogy to interactive graphics is the generation of initial conditions for some model. It is used as a method to test those models. We, however, are in the business of creating new data in the form of graphical imagery. In our endeavor, science is a tool and not an end. Nevertheless, there is a whole class of interactions and associated data generation scenarios that are natural to our way of working and that are also appropriate to scientific inquiry. Annotation by sketching or painting to point to and distinguish interesting and important information is very significant for science as well as art. Annotation in 3D is difficult without a good 3D interface. Interactive graphics in virtual reality is an appropriate approach to this problem.

  5. Structural zooming research and development of an interactive computer graphical interface for stress analysis of cracks

    Science.gov (United States)

    Gerstle, Walter

    1989-01-01

    Engineering problems sometimes involve the numerical solution of boundary value problems over domains containing geometric feature with widely varying scales. Often, a detailed solution is required at one or more of these features. Small details in large structures may have profound effects upon global performance. Conversely, large-scale conditions may effect local performance. Many man-hours and CPU-hours are currently spent in modeling such problems. With the structural zooming technique, it is now possible to design an integrated program which allows the analyst to interactively focus upon a small region of interest, to modify the local geometry, and then to obtain highly accurate responses in that region which reflect both the properties of the overall structure and the local detail. A boundary integral equation analysis program, called BOAST, was recently developed for the stress analysis of cracks. This program can accurately analyze two-dimensional linear elastic fracture mechanics problems with far less computational effort than existing finite element codes. An interactive computer graphical interface to BOAST was written. The graphical interface would have several requirements: it would be menu-driven, with mouse input; all aspects of input would be entered graphically; the results of a BOAST analysis would be displayed pictorially but also the user would be able to probe interactively to get numerical values of displacement and stress at desired locations within the analysis domain; the entire procedure would be integrated into a single, easy to use package; and it would be written using calls to the graphic package called HOOPS. The program is nearing completion. All of the preprocessing features are working satisfactorily and were debugged. The postprocessing features are under development, and rudimentary postprocessing should be available by the end of the summer. The program was developed and run on a VAX workstation, and must be ported to the SUN

  6. FINITE ELEMENT MODEL FOR PREDICTING RESIDUAL ...

    African Journals Online (AJOL)

    FINITE ELEMENT MODEL FOR PREDICTING RESIDUAL STRESSES IN ... the transverse residual stress in the x-direction (σx) had a maximum value of 375MPa ... the finite element method are in fair agreement with the experimental results.

  7. Finite element methods a practical guide

    CERN Document Server

    Whiteley, Jonathan

    2017-01-01

    This book presents practical applications of the finite element method to general differential equations. The underlying strategy of deriving the finite element solution is introduced using linear ordinary differential equations, thus allowing the basic concepts of the finite element solution to be introduced without being obscured by the additional mathematical detail required when applying this technique to partial differential equations. The author generalizes the presented approach to partial differential equations which include nonlinearities. The book also includes variations of the finite element method such as different classes of meshes and basic functions. Practical application of the theory is emphasised, with development of all concepts leading ultimately to a description of their computational implementation illustrated using Matlab functions. The target audience primarily comprises applied researchers and practitioners in engineering, but the book may also be beneficial for graduate students.

  8. Coupled thermomechanical behavior of graphene using the spring-based finite element approach

    Energy Technology Data Exchange (ETDEWEB)

    Georgantzinos, S. K., E-mail: sgeor@mech.upatras.gr; Anifantis, N. K., E-mail: nanif@mech.upatras.gr [Machine Design Laboratory, Department of Mechanical Engineering and Aeronautics, University of Patras, Rio, 26500 Patras (Greece); Giannopoulos, G. I., E-mail: ggiannopoulos@teiwest.gr [Materials Science Laboratory, Department of Mechanical Engineering, Technological Educational Institute of Western Greece, 1 Megalou Alexandrou Street, 26334 Patras (Greece)

    2016-07-07

    The prediction of the thermomechanical behavior of graphene using a new coupled thermomechanical spring-based finite element approach is the aim of this work. Graphene sheets are modeled in nanoscale according to their atomistic structure. Based on molecular theory, the potential energy is defined as a function of temperature, describing the interatomic interactions in different temperature environments. The force field is approached by suitable straight spring finite elements. Springs simulate the interatomic interactions and interconnect nodes located at the atomic positions. Their stiffness matrix is expressed as a function of temperature. By using appropriate boundary conditions, various different graphene configurations are analyzed and their thermo-mechanical response is approached using conventional finite element procedures. A complete parametric study with respect to the geometric characteristics of graphene is performed, and the temperature dependency of the elastic material properties is finally predicted. Comparisons with available published works found in the literature demonstrate the accuracy of the proposed method.

  9. Finite element analysis of piezoelectric materials

    International Nuclear Information System (INIS)

    Lowrie, F.; Stewart, M.; Cain, M.; Gee, M.

    1999-01-01

    This guide is intended to help people wanting to do finite element analysis of piezoelectric materials by answering some of the questions that are peculiar to piezoelectric materials. The document is not intended as a complete beginners guide for finite element analysis in general as this is better dealt with by the individual software producers. The guide is based around the commercial package ANSYS as this is a popular package amongst piezoelectric material users, however much of the information will still be useful to users of other finite element codes. (author)

  10. A structurally detailed finite element human head model for simulation of transcranial magnetic stimulation.

    Science.gov (United States)

    Chen, Ming; Mogul, David Jeffery

    2009-04-30

    Computational studies of the head utilizing finite element models (FEMs) have been used to investigate a wide variety of brain-electromagnetic (EM) field interaction phenomena including magnetic stimulation of the head using transcranial magnetic stimulation (TMS), direct electric stimulation of the brain for electroconvulsive therapy, and electroencephalography source localization. However, no human head model of sufficient complexity for studying the biophysics under these circumstances has been developed which utilizes structures at both the regional and cellular levels and provides well-defined smooth boundaries between tissues of different conductivities and orientations. The main barrier for building such accurate head models is the complex modeling procedures that include 3D object reconstruction and optimized meshing. In this study, a structurally detailed finite element model of the human head was generated that includes details to the level of cerebral gyri and sulci by combining computed tomography and magnetic resonance images. Furthermore, cortical columns that contain conductive processes of pyramidal neurons traversing the neocortical layers were included in the head model thus providing structure at or near the cellular level. These refinements provide a much more realistic model to investigate the effects of TMS on brain electrophysiology in the neocortex.

  11. Finite rotation shells basic equations and finite elements for Reissner kinematics

    CERN Document Server

    Wisniewski, K

    2010-01-01

    This book covers theoretical and computational aspects of non-linear shells. Several advanced topics of shell equations and finite elements - not included in standard textbooks on finite elements - are addressed, and the book includes an extensive bibliography.

  12. A finite element model of ferroelectric/ferroelastic polycrystals

    Energy Technology Data Exchange (ETDEWEB)

    HWANG,STEPHEN C.; MCMEEKING,ROBERT M.

    2000-02-17

    A finite element model of polarization switching in a polycrystalline ferroelectric/ferroelastic ceramic is developed. It is assumed that a crystallite switches if the reduction in potential energy of the polycrystal exceeds a critical energy barrier per unit volume of switching material. Each crystallite is represented by a finite element with the possible dipole directions assigned randomly subject to crystallographic constraints. The model accounts for both electric field induced (i.e. ferroelectric) switching and stress induced (i.e. ferroelastic) switching with piezoelectric interactions. Experimentally measured elastic, dielectric, and piezoelectric constants are used consistently, but different effective critical energy barriers are selected phenomenologically. Electric displacement versus electric field, strain versus electric field, stress versus strain, and stress versus electric displacement loops of a ceramic lead lanthanum zirconate titanate (PLZT) are modeled well below the Curie temperature.

  13. Computational contact and impact mechanics fundamentals of modeling interfacial phenomena in nonlinear finite element analysis

    CERN Document Server

    Laursen, Tod A

    2003-01-01

    This book comprehensively treats the formulation and finite element approximation of contact and impact problems in nonlinear mechanics. Intended for students, researchers and practitioners interested in numerical solid and structural analysis, as well as for engineers and scientists dealing with technologies in which tribological response must be characterized, the book includes an introductory but detailed overview of nonlinear finite element formulations before dealing with contact and impact specifically. Topics encompassed include the continuum mechanics, mathematical structure, variational framework, and finite element implementations associated with contact/impact interaction. Additionally, important and currently emerging research topics in computational contact mechanics are introduced, encompassing such topics as tribological complexity, conservative treatment of inelastic impact interaction, and novel spatial discretization strategies.

  14. A multigrid solution method for mixed hybrid finite elements

    Energy Technology Data Exchange (ETDEWEB)

    Schmid, W. [Universitaet Augsburg (Germany)

    1996-12-31

    We consider the multigrid solution of linear equations arising within the discretization of elliptic second order boundary value problems of the form by mixed hybrid finite elements. Using the equivalence of mixed hybrid finite elements and non-conforming nodal finite elements, we construct a multigrid scheme for the corresponding non-conforming finite elements, and, by this equivalence, for the mixed hybrid finite elements, following guidelines from Arbogast/Chen. For a rectangular triangulation of the computational domain, this non-conforming schemes are the so-called nodal finite elements. We explicitly construct prolongation and restriction operators for this type of non-conforming finite elements. We discuss the use of plain multigrid and the multilevel-preconditioned cg-method and compare their efficiency in numerical tests.

  15. Efficient CUDA Polynomial Preconditioned Conjugate Gradient Solver for Finite Element Computation of Elasticity Problems

    Directory of Open Access Journals (Sweden)

    Jianfei Zhang

    2013-01-01

    Full Text Available Graphics processing unit (GPU has obtained great success in scientific computations for its tremendous computational horsepower and very high memory bandwidth. This paper discusses the efficient way to implement polynomial preconditioned conjugate gradient solver for the finite element computation of elasticity on NVIDIA GPUs using compute unified device architecture (CUDA. Sliced block ELLPACK (SBELL format is introduced to store sparse matrix arising from finite element discretization of elasticity with fewer padding zeros than traditional ELLPACK-based formats. Polynomial preconditioning methods have been investigated both in convergence and running time. From the overall performance, the least-squares (L-S polynomial method is chosen as a preconditioner in PCG solver to finite element equations derived from elasticity for its best results on different example meshes. In the PCG solver, mixed precision algorithm is used not only to reduce the overall computational, storage requirements and bandwidth but to make full use of the capacity of the GPU devices. With SBELL format and mixed precision algorithm, the GPU-based L-S preconditioned CG can get a speedup of about 7–9 to CPU-implementation.

  16. Goal-Oriented Self-Adaptive hp Finite Element Simulation of 3D DC Borehole Resistivity Simulations

    KAUST Repository

    Calo, Victor M.; Pardo, David; Paszyński, Maciej R.

    2011-01-01

    (adjusting polynomial orders of approximation) or hp (both) refinements on the finite elements. The new parallel implementation utilizes a computational mesh shared between multiple processors. All computational algorithms, including automatic hp goal

  17. Domain decomposition methods for mortar finite elements

    Energy Technology Data Exchange (ETDEWEB)

    Widlund, O.

    1996-12-31

    In the last few years, domain decomposition methods, previously developed and tested for standard finite element methods and elliptic problems, have been extended and modified to work for mortar and other nonconforming finite element methods. A survey will be given of work carried out jointly with Yves Achdou, Mario Casarin, Maksymilian Dryja and Yvon Maday. Results on the p- and h-p-version finite elements will also be discussed.

  18. Computable Error Estimates for Finite Element Approximations of Elliptic Partial Differential Equations with Rough Stochastic Data

    KAUST Repository

    Hall, Eric Joseph; Hoel, Hå kon; Sandberg, Mattias; Szepessy, Anders; Tempone, Raul

    2016-01-01

    posteriori error estimates fail to capture. We propose goal-oriented estimates, based on local error indicators, for the pathwise Galerkin and expected quadrature errors committed in standard, continuous, piecewise linear finite element approximations

  19. Why do probabilistic finite element analysis ?

    CERN Document Server

    Thacker, Ben H

    2008-01-01

    The intention of this book is to provide an introduction to performing probabilistic finite element analysis. As a short guideline, the objective is to inform the reader of the use, benefits and issues associated with performing probabilistic finite element analysis without excessive theory or mathematical detail.

  20. An efficient finite element solution for gear dynamics

    International Nuclear Information System (INIS)

    Cooley, C G; Parker, R G; Vijayakar, S M

    2010-01-01

    A finite element formulation for the dynamic response of gear pairs is proposed. Following an established approach in lumped parameter gear dynamic models, the static solution is used as the excitation in a frequency domain solution of the finite element vibration model. The nonlinear finite element/contact mechanics formulation provides accurate calculation of the static solution and average mesh stiffness that are used in the dynamic simulation. The frequency domain finite element calculation of dynamic response compares well with numerically integrated (time domain) finite element dynamic results and previously published experimental results. Simulation time with the proposed formulation is two orders of magnitude lower than numerically integrated dynamic results. This formulation admits system level dynamic gearbox response, which may include multiple gear meshes, flexible shafts, rolling element bearings, housing structures, and other deformable components.

  1. ELLIPT2D: A Flexible Finite Element Code Written Python

    International Nuclear Information System (INIS)

    Pletzer, A.; Mollis, J.C.

    2001-01-01

    The use of the Python scripting language for scientific applications and in particular to solve partial differential equations is explored. It is shown that Python's rich data structure and object-oriented features can be exploited to write programs that are not only significantly more concise than their counter parts written in Fortran, C or C++, but are also numerically efficient. To illustrate this, a two-dimensional finite element code (ELLIPT2D) has been written. ELLIPT2D provides a flexible and easy-to-use framework for solving a large class of second-order elliptic problems. The program allows for structured or unstructured meshes. All functions defining the elliptic operator are user supplied and so are the boundary conditions, which can be of Dirichlet, Neumann or Robbins type. ELLIPT2D makes extensive use of dictionaries (hash tables) as a way to represent sparse matrices.Other key features of the Python language that have been widely used include: operator over loading, error handling, array slicing, and the Tkinter module for building graphical use interfaces. As an example of the utility of ELLIPT2D, a nonlinear solution of the Grad-Shafranov equation is computed using a Newton iterative scheme. A second application focuses on a solution of the toroidal Laplace equation coupled to a magnetohydrodynamic stability code, a problem arising in the context of magnetic fusion research

  2. Finite element analysis theory and application with ANSYS

    CERN Document Server

    Moaveni, Saeed

    2015-01-01

    For courses in Finite Element Analysis, offered in departments of Mechanical or Civil and Environmental Engineering. While many good textbooks cover the theory of finite element modeling, Finite Element Analysis: Theory and Application with ANSYS is the only text available that incorporates ANSYS as an integral part of its content. Moaveni presents the theory of finite element analysis, explores its application as a design/modeling tool, and explains in detail how to use ANSYS intelligently and effectively. Teaching and Learning Experience This program will provide a better teaching and learning experience-for you and your students. It will help: *Present the Theory of Finite Element Analysis: The presentation of theoretical aspects of finite element analysis is carefully designed not to overwhelm students. *Explain How to Use ANSYS Effectively: ANSYS is incorporated as an integral part of the content throughout the book. *Explore How to Use FEA as a Design/Modeling Tool: Open-ended design problems help stude...

  3. Finite element application to global reactor analysis

    International Nuclear Information System (INIS)

    Schmidt, F.A.R.

    1981-01-01

    The Finite Element Method is described as a Coarse Mesh Method with general basis and trial functions. Various consequences concerning programming and application of Finite Element Methods in reactor physics are drawn. One of the conclusions is that the Finite Element Method is a valuable tool in solving global reactor analysis problems. However, problems which can be described by rectangular boxes still can be solved with special coarse mesh programs more efficiently. (orig.) [de

  4. Finite-Element Software for Conceptual Design

    DEFF Research Database (Denmark)

    Lindemann, J.; Sandberg, G.; Damkilde, Lars

    2010-01-01

    and research. Forcepad is an effort to provide a conceptual design and teaching tool in a finite-element software package. Forcepad is a two-dimensional finite-element application based on the same conceptual model as image editing applications such as Adobe Photoshop or Microsoft Paint. Instead of using...

  5. Books and monographs on finite element technology

    Science.gov (United States)

    Noor, A. K.

    1985-01-01

    The present paper proviees a listing of all of the English books and some of the foreign books on finite element technology, taking into account also a list of the conference proceedings devoted solely to finite elements. The references are divided into categories. Attention is given to fundamentals, mathematical foundations, structural and solid mechanics applications, fluid mechanics applications, other applied science and engineering applications, computer implementation and software systems, computational and modeling aspects, special topics, boundary element methods, proceedings of symmposia and conferences on finite element technology, bibliographies, handbooks, and historical accounts.

  6. Adaptive finite element methods for differential equations

    CERN Document Server

    Bangerth, Wolfgang

    2003-01-01

    These Lecture Notes discuss concepts of `self-adaptivity' in the numerical solution of differential equations, with emphasis on Galerkin finite element methods. The key issues are a posteriori error estimation and it automatic mesh adaptation. Besides the traditional approach of energy-norm error control, a new duality-based technique, the Dual Weighted Residual method for goal-oriented error estimation, is discussed in detail. This method aims at economical computation of arbitrary quantities of physical interest by properly adapting the computational mesh. This is typically required in the design cycles of technical applications. For example, the drag coefficient of a body immersed in a viscous flow is computed, then it is minimized by varying certain control parameters, and finally the stability of the resulting flow is investigated by solving an eigenvalue problem. `Goal-oriented' adaptivity is designed to achieve these tasks with minimal cost. At the end of each chapter some exercises are posed in order ...

  7. Probabilistic finite elements for fracture mechanics

    Science.gov (United States)

    Besterfield, Glen

    1988-01-01

    The probabilistic finite element method (PFEM) is developed for probabilistic fracture mechanics (PFM). A finite element which has the near crack-tip singular strain embedded in the element is used. Probabilistic distributions, such as expectation, covariance and correlation stress intensity factors, are calculated for random load, random material and random crack length. The method is computationally quite efficient and can be expected to determine the probability of fracture or reliability.

  8. GRIZ: Visualization of finite element analysis results on unstructured grids

    International Nuclear Information System (INIS)

    Dovey, D.; Loomis, M.D.

    1994-01-01

    GRIZ is a general-purpose post-processing application that supports interactive visualization of finite element analysis results on three-dimensional unstructured grids. GRIZ includes direct-to-videodisc animation capabilities and is being used as a production tool for creating engineering animations

  9. Application of Assembly of Finite Element Methods on Graphics Processors for Real-Time Elastodynamics

    KAUST Repository

    Cecka, Cris

    2012-01-01

    This chapter discusses multiple strategies to perform general computations on unstructured grids, with specific application to the assembly of matrices in finite element methods (FEMs). It reviews and applies two methods for assembly of FEMs to produce and accelerate a FEM model for a nonlinear hyperelastic solid where the assembly, solution, update, and visualization stages are performed solely on the GPU, benefiting from speed-ups in each stage and avoiding costly GPUCPU transfers of data. For each method, the chapter discusses the NVIDIA GPU hardware\\'s limiting resources, optimizations, key data structures, and dependence of the performance with respect to problem size, element size, and GPU hardware generation. Furthermore, this chapter informs potential users of the benefits of GPU technology, provides guidelines to help them implement their own FEM solutions, gives potential speed-ups that can be expected, and provides source code for reference. © 2012 Elsevier Inc. All rights reserved.

  10. RAPS. A threedimensional plotprogram for testing of the model and for plotting of the results of finite-element calculations

    International Nuclear Information System (INIS)

    Koschmieder, D.; Altes, J.

    1979-06-01

    Usually in Finite-Element calculations a large amount of data is produced and because individual results have no meaning, graphic representation is bestsuited. It is convenient to link the F E Software-System with pre- and postprocessors. The plotting system RAPS, presented on the following pages, offers many possibilities for testing and description of two- or threedimensional structures, as well as for interpretation of results of static and dynamic calculations. The programm was developed for the F E System ASKA but it is possible to fit it to other F E Systems. At present the program is laid out for batchoperation. However it is planned to develop an interactive version of RAPS and to enlarge the postprocessor. (orig.) [de

  11. Introduction to finite and spectral element methods using Matlab

    CERN Document Server

    Pozrikidis, Constantine

    2014-01-01

    The Finite Element Method in One Dimension. Further Applications in One Dimension. High-Order and Spectral Elements in One Dimension. The Finite Element Method in Two Dimensions. Quadratic and Spectral Elements in Two Dimensions. Applications in Mechanics. Viscous Flow. Finite and Spectral Element Methods in Three Dimensions. Appendices. References. Index.

  12. SutraPlot, a graphical post-processor for SUTRA, a model for ground-water flow with solute or energy transport

    Science.gov (United States)

    Souza, W.R.

    1999-01-01

    This report documents a graphical display post-processor (SutraPlot) for the U.S. Geological Survey Saturated-Unsaturated flow and solute or energy TRAnsport simulation model SUTRA, Version 2D3D.1. This version of SutraPlot is an upgrade to SutraPlot for the 2D-only SUTRA model (Souza, 1987). It has been modified to add 3D functionality, a graphical user interface (GUI), and enhanced graphic output options. Graphical options for 2D SUTRA (2-dimension) simulations include: drawing the 2D finite-element mesh, mesh boundary, and velocity vectors; plots of contours for pressure, saturation, concentration, and temperature within the model region; 2D finite-element based gridding and interpolation; and 2D gridded data export files. Graphical options for 3D SUTRA (3-dimension) simulations include: drawing the 3D finite-element mesh; plots of contours for pressure, saturation, concentration, and temperature in 2D sections of the 3D model region; 3D finite-element based gridding and interpolation; drawing selected regions of velocity vectors (projected on principal coordinate planes); and 3D gridded data export files. Installation instructions and a description of all graphic options are presented. A sample SUTRA problem is described and three step-by-step SutraPlot applications are provided. In addition, the methodology and numerical algorithms for the 2D and 3D finite-element based gridding and interpolation, developed for SutraPlot, are described. 1

  13. Finite Element Methods and Their Applications

    CERN Document Server

    Chen, Zhangxin

    2005-01-01

    This book serves as a text for one- or two-semester courses for upper-level undergraduates and beginning graduate students and as a professional reference for people who want to solve partial differential equations (PDEs) using finite element methods. The author has attempted to introduce every concept in the simplest possible setting and maintain a level of treatment that is as rigorous as possible without being unnecessarily abstract. Quite a lot of attention is given to discontinuous finite elements, characteristic finite elements, and to the applications in fluid and solid mechanics including applications to porous media flow, and applications to semiconductor modeling. An extensive set of exercises and references in each chapter are provided.

  14. Accelerated finite element elastodynamic simulations using the GPU

    Energy Technology Data Exchange (ETDEWEB)

    Huthwaite, Peter, E-mail: p.huthwaite@imperial.ac.uk

    2014-01-15

    An approach is developed to perform explicit time domain finite element simulations of elastodynamic problems on the graphical processing unit, using Nvidia's CUDA. Of critical importance for this problem is the arrangement of nodes in memory, allowing data to be loaded efficiently and minimising communication between the independently executed blocks of threads. The initial stage of memory arrangement is partitioning the mesh; both a well established ‘greedy’ partitioner and a new, more efficient ‘aligned’ partitioner are investigated. A method is then developed to efficiently arrange the memory within each partition. The software is applied to three models from the fields of non-destructive testing, vibrations and geophysics, demonstrating a memory bandwidth of very close to the card's maximum, reflecting the bandwidth-limited nature of the algorithm. Comparison with Abaqus, a widely used commercial CPU equivalent, validated the accuracy of the results and demonstrated a speed improvement of around two orders of magnitude. A software package, Pogo, incorporating these developments, is released open source, downloadable from (http://www.pogo-fea.com/) to benefit the community. -- Highlights: •A novel memory arrangement approach is discussed for finite elements on the GPU. •The mesh is partitioned then nodes are arranged efficiently within each partition. •Models from ultrasonics, vibrations and geophysics are run. •The code is significantly faster than an equivalent commercial CPU package. •Pogo, the new software package, is released open source.

  15. Accelerated finite element elastodynamic simulations using the GPU

    International Nuclear Information System (INIS)

    Huthwaite, Peter

    2014-01-01

    An approach is developed to perform explicit time domain finite element simulations of elastodynamic problems on the graphical processing unit, using Nvidia's CUDA. Of critical importance for this problem is the arrangement of nodes in memory, allowing data to be loaded efficiently and minimising communication between the independently executed blocks of threads. The initial stage of memory arrangement is partitioning the mesh; both a well established ‘greedy’ partitioner and a new, more efficient ‘aligned’ partitioner are investigated. A method is then developed to efficiently arrange the memory within each partition. The software is applied to three models from the fields of non-destructive testing, vibrations and geophysics, demonstrating a memory bandwidth of very close to the card's maximum, reflecting the bandwidth-limited nature of the algorithm. Comparison with Abaqus, a widely used commercial CPU equivalent, validated the accuracy of the results and demonstrated a speed improvement of around two orders of magnitude. A software package, Pogo, incorporating these developments, is released open source, downloadable from (http://www.pogo-fea.com/) to benefit the community. -- Highlights: •A novel memory arrangement approach is discussed for finite elements on the GPU. •The mesh is partitioned then nodes are arranged efficiently within each partition. •Models from ultrasonics, vibrations and geophysics are run. •The code is significantly faster than an equivalent commercial CPU package. •Pogo, the new software package, is released open source

  16. Fluid-structure interactions models, analysis and finite elements

    CERN Document Server

    Richter, Thomas

    2017-01-01

    This book starts by introducing the fundamental concepts of mathematical continuum mechanics for fluids and solids and their coupling. Special attention is given to the derivation of variational formulations for the subproblems describing fluid- and solid-mechanics as well as the coupled fluid-structure interaction problem. Two monolithic formulations for fluid-structure interactions are described in detail: the well-established ALE formulation and the modern Fully Eulerian formulation, which can effectively deal with problems featuring large deformation and contact. Further, the book provides details on state-of-the-art discretization schemes for fluid- and solid-mechanics and considers the special needs of coupled problems with interface-tracking and interface-capturing techniques. Lastly, advanced topics like goal-oriented error estimation, multigrid solution and gradient-based optimization schemes are discussed in the context of fluid-structure interaction problems.

  17. FINITE ELEMENT ANALYSIS OF HASTELLOY C-22HS IN END MILLING

    Directory of Open Access Journals (Sweden)

    K. Kadirgama

    2011-12-01

    Full Text Available This paper presents a finite element analysis of the stress distribution in the end milling operation of nickel-based superalloy HASTELLOY C-2000. Commercially available finite element software was used to develop the model and analyze the distribution of stress components in the machined surface of HASTELLOY C-22HS following end milling with coated carbide tools. The friction interaction along the tool-chip interface was modeled using the Coulomb friction law. It was found that the stress had lower values under the cut surface and that it increased gradually near the cutting edge.

  18. Kuhn-Tucker optimization based reliability analysis for probabilistic finite elements

    Science.gov (United States)

    Liu, W. K.; Besterfield, G.; Lawrence, M.; Belytschko, T.

    1988-01-01

    The fusion of probability finite element method (PFEM) and reliability analysis for fracture mechanics is considered. Reliability analysis with specific application to fracture mechanics is presented, and computational procedures are discussed. Explicit expressions for the optimization procedure with regard to fracture mechanics are given. The results show the PFEM is a very powerful tool in determining the second-moment statistics. The method can determine the probability of failure or fracture subject to randomness in load, material properties and crack length, orientation, and location.

  19. Coupled porohyperelastic mass transport (PHEXPT) finite element models for soft tissues using ABAQUS.

    Science.gov (United States)

    Vande Geest, Jonathan P; Simon, B R; Rigby, Paul H; Newberg, Tyler P

    2011-04-01

    Finite element models (FEMs) including characteristic large deformations in highly nonlinear materials (hyperelasticity and coupled diffusive/convective transport of neutral mobile species) will allow quantitative study of in vivo tissues. Such FEMs will provide basic understanding of normal and pathological tissue responses and lead to optimization of local drug delivery strategies. We present a coupled porohyperelastic mass transport (PHEXPT) finite element approach developed using a commercially available ABAQUS finite element software. The PHEXPT transient simulations are based on sequential solution of the porohyperelastic (PHE) and mass transport (XPT) problems where an Eulerian PHE FEM is coupled to a Lagrangian XPT FEM using a custom-written FORTRAN program. The PHEXPT theoretical background is derived in the context of porous media transport theory and extended to ABAQUS finite element formulations. The essential assumptions needed in order to use ABAQUS are clearly identified in the derivation. Representative benchmark finite element simulations are provided along with analytical solutions (when appropriate). These simulations demonstrate the differences in transient and steady state responses including finite deformations, total stress, fluid pressure, relative fluid, and mobile species flux. A detailed description of important model considerations (e.g., material property functions and jump discontinuities at material interfaces) is also presented in the context of finite deformations. The ABAQUS-based PHEXPT approach enables the use of the available ABAQUS capabilities (interactive FEM mesh generation, finite element libraries, nonlinear material laws, pre- and postprocessing, etc.). PHEXPT FEMs can be used to simulate the transport of a relatively large neutral species (negligible osmotic fluid flux) in highly deformable hydrated soft tissues and tissue-engineered materials.

  20. Finite-element model of ultrasonic NDE [nondestructive evaluation

    International Nuclear Information System (INIS)

    Lord, W.

    1989-07-01

    An understanding of the way in which ultrasound interacts with defects in materials is essential to the development of improved nondestructive testing procedures for the inspection of critical power plant components. Traditionally, the modeling of such phenomena has been approached from an analytical standpoint in which appropriate assumptions are made concerning material properties, geometrical constraints and defect boundaries in order to arrive at closed form solutions. Such assumptions, by their very nature, tend to inhibit the development of complete input/output NDT system models suitable for predicting realistic piezoelectric transducer signals from the interaction of pulsed, finite-aperture ultrasound with arbitrarily shaped defects in the kinds of materials of interest to the utilities. The major thrust of EPRI Project RP 2687-2 is to determine the feasibility of applying finite element analysis techniques to overcome these problems. 85 refs., 64 figs., 3 tabs

  1. Mixed Element Formulation for the Finite Element-Boundary Integral Method

    National Research Council Canada - National Science Library

    Meese, J; Kempel, L. C; Schneider, S. W

    2006-01-01

    A mixed element approach using right hexahedral elements and right prism elements for the finite element-boundary integral method is presented and discussed for the study of planar cavity-backed antennas...

  2. Soil-structure interaction analysis by finite element methods state-of-the-art

    International Nuclear Information System (INIS)

    Seed, H.B.; Lysmer, J.

    1977-01-01

    Analyses of soil-structure interaction effects during earthquakes for nuclear power plant structures are usually made by one of two methods - either by means of an idealized complete interaction analysis involving consideration of a compatible variation of motions in the structure and the adjacent soil, or by means of an inertial interaction analysis in which the motions in the adjacent soil are assumed to be the same at all points above the foundation depth. For surface structures, the distribution of free-field motions with depth in the underlying soils has no influence on the structural response and thus, provided the analyses are made in accordance with good practice, good results may be obtained by either method of approach. For embedded structures, however, consideration of the variation of motions with depth is essential if adequate evaluations of soil and structural response are to be obtained without undue conservatism. The finite element analysis procedure is particularly well suited for evaluating the response of embedded structures since it can readily provide consideration of the variation of soil characteristics with depth, the different non-linear deformation and energy absorbing capacities of the various soil strata, the variation of motions with depth in accordance with the general principles of engineering mechanics, the three-dimensional nature of the problem and the effects of adjacent structures on each other

  3. FINITE ELEMENT ANALYSIS OF STRUCTURES

    Directory of Open Access Journals (Sweden)

    PECINGINA OLIMPIA-MIOARA

    2015-05-01

    Full Text Available The application of finite element method is analytical when solutions can not be applied for deeper study analyzes static, dynamic or other types of requirements in different points of the structures .In practice it is necessary to know the behavior of the structure or certain parts components of the machine under the influence of certain factors static and dynamic . The application of finite element in the optimization of components leads to economic growth , to increase reliability and durability organs studied, thus the machine itself.

  4. Surgery simulation using fast finite elements

    DEFF Research Database (Denmark)

    Bro-Nielsen, Morten

    1996-01-01

    This paper describes our recent work on real-time surgery simulation using fast finite element models of linear elasticity. In addition, we discuss various improvements in terms of speed and realism......This paper describes our recent work on real-time surgery simulation using fast finite element models of linear elasticity. In addition, we discuss various improvements in terms of speed and realism...

  5. Mixed finite element - discontinuous finite volume element discretization of a general class of multicontinuum models

    Science.gov (United States)

    Ruiz-Baier, Ricardo; Lunati, Ivan

    2016-10-01

    We present a novel discretization scheme tailored to a class of multiphase models that regard the physical system as consisting of multiple interacting continua. In the framework of mixture theory, we consider a general mathematical model that entails solving a system of mass and momentum equations for both the mixture and one of the phases. The model results in a strongly coupled and nonlinear system of partial differential equations that are written in terms of phase and mixture (barycentric) velocities, phase pressure, and saturation. We construct an accurate, robust and reliable hybrid method that combines a mixed finite element discretization of the momentum equations with a primal discontinuous finite volume-element discretization of the mass (or transport) equations. The scheme is devised for unstructured meshes and relies on mixed Brezzi-Douglas-Marini approximations of phase and total velocities, on piecewise constant elements for the approximation of phase or total pressures, as well as on a primal formulation that employs discontinuous finite volume elements defined on a dual diamond mesh to approximate scalar fields of interest (such as volume fraction, total density, saturation, etc.). As the discretization scheme is derived for a general formulation of multicontinuum physical systems, it can be readily applied to a large class of simplified multiphase models; on the other, the approach can be seen as a generalization of these models that are commonly encountered in the literature and employed when the latter are not sufficiently accurate. An extensive set of numerical test cases involving two- and three-dimensional porous media are presented to demonstrate the accuracy of the method (displaying an optimal convergence rate), the physics-preserving properties of the mixed-primal scheme, as well as the robustness of the method (which is successfully used to simulate diverse physical phenomena such as density fingering, Terzaghi's consolidation

  6. Using Finite Element Method

    Directory of Open Access Journals (Sweden)

    M.H.R. Ghoreishy

    2008-02-01

    Full Text Available This research work is devoted to the footprint analysis of a steel-belted radial tyre (185/65R14 under vertical static load using finite element method. Two models have been developed in which in the first model the tread patterns were replaced by simple ribs while the second model was consisted of details of the tread blocks. Linear elastic and hyper elastic (Arruda-Boyce material models were selected to describe the mechanical behavior of the reinforcing and rubbery parts, respectively. The above two finite element models of the tyre were analyzed under inflation pressure and vertical static loads. The second model (with detailed tread patterns was analyzed with and without friction effect between tread and contact surfaces. In every stage of the analysis, the results were compared with the experimental data to confirm the accuracy and applicability of the model. Results showed that neglecting the tread pattern design not only reduces the computational cost and effort but also the differences between computed deformations do not show significant changes. However, more complicated variables such as shape and area of the footprint zone and contact pressure are affected considerably by the finite element model selected for the tread blocks. In addition, inclusion of friction even in static state changes these variables significantly.

  7. Precise magnetostatic field using the finite element method

    International Nuclear Information System (INIS)

    Nascimento, Francisco Rogerio Teixeira do

    2013-01-01

    The main objective of this work is to simulate electromagnetic fields using the Finite Element Method. Even in the easiest case of electrostatic and magnetostatic numerical simulation some problems appear when the nodal finite element is used. It is difficult to model vector fields with scalar functions mainly in non-homogeneous materials. With the aim to solve these problems two types of techniques are tried: the adaptive remeshing using nodal elements and the edge finite element that ensure the continuity of tangential components. Some numerical analysis of simple electromagnetic problems with homogeneous and non-homogeneous materials are performed using first, the adaptive remeshing based in various error indicators and second, the numerical solution of waveguides using edge finite element. (author)

  8. Drop Test Using Finite Element Method for Transport Package of Radioactive Material

    International Nuclear Information System (INIS)

    Xu Xiaoxiao; Zhao Bing; Zhang Jiangang; Li Gouqiang; Wang Xuexin; Tang Rongyao

    2010-01-01

    Mechanical test for transport package of radioactive material is one of the important tests for demonstrating package structure design. Drop test of package is a kind of destructive test. It is a common method of adopting the pre-analysis to determine drop orientation.Mechanical test of a sealed source package was calculated with finite element method (FEM) software. Based on the analysis of the calculation results, some values were obtained such as the stress, strain, acceleration and the drop orientation which causes the most severe damage, and the calculation results were compared with the results of test. (authors)

  9. Fracture Capabilities in Grizzly with the extended Finite Element Method (X-FEM)

    Energy Technology Data Exchange (ETDEWEB)

    Dolbow, John [Idaho National Lab. (INL), Idaho Falls, ID (United States); Zhang, Ziyu [Idaho National Lab. (INL), Idaho Falls, ID (United States); Spencer, Benjamin [Idaho National Lab. (INL), Idaho Falls, ID (United States); Jiang, Wen [Idaho National Lab. (INL), Idaho Falls, ID (United States)

    2015-09-01

    Efforts are underway to develop fracture mechanics capabilities in the Grizzly code to enable it to be used to perform deterministic fracture assessments of degraded reactor pressure vessels (RPVs). A capability was previously developed to calculate three-dimensional interaction- integrals to extract mixed-mode stress-intensity factors. This capability requires the use of a finite element mesh that conforms to the crack geometry. The eXtended Finite Element Method (X-FEM) provides a means to represent a crack geometry without explicitly fitting the finite element mesh to it. This is effected by enhancing the element kinematics to represent jump discontinuities at arbitrary locations inside of the element, as well as the incorporation of asymptotic near-tip fields to better capture crack singularities. In this work, use of only the discontinuous enrichment functions was examined to see how accurate stress intensity factors could still be calculated. This report documents the following work to enhance Grizzly’s engineering fracture capabilities by introducing arbitrary jump discontinuities for prescribed crack geometries; X-FEM Mesh Cutting in 3D: to enhance the kinematics of elements that are intersected by arbitrary crack geometries, a mesh cutting algorithm was implemented in Grizzly. The algorithm introduces new virtual nodes and creates partial elements, and then creates a new mesh connectivity; Interaction Integral Modifications: the existing code for evaluating the interaction integral in Grizzly was based on the assumption of a mesh that was fitted to the crack geometry. Modifications were made to allow for the possibility of a crack front that passes arbitrarily through the mesh; and Benchmarking for 3D Fracture: the new capabilities were benchmarked against mixed-mode three-dimensional fracture problems with known analytical solutions.

  10. Investigation Of Interaction Between Nitinol Stent And A Vascular Plaque Using Finite Element Method

    Directory of Open Access Journals (Sweden)

    Recep Güneş

    2012-06-01

    Full Text Available In this study, the interaction between the Nitinol stent and the artery with plaque was investigated using finite element method. The occurring pressure values during the cardiac contraction (systolic and loosening (diastolic were applied as loading to the modeled system with Nitinol stent. In the light of the stress values, the suitability of the Nitinol stent in an artery with plaque was investigated. In the analysis, Nitinol stent was assumed to be shape memory alloy, and artery and plaque were assumed to behave linearly elastic. As a result, the stress and deformations in the plaque and artery due to the interference of Nitinol stent were discussed and concluded that the structure of artery with plaque can be expanded in accordance with Nitinol stent.

  11. ANSYS mechanical APDL for finite element analysis

    CERN Document Server

    Thompson, Mary Kathryn

    2017-01-01

    ANSYS Mechanical APDL for Finite Element Analysis provides a hands-on introduction to engineering analysis using one of the most powerful commercial general purposes finite element programs on the market. Students will find a practical and integrated approach that combines finite element theory with best practices for developing, verifying, validating and interpreting the results of finite element models, while engineering professionals will appreciate the deep insight presented on the program's structure and behavior. Additional topics covered include an introduction to commands, input files, batch processing, and other advanced features in ANSYS. The book is written in a lecture/lab style, and each topic is supported by examples, exercises and suggestions for additional readings in the program documentation. Exercises gradually increase in difficulty and complexity, helping readers quickly gain confidence to independently use the program. This provides a solid foundation on which to build, preparing readers...

  12. Finite elements of nonlinear continua

    CERN Document Server

    Oden, John Tinsley

    1972-01-01

    Geared toward undergraduate and graduate students, this text extends applications of the finite element method from linear problems in elastic structures to a broad class of practical, nonlinear problems in continuum mechanics. It treats both theory and applications from a general and unifying point of view.The text reviews the thermomechanical principles of continuous media and the properties of the finite element method, and then brings them together to produce discrete physical models of nonlinear continua. The mathematical properties of these models are analyzed, along with the numerical s

  13. Selecting personnel to work on the interactive graphics system

    International Nuclear Information System (INIS)

    Norton, F.J.

    1979-01-01

    The paper established criteria for the selection of personnel to work on the interactive graphics system and mentions some of human behavioral patterns that are created by the implementation of graphic systems. Some of the social and educational problems associated with the interactive graphics system will be discussed. The project also provided for collecting objective data which would be useful in assessing the benefits of interactive graphics systems

  14. Selecting personnel to work on the interactive graphics system

    Energy Technology Data Exchange (ETDEWEB)

    Norton, F.J.

    1979-11-30

    The paper established criteria for the selection of personnel to work on the interactive graphics system and mentions some of human behavioral patterns that are created by the implementation of graphic systems. Some of the social and educational problems associated with the interactive graphics system will be discussed. The project also provided for collecting objective data which would be useful in assessing the benefits of interactive graphics systems.

  15. The finite element method in engineering, 2nd edition

    International Nuclear Information System (INIS)

    Rao, S.S.

    1986-01-01

    This work provides a systematic introduction to the various aspects of the finite element method as applied to engineering problems. Contents include: introduction to finite element method; solution of finite element equations; solid and structural mechanics; static analysis; dynamic analysis; heat transfer; fluid mechanics and additional applications

  16. A high-accuracy optical linear algebra processor for finite element applications

    Science.gov (United States)

    Casasent, D.; Taylor, B. K.

    1984-01-01

    Optical linear processors are computationally efficient computers for solving matrix-matrix and matrix-vector oriented problems. Optical system errors limit their dynamic range to 30-40 dB, which limits their accuray to 9-12 bits. Large problems, such as the finite element problem in structural mechanics (with tens or hundreds of thousands of variables) which can exploit the speed of optical processors, require the 32 bit accuracy obtainable from digital machines. To obtain this required 32 bit accuracy with an optical processor, the data can be digitally encoded, thereby reducing the dynamic range requirements of the optical system (i.e., decreasing the effect of optical errors on the data) while providing increased accuracy. This report describes a new digitally encoded optical linear algebra processor architecture for solving finite element and banded matrix-vector problems. A linear static plate bending case study is described which quantities the processor requirements. Multiplication by digital convolution is explained, and the digitally encoded optical processor architecture is advanced.

  17. User's manual for the CORTES GRAPHICS PACKAGE GRFPAK

    International Nuclear Information System (INIS)

    1977-01-01

    This report provides necessary user information to implement and use a graphics package for the CORTES finite-element computer programs. Complete input instructions are provided. Sample input and output are given

  18. Application of a general purpose finite element program system in pressure vessel technology

    International Nuclear Information System (INIS)

    Aamodt, B.; Sandsmark, N.; Medonos, S.

    1977-01-01

    Main advantages of using general purpose finite element program systems in structural analysis are summarized. Several illustrative applications of the program system SESAM-69 to pressure vessel problems are described. The first example is a dynamic analysis of the motor housing of the internal main circulation pump of a BWR nuclear reactor. The next example is a transient heat conduction and stress analysis of deflector of feeding nozzle of PWR nuclear reactor. Then, numerical calculations of stress intensity factors and fatigue crack growth of semi-elliptical surface cracks are discussed. And finally, an elasto-plastic analysis of a thick plate with edge-cracks is considered. It is concluded that due to the fact that general purpose finite element program systems are general and user-orientated, they will gain increasingly higher popularity in the years ahead

  19. A study on the nonlinear finite element analysis of reinforced concrete structures: shell finite element formulation

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Sang Jin; Seo, Jeong Moon

    2000-08-01

    The main goal of this research is to establish a methodology of finite element analysis of containment building predicting not only global behaviour but also local failure mode. In this report, we summerize some existing numerical analysis techniques to be improved for containment building. In other words, a complete description of the standard degenerated shell finite element formulation is provided for nonlinear stress analysis of nuclear containment structure. A shell finite element is derived using the degenerated solid concept which does not rely on a specific shell theory. Reissner-Mindlin assumptions are adopted to consider the transverse shear deformation effect. In order to minimize the sensitivity of the constitutive equation to structural types, microscopic material model is adopted. The four solution algorithms based on the standard Newton-Raphson method are discussed. Finally, two numerical examples are carried out to test the performance of the adopted shell medel.

  20. A study on the nonlinear finite element analysis of reinforced concrete structures: shell finite element formulation

    International Nuclear Information System (INIS)

    Lee, Sang Jin; Seo, Jeong Moon

    2000-08-01

    The main goal of this research is to establish a methodology of finite element analysis of containment building predicting not only global behaviour but also local failure mode. In this report, we summerize some existing numerical analysis techniques to be improved for containment building. In other words, a complete description of the standard degenerated shell finite element formulation is provided for nonlinear stress analysis of nuclear containment structure. A shell finite element is derived using the degenerated solid concept which does not rely on a specific shell theory. Reissner-Mindlin assumptions are adopted to consider the transverse shear deformation effect. In order to minimize the sensitivity of the constitutive equation to structural types, microscopic material model is adopted. The four solution algorithms based on the standard Newton-Raphson method are discussed. Finally, two numerical examples are carried out to test the performance of the adopted shell medel

  1. Optimal control penalty finite elements - Applications to integrodifferential equations

    Science.gov (United States)

    Chung, T. J.

    The application of the optimal-control/penalty finite-element method to the solution of integrodifferential equations in radiative-heat-transfer problems (Chung et al.; Chung and Kim, 1982) is discussed and illustrated. The nonself-adjointness of the convective terms in the governing equations is treated by utilizing optimal-control cost functions and employing penalty functions to constrain auxiliary equations which permit the reduction of second-order derivatives to first order. The OCPFE method is applied to combined-mode heat transfer by conduction, convection, and radiation, both without and with scattering and viscous dissipation; the results are presented graphically and compared to those obtained by other methods. The OCPFE method is shown to give good results in cases where standard Galerkin FE fail, and to facilitate the investigation of scattering and dissipation effects.

  2. Graphic Arts: Orientation, Composition, and Paste-Up. Third Edition.

    Science.gov (United States)

    Crummett, Dan

    This document contains teacher and student materials for a course in graphic arts. Ten units of instruction cover the following topics: (1) orientation; (2) shop safety; (3) shop organization; (4) printing processes; (5) paper; (6) typography; (7) typesetting; (8) design principles; (9) paste-up principles and procedures; and (10) proof procedures…

  3. Finite Element Analysis of Pipe T-Joint

    OpenAIRE

    P.M.Gedkar; Dr. D.V. Bhope

    2012-01-01

    This paper reports stress analysis of two pressurized cylindrical intersection using finite element method. The different combinations of dimensions of run pipe and the branch pipe are used to investigate thestresses in pipe at the intersection. In this study the stress analysis is accomplished by finite element package ANSYS.

  4. Time-domain finite-difference/finite-element hybrid simulations of radio frequency coils in magnetic resonance imaging

    International Nuclear Information System (INIS)

    Wang Shumin; Duyn, Jeff H

    2008-01-01

    A hybrid method that combines the finite-difference time-domain (FDTD) method and the finite-element time-domain (FETD) method is presented for simulating radio-frequency (RF) coils in magnetic resonance imaging. This method applies a high-fidelity FETD method to RF coils, while the human body is modeled with a low-cost FDTD method. Since the FDTD and the FETD methods are applied simultaneously, the dynamic interaction between RF coils and the human body is fully accounted for. In order to simplify the treatment of the highly irregular FDTD/FETD interface, composite elements are proposed. Two examples are provided to demonstrate the validity and effectiveness of the hybrid method in high-field receive-and-transmit coil design. This approach is also applicable to general bio-electromagnetic simulations

  5. Introduction to finite element analysis using MATLAB and Abaqus

    CERN Document Server

    Khennane, Amar

    2013-01-01

    There are some books that target the theory of the finite element, while others focus on the programming side of things. Introduction to Finite Element Analysis Using MATLAB(R) and Abaqus accomplishes both. This book teaches the first principles of the finite element method. It presents the theory of the finite element method while maintaining a balance between its mathematical formulation, programming implementation, and application using commercial software. The computer implementation is carried out using MATLAB, while the practical applications are carried out in both MATLAB and Abaqus. MA

  6. MEL finite element analysis of water-shell interactions in the context of a PWR-LOCA

    International Nuclear Information System (INIS)

    Verbiese, S.; Vrije Universiteit Brussels; Goethem, G. van

    1979-01-01

    In the framework of the computational effort engaged towards and understanding of the transient dynamic fluid-structure phenomena taking place in the very first instants of the PWR loss-of-coolant-accident, before the ebullition crisis and the subsequent two-phase flow, two finite element programs have been selected and coupled to describe this class of events in pressure vessels undergoing moderate plastic deformations. Water is modeled by a compressible inviscid Eulerian (bulk of the fluid) - mixed Eulerian-Lagrangian MEL (boundary elements in contact with the moving structure) program. For the shells a convected coordinates elastic-plastic structural code (EURDYN I) is used. A 1-D discussion on the MEL integration scheme is presented, as well as a flow chart of the combined program. Emphases is placed, during the present calculations limited to very simple axisymmetric configurations, upon the computational aspects in dealing with the interaction of both media at the fluid-structure interface, such as weak code coupling, subcycling and pressure relaxation. (orig.)

  7. Computer graphics in reactor safety analysis

    International Nuclear Information System (INIS)

    Fiala, C.; Kulak, R.F.

    1989-01-01

    This paper describes a family of three computer graphics codes designed to assist the analyst in three areas: the modelling of complex three-dimensional finite element models of reactor structures; the interpretation of computational results; and the reporting of the results of numerical simulations. The purpose and key features of each code are presented. The graphics output used in actual safety analysis are used to illustrate the capabilities of each code. 5 refs., 10 figs

  8. Nonlinear finite element modeling of corrugated board

    Science.gov (United States)

    A. C. Gilchrist; J. C. Suhling; T. J. Urbanik

    1999-01-01

    In this research, an investigation on the mechanical behavior of corrugated board has been performed using finite element analysis. Numerical finite element models for corrugated board geometries have been created and executed. Both geometric (large deformation) and material nonlinearities were included in the models. The analyses were performed using the commercial...

  9. Peridynamic Multiscale Finite Element Methods

    Energy Technology Data Exchange (ETDEWEB)

    Costa, Timothy [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Bond, Stephen D. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Littlewood, David John [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Moore, Stan Gerald [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2015-12-01

    The problem of computing quantum-accurate design-scale solutions to mechanics problems is rich with applications and serves as the background to modern multiscale science research. The prob- lem can be broken into component problems comprised of communicating across adjacent scales, which when strung together create a pipeline for information to travel from quantum scales to design scales. Traditionally, this involves connections between a) quantum electronic structure calculations and molecular dynamics and between b) molecular dynamics and local partial differ- ential equation models at the design scale. The second step, b), is particularly challenging since the appropriate scales of molecular dynamic and local partial differential equation models do not overlap. The peridynamic model for continuum mechanics provides an advantage in this endeavor, as the basic equations of peridynamics are valid at a wide range of scales limiting from the classical partial differential equation models valid at the design scale to the scale of molecular dynamics. In this work we focus on the development of multiscale finite element methods for the peridynamic model, in an effort to create a mathematically consistent channel for microscale information to travel from the upper limits of the molecular dynamics scale to the design scale. In particular, we first develop a Nonlocal Multiscale Finite Element Method which solves the peridynamic model at multiple scales to include microscale information at the coarse-scale. We then consider a method that solves a fine-scale peridynamic model to build element-support basis functions for a coarse- scale local partial differential equation model, called the Mixed Locality Multiscale Finite Element Method. Given decades of research and development into finite element codes for the local partial differential equation models of continuum mechanics there is a strong desire to couple local and nonlocal models to leverage the speed and state of the

  10. Bibliography for finite elements. [2200 references

    Energy Technology Data Exchange (ETDEWEB)

    Whiteman, J R [comp.

    1975-01-01

    This bibliography cites almost all of the significant papers on advances in the mathematical theory of finite elements. Reported are applications in aeronautical, civil, mechanical, nautical and nuclear engineering. Such topics as classical analysis, functional analysis, approximation theory, fluids, and diffusion are covered. Over 2200 references to publications up to the end of 1974 are included. Publications are listed alphabetically by author and also by keywords. In addition, finite element packages are listed.

  11. Complex finite element sensitivity method for creep analysis

    International Nuclear Information System (INIS)

    Gomez-Farias, Armando; Montoya, Arturo; Millwater, Harry

    2015-01-01

    The complex finite element method (ZFEM) has been extended to perform sensitivity analysis for mechanical and structural systems undergoing creep deformation. ZFEM uses a complex finite element formulation to provide shape, material, and loading derivatives of the system response, providing an insight into the essential factors which control the behavior of the system as a function of time. A complex variable-based quadrilateral user element (UEL) subroutine implementing the power law creep constitutive formulation was incorporated within the Abaqus commercial finite element software. The results of the complex finite element computations were verified by comparing them to the reference solution for the steady-state creep problem of a thick-walled cylinder in the power law creep range. A practical application of the ZFEM implementation to creep deformation analysis is the calculation of the skeletal point of a notched bar test from a single ZFEM run. In contrast, the standard finite element procedure requires multiple runs. The value of the skeletal point is that it identifies the location where the stress state is accurate, regardless of the certainty of the creep material properties. - Highlights: • A novel finite element sensitivity method (ZFEM) for creep was introduced. • ZFEM has the capability to calculate accurate partial derivatives. • ZFEM can be used for identification of the skeletal point of creep structures. • ZFEM can be easily implemented in a commercial software, e.g. Abaqus. • ZFEM results were shown to be in excellent agreement with analytical solutions

  12. Discontinuous finite element treatment of duct problems in transport calculations

    International Nuclear Information System (INIS)

    Mirza, A. M.; Qamar, S.

    1998-01-01

    A discontinuous finite element approach is presented to solve the even-parity Boltzmann transport equation for duct problems. Presence of ducts in a system results in the streaming of particles and hence requires the employment of higher order angular approximations to model the angular flux. Conventional schemes based on the use of continuous trial functions require the same order of angular approximations to be used everywhere in the system, resulting in wastage of computational resources. Numerical investigations for the test problems presented in this paper indicate that the discontinuous finite elements eliminate the above problems and leads to computationally efficient and economical methods. They are also found to be more suitable for treating the sharp changes in the angular flux at duct-observer interfaces. The new approach provides a single-pass alternate to extrapolation and interactive schemes which need multiple passes of the solution strategy to acquire convergence. The method has been tested with the help of two case studies, namely straight and dog-leg duct problems. All results have been verified against those obtained from Monte Carlo simulations and K/sup +/ continuous finite element method. (author)

  13. A suitable low-order, eight-node tetrahedral finite element for solids

    Energy Technology Data Exchange (ETDEWEB)

    Key, S.W.; Heinstein, M.S.; Stone, C.M.; Mello, F.J.; Blanford, M.L.; Budge, K.G.

    1998-03-01

    To use the all-tetrahedral mesh generation existing today, the authors have explored the creation of a computationally efficient eight-node tetrahedral finite element (a four-node tetrahedral finite element enriched with four mid-face nodal points). The derivation of the element`s gradient operator, studies in obtaining a suitable mass lumping, and the element`s performance in applications are presented. In particular they examine the eight-node tetrahedral finite element`s behavior in longitudinal plane wave propagation, in transverse cylindrical wave propagation, and in simulating Taylor bar impacts. The element samples only constant strain states and, therefore, has 12 hour-glass modes. In this regard it bears similarities to the eight-node, mean-quadrature hexahedral finite element. Comparisons with the results obtained from the mean-quadrature eight-node hexahedral finite element and the four-node tetrahedral finite element are included. Given automatic all-tetrahedral meshing, the eight-node, constant-strain tetrahedral finite element is a suitable replacement for the eight-node hexahedral finite element in those cases where mesh generation requires an inordinate amount of user intervention and direction to obtain acceptable mesh properties.

  14. Finite element modelling of different CANDU fuel bundle types in various refuelling conditions

    International Nuclear Information System (INIS)

    Roman, M. R.; Ionescu, D. V.; Olteanu, G.; Florea, S.; Radut, A. C.

    2016-01-01

    The objective of this paper is to develop a finite element model for static strength analysis of the CANDU standard with 37 elements fuel bundle and the SEU43 with 43 elements fuel bundle design for various refuelling conditions. The computer code, ANSYS7.1, is used to simulate the axial compression in CANDU type fuel bundles subject to hydraulic drag loads, deflection of fuel elements, stresses and displacements in the end plates. Two possible situations for the fuelling machine side stops are considered in our analyses, as follows: the last fuel bundle is supported by the two side stops and a side stop can be blocked therefore, the last fuel bundle is supported by only one side stop. The results of the analyses performed are briefly presented and also illustrated in a graphical form. The finite element model developed in present study is verified against test results for endplate displacement and element bowing obtained from strength tests with fuel bundle string and fuelling machine side-stop simulators. Comparison of ANSYS model predictions with these experimental results led to a very good agreement. Despite the difference in hydraulic load between SEU43 and CANDU standard fuel bundles strings, the maximum stress in the SEU43 endplate is about the same with the maximum stress in the CANDU standard endplate. The comparative assessment reveals that SEU43 fuel bundle is able to withstand high flow rate without showing a significant geometric instability. (authors)

  15. Application of Mass Lumped Higher Order Finite Elements

    International Nuclear Information System (INIS)

    J. Chen, H.R. Strauss, S.C. Jardin, W. Park, L.E. Sugiyama, G. Fu, J. Breslau

    2005-01-01

    There are many interesting phenomena in extended-MHD such as anisotropic transport, mhd, 2-fluid effects stellarator and hot particles. Any one of them challenges numerical analysts, and researchers are seeking for higher order methods, such as higher order finite difference, higher order finite elements and hp/spectral elements. It is true that these methods give more accurate solution than their linear counterparts. However, numerically they are prohibitively expensive. Here we give a successful solution of this conflict by applying mass lumped higher order finite elements. This type of elements not only keep second/third order accuracy but also scale closely to linear elements by doing mass lumping. This is especially true for second order lump elements. Full M3D and anisotropic transport models are studied

  16. The finite element method its basis and fundamentals

    CERN Document Server

    Zienkiewicz, Olek C; Zhu, JZ

    2013-01-01

    The Finite Element Method: Its Basis and Fundamentals offers a complete introduction to the basis of the finite element method, covering fundamental theory and worked examples in the detail required for readers to apply the knowledge to their own engineering problems and understand more advanced applications. This edition sees a significant rearrangement of the book's content to enable clearer development of the finite element method, with major new chapters and sections added to cover: Weak forms Variational forms Multi-dimensional field prob

  17. A suitable low-order, eight-node tetrahedral finite element for solids

    International Nuclear Information System (INIS)

    Key, S.W.; Heinstein, M.S.; Stone, C.M.; Mello, F.J.; Blanford, M.L.; Budge, K.G.

    1998-03-01

    To use the all-tetrahedral mesh generation existing today, the authors have explored the creation of a computationally efficient eight-node tetrahedral finite element (a four-node tetrahedral finite element enriched with four mid-face nodal points). The derivation of the element's gradient operator, studies in obtaining a suitable mass lumping, and the element's performance in applications are presented. In particular they examine the eight-node tetrahedral finite element's behavior in longitudinal plane wave propagation, in transverse cylindrical wave propagation, and in simulating Taylor bar impacts. The element samples only constant strain states and, therefore, has 12 hour-glass modes. In this regard it bears similarities to the eight-node, mean-quadrature hexahedral finite element. Comparisons with the results obtained from the mean-quadrature eight-node hexahedral finite element and the four-node tetrahedral finite element are included. Given automatic all-tetrahedral meshing, the eight-node, constant-strain tetrahedral finite element is a suitable replacement for the eight-node hexahedral finite element in those cases where mesh generation requires an inordinate amount of user intervention and direction to obtain acceptable mesh properties

  18. Finite element analysis of three patterns of internal fixation of fractures of the mandibular condyle.

    Science.gov (United States)

    Aquilina, Peter; Chamoli, Uphar; Parr, William C H; Clausen, Philip D; Wroe, Stephen

    2013-06-01

    The most stable pattern of internal fixation for fractures of the mandibular condyle is a matter for ongoing discussion. In this study we investigated the stability of three commonly used patterns of plate fixation, and constructed finite element models of a simulated mandibular condylar fracture. The completed models were heterogeneous in the distribution of bony material properties, contained about 1.2 million elements, and incorporated simulated jaw-adducting musculature. Models were run assuming linear elasticity and isotropic material properties for bone. This model was considerably larger and more complex than previous finite element models that have been used to analyse the biomechanical behaviour of differing plating techniques. The use of two parallel 2.0 titanium miniplates gave a more stable configuration with lower mean element stresses and displacements over the use of a single miniplate. In addition, a parallel orientation of two miniplates resulted in lower stresses and displacements than did the use of two miniplates in an offset pattern. The use of two parallel titanium plates resulted in a superior biomechanical result as defined by mean element stresses and relative movement between the fractured fragments in these finite element models. Copyright © 2012 The British Association of Oral and Maxillofacial Surgeons. Published by Elsevier Ltd. All rights reserved.

  19. Finite element formulation for a digital image correlation method

    International Nuclear Information System (INIS)

    Sun Yaofeng; Pang, John H. L.; Wong, Chee Khuen; Su Fei

    2005-01-01

    A finite element formulation for a digital image correlation method is presented that will determine directly the complete, two-dimensional displacement field during the image correlation process on digital images. The entire interested image area is discretized into finite elements that are involved in the common image correlation process by use of our algorithms. This image correlation method with finite element formulation has an advantage over subset-based image correlation methods because it satisfies the requirements of displacement continuity and derivative continuity among elements on images. Numerical studies and a real experiment are used to verify the proposed formulation. Results have shown that the image correlation with the finite element formulation is computationally efficient, accurate, and robust

  20. Structural weights analysis of advanced aerospace vehicles using finite element analysis

    Science.gov (United States)

    Bush, Lance B.; Lentz, Christopher A.; Rehder, John J.; Naftel, J. Chris; Cerro, Jeffrey A.

    1989-01-01

    A conceptual/preliminary level structural design system has been developed for structural integrity analysis and weight estimation of advanced space transportation vehicles. The system includes a three-dimensional interactive geometry modeler, a finite element pre- and post-processor, a finite element analyzer, and a structural sizing program. Inputs to the system include the geometry, surface temperature, material constants, construction methods, and aerodynamic and inertial loads. The results are a sized vehicle structure capable of withstanding the static loads incurred during assembly, transportation, operations, and missions, and a corresponding structural weight. An analysis of the Space Shuttle external tank is included in this paper as a validation and benchmark case of the system.

  1. Application of finite-element-methods in food processing

    DEFF Research Database (Denmark)

    Risum, Jørgen

    2004-01-01

    Presentation of the possible use of finite-element-methods in food processing. Examples from diffusion studies are given.......Presentation of the possible use of finite-element-methods in food processing. Examples from diffusion studies are given....

  2. Stability analysis of internally damped rotating composite shafts using a finite element formulation

    Science.gov (United States)

    Ben Arab, Safa; Rodrigues, José Dias; Bouaziz, Slim; Haddar, Mohamed

    2018-04-01

    This paper deals with the stability analysis of internally damped rotating composite shafts. An Euler-Bernoulli shaft finite element formulation based on Equivalent Single Layer Theory (ESLT), including the hysteretic internal damping of composite material and transverse shear effects, is introduced and then used to evaluate the influence of various parameters: stacking sequences, fiber orientations and bearing properties on natural frequencies, critical speeds, and instability thresholds. The obtained results are compared with those available in the literature using different theories. The agreement in the obtained results show that the developed Euler-Bernoulli finite element based on ESLT including hysteretic internal damping and shear transverse effects can be effectively used for the stability analysis of internally damped rotating composite shafts. Furthermore, the results revealed that rotor stability is sensitive to the laminate parameters and to the properties of the bearings.

  3. The Perfectly Matched Layer absorbing boundary for fluid-structure interactions using the Immersed Finite Element Method.

    Science.gov (United States)

    Yang, Jubiao; Yu, Feimi; Krane, Michael; Zhang, Lucy T

    2018-01-01

    In this work, a non-reflective boundary condition, the Perfectly Matched Layer (PML) technique, is adapted and implemented in a fluid-structure interaction numerical framework to demonstrate that proper boundary conditions are not only necessary to capture correct wave propagations in a flow field, but also its interacted solid behavior and responses. While most research on the topics of the non-reflective boundary conditions are focused on fluids, little effort has been done in a fluid-structure interaction setting. In this study, the effectiveness of the PML is closely examined in both pure fluid and fluid-structure interaction settings upon incorporating the PML algorithm in a fully-coupled fluid-structure interaction framework, the Immersed Finite Element Method. The performance of the PML boundary condition is evaluated and compared to reference solutions with a variety of benchmark test cases including known and expected solutions of aeroacoustic wave propagation as well as vortex shedding and advection. The application of the PML in numerical simulations of fluid-structure interaction is then investigated to demonstrate the efficacy and necessity of such boundary treatment in order to capture the correct solid deformation and flow field without the requirement of a significantly large computational domain.

  4. Graphics server and action language interpreter greatly simplify the composition of a graphical user interface

    International Nuclear Information System (INIS)

    Mueller, R.

    1992-01-01

    A new control system based on a distributed computing environment is gradually installed at BESSY, a 800 MeV storage ring dedicated to the generation of synchrotron light in the VUV and soft X-ray region. The new operator consoles are large high resolution, bitmap oriented color graphic screens with mouse and keyboard. A new graphical user interface has been developed with a user interface management system. A graphics server encapsulates completely representational aspects, mediates between user interactions and application variables and takes care of a consistent state of graphical and applicational objects. Graphical representations, semantics of user interactions and interpreter instructions are defined in a database written in a simple and comprehensible user interface definition language. (R.P.) 7 refs.; 5 figs

  5. 3D Finite Element Analysis of PWA-Oil Sand Terrain System Interaction

    Directory of Open Access Journals (Sweden)

    Y. Li

    2012-01-01

    Full Text Available A simulator for analyzing the interaction between the oil sand terrain and a pipe wagon articulating (PWA system has been developed in this paper. An elastic-plastic oil sand model was built based on the finite element analysis (FEA method and von Mises yield criterion using the Algor mechanical event simulation (MES software. The three-dimensional (3D distribution of the stress, strain, nodal displacement, and deformed shape of the oil sands was animated at an environmental temperature of 25°C. The 3D behavior of the oil sand terrain was investigated with different loading conditions. The effect of the load and contact area on the stress and nodal displacement was analyzed, respectively. The results indicate that both the max stress and max nodal displacement increase with the load varying from 0 to 3.6+7 N and decrease with the contact area varying from 2 to 10 m2. The method presented in this paper forms the basis for evaluating the bearing capacity of oil sand ground.

  6. Finite element simulations of interactions between multiple hydraulic fractures in a poroelastic rock

    DEFF Research Database (Denmark)

    Salimzadeh, Saeed; Usui, Tomoya; Paluszny, Adriana

    2017-01-01

    A fully coupled three-dimensional finite-element model for hydraulic fractures in permeable rocks is presented, and used to investigate the ranges of applicability of the classical analytical solutions that are known to be valid in limiting cases. This model simultaneously accounts for fluid flow...

  7. On symmetric pyramidal finite elements

    Czech Academy of Sciences Publication Activity Database

    Liu, L.; Davies, K. B.; Yuan, K.; Křížek, Michal

    2004-01-01

    Roč. 11, 1-2 (2004), s. 213-227 ISSN 1492-8760 R&D Projects: GA AV ČR IAA1019201 Institutional research plan: CEZ:AV0Z1019905 Keywords : mesh generation * finite element method * composite elements Subject RIV: BA - General Mathematics Impact factor: 0.108, year: 2004

  8. Object-oriented philosophy in designing adaptive finite-element package for 3D elliptic deferential equations

    Science.gov (United States)

    Zhengyong, R.; Jingtian, T.; Changsheng, L.; Xiao, X.

    2007-12-01

    Although adaptive finite-element (AFE) analysis is becoming more and more focused in scientific and engineering fields, its efficient implementations are remain to be a discussed problem as its more complex procedures. In this paper, we propose a clear C++ framework implementation to show the powerful properties of Object-oriented philosophy (OOP) in designing such complex adaptive procedure. In terms of the modal functions of OOP language, the whole adaptive system is divided into several separate parts such as the mesh generation or refinement, a-posterior error estimator, adaptive strategy and the final post processing. After proper designs are locally performed on these separate modals, a connected framework of adaptive procedure is formed finally. Based on the general elliptic deferential equation, little efforts should be added in the adaptive framework to do practical simulations. To show the preferable properties of OOP adaptive designing, two numerical examples are tested. The first one is the 3D direct current resistivity problem in which the powerful framework is efficiently shown as only little divisions are added. And then, in the second induced polarization£¨IP£©exploration case, new adaptive procedure is easily added which adequately shows the strong extendibility and re-usage of OOP language. Finally we believe based on the modal framework adaptive implementation by OOP methodology, more advanced adaptive analysis system will be available in future.

  9. Finite-element analysis of dynamic fracture

    Science.gov (United States)

    Aberson, J. A.; Anderson, J. M.; King, W. W.

    1976-01-01

    Applications of the finite element method to the two dimensional elastodynamics of cracked structures are presented. Stress intensity factors are computed for two problems involving stationary cracks. The first serves as a vehicle for discussing lumped-mass and consistent-mass characterizations of inertia. In the second problem, the behavior of a photoelastic dynamic tear test specimen is determined for the time prior to crack propagation. Some results of a finite element simulation of rapid crack propagation in an infinite body are discussed.

  10. The finite element method in electromagnetics

    CERN Document Server

    Jin, Jianming

    2014-01-01

    A new edition of the leading textbook on the finite element method, incorporating major advancements and further applications in the field of electromagnetics The finite element method (FEM) is a powerful simulation technique used to solve boundary-value problems in a variety of engineering circumstances. It has been widely used for analysis of electromagnetic fields in antennas, radar scattering, RF and microwave engineering, high-speed/high-frequency circuits, wireless communication, electromagnetic compatibility, photonics, remote sensing, biomedical engineering, and space exploration. The

  11. Finite elements for analysis and design

    CERN Document Server

    Akin, J E; Davenport, J H

    1994-01-01

    The finite element method (FEM) is an analysis tool for problem-solving used throughout applied mathematics, engineering, and scientific computing. Finite Elements for Analysis and Design provides a thoroughlyrevised and up-to-date account of this important tool and its numerous applications, with added emphasis on basic theory. Numerous worked examples are included to illustrate the material.Key Features* Akin clearly explains the FEM, a numerical analysis tool for problem-solving throughout applied mathematics, engineering and scientific computing* Basic theory has bee

  12. Computerized three-dimensional treatment planning system utilizing interactive colour graphics

    Energy Technology Data Exchange (ETDEWEB)

    McShan, D L; Silverman, A; Lanza, D M; Reinstein, L E; Glicksman, A S [Rhode Island Hospital (US). Dept. of Radiation Oncology

    1979-06-01

    A new computerized radiation treatment planning system has been developed to aid in three-dimensional treatment planning. Using interactive colour graphics in conjunction with a PDP 11/45 computer, the system can take multiple transverse contours and construct a perspective display of the treatment region showing organ surfaces as well as cross-sectional contours. With interactively selected orientations, the display allows easy perception of the relative positioning of the treatment volume and the neighbouring anatomy. For external beam treatment planning, interactive computer simulation is used to select diaphragm sizes which best conform to the target area while avoiding sensitive structures. Dose calculations for the selected beams are carried out on multiple transverse planes. The calculational planes and surfaces are displayed in perspective with radiation dosage displayed in an interactively manipulated colour display. Altogether the system provides an easy assessment of the volume to be irradiated, interactive selection of optimal arrangements of treatment fields and a means of visualizing and evaluating the resulting dose distributions.

  13. The finite element response matrix method

    International Nuclear Information System (INIS)

    Nakata, H.; Martin, W.R.

    1983-02-01

    A new technique is developed with an alternative formulation of the response matrix method implemented with the finite element scheme. Two types of response matrices are generated from the Galerkin solution to the weak form of the diffusion equation subject to an arbitrary current and source. The piecewise polynomials are defined in two levels, the first for the local (assembly) calculations and the second for the global (core) response matrix calculations. This finite element response matrix technique was tested in two 2-dimensional test problems, 2D-IAEA benchmark problem and Biblis benchmark problem, with satisfatory results. The computational time, whereas the current code is not extensively optimized, is of the same order of the well estabilished coarse mesh codes. Furthermore, the application of the finite element technique in an alternative formulation of response matrix method permits the method to easily incorporate additional capabilities such as treatment of spatially dependent cross-sections, arbitrary geometrical configurations, and high heterogeneous assemblies. (Author) [pt

  14. Finite Element Method in Machining Processes

    CERN Document Server

    Markopoulos, Angelos P

    2013-01-01

    Finite Element Method in Machining Processes provides a concise study on the way the Finite Element Method (FEM) is used in the case of manufacturing processes, primarily in machining. The basics of this kind of modeling are detailed to create a reference that will provide guidelines for those who start to study this method now, but also for scientists already involved in FEM and want to expand their research. A discussion on FEM, formulations and techniques currently in use is followed up by machining case studies. Orthogonal cutting, oblique cutting, 3D simulations for turning and milling, grinding, and state-of-the-art topics such as high speed machining and micromachining are explained with relevant examples. This is all supported by a literature review and a reference list for further study. As FEM is a key method for researchers in the manufacturing and especially in the machining sector, Finite Element Method in Machining Processes is a key reference for students studying manufacturing processes but al...

  15. Inside finite elements

    CERN Document Server

    Weiser, Martin

    2016-01-01

    All relevant implementation aspects of finite element methods are discussed in this book. The focus is on algorithms and data structures as well as on their concrete implementation. Theory is covered as far as it gives insight into the construction of algorithms. Throughout the exercises a complete FE-solver for scalar 2D problems will be implemented in Matlab/Octave.

  16. General aviation design synthesis utilizing interactive computer graphics

    Science.gov (United States)

    Galloway, T. L.; Smith, M. R.

    1976-01-01

    Interactive computer graphics is a fast growing area of computer application, due to such factors as substantial cost reductions in hardware, general availability of software, and expanded data communication networks. In addition to allowing faster and more meaningful input/output, computer graphics permits the use of data in graphic form to carry out parametric studies for configuration selection and for assessing the impact of advanced technologies on general aviation designs. The incorporation of interactive computer graphics into a NASA developed general aviation synthesis program is described, and the potential uses of the synthesis program in preliminary design are demonstrated.

  17. Finite Element Modelling of Seismic Liquefaction in Soils

    NARCIS (Netherlands)

    Galavi, V.; Petalas, A.; Brinkgreve, R.B.J.

    2013-01-01

    Numerical aspects of seismic liquefaction in soils as implemented in the finite element code, PLAXIS, is described in this paper. After description of finite element equations of dynamic problems, three practical dynamic boundary conditions, namely viscous boundary tractions, tied degrees of freedom

  18. An automatic granular structure generation and finite element analysis of heterogeneous semi-solid materials

    International Nuclear Information System (INIS)

    Sharifi, Hamid; Larouche, Daniel

    2015-01-01

    The quality of cast metal products depends on the capacity of the semi-solid metal to sustain the stresses generated during the casting. Predicting the evolution of these stresses with accuracy in the solidification interval should be highly helpful to avoid the formation of defects like hot tearing. This task is however very difficult because of the heterogeneous nature of the material. In this paper, we propose to evaluate the mechanical behaviour of a metal during solidification using a mesh generation technique of the heterogeneous semi-solid material for a finite element analysis at the microscopic level. This task is done on a two-dimensional (2D) domain in which the granular structure of the solid phase is generated surrounded by an intergranular and interdendritc liquid phase. Some basic solid grains are first constructed and projected in the 2D domain with random orientations and scale factors. Depending on their orientation, the basic grains are combined to produce larger grains or separated by a liquid film. Different basic grain shapes can produce different granular structures of the mushy zone. As a result, using this automatic grain generation procedure, we can investigate the effect of grain shapes and sizes on the thermo-mechanical behaviour of the semi-solid material. The granular models are automatically converted to the finite element meshes. The solid grains and the liquid phase are meshed properly using quadrilateral elements. This method has been used to simulate the microstructure of a binary aluminium–copper alloy (Al–5.8 wt% Cu) when the fraction solid is 0.92. Using the finite element method and the Mie–Grüneisen equation of state for the liquid phase, the transient mechanical behaviour of the mushy zone under tensile loading has been investigated. The stress distribution and the bridges, which are formed during the tensile loading, have been detected. (paper)

  19. Finite element analysis of prestressed concrete reactor vessels

    International Nuclear Information System (INIS)

    Smith, P.D.; Cook, W.A.; Anderson, C.A.

    1977-01-01

    This paper discusses the development of a finite element code suitable for the safety analysis of prestressed concrete reactor vessels. The project has involved modification of a general purpose computer code to handle reinforced concrete structures as well as comparison of results obtained with the code against published experimental data. The NONSAP nonlinear structural analysis program was selected for the ease with which it can be modified to encompass problems peculiar to nuclear reactors. Pre- and post-processors have been developed for mesh generation and for graphical display of response variables. An out-of-core assembler and solver have been developed for the analysis of large three dimensional problems. The constitutive model for short term loads forms an orthotropic stress-strain relationship in which the concrete and the reinforcing steel are treated as a composite. The variation of stiffness and strength of concrete under multiaxial stress states is accounted for. Cracks are allowed to form at element integration points based on a three dimensional failure envelope in stress space. Composite tensile and shear properties across a crack are modified to account for bond degradation and for dowel action of the reinforcement. The constitutive law for creep is base on the expansion of the usual creep compliance function in the form of a Dirichlet exponential series. Empirical creep data are then fit to the Dirichlet series approximation by means of a least squares procedure. The incremental deformation process is subsequently reduced to a series of variable stiffness elasticity problems in which the past stress history is represented by a finite number of hidden material variables

  20. Interactive graphics for data analysis principles and examples

    CERN Document Server

    Theus, Martin

    2008-01-01

    Introduction PRINCIPLESInteractivity Queries Selection and Linked Highlighting Linking AnalysesInteracting with Graphics Examining a Single Variable Categorical DataContinuous DataTransforming Data Weighted Plots Interactions between Two VariablesTwo Categorical VariablesOne Categorical Variable and One Continuous VariableTwo Continuous VariablesMultidimensional Plots Mosaic PlotsParallel Coordinate Plots Trellis Displays Plot Ensembles and Statistical ModelsResponse ModelsANOVALoglinear ModelsGeographical DataMore Interactivity Sorting and Ordering Zooming Multiple ViewsInteractive Graphics ?

  1. The development and use of a piece-wise continuous finite element for plate and shell analysis

    International Nuclear Information System (INIS)

    Jobson, D.A.; Knowles, J.A.

    1975-01-01

    The implementation of general purpose programs for the numerical analysis of plate and shell structures calls for the adoption of finite element stiffness expressions which take into account of both lateral distortion and membrane action. It is important that design-oriented programs of the above kind be perfectly general. In particular the element behaviour must be independent of the choice of base axes, and not prone either to singularities or to doubts over convergence with successive mesh refinement. The basic elements should also be mathematically isotropic and the imposition of rigid body displacements should not cause self-straining. Ideally the program should allow the assembly of a wide variety of elements, oriented in any conceivable way and of a freely chosen shape. The present paper documents a procedure for synthesising the latter from a three node primary element which satisfies the above requirements. (Auth.)

  2. Computable Error Estimates for Finite Element Approximations of Elliptic Partial Differential Equations with Rough Stochastic Data

    KAUST Repository

    Hall, Eric Joseph

    2016-12-08

    We derive computable error estimates for finite element approximations of linear elliptic partial differential equations with rough stochastic coefficients. In this setting, the exact solutions contain high frequency content that standard a posteriori error estimates fail to capture. We propose goal-oriented estimates, based on local error indicators, for the pathwise Galerkin and expected quadrature errors committed in standard, continuous, piecewise linear finite element approximations. Derived using easily validated assumptions, these novel estimates can be computed at a relatively low cost and have applications to subsurface flow problems in geophysics where the conductivities are assumed to have lognormal distributions with low regularity. Our theory is supported by numerical experiments on test problems in one and two dimensions.

  3. Axisym finite element code: modifications for pellet-cladding mechanical interaction analysis

    International Nuclear Information System (INIS)

    Engelman, G.P.

    1978-10-01

    Local strain concentrations in nuclear fuel rods are known to be potential sites for failure initiation. Assessment of such strain concentrations requires a two-dimensional analysis of stress and strain in both the fuel and the cladding during pellet-cladding mechanical interaction. To provide such a capability in the FRAP (Fuel Rod Analysis Program) codes, the AXISYM code (a small finite element program developed at the Idaho National Engineering Laboratory) was modified to perform a detailed fuel rod deformation analysis. This report describes the modifications which were made to the AXISYM code to adapt it for fuel rod analysis and presents comparisons made between the two-dimensional AXISYM code and the FRACAS-II code. FRACAS-II is the one-dimensional (generalized plane strain) fuel rod mechanical deformation subcode used in the FRAP codes. Predictions of these two codes should be comparable away from the fuel pellet free ends if the state of deformation at the pellet midplane is near that of generalized plane strain. The excellent agreement obtained in these comparisons checks both the correctness of the AXISYM code modifications as well as the validity of the assumption of generalized plane strain upon which the FRACAS-II subcode is based

  4. Unified Modeling Language description of the object-oriented multi-scale adaptive finite element method for Step-and-Flash Imprint Lithography Simulations

    International Nuclear Information System (INIS)

    Paszynski, Maciej; Gurgul, Piotr; Sieniek, Marcin; Pardo, David

    2010-01-01

    In the first part of the paper we present the multi-scale simulation of the Step-and-Flash Imprint Lithography (SFIL), a modern patterning process. The simulation utilizes the hp adaptive Finite Element Method (hp-FEM) coupled with Molecular Statics (MS) model. Thus, we consider the multi-scale problem, with molecular statics applied in the areas of the mesh where the highest accuracy is required, and the continuous linear elasticity with thermal expansion coefficient applied in the remaining part of the domain. The degrees of freedom from macro-scale element's nodes located on the macro-scale side of the interface have been identified with particles from nano-scale elements located on the nano-scale side of the interface. In the second part of the paper we present Unified Modeling Language (UML) description of the resulting multi-scale application (hp-FEM coupled with MS). We investigated classical, procedural codes from the point of view of the object-oriented (O-O) programming paradigm. The discovered hierarchical structure of classes and algorithms makes the UML project as independent on the spatial dimension of the problem as possible. The O-O UML project was defined at an abstract level, independent on the programming language used.

  5. Mesh-size errors in diffusion-theory calculations using finite-difference and finite-element methods

    International Nuclear Information System (INIS)

    Baker, A.R.

    1982-07-01

    A study has been performed of mesh-size errors in diffusion-theory calculations using finite-difference and finite-element methods. As the objective was to illuminate the issues, the study was performed for a 1D slab model of a reactor with one neutron-energy group for which analytical solutions were possible. A computer code SLAB was specially written to perform the finite-difference and finite-element calculations and also to obtain the analytical solutions. The standard finite-difference equations were obtained by starting with an expansion of the neutron current in powers of the mesh size, h, and keeping terms as far as h 2 . It was confirmed that these equations led to the well-known result that the criticality parameter varied with the square of the mesh size. An improved form of the finite-difference equations was obtained by continuing the expansion for the neutron current as far as the term in h 4 . In this case, the critical parameter varied as the fourth power of the mesh size. The finite-element solutions for 2 and 3 nodes per element revealed that the criticality parameter varied as the square and fourth power of the mesh size, respectively. Numerical results are presented for a bare reactive core of uniform composition with 2 zones of different uniform mesh and for a reactive core with an absorptive reflector. (author)

  6. A geometric toolbox for tetrahedral finite element partitions

    NARCIS (Netherlands)

    Brandts, J.; Korotov, S.; Křížek, M.; Axelsson, O.; Karátson, J.

    2011-01-01

    In this work we present a survey of some geometric results on tetrahedral partitions and their refinements in a unified manner. They can be used for mesh generation and adaptivity in practical calculations by the finite element method (FEM), and also in theoretical finite element (FE) analysis.

  7. Mixed finite element simulations in two-dimensional groundwater flow problems

    International Nuclear Information System (INIS)

    Kimura, Hideo

    1989-01-01

    A computer code of groundwater flow in two-dimensional porous media based on the mixed finite element method was developed for accurate approximations of Darcy velocities in safety evaluation of radioactive waste disposal. The mixed finite element procedure solves for both the Darcy velocities and pressure heads simultaneously in the Darcy equation and continuity equation. Numerical results of a single well pumping at a constant rate in a uniform flow field showed that the mixed finite element method gives more accurate Darcy velocities nearly 50 % on average error than standard finite element method. (author)

  8. Computer Graphics Orientation and Training in a Corporate/Production Environment.

    Science.gov (United States)

    McDevitt, Marsha Jean

    This master's thesis provides an overview of a computer graphics production environment and proposes a realistic approach to orientation and on-going training for employees working within a fast-paced production schedule. Problems involved in meeting the training needs of employees are briefly discussed in the first chapter, while the second…

  9. Finite element analysis of rotating beams physics based interpolation

    CERN Document Server

    Ganguli, Ranjan

    2017-01-01

    This book addresses the solution of rotating beam free-vibration problems using the finite element method. It provides an introduction to the governing equation of a rotating beam, before outlining the solution procedures using Rayleigh-Ritz, Galerkin and finite element methods. The possibility of improving the convergence of finite element methods through a judicious selection of interpolation functions, which are closer to the problem physics, is also addressed. The book offers a valuable guide for students and researchers working on rotating beam problems – important engineering structures used in helicopter rotors, wind turbines, gas turbines, steam turbines and propellers – and their applications. It can also be used as a textbook for specialized graduate and professional courses on advanced applications of finite element analysis.

  10. Impact of new computing systems on finite element computations

    International Nuclear Information System (INIS)

    Noor, A.K.; Fulton, R.E.; Storaasi, O.O.

    1983-01-01

    Recent advances in computer technology that are likely to impact finite element computations are reviewed. The characteristics of supersystems, highly parallel systems, and small systems (mini and microcomputers) are summarized. The interrelations of numerical algorithms and software with parallel architectures are discussed. A scenario is presented for future hardware/software environment and finite element systems. A number of research areas which have high potential for improving the effectiveness of finite element analysis in the new environment are identified

  11. Decision making in water resource planning: Models and computer graphics

    Energy Technology Data Exchange (ETDEWEB)

    Fedra, K; Carlsen, A J [ed.

    1987-01-01

    This paper describes some basic concepts of simulation-based decision support systems for water resources management and the role of symbolic, graphics-based user interfaces. Designed to allow direct and easy access to advanced methods of analysis and decision support for a broad and heterogeneous group of users, these systems combine data base management, system simulation, operations research techniques such as optimization, interactive data analysis, elements of advanced decision technology, and artificial intelligence, with a friendly and conversational, symbolic display oriented user interface. Important features of the interface are the use of several parallel or alternative styles of interaction and display, indlucing colour graphics and natural language. Combining quantitative numerical methods with qualitative and heuristic approaches, and giving the user direct and interactive control over the systems function, human knowledge, experience and judgement are integrated with formal approaches into a tightly coupled man-machine system through an intelligent and easily accessible user interface. 4 drawings, 42 references.

  12. Finite size effects of a pion matrix element

    International Nuclear Information System (INIS)

    Guagnelli, M.; Jansen, K.; Palombi, F.; Petronzio, R.; Shindler, A.; Wetzorke, I.

    2004-01-01

    We investigate finite size effects of the pion matrix element of the non-singlet, twist-2 operator corresponding to the average momentum of non-singlet quark densities. Using the quenched approximation, they come out to be surprisingly large when compared to the finite size effects of the pion mass. As a consequence, simulations of corresponding nucleon matrix elements could be affected by finite size effects even stronger which could lead to serious systematic uncertainties in their evaluation

  13. Variational approach to probabilistic finite elements

    Science.gov (United States)

    Belytschko, T.; Liu, W. K.; Mani, A.; Besterfield, G.

    1991-08-01

    Probabilistic finite element methods (PFEM), synthesizing the power of finite element methods with second-moment techniques, are formulated for various classes of problems in structural and solid mechanics. Time-invariant random materials, geometric properties and loads are incorporated in terms of their fundamental statistics viz. second-moments. Analogous to the discretization of the displacement field in finite element methods, the random fields are also discretized. Preserving the conceptual simplicity, the response moments are calculated with minimal computations. By incorporating certain computational techniques, these methods are shown to be capable of handling large systems with many sources of uncertainties. By construction, these methods are applicable when the scale of randomness is not very large and when the probabilistic density functions have decaying tails. The accuracy and efficiency of these methods, along with their limitations, are demonstrated by various applications. Results obtained are compared with those of Monte Carlo simulation and it is shown that good accuracy can be obtained for both linear and nonlinear problems. The methods are amenable to implementation in deterministic FEM based computer codes.

  14. Finite Element Modeling of Thermal Cycling Induced Microcracking in Carbon/Epoxy Triaxial Braided Composites

    Science.gov (United States)

    Zhang, Chao; Binienda, Wieslaw K.; Morscher, Gregory; Martin, Richard E.

    2012-01-01

    The microcrack distribution and mass change in PR520/T700s and 3502/T700s carbon/epoxy braided composites exposed to thermal cycling was evaluated experimentally. Acoustic emission was utilized to record the crack initiation and propagation under cyclic thermal loading between -55 C and 120 C. Transverse microcrack morphology was investigated using X-ray Computed Tomography. Different performance of two kinds of composites was discovered and analyzed. Based on the observations of microcrack formation, a meso-mechanical finite element model was developed to obtain the resultant mechanical properties. The simulation results exhibited a decrease in strength and stiffness with increasing crack density. Strength and stiffness reduction versus crack densities in different orientations were compared. The changes of global mechanical behavior in both axial and transverse loading conditions were studied. Keywords: Thermal cycles; Microcrack; Finite Element Model; Braided Composite

  15. Risk Management Collaboration through Sharing Interactive Graphics

    Science.gov (United States)

    Slingsby, Aidan; Dykes, Jason; Wood, Jo; Foote, Matthew

    2010-05-01

    Risk management involves the cooperation of scientists, underwriters and actuaries all of whom analyse data to support decision-making. Results are often disseminated through static documents with graphics that convey the message the analyst wishes to communicate. Interactive graphics are increasingly popular means of communicating the results of data analyses because they enable other parties to explore and visually analyse some of the data themselves prior to and during discussion. Discussion around interactive graphics can occur synchronously in face-to-face meetings or with video-conferencing and screen sharing or they can occur asynchronously through web-sites such as ManyEyes, web-based fora, blogs, wikis and email. A limitation of approaches that do not involve screen sharing is the difficulty in sharing the results of insights from interacting with the graphic. Static images accompanied can be shared but these themselves cannot be interacted, producing a discussion bottleneck (Baker, 2008). We address this limitation by allowing the state and configuration of graphics to be shared (rather than static images) so that a user can reproduce someone else's graphic, interact with it and then share the results of this accompanied with some commentary. HiVE (Slingsby et al, 2009) is a compact and intuitive text-based language that has been designed for this purpose. We will describe the vizTweets project (a 9-month project funded by JISC) in which we are applying these principles to insurance risk management in the context of the Willis Research Network, the world's largest collaboration between the insurance industry and the academia). The project aims to extend HiVE to meet the needs of the sector, design, implement free-available web services and tools and to provide case studies. We will present a case study that demonstrate the potential of this approach for collaboration within the Willis Research Network. Baker, D. Towards Transparency in Visualisation Based

  16. Verification of Orthogrid Finite Element Modeling Techniques

    Science.gov (United States)

    Steeve, B. E.

    1996-01-01

    The stress analysis of orthogrid structures, specifically with I-beam sections, is regularly performed using finite elements. Various modeling techniques are often used to simplify the modeling process but still adequately capture the actual hardware behavior. The accuracy of such 'Oshort cutso' is sometimes in question. This report compares three modeling techniques to actual test results from a loaded orthogrid panel. The finite element models include a beam, shell, and mixed beam and shell element model. Results show that the shell element model performs the best, but that the simpler beam and beam and shell element models provide reasonable to conservative results for a stress analysis. When deflection and stiffness is critical, it is important to capture the effect of the orthogrid nodes in the model.

  17. Review of Tomographic Imaging using Finite Element Method

    Directory of Open Access Journals (Sweden)

    Mohd Fua’ad RAHMAT

    2011-12-01

    Full Text Available Many types of techniques for process tomography were proposed and developed during the past 20 years. This paper review the techniques and the current state of knowledge and experience on the subject, aimed at highlighting the problems associated with the non finite element methods, such as the ill posed, ill conditioned which relates to the accuracy and sensitivity of measurements. In this paper, considerations for choice of sensors and its applications were outlined and descriptions of non finite element tomography systems were presented. The finite element method tomography system as obtained from recent works, suitable for process control and measurement were also presented.

  18. Magnetic materials and 3D finite element modeling

    CERN Document Server

    Bastos, Joao Pedro A

    2014-01-01

    Magnetic Materials and 3D Finite Element Modeling explores material characterization and finite element modeling (FEM) applications. This book relates to electromagnetic analysis based on Maxwell’s equations and application of the finite element (FE) method to low frequency devices. A great source for senior undergraduate and graduate students in electromagnetics, it also supports industry professionals working in magnetics, electromagnetics, ferromagnetic materials science and electrical engineering. The authors present current concepts on ferromagnetic material characterizations and losses. They provide introductory material; highlight basic electromagnetics, present experimental and numerical modeling related to losses and focus on FEM applied to 3D applications. They also explain various formulations, and discuss numerical codes.

  19. New mixed finite-element methods

    International Nuclear Information System (INIS)

    Franca, L.P.

    1987-01-01

    New finite-element methods are proposed for mixed variational formulations. The methods are constructed by adding to the classical Galerkin method various least-squares like terms. The additional terms involve integrals over element interiors, and include mesh-parameter dependent coefficients. The methods are designed to enhance stability. Consistency is achieved in the sense that exact solutions identically satisfy the variational equations.Applied to several problems, simple finite-element interpolations are rendered convergent, including convenient equal-order interpolations generally unstable within the Galerkin approach. The methods are subdivided into two classes according to the manner in which stability is attained: (1) circumventing Babuska-Brezzi condition methods; (2) satisfying Babuska-Brezzi condition methods. Convergence is established for each class of methods. Applications of the first class of methods to Stokes flow and compressible linear elasticity are presented. The second class of methods is applied to the Poisson, Timoshenko beam and incompressible elasticity problems. Numerical results demonstrate the good stability and accuracy of the methods, and confirm the error estimates

  20. Analysis of Tire Tractive Performance on Deformable Terrain by Finite Element-Discrete Element Method

    Science.gov (United States)

    Nakashima, Hiroshi; Takatsu, Yuzuru

    The goal of this study is to develop a practical and fast simulation tool for soil-tire interaction analysis, where finite element method (FEM) and discrete element method (DEM) are coupled together, and which can be realized on a desktop PC. We have extended our formerly proposed dynamic FE-DE method (FE-DEM) to include practical soil-tire system interaction, where not only the vertical sinkage of a tire, but also the travel of a driven tire was considered. Numerical simulation by FE-DEM is stable, and the relationships between variables, such as load-sinkage and sinkage-travel distance, and the gross tractive effort and running resistance characteristics, are obtained. Moreover, the simulation result is accurate enough to predict the maximum drawbar pull for a given tire, once the appropriate parameter values are provided. Therefore, the developed FE-DEM program can be applied with sufficient accuracy to interaction problems in soil-tire systems.

  1. On higher order pyramidal finite elements

    Czech Academy of Sciences Publication Activity Database

    Liu, L.; Davies, K.B.; Křížek, Michal; Guan, L.

    2011-01-01

    Roč. 3, č. 2 (2011), s. 131-140 ISSN 2070-0733 R&D Projects: GA AV ČR(CZ) IAA100190803 Institutional research plan: CEZ:AV0Z10190503 Keywords : pyramidal polynomial basis functions * finite element method * composite elements * three-dimensional mortar elements Subject RIV: BA - General Mathematics Impact factor: 0.750, year: 2011

  2. MODELLING THE DELAMINATION FAILURE ALONG THE CFRP-CFST BEAM INTERACTION SURFACE USING DIFFERENT FINITE ELEMENT TECHNIQUES

    Directory of Open Access Journals (Sweden)

    AHMED W. AL-ZAND

    2017-01-01

    Full Text Available Nonlinear finite element (FE models are prepared to investigate the behaviour of concrete-filled steel tube (CFST beams strengthened by carbon fibre reinforced polymer (CFRP sheets. The beams are strengthened from the bottom side only by varied sheet lengths (full and partial beam lengths and then subjected to ultimate flexural loads. Three surface interaction techniques are used to implement the bonding behaviour between the steel tube and the CFRP sheet, namely, full tie interaction (TI, cohesive element (CE and cohesive behaviour (CB techniques using ABAQUS software. Results of the comparison between the FE analysis and existing experimental study confirm that the FE models with the TI technique could be applicable for beams strengthened by CFRP sheets with a full wrapping length; the technique could not accurately implement the CFRP delamination failure, which occurred for beams with a partial wrapping length. Meanwhile, the FE models with the CE and CB techniques are applicable in the implementation of both CFRP failures (rapture and delamination for both full and partial wrapping lengths, respectively. Where, the ultimate loads' ratios achieved by the FE models using TI, CE and CB techniques about 1.122, 1.047 and 1.045, respectively, comparing to the results of existing experimental tests.

  3. Validation of High Displacement Piezoelectric Actuator Finite Element Models

    Science.gov (United States)

    Taleghani, B. K.

    2000-01-01

    The paper presents the results obtained by using NASTRAN(Registered Trademark) and ANSYS(Regitered Trademark) finite element codes to predict doming of the THUNDER piezoelectric actuators during the manufacturing process and subsequent straining due to an applied input voltage. To effectively use such devices in engineering applications, modeling and characterization are essential. Length, width, dome height, and thickness are important parameters for users of such devices. Therefore, finite element models were used to assess the effects of these parameters. NASTRAN(Registered Trademark) and ANSYS(Registered Trademark) used different methods for modeling piezoelectric effects. In NASTRAN(Registered Trademark), a thermal analogy was used to represent voltage at nodes as equivalent temperatures, while ANSYS(Registered Trademark) processed the voltage directly using piezoelectric finite elements. The results of finite element models were validated by using the experimental results.

  4. The finite-difference and finite-element modeling of seismic wave propagation and earthquake motion

    International Nuclear Information System (INIS)

    Moszo, P.; Kristek, J.; Galis, M.; Pazak, P.; Balazovijech, M.

    2006-01-01

    Numerical modeling of seismic wave propagation and earthquake motion is an irreplaceable tool in investigation of the Earth's structure, processes in the Earth, and particularly earthquake phenomena. Among various numerical methods, the finite-difference method is the dominant method in the modeling of earthquake motion. Moreover, it is becoming more important in the seismic exploration and structural modeling. At the same time we are convinced that the best time of the finite-difference method in seismology is in the future. This monograph provides tutorial and detailed introduction to the application of the finite-difference, finite-element, and hybrid finite-difference-finite-element methods to the modeling of seismic wave propagation and earthquake motion. The text does not cover all topics and aspects of the methods. We focus on those to which we have contributed. (Author)

  5. A set of pathological tests to validate new finite elements

    Indian Academy of Sciences (India)

    M. Senthilkumar (Newgen Imaging) 1461 1996 Oct 15 13:05:22

    The finite element method entails several approximations. Hence it ... researchers have designed several pathological tests to validate any new finite element. The .... Three dimensional thick shell elements using a hybrid/mixed formu- lation.

  6. Crack Propagation by Finite Element Method

    Directory of Open Access Journals (Sweden)

    Luiz Carlos H. Ricardo

    2018-01-01

    Full Text Available Crack propagation simulation began with the development of the finite element method; the analyses were conducted to obtain a basic understanding of the crack growth. Today structural and materials engineers develop structures and materials properties using this technique. The aim of this paper is to verify the effect of different crack propagation rates in determination of crack opening and closing stress of an ASTM specimen under a standard suspension spectrum loading from FDandE SAE Keyhole Specimen Test Load Histories by finite element analysis. To understand the crack propagation processes under variable amplitude loading, retardation effects are observed

  7. High performance interactive graphics for shower reconstruction in HPC, the DELPHI barrel electromagnetic calorimeter

    International Nuclear Information System (INIS)

    Stanescu, C.

    1990-01-01

    Complex software for shower reconstruction in DELPHI barrel electromagnetic calorimeter which deals, for each event, with great amounts of information, due to the high spatial resolution of this detector, needs powerful verification tools. An interactive graphics program, running on high performance graphics display system Whizzard 7555 from Megatek, was developed to display the logical steps in showers and their axes reconstruction. The program allows both operations on the image in real-time (rotation, translation and zoom) and the use of non-geometrical criteria to modify it (as the use of energy) thresholds for the representation of the elements that compound the showers (or of the associated lego plots). For this purpose graphics objects associated to user parameters were defined. Instancing and modelling features of the native graphics library were extensively used

  8. Finite element analysis of plastic recycling machine designed for ...

    African Journals Online (AJOL)

    ... design was evaluated using finite element analysis (FEA) tool in Solid Works Computer ... Also, a minimum factor of safety value of 5.3 was obtained for shredder shaft ... Machine; Design; Recycling; Sustainability; Finite Element; Simulation ...

  9. An introduction to the UNCLE finite element scheme

    International Nuclear Information System (INIS)

    Enderby, J.A.

    1983-01-01

    UNCLE is a completely general finite element scheme which provides common input, output, equation-solving and other facilities for a family of finite element codes for linear and non-linear stress analysis, heat transfer etc. This report describes the concepts on which UNCLE is based and gives a general account of the facilities provided. (author)

  10. An introduction to the UNCLE finite element scheme

    Energy Technology Data Exchange (ETDEWEB)

    Enderby, J A [UK Atomic Energy Authority, Northern Division, Risley Nuclear Power Development Establishment, Risley, Warrington (United Kingdom)

    1983-05-01

    UNCLE is a completely general finite element scheme which provides common input, output, equation-solving and other facilities for a family of finite element codes for linear and non-linear stress analysis, heat transfer etc. This report describes the concepts on which UNCLE is based and gives a general account of the facilities provided. (author)

  11. Main formulations of the finite element method for the problems of structural mechanics. Part 2

    Directory of Open Access Journals (Sweden)

    Ignat’ev Aleksandr Vladimirovich

    Full Text Available The author offers a classification of Finite Element formulations, which allows orienting in a great number of the published and continuing to be published works on the problem of raising the efficiency of this widespread numerical method. The second part of the article offers examination of straight formulations of FEM in the form of displacement approach, area method and classical mixed-mode method. The question of solution convergence according to FEM in the form of classical mixed-mode method is considered on the example of single-input single-output system of a beam in case of finite element grid refinement. The author draws a conclusion, that extinction of algebraic equations system of FEM in case of passage to the limit is not a peculiar feature of this method in general, but manifests itself only in some particular cases. At the same time the obtained results prove that FEM in mixed-mode form provides obtaining more stable results in case of finite element grid refinement in comparison with FEM in the form of displacement approach. It is quite obvious that the same qualities will appear also in two-dimensional systems.

  12. A finite element method for a time dependence soil-structure interactions calculations

    International Nuclear Information System (INIS)

    Ni, X.M.; Gantenbein, F.; Petit, M.

    1989-01-01

    The method which is proposed is based on a finite element modelisation for the soil and the structure and a time history calculation. It has been developed for plane and axisymmetric geometries. The principle of this method will be presented, then applications will be given, first to a linear calculation for which results will be compared to those obtained by standard methods. Then results for a non linear behavior will be described [fr

  13. A particle finite element method for machining simulations

    Science.gov (United States)

    Sabel, Matthias; Sator, Christian; Müller, Ralf

    2014-07-01

    The particle finite element method (PFEM) appears to be a convenient technique for machining simulations, since the geometry and topology of the problem can undergo severe changes. In this work, a short outline of the PFEM-algorithm is given, which is followed by a detailed description of the involved operations. The -shape method, which is used to track the topology, is explained and tested by a simple example. Also the kinematics and a suitable finite element formulation are introduced. To validate the method simple settings without topological changes are considered and compared to the standard finite element method for large deformations. To examine the performance of the method, when dealing with separating material, a tensile loading is applied to a notched plate. This investigation includes a numerical analysis of the different meshing parameters, and the numerical convergence is studied. With regard to the cutting simulation it is found that only a sufficiently large number of particles (and thus a rather fine finite element discretisation) leads to converged results of process parameters, such as the cutting force.

  14. A finite element primer for beginners the basics

    CERN Document Server

    Zohdi, Tarek I

    2014-01-01

    The purpose of this primer is to provide the basics of the Finite Element Method, primarily illustrated through a classical model problem, linearized elasticity. The topics covered are:(1) Weighted residual methods and Galerkin approximations,(2) A model problem for one-dimensional?linear elastostatics,(3) Weak formulations in one dimension,(4) Minimum principles in one dimension,(5) Error estimation in one dimension,(5) Construction of Finite Element basis functions in one dimension,(6) Gaussian Quadrature,(7) Iterative solvers and element by element data structures,(8) A model problem for th

  15. On the reliability of finite element solutions

    International Nuclear Information System (INIS)

    Prasad, K.S.R.K.

    1975-01-01

    The extent of reliability of the finite element method for analysis of nuclear reactor structures, and that of reactor vessels in particular and the need for the engineer to guard against the pitfalls that may arise out of both physical and mathematical models have been high-lighted. A systematic way of checking the model to obtain reasonably accurate solutions is presented. Quite often sophisticated elements are suggested for specific design and stress concentration problems. The desirability or otherwise of these elements, their scope and utility vis-a-vis the use of large stack of conventional elements are discussed from the view point of stress analysts. The methods of obtaining a check on the reliability of the finite element solutions either through modelling changes or an extrapolation technique are discussed. (author)

  16. Adaptive Smoothed Finite Elements (ASFEM) for history dependent material models

    International Nuclear Information System (INIS)

    Quak, W.; Boogaard, A. H. van den

    2011-01-01

    A successful simulation of a bulk forming process with finite elements can be difficult due to distortion of the finite elements. Nodal smoothed Finite Elements (NSFEM) are an interesting option for such a process since they show good distortion insensitivity and moreover have locking-free behavior and good computational efficiency. In this paper a method is proposed which takes advantage of the nodally smoothed field. This method, named adaptive smoothed finite elements (ASFEM), revises the mesh for every step of a simulation without mapping the history dependent material parameters. In this paper an updated-Lagrangian implementation is presented. Several examples are given to illustrate the method and to show its properties.

  17. Automation of finite element methods

    CERN Document Server

    Korelc, Jože

    2016-01-01

    New finite elements are needed as well in research as in industry environments for the development of virtual prediction techniques. The design and implementation of novel finite elements for specific purposes is a tedious and time consuming task, especially for nonlinear formulations. The automation of this process can help to speed up this process considerably since the generation of the final computer code can be accelerated by order of several magnitudes. This book provides the reader with the required knowledge needed to employ modern automatic tools like AceGen within solid mechanics in a successful way. It covers the range from the theoretical background, algorithmic treatments to many different applications. The book is written for advanced students in the engineering field and for researchers in educational and industrial environments.

  18. Detailed finite element method modeling of evaporating multi-component droplets

    Energy Technology Data Exchange (ETDEWEB)

    Diddens, Christian, E-mail: C.Diddens@tue.nl

    2017-07-01

    The evaporation of sessile multi-component droplets is modeled with an axisymmetic finite element method. The model comprises the coupled processes of mixture evaporation, multi-component flow with composition-dependent fluid properties and thermal effects. Based on representative examples of water–glycerol and water–ethanol droplets, regular and chaotic examples of solutal Marangoni flows are discussed. Furthermore, the relevance of the substrate thickness for the evaporative cooling of volatile binary mixture droplets is pointed out. It is shown how the evaporation of the more volatile component can drastically decrease the interface temperature, so that ambient vapor of the less volatile component condenses on the droplet. Finally, results of this model are compared with corresponding results of a lubrication theory model, showing that the application of lubrication theory can cause considerable errors even for moderate contact angles of 40°. - Graphical abstract:.

  19. Finite Element Based Design and Optimization for Piezoelectric Accelerometers

    DEFF Research Database (Denmark)

    Liu, Bin; Kriegbaum, B.; Yao, Q.

    1998-01-01

    A systematic Finite Element design and optimisation procedure is implemented for the development of piezoelectric accelerometers. Most of the specifications of accelerometers can be obtained using the Finite Element simulations. The deviations between the simulated and calibrated sensitivities...

  20. Finite element analysis of mechanical stability of coarsened nanoporous gold

    International Nuclear Information System (INIS)

    Cho, Hoon-Hwe; Chen-Wiegart, Yu-chen Karen; Dunand, David C.

    2016-01-01

    The mechanical stability of nanoporous gold (np-Au) at various stages of thermal coarsening is studied via finite element analysis under volumetric compression using np-Au architectures imaged via X-ray nano-tomography. As the np-Au is coarsened thermally over ligament sizes ranging from 185 to 465 nm, the pore volume fraction is determinant for the mechanical stability of the coarsened np-Au, unlike the curvature and surface orientation of the ligaments. The computed Young's modulus and yield strength of the structures are compared with the Gibson–Ashby model. The geometry of the structures determines the locations where stress concentrations occur at the onset of yielding.

  1. THE PRACTICAL ANALYSIS OF FINITE ELEMENTS METHOD ERRORS

    Directory of Open Access Journals (Sweden)

    Natalia Bakhova

    2011-03-01

    Full Text Available Abstract. The most important in the practical plan questions of reliable estimations of finite elementsmethod errors are considered. Definition rules of necessary calculations accuracy are developed. Methodsand ways of the calculations allowing receiving at economical expenditures of computing work the best finalresults are offered.Keywords: error, given the accuracy, finite element method, lagrangian and hermitian elements.

  2. Parallel Finite Element Particle-In-Cell Code for Simulations of Space-charge Dominated Beam-Cavity Interactions

    International Nuclear Information System (INIS)

    Candel, A.; Kabel, A.; Ko, K.; Lee, L.; Li, Z.; Limborg, C.; Ng, C.; Prudencio, E.; Schussman, G.; Uplenchwar, R.

    2007-01-01

    Over the past years, SLAC's Advanced Computations Department (ACD) has developed the parallel finite element (FE) particle-in-cell code Pic3P (Pic2P) for simulations of beam-cavity interactions dominated by space-charge effects. As opposed to standard space-charge dominated beam transport codes, which are based on the electrostatic approximation, Pic3P (Pic2P) includes space-charge, retardation and boundary effects as it self-consistently solves the complete set of Maxwell-Lorentz equations using higher-order FE methods on conformal meshes. Use of efficient, large-scale parallel processing allows for the modeling of photoinjectors with unprecedented accuracy, aiding the design and operation of the next-generation of accelerator facilities. Applications to the Linac Coherent Light Source (LCLS) RF gun are presented

  3. ABOUT SOLUTION OF MULTIPOINT BOUNDARY PROBLEMS OF TWO-DIMENSIONAL STRUCTURAL ANALYSIS WITH THE USE OF COMBINED APPLICATION OF FINITE ELEMENT METHOD AND DISCRETE-CONTINUAL FINITE ELEMENT METHOD PART 2: SPECIAL ASPECTS OF FINITE ELEMENT APPROXIMATION

    Directory of Open Access Journals (Sweden)

    Pavel A. Akimov

    2017-12-01

    Full Text Available As is well known, the formulation of a multipoint boundary problem involves three main components: a description of the domain occupied by the structure and the corresponding subdomains; description of the conditions inside the domain and inside the corresponding subdomains, the description of the conditions on the boundary of the domain, conditions on the boundaries between subdomains. This paper is a continuation of another work published earlier, in which the formulation and general principles of the approximation of the multipoint boundary problem of a static analysis of deep beam on the basis of the joint application of the finite element method and the discrete-continual finite element method were considered. It should be noted that the approximation within the fragments of a domain that have regular physical-geometric parameters along one of the directions is expedient to be carried out on the basis of the discrete-continual finite element method (DCFEM, and for the approximation of all other fragments it is necessary to use the standard finite element method (FEM. In the present publication, the formulas for the computing of displacements partial derivatives of displacements, strains and stresses within the finite element model (both within the finite element and the corresponding nodal values (with the use of averaging are presented. Boundary conditions between subdomains (respectively, discrete models and discrete-continual models and typical conditions such as “hinged support”, “free edge”, “perfect contact” (twelve basic (basic variants are available are under consideration as well. Governing formulas for computing of elements of the corresponding matrices of coefficients and vectors of the right-hand sides are given for each variant. All formulas are fully adapted for algorithmic implementation.

  4. Finite element analysis of surface acoustic waves in high aspect ratio electrodes

    DEFF Research Database (Denmark)

    Dühring, Maria Bayard; Laude, Vincent; Khelif, Abdelkrim

    2008-01-01

    This paper elaborates on how the finite element method is employed to model surface acoustic waves generated by high aspect ratio electrodes and their interaction with optical waves in a waveguide. With a periodic model it is shown that these electrodes act as a mechanical resonator which slows...

  5. Finite element simulation and testing of ISW CFRP anchorage

    DEFF Research Database (Denmark)

    Schmidt, Jacob Wittrup; Goltermann, Per; Hertz, Kristian Dahl

    2013-01-01

    is modelled in the 3D finite Element program ABAQUS, just as digital image correlation (DIC) testing was performed to verify the finite element simulation. Also a new optimized design was produced to ensure that the finite element simulation and anchorage behaviour correlated well. It is seen....... This paper presents a novel mechanical integrated sleeve wedge anchorage which seem very promising when perusing the scope of ultimate utilization of CFRP 8mm rods (with a tension capacity of approximately 140kN). Compression transverse to the CFRP is evaluated to prevent premature failure. The anchorage...

  6. Hydrothermal analysis in engineering using control volume finite element method

    CERN Document Server

    Sheikholeslami, Mohsen

    2015-01-01

    Control volume finite element methods (CVFEM) bridge the gap between finite difference and finite element methods, using the advantages of both methods for simulation of multi-physics problems in complex geometries. In Hydrothermal Analysis in Engineering Using Control Volume Finite Element Method, CVFEM is covered in detail and applied to key areas of thermal engineering. Examples, exercises, and extensive references are used to show the use of the technique to model key engineering problems such as heat transfer in nanofluids (to enhance performance and compactness of energy systems),

  7. A multiscale mortar multipoint flux mixed finite element method

    KAUST Repository

    Wheeler, Mary Fanett; Xue, Guangri; Yotov, Ivan

    2012-01-01

    In this paper, we develop a multiscale mortar multipoint flux mixed finite element method for second order elliptic problems. The equations in the coarse elements (or subdomains) are discretized on a fine grid scale by a multipoint flux mixed finite

  8. Parallel iterative procedures for approximate solutions of wave propagation by finite element and finite difference methods

    Energy Technology Data Exchange (ETDEWEB)

    Kim, S. [Purdue Univ., West Lafayette, IN (United States)

    1994-12-31

    Parallel iterative procedures based on domain decomposition techniques are defined and analyzed for the numerical solution of wave propagation by finite element and finite difference methods. For finite element methods, in a Lagrangian framework, an efficient way for choosing the algorithm parameter as well as the algorithm convergence are indicated. Some heuristic arguments for finding the algorithm parameter for finite difference schemes are addressed. Numerical results are presented to indicate the effectiveness of the methods.

  9. Global-Local Finite Element Analysis of Bonded Single-Lap Joints

    Science.gov (United States)

    Kilic, Bahattin; Madenci, Erdogan; Ambur, Damodar R.

    2004-01-01

    Adhesively bonded lap joints involve dissimilar material junctions and sharp changes in geometry, possibly leading to premature failure. Although the finite element method is well suited to model the bonded lap joints, traditional finite elements are incapable of correctly resolving the stress state at junctions of dissimilar materials because of the unbounded nature of the stresses. In order to facilitate the use of bonded lap joints in future structures, this study presents a finite element technique utilizing a global (special) element coupled with traditional elements. The global element includes the singular behavior at the junction of dissimilar materials with or without traction-free surfaces.

  10. Finite-element analysis of NiTi wire deflection during orthodontic levelling treatment

    International Nuclear Information System (INIS)

    Razali, M F; Mahmud, A S; Abdullah, J; Mokhtar, N

    2016-01-01

    Finite-element analysis is an important product development tool in medical devices industry for design and failure analysis of devices. This tool helps device designers to quickly explore various design options, optimizing specific designs and providing a deeper insight how a device is actually performing. In this study, three-dimensional finite-element models of superelastic nickel-titanium arch wire engaged in a three brackets system were developed. The aim was to measure the effect of binding friction developed on wire-bracket interaction towards the remaining recovery force available for tooth movement. Uniaxial and three brackets bending test were modelled and validated against experimental works. The prediction made by the three brackets bending models shows good agreement with the experimental results. (paper)

  11. Finite-element analysis of NiTi wire deflection during orthodontic levelling treatment

    Science.gov (United States)

    Razali, M. F.; Mahmud, A. S.; Mokhtar, N.; Abdullah, J.

    2016-02-01

    Finite-element analysis is an important product development tool in medical devices industry for design and failure analysis of devices. This tool helps device designers to quickly explore various design options, optimizing specific designs and providing a deeper insight how a device is actually performing. In this study, three-dimensional finite-element models of superelastic nickel-titanium arch wire engaged in a three brackets system were developed. The aim was to measure the effect of binding friction developed on wire-bracket interaction towards the remaining recovery force available for tooth movement. Uniaxial and three brackets bending test were modelled and validated against experimental works. The prediction made by the three brackets bending models shows good agreement with the experimental results.

  12. An X window based graphics user interface for radiation information processing system developed with object-oriented programming technology

    International Nuclear Information System (INIS)

    Gao Wenhuan; Fu Changqing; Kang Kejun

    1993-01-01

    X Window is a network-oriented and network transparent windowing system, and now dominant in the Unix domain. The object-oriented programming technology can be used to change the extensibility of a software system remarkably. An introduction to graphics user interface is given. And how to develop a graphics user interface for radiation information processing system with object-oriented programming technology, which is based on X Window and independent of application is described briefly

  13. TACO: a finite element heat transfer code

    International Nuclear Information System (INIS)

    Mason, W.E. Jr.

    1980-02-01

    TACO is a two-dimensional implicit finite element code for heat transfer analysis. It can perform both linear and nonlinear analyses and can be used to solve either transient or steady state problems. Either plane or axisymmetric geometries can be analyzed. TACO has the capability to handle time or temperature dependent material properties and materials may be either isotropic or orthotropic. A variety of time and temperature dependent loadings and boundary conditions are available including temperature, flux, convection, and radiation boundary conditions and internal heat generation. Additionally, TACO has some specialized features such as internal surface conditions (e.g., contact resistance), bulk nodes, enclosure radiation with view factor calculations, and chemical reactive kinetics. A user subprogram feature allows for any type of functional representation of any independent variable. A bandwidth and profile minimization option is also available in the code. Graphical representation of data generated by TACO is provided by a companion post-processor named POSTACO. The theory on which TACO is based is outlined, the capabilities of the code are explained, the input data required to perform an analysis with TACO are described. Some simple examples are provided to illustrate the use of the code

  14. Finite element simulation of laser transmission welding of dissimilar ...

    African Journals Online (AJOL)

    user

    materials between polyvinylidene fluoride and titanium ... finite element (FE) thermal model is developed to simulate the laser ... Keywords: Laser transmission welding, Temperature field, Weld dimension, Finite element analysis, Thermal modeling. 1. .... 4) The heating phenomena due to the phase changes are neglected.

  15. Finite element analysis of tibial fractures

    DEFF Research Database (Denmark)

    Wong, Christian Nai En; Mikkelsen, Mikkel Peter W; Hansen, Leif Berner

    2010-01-01

    Project. The data consisted of 21,219 3D elements with a cortical shell and a trabecular core. Three types of load of torsion, a direct lateral load and axial compression were applied. RESULTS: The finite element linear static analysis resulted in relevant fracture localizations and indicated relevant...

  16. Generalized multiscale finite element method. Symmetric interior penalty coupling

    KAUST Repository

    Efendiev, Yalchin R.; Galvis, Juan; Lazarov, Raytcho D.; Moon, M.; Sarkis, Marcus V.

    2013-01-01

    Motivated by applications to numerical simulations of flows in highly heterogeneous porous media, we develop multiscale finite element methods for second order elliptic equations. We discuss a multiscale model reduction technique in the framework of the discontinuous Galerkin finite element method. We propose two different finite element spaces on the coarse mesh. The first space is based on a local eigenvalue problem that uses an interior weighted L2-norm and a boundary weighted L2-norm for computing the "mass" matrix. The second choice is based on generation of a snapshot space and subsequent selection of a subspace of a reduced dimension. The approximation with these multiscale spaces is based on the discontinuous Galerkin finite element method framework. We investigate the stability and derive error estimates for the methods and further experimentally study their performance on a representative number of numerical examples. © 2013 Elsevier Inc.

  17. Generalized multiscale finite element method. Symmetric interior penalty coupling

    KAUST Repository

    Efendiev, Yalchin R.

    2013-12-01

    Motivated by applications to numerical simulations of flows in highly heterogeneous porous media, we develop multiscale finite element methods for second order elliptic equations. We discuss a multiscale model reduction technique in the framework of the discontinuous Galerkin finite element method. We propose two different finite element spaces on the coarse mesh. The first space is based on a local eigenvalue problem that uses an interior weighted L2-norm and a boundary weighted L2-norm for computing the "mass" matrix. The second choice is based on generation of a snapshot space and subsequent selection of a subspace of a reduced dimension. The approximation with these multiscale spaces is based on the discontinuous Galerkin finite element method framework. We investigate the stability and derive error estimates for the methods and further experimentally study their performance on a representative number of numerical examples. © 2013 Elsevier Inc.

  18. Non-linear finite element analysis for prediction of seismic response of buildings considering soil-structure interaction

    Directory of Open Access Journals (Sweden)

    E. Çelebi

    2012-11-01

    Full Text Available The objective of this paper focuses primarily on the numerical approach based on two-dimensional (2-D finite element method for analysis of the seismic response of infinite soil-structure interaction (SSI system. This study is performed by a series of different scenarios that involved comprehensive parametric analyses including the effects of realistic material properties of the underlying soil on the structural response quantities. Viscous artificial boundaries, simulating the process of wave transmission along the truncated interface of the semi-infinite space, are adopted in the non-linear finite element formulation in the time domain along with Newmark's integration. The slenderness ratio of the superstructure and the local soil conditions as well as the characteristics of input excitations are important parameters for the numerical simulation in this research. The mechanical behavior of the underlying soil medium considered in this prediction model is simulated by an undrained elasto-plastic Mohr-Coulomb model under plane-strain conditions. To emphasize the important findings of this type of problems to civil engineers, systematic calculations with different controlling parameters are accomplished to evaluate directly the structural response of the vibrating soil-structure system. When the underlying soil becomes stiffer, the frequency content of the seismic motion has a major role in altering the seismic response. The sudden increase of the dynamic response is more pronounced for resonance case, when the frequency content of the seismic ground motion is close to that of the SSI system. The SSI effects under different seismic inputs are different for all considered soil conditions and structural types.

  19. Advanced graphical user interface for multi-physics simulations using AMST

    Science.gov (United States)

    Hoffmann, Florian; Vogel, Frank

    2017-07-01

    Numerical modelling of particulate matter has gained much popularity in recent decades. Advanced Multi-physics Simulation Technology (AMST) is a state-of-the-art three dimensional numerical modelling technique combining the eX-tended Discrete Element Method (XDEM) with Computational Fluid Dynamics (CFD) and Finite Element Analysis (FEA) [1]. One major limitation of this code is the lack of a graphical user interface (GUI) meaning that all pre-processing has to be made directly in a HDF5-file. This contribution presents the first graphical pre-processor developed for AMST.

  20. Finite Element Analysis of Circular Plate using SolidWorks

    International Nuclear Information System (INIS)

    Kang, Yeo Jin; Jhung, Myung Jo

    2011-01-01

    Circular plates are used extensively in mechanical engineering for nuclear reactor internal components. The examples in the reactor vessel internals are upper guide structure support plate, fuel alignment plate, lower support plate etc. To verify the structural integrity of these plates, the finite element analyses are performed, which require the development of the finite element model. Sometimes it is very costly and time consuming to make the model especially for the beginners who start their engineering job for the structural analysis, necessitating a simple method to develop the finite element model for the pursuing structural analysis. Therefore in this study, the input decks are generated for the finite element analysis of a circular plate as shown in Fig. 1, which can be used for the structural analysis such as modal analysis, response spectrum analysis, stress analysis, etc using the commercial program Solid Works. The example problems are solved and the results are included for analysts to perform easily the finite element analysis of the mechanical plate components due to various loadings. The various results presented in this study would be helpful not only for the benchmark calculations and results comparisons but also as a part of the knowledge management for the future generation of young designers, scientists and computer analysts

  1. A multiscale mortar multipoint flux mixed finite element method

    KAUST Repository

    Wheeler, Mary Fanett

    2012-02-03

    In this paper, we develop a multiscale mortar multipoint flux mixed finite element method for second order elliptic problems. The equations in the coarse elements (or subdomains) are discretized on a fine grid scale by a multipoint flux mixed finite element method that reduces to cell-centered finite differences on irregular grids. The subdomain grids do not have to match across the interfaces. Continuity of flux between coarse elements is imposed via a mortar finite element space on a coarse grid scale. With an appropriate choice of polynomial degree of the mortar space, we derive optimal order convergence on the fine scale for both the multiscale pressure and velocity, as well as the coarse scale mortar pressure. Some superconvergence results are also derived. The algebraic system is reduced via a non-overlapping domain decomposition to a coarse scale mortar interface problem that is solved using a multiscale flux basis. Numerical experiments are presented to confirm the theory and illustrate the efficiency and flexibility of the method. © EDP Sciences, SMAI, 2012.

  2. Finite-element modelling of thermal micracking in fresh and consolidated marbles

    Science.gov (United States)

    Weiss, T.; Fuller, E.; Siegesmund, S.

    2003-04-01

    The initial stage of marble weathering is supposed to be controlled by thermal microcracking. Due to the anisotropy of the thermal expansion coefficients of calcite, the main rock forming mineral in marble, stresses are caused which lead to thermally-induced microcracking, especially along the grain boundaries. The so-called "granular disintegration" is a frequent weathering phenomenon observed for marbles. The controlling parameters are the grain size, grain shape and grain orientation. We use a finite-element approach to constrain magnitude and directional dependence of thermal degradation. Therefore, different assumptions are validated including the fracture toughness of the grain boundaries, the effects of the grain-to-grain orientation and bulk lattice preferred orientation (here referred to as texture). The resulting thermal microcracking and bulk rock thermal expansion anisotropy are validated. It is evident that thermal degradation depends on the texture. Strongly textured marbles exhibit a clear directional dependence of thermal degradation and a smaller bulk thermal degradation than randomly oriented ones. The effect of different stone consolidants in the pore space of degraded marble is simulated and its influence on mechanical properties such as tensile strength are evaluated.

  3. finite element model for predicting residual stresses in shielded

    African Journals Online (AJOL)

    eobe

    This paper investigates the prediction of residual stresses developed ... steel plates through Finite Element Model simulation and experiments. ... The experimental values as measured by the X-Ray diffractometer were of ... Based on this, it can be concluded that Finite Element .... Comparison of Residual Stresses from X.

  4. User's manual for DYNA2D: an explicit two-dimensional hydrodynamic finite-element code with interactive rezoning

    Energy Technology Data Exchange (ETDEWEB)

    Hallquist, J.O.

    1982-02-01

    This revised report provides an updated user's manual for DYNA2D, an explicit two-dimensional axisymmetric and plane strain finite element code for analyzing the large deformation dynamic and hydrodynamic response of inelastic solids. A contact-impact algorithm permits gaps and sliding along material interfaces. By a specialization of this algorithm, such interfaces can be rigidly tied to admit variable zoning without the need of transition regions. Spatial discretization is achieved by the use of 4-node solid elements, and the equations-of motion are integrated by the central difference method. An interactive rezoner eliminates the need to terminate the calculation when the mesh becomes too distorted. Rather, the mesh can be rezoned and the calculation continued. The command structure for the rezoner is described and illustrated by an example.

  5. Finite-Element Modeling of Timber Joints with Punched Metal Plate Fasteners

    DEFF Research Database (Denmark)

    Ellegaard, Peter

    2006-01-01

    The focus of this paper is to describe the idea and the theory behind a finite-element model developed for analysis of timber trusses with punched metal plate fasteners (nail plates). The finite-element model includes the semirigid and nonlinear behavior of the joints (nonlinear nail and plate...... elements) and contact between timber beams, if any (bilinear contact elements). The timber beams have linear-elastic properties. The section forces needed for design of the joints are given directly by the finite-element model, since special elements are used to model the nail groups and the nail plate...... the behavior of the joints very well at lower load levels. At higher load levels the stiffness is overestimated due to development of cracks in the timber and the linear-elastic timber properties in the finite-element model....

  6. Numerical experiment on finite element method for matching data

    International Nuclear Information System (INIS)

    Tokuda, Shinji; Kumakura, Toshimasa; Yoshimura, Koichi.

    1993-03-01

    Numerical experiments are presented on the finite element method by Pletzer-Dewar for matching data of an ordinary differential equation with regular singular points by using model equation. Matching data play an important role in nonideal MHD stability analysis of a magnetically confined plasma. In the Pletzer-Dewar method, the Frobenius series for the 'big solution', the fundamental solution which is not square-integrable at the regular singular point, is prescribed. The experiments include studies of the convergence rate of the matching data obtained by the finite element method and of the effect on the results of computation by truncating the Frobenius series at finite terms. It is shown from the present study that the finite element method is an effective method for obtaining the matching data with high accuracy. (author)

  7. Analytical and finite element modeling of grounding systems

    Energy Technology Data Exchange (ETDEWEB)

    Luz, Mauricio Valencia Ferreira da [University of Santa Catarina (UFSC), Florianopolis, SC (Brazil)], E-mail: mauricio@grucad.ufsc.br; Dular, Patrick [University of Liege (Belgium). Institut Montefiore], E-mail: Patrick.Dular@ulg.ac.be

    2007-07-01

    Grounding is the art of making an electrical connection to the earth. This paper deals with the analytical and finite element modeling of grounding systems. An electrokinetic formulation using a scalar potential can benefit from floating potentials to define global quantities such as electric voltages and currents. The application concerns a single vertical grounding with one, two and three-layer soil, where the superior extremity stays in the surface of the soil. This problem has been modeled using a 2D axi-symmetric electrokinetic formulation. The grounding resistance obtained by finite element method is compared with the analytical one for one-layer soil. With the results of this paper it is possible to show that finite element method is a powerful tool in the analysis of the grounding systems in low frequencies. (author)

  8. IGUANA Architecture, Framework and Toolkit for Interactive Graphics

    CERN Document Server

    Alverson, G; Muzaffar, S; Osborne, I; Tuura, L A; Taylor, L; Alverson, George; Eulisse, Giulio; Muzaffar, Shahzad; Osborne, Ianna; Tuura, Lassi A.; Taylor, Lucas

    2003-01-01

    IGUANA is a generic interactive visualisation framework based on a C++ component model. It provides powerful user interface and visualisation primitives in a way that is not tied to any particular physics experiment or detector design. The article describes interactive visualisation tools built using IGUANA for the CMS and D0 experiments, as well as generic GEANT4 and GEANT3 applications. It covers features of the graphical user interfaces, 3D and 2D graphics, high-quality vector graphics output for print media, various textual, tabular and hierarchical data views, and integration with the application through control panels, a command line and different multi-threading models.

  9. GUANA Architecture, Framework and Toolkit for Interactive Graphics

    CERN Document Server

    Alverson, G; Muzaffar, S; Osborne, I; Tuura, L A; Taylor, L

    2003-01-01

    IGUANA is a generic interactive visualisation framework based on a C++ component model. It provides powerful user interface and visualisation primitives in a way that is not tied to any particular physics experiment or detector design. The article describes interactive visualisation tools built using IGUANA for the CMS and D0 experiments, as well as generic GEANT4 and GEANT3 applications. It covers features of the graphical user interfaces, 3D and 2D graphics, high-quality vector graphics output for print media, various textual, tabular and hierarchical data views, and integration with the application through control panels, a command line and different multi-threading models.

  10. Robust mixed finite element methods to deal with incompressibility in finite strain in an industrial framework

    International Nuclear Information System (INIS)

    Al-Akhrass, Dina

    2014-01-01

    Simulations in solid mechanics exhibit several difficulties, as dealing with incompressibility, with nonlinearities due to finite strains, contact laws, or constitutive laws. The basic motivation of our work is to propose efficient finite element methods capable of dealing with incompressibility in finite strain context, and using elements of low order. During the three last decades, many approaches have been proposed in the literature to overcome the incompressibility problem. Among them, mixed formulations offer an interesting theoretical framework. In this work, a three-field mixed formulation (displacement, pressure, volumetric strain) is investigated. In some cases, this formulation can be condensed in a two-field (displacement - pressure) mixed formulation. However, it is well-known that the discrete problem given by the Galerkin finite element technique, does not inherit the 'inf-sup' stability condition from the continuous problem. Hence, the interpolation orders in displacement and pressure have to be chosen in a way to satisfy the Brezzi-Babuska stability conditions when using Galerkin approaches. Interpolation orders must be chosen so as to satisfy this condition. Two possibilities are considered: to use stable finite element satisfying this requirement, or to use finite element that does not satisfy this condition, and to add terms stabilizing the FE Galerkin formulation. The latter approach allows the use of equal order interpolation. In this work, stable finite element P2/P1 and P2/P1/P1 are used as reference, and compared to P1/P1 and P1/P1/P1 formulations stabilized with a bubble function or with a VMS method (Variational Multi-Scale) based on a sub-grid-space orthogonal to the FE space. A finite strain model based on logarithmic strain is selected. This approach is extended to three and two field mixed formulations with stable or stabilized elements. These approaches are validated on academic cases and used on industrial cases. (author)

  11. Interactive Learning for Graphic Design Foundations

    Science.gov (United States)

    Chu, Sauman; Ramirez, German Mauricio Mejia

    2012-01-01

    One of the biggest problems for students majoring in pre-graphic design is students' inability to apply their knowledge to different design solutions. The purpose of this study is to examine the effectiveness of interactive learning modules in facilitating knowledge acquisition during the learning process and to create interactive learning modules…

  12. ZONE: a finite element mesh generator

    International Nuclear Information System (INIS)

    Burger, M.J.

    1976-05-01

    The ZONE computer program is a finite-element mesh generator which produces the nodes and element description of any two-dimensional geometry. The geometry is subdivided into a mesh of quadrilateral and triangular zones arranged sequentially in an ordered march through the geometry. The order of march can be chosen so that the minimum bandwidth is obtained. The node points are defined in terms of the x and y coordinates in a global rectangular coordinate system. The zones generated are quadrilaterals or triangles defined by four node points in a counterclockwise sequence. Node points defining the outside boundary are generated to describe pressure boundary conditions. The mesh that is generated can be used as input to any two-dimensional as well as any axisymmetrical structure program. The output from ZONE is essentially the input file to NAOS, HONDO, and other axisymmetric finite element programs. 14 figures

  13. Finite elements methods in mechanics

    CERN Document Server

    Eslami, M Reza

    2014-01-01

    This book covers all basic areas of mechanical engineering, such as fluid mechanics, heat conduction, beams, and elasticity with detailed derivations for the mass, stiffness, and force matrices. It is especially designed to give physical feeling to the reader for finite element approximation by the introduction of finite elements to the elevation of elastic membrane. A detailed treatment of computer methods with numerical examples are provided. In the fluid mechanics chapter, the conventional and vorticity transport formulations for viscous incompressible fluid flow with discussion on the method of solution are presented. The variational and Galerkin formulations of the heat conduction, beams, and elasticity problems are also discussed in detail. Three computer codes are provided to solve the elastic membrane problem. One of them solves the Poisson’s equation. The second computer program handles the two dimensional elasticity problems, and the third one presents the three dimensional transient heat conducti...

  14. Modeling bistable behaviors in morphing structures through finite element simulations.

    Science.gov (United States)

    Guo, Qiaohang; Zheng, Huang; Chen, Wenzhe; Chen, Zi

    2014-01-01

    Bistable structures, exemplified by the Venus flytrap and slap bracelets, can transit between different configurations upon certain external stimulation. Here we study, through three-dimensional finite element simulations, the bistable behaviors in elastic plates in the absence of terminate loads, but with pre-strains in one (or both) of the two composite layers. Both the scenarios with and without a given geometric mis-orientation angle are investigated, the results of which are consistent with recent theoretical and experimental studies. This work can open ample venues for programmable designs of plant/shell structures with large deformations, with applications in designing bio-inspired robotics for biomedical research and morphing/deployable structures in aerospace engineering.

  15. Finite element analysis-based design of a fluid-flow control nano-valve

    International Nuclear Information System (INIS)

    Grujicic, M.; Cao, G.; Pandurangan, B.; Roy, W.N.

    2005-01-01

    A finite element method-based procedure is developed for the design of molecularly functionalized nano-size devices. The procedure is aimed at the single-walled carbon nano-tubes (SWCNTs) used in the construction of such nano-devices and utilizes spatially varying nodal forces to represent electrostatic interactions between the charged groups of the functionalizing molecules. The procedure is next applied to the design of a fluid-flow control nano-valve. The results obtained suggest that the finite element-based procedure yields the results, which are very similar to their molecular modeling counterparts for small-size nano-valves, for which both types of analyses are feasible. The procedure is finally applied to optimize the design of a larger-size nano-valve, for which the molecular modeling approach is not practical

  16. A finite element conjugate gradient FFT method for scattering

    Science.gov (United States)

    Collins, Jeffery D.; Ross, Dan; Jin, J.-M.; Chatterjee, A.; Volakis, John L.

    1991-01-01

    Validated results are presented for the new 3D body of revolution finite element boundary integral code. A Fourier series expansion of the vector electric and mangnetic fields is employed to reduce the dimensionality of the system, and the exact boundary condition is employed to terminate the finite element mesh. The mesh termination boundary is chosen such that is leads to convolutional boundary operatores of low O(n) memory demand. Improvements of this code are discussed along with the proposed formulation for a full 3D implementation of the finite element boundary integral method in conjunction with a conjugate gradiant fast Fourier transformation (CGFFT) solution.

  17. Hybrid finite difference/finite element immersed boundary method.

    Science.gov (United States)

    E Griffith, Boyce; Luo, Xiaoyu

    2017-12-01

    The immersed boundary method is an approach to fluid-structure interaction that uses a Lagrangian description of the structural deformations, stresses, and forces along with an Eulerian description of the momentum, viscosity, and incompressibility of the fluid-structure system. The original immersed boundary methods described immersed elastic structures using systems of flexible fibers, and even now, most immersed boundary methods still require Lagrangian meshes that are finer than the Eulerian grid. This work introduces a coupling scheme for the immersed boundary method to link the Lagrangian and Eulerian variables that facilitates independent spatial discretizations for the structure and background grid. This approach uses a finite element discretization of the structure while retaining a finite difference scheme for the Eulerian variables. We apply this method to benchmark problems involving elastic, rigid, and actively contracting structures, including an idealized model of the left ventricle of the heart. Our tests include cases in which, for a fixed Eulerian grid spacing, coarser Lagrangian structural meshes yield discretization errors that are as much as several orders of magnitude smaller than errors obtained using finer structural meshes. The Lagrangian-Eulerian coupling approach developed in this work enables the effective use of these coarse structural meshes with the immersed boundary method. This work also contrasts two different weak forms of the equations, one of which is demonstrated to be more effective for the coarse structural discretizations facilitated by our coupling approach. © 2017 The Authors International  Journal  for  Numerical  Methods  in  Biomedical  Engineering Published by John Wiley & Sons Ltd.

  18. SEACAS Theory Manuals: Part III. Finite Element Analysis in Nonlinear Solid Mechanics

    Energy Technology Data Exchange (ETDEWEB)

    Laursen, T.A.; Attaway, S.W.; Zadoks, R.I.

    1999-03-01

    This report outlines the application of finite element methodology to large deformation solid mechanics problems, detailing also some of the key technological issues that effective finite element formulations must address. The presentation is organized into three major portions: first, a discussion of finite element discretization from the global point of view, emphasizing the relationship between a virtual work principle and the associated fully discrete system, second, a discussion of finite element technology, emphasizing the important theoretical and practical features associated with an individual finite element; and third, detailed description of specific elements that enjoy widespread use, providing some examples of the theoretical ideas already described. Descriptions of problem formulation in nonlinear solid mechanics, nonlinear continuum mechanics, and constitutive modeling are given in three companion reports.

  19. Application of hexagonal element scheme in finite element method to three-dimensional diffusion problem of fast reactors

    International Nuclear Information System (INIS)

    Ishiguro, Misako; Higuchi, Kenji

    1983-01-01

    The finite element method is applied in Galerkin-type approximation to three-dimensional neutron diffusion equations of fast reactors. A hexagonal element scheme is adopted for treating the hexagonal lattice which is typical for fast reactors. The validity of the scheme is verified by applying the scheme as well as alternative schemes to the neutron diffusion calculation of a gas-cooled fast reactor of actual scale. The computed results are compared with corresponding values obtained using the currently applied triangular-element and also with conventional finite difference schemes. The hexagonal finite element scheme is found to yield a reasonable solution to the problem taken up here, with some merit in terms of saving in computing time, but the resulting multiplication factor differs by 1% and the flux by 9% compared with the triangular mesh finite difference scheme. The finite element method, even in triangular element scheme, would appear to incur error in inadmissible amount and which could not be easily eliminated by refining the nodes. (author)

  20. Finite element approximation to the even-parity transport equation

    International Nuclear Information System (INIS)

    Lewis, E.E.

    1981-01-01

    This paper studies the finite element method, a procedure for reducing partial differential equations to sets of algebraic equations suitable for solution on a digital computer. The differential equation is cast into the form of a variational principle, the resulting domain then subdivided into finite elements. The dependent variable is then approximated by a simple polynomial, and these are linked across inter-element boundaries by continuity conditions. The finite element method is tailored to a variety of transport problems. Angular approximations are formulated, and the extent of ray effect mitigation is examined. Complex trial functions are introduced to enable the inclusion of buckling approximations. The ubiquitous curved interfaces of cell calculations, and coarse mesh methods are also treated. A concluding section discusses limitations of the work to date and suggests possible future directions

  1. Linear finite element method for one-dimensional diffusion problems

    Energy Technology Data Exchange (ETDEWEB)

    Brandao, Michele A.; Dominguez, Dany S.; Iglesias, Susana M., E-mail: micheleabrandao@gmail.com, E-mail: dany@labbi.uesc.br, E-mail: smiglesias@uesc.br [Universidade Estadual de Santa Cruz (LCC/DCET/UESC), Ilheus, BA (Brazil). Departamento de Ciencias Exatas e Tecnologicas. Laboratorio de Computacao Cientifica

    2011-07-01

    We describe in this paper the fundamentals of Linear Finite Element Method (LFEM) applied to one-speed diffusion problems in slab geometry. We present the mathematical formulation to solve eigenvalue and fixed source problems. First, we discretized a calculus domain using a finite set of elements. At this point, we obtain the spatial balance equations for zero order and first order spatial moments inside each element. Then, we introduce the linear auxiliary equations to approximate neutron flux and current inside the element and architect a numerical scheme to obtain the solution. We offer numerical results for fixed source typical model problems to illustrate the method's accuracy for coarse-mesh calculations in homogeneous and heterogeneous domains. Also, we compare the accuracy and computational performance of LFEM formulation with conventional Finite Difference Method (FDM). (author)

  2. Quadrature representation of finite element variational forms

    DEFF Research Database (Denmark)

    Ølgaard, Kristian Breum; Wells, Garth N.

    2012-01-01

    This chapter addresses the conventional run-time quadrature approach for the numerical integration of local element tensors associated with finite element variational forms, and in particular automated optimizations that can be performed to reduce the number of floating point operations...

  3. Customer-oriented finite perturbation analysis for queueing networks

    NARCIS (Netherlands)

    Heidergott, B.F.

    2000-01-01

    We consider queueing networks for which the performance measureJ ( ) depends on a parameter , which can be a service time parameter or a buffer size, and we are interested in sensitivity analysis of J ( ) with respect to . We introduce a new method, called customer-oriented finite perturbation

  4. Investigation of High-Speed Cryogenic Machining Based on Finite Element Approach

    Directory of Open Access Journals (Sweden)

    Pooyan Vahidi Pashaki

    Full Text Available Abstract The simulation of cryogenic machining process because of using a three-dimensional model and high process duration time in the finite element method, have been studied rarely. In this study, to overcome this limitation, a 2.5D finite element model using the commercial finite element software ABAQUS has been developed for the cryogenic machining process and by considering more realistic assumptions, the chip formation procedure investigated. In the proposed method, the liquid nitrogen has been used as a coolant. At the modeling of friction during the interaction of tools - chip, the Coulomb law has been used. In order to simulate the behavior of plasticity and failure criterion, Johnson-Cook model was used, and unlike previous investigations, thermal and mechanical properties of materials as a function of temperature were applied to the software. After examining accuracy of the model with present experimental data, the effect of parameters such as rake angle and the cutting speed as well as dry machining of aluminum alloy by the use of coupled dynamic temperature solution has been studied. Results indicated that at the cutting velocity of 10 m/s, cryogenic cooling has caused into decreasing 60 percent of tools temperature in comparison with the dry cooling. Furthermore, a chip which has been made by cryogenic machining were connected and without fracture in contrast to dry machining.

  5. The finite element analysis program MSC Marc/Mentat a first introduction

    CERN Document Server

    Öchsner, Andreas

    2016-01-01

    Based on simple examples, this book offers a short introduction to the general-purpose finite element program MSC Marc, a specialized program for non-linear problems (implicit solver) distributed by the MSC Software Corporation, which is commonly used in academia and industry. Today the documentation of all finite element programs includes a variety of step-by-step examples of differing complexity, and in addition, all software companies offer professional workshops on different topics. As such, rather than competing with these, the book focuses on providing simple examples, often single-element problems, which can easily be related to the theory that is discussed in finite element lectures. This makes it an ideal companion book to classical introductory courses on the finite element method.

  6. A finite element thermohydrodynamic analyis of profile bore bearing

    International Nuclear Information System (INIS)

    Shah Nor bin Basri

    1994-01-01

    A finite element-based method is presented for analysing the thermohydrodynamic (THD) behaviour of profile bore bearing. A variational statement for the governing equation is derived and used to formulate a non-linear quadrilateral finite element of serendipity family. The predicted behaviour is compared with experimental evidence where possible and favorable correlation is obtained

  7. A multiscale coupled finite-element and phase-field framework to modeling stressed grain growth in polycrystalline thin films

    Energy Technology Data Exchange (ETDEWEB)

    Jamshidian, M., E-mail: jamshidian@cc.iut.ac.ir [Department of Mechanical Engineering, Isfahan University of Technology, Isfahan 84156-83111 (Iran, Islamic Republic of); Institute of Structural Mechanics, Bauhaus-University Weimar, Marienstrasse 15, 99423 Weimar (Germany); Thamburaja, P., E-mail: prakash.thamburaja@gmail.com [Department of Mechanical & Materials Engineering, Universiti Kebangsaan Malaysia (UKM), Bangi 43600 (Malaysia); Rabczuk, T., E-mail: timon.rabczuk@tdt.edu.vn [Division of Computational Mechanics, Ton Duc Thang University, Ho Chi Minh City (Viet Nam); Faculty of Civil Engineering, Ton Duc Thang University, Ho Chi Minh City (Viet Nam)

    2016-12-15

    A previously-developed finite-deformation- and crystal-elasticity-based constitutive theory for stressed grain growth in cubic polycrystalline bodies has been augmented to include a description of excess surface energy and grain-growth stagnation mechanisms through the use of surface effect state variables in a thermodynamically-consistent manner. The constitutive theory was also implemented into a multiscale coupled finite-element and phase-field computational framework. With the material parameters in the constitutive theory suitably calibrated, our three-dimensional numerical simulations show that the constitutive model is able to accurately predict the experimentally-determined evolution of crystallographic texture and grain size statistics in polycrystalline copper thin films deposited on polyimide substrate and annealed at high-homologous temperatures. In particular, our numerical analyses show that the broad texture transition observed in the annealing experiments of polycrystalline thin films is caused by grain growth stagnation mechanisms. - Graphical abstract: - Highlights: • Developing a theory for stressed grain growth in polycrystalline thin films. • Implementation into a multiscale coupled finite-element and phase-field framework. • Quantitative reproduction of the experimental grain growth data by simulations. • Revealing the cause of texture transition to be due to the stagnation mechanisms.

  8. The Finite Element Numerical Modelling of 3D Magnetotelluric

    Directory of Open Access Journals (Sweden)

    Ligang Cao

    2014-01-01

    Full Text Available The ideal numerical simulation of 3D magnetotelluric was restricted by the methodology complexity and the time-consuming calculation. Boundary values, the variation of weighted residual equation, and the hexahedral mesh generation method of finite element are three major causes. A finite element method for 3D magnetotelluric numerical modeling is presented in this paper as a solution for the problem mentioned above. In this algorithm, a hexahedral element coefficient matrix for magnetoelluric finite method is developed, which solves large-scale equations using preconditioned conjugate gradient of the first-type boundary conditions. This algorithm is verified using the homogeneous model, and the positive landform model, as well as the low resistance anomaly model.

  9. Probalistic Finite Elements (PFEM) structural dynamics and fracture mechanics

    Science.gov (United States)

    Liu, Wing-Kam; Belytschko, Ted; Mani, A.; Besterfield, G.

    1989-01-01

    The purpose of this work is to develop computationally efficient methodologies for assessing the effects of randomness in loads, material properties, and other aspects of a problem by a finite element analysis. The resulting group of methods is called probabilistic finite elements (PFEM). The overall objective of this work is to develop methodologies whereby the lifetime of a component can be predicted, accounting for the variability in the material and geometry of the component, the loads, and other aspects of the environment; and the range of response expected in a particular scenario can be presented to the analyst in addition to the response itself. Emphasis has been placed on methods which are not statistical in character; that is, they do not involve Monte Carlo simulations. The reason for this choice of direction is that Monte Carlo simulations of complex nonlinear response require a tremendous amount of computation. The focus of efforts so far has been on nonlinear structural dynamics. However, in the continuation of this project, emphasis will be shifted to probabilistic fracture mechanics so that the effect of randomness in crack geometry and material properties can be studied interactively with the effect of random load and environment.

  10. Finite Element Based Design Optimization of WENDELSTEIN 7-X Divertor Targets

    International Nuclear Information System (INIS)

    Plankensteiner, A.; Leuprecht, A.; Schedler, B.; Scheiber, K.; Greuner, H.

    2006-01-01

    In the fusion experiment WENDELSTEIN 7-X divertor plasma facing components have to withstand severe loading conditions. In general thermally induced mechanical stressing turns out to be most critical with respect to life time predictions of the component. In the specific case flat tiles of CFC grade NB31 are joined to the precipitation hardened CuCrZr heat sink by employing an active metal cast (AMC)-Cu as an interlayer between CFC and CuCrZr. Residual stresses resulting from the manufacturing process act as initial stresses in the subsequent operational heat flux loading. For the latter loading regime these stresses intrinsically are generated due to the large contrast in the CTE for CFC and Cu. Different design variants of those CFC flat tile armoured target elements have been analysed via the finite element package ABAQUS aiming at derivation of an optimized component design. The numerical study comprises variants with different degrees of tessellation of the CFC flat tile section, orientation of the CFC, lamellar design of the AMC-interlayer, and different designs of the cooling channels. The thermo-mechanical material characteristics are accounted for the finite element models with elastic-plastic properties being assigned to the metallic sections CuCrZr and AMC-Cu, respectively, and orthotropic nonlinear-elastic properties being used to the CFC section. The latter has been realized in form of a user-defined material subroutine that is used at the integration point level of the finite element model. In particular, twelve scalar-type damage parameters obeying their own evolution equations with respect to the loading history account for specific stress-strain relationships in the three principal material directions and planes with six damage parameters being used for normal loading under tensile and compressive stress states, respectively, and six parameters being used for shear loading. For the aim of model verification calculated surface temperatures, global

  11. Toolkit Design for Interactive Structured Graphics

    National Research Council Canada - National Science Library

    Bederson, Benjamin B; Grosjean, Jesse; Meyer, Jon

    2003-01-01

    .... We describe Jazz (a polylithic toolkit) and Piccolo (a monolithic toolkit), each of which we built to support interactive 2D structured graphics applications in general, and Zoomable User Interface applications in particular...

  12. Bubble-Enriched Least-Squares Finite Element Method for Transient Advective Transport

    Directory of Open Access Journals (Sweden)

    Rajeev Kumar

    2008-01-01

    Full Text Available The least-squares finite element method (LSFEM has received increasing attention in recent years due to advantages over the Galerkin finite element method (GFEM. The method leads to a minimization problem in the L2-norm and thus results in a symmetric and positive definite matrix, even for first-order differential equations. In addition, the method contains an implicit streamline upwinding mechanism that prevents the appearance of oscillations that are characteristic of the Galerkin method. Thus, the least-squares approach does not require explicit stabilization and the associated stabilization parameters required by the Galerkin method. A new approach, the bubble enriched least-squares finite element method (BELSFEM, is presented and compared with the classical LSFEM. The BELSFEM requires a space-time element formulation and employs bubble functions in space and time to increase the accuracy of the finite element solution without degrading computational performance. We apply the BELSFEM and classical least-squares finite element methods to benchmark problems for 1D and 2D linear transport. The accuracy and performance are compared.

  13. Finite element model updating of concrete structures based on imprecise probability

    Science.gov (United States)

    Biswal, S.; Ramaswamy, A.

    2017-09-01

    Imprecise probability based methods are developed in this study for the parameter estimation, in finite element model updating for concrete structures, when the measurements are imprecisely defined. Bayesian analysis using Metropolis Hastings algorithm for parameter estimation is generalized to incorporate the imprecision present in the prior distribution, in the likelihood function, and in the measured responses. Three different cases are considered (i) imprecision is present in the prior distribution and in the measurements only, (ii) imprecision is present in the parameters of the finite element model and in the measurement only, and (iii) imprecision is present in the prior distribution, in the parameters of the finite element model, and in the measurements. Procedures are also developed for integrating the imprecision in the parameters of the finite element model, in the finite element software Abaqus. The proposed methods are then verified against reinforced concrete beams and prestressed concrete beams tested in our laboratory as part of this study.

  14. A fluid-solid finite element method for the analysis of reactor safety problems

    International Nuclear Information System (INIS)

    Mitra, Santanu; Kumar, Ashutosh; Sinhamahapatra, K.P.

    2006-01-01

    The work presented herein can broadly be categorized as a fluid-structure interaction problem. The response of a circular cylindrical structure subjected to cross flow is examined using the finite element method for both the liquid and the structure domains. The cylindrical tube is mounted elastically at the ends and is free to move under the action of the unsteady flow-induced forces. The fluid is considered to be acoustic compressible and viscous. A Galerkin finite element method implemented on a triangular mesh is used to solve the time-dependent Navier-Stokes equations. The cylinder motion is modeled using a five-degrees of freedom generalized shell element structural dynamics model. The numerical simulations of the response of the calandria tubes/pressure tubes, adjustor rod and shut-off rod of a nuclear reactor are presented. A few typical results are presented to assess the accuracy and applicability of the developed modules

  15. A three-dimensional cell-based smoothed finite element method for elasto-plasticity

    International Nuclear Information System (INIS)

    Lee, Kye Hyung; Im, Se Yong; Lim, Jae Hyuk; Sohn, Dong Woo

    2015-01-01

    This work is concerned with a three-dimensional cell-based smoothed finite element method for application to elastic-plastic analysis. The formulation of smoothed finite elements is extended to cover elastic-plastic deformations beyond the classical linear theory of elasticity, which has been the major application domain of smoothed finite elements. The finite strain deformations are treated with the aid of the formulation based on the hyperelastic constitutive equation. The volumetric locking originating from the nearly incompressible behavior of elastic-plastic deformations is remedied by relaxing the volumetric strain through the mean value. The comparison with the conventional finite elements demonstrates the effectiveness and accuracy of the present approach.

  16. A three-dimensional cell-based smoothed finite element method for elasto-plasticity

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Kye Hyung; Im, Se Yong [KAIST, Daejeon (Korea, Republic of); Lim, Jae Hyuk [KARI, Daejeon (Korea, Republic of); Sohn, Dong Woo [Korea Maritime and Ocean University, Busan (Korea, Republic of)

    2015-02-15

    This work is concerned with a three-dimensional cell-based smoothed finite element method for application to elastic-plastic analysis. The formulation of smoothed finite elements is extended to cover elastic-plastic deformations beyond the classical linear theory of elasticity, which has been the major application domain of smoothed finite elements. The finite strain deformations are treated with the aid of the formulation based on the hyperelastic constitutive equation. The volumetric locking originating from the nearly incompressible behavior of elastic-plastic deformations is remedied by relaxing the volumetric strain through the mean value. The comparison with the conventional finite elements demonstrates the effectiveness and accuracy of the present approach.

  17. FINITE ELEMENT ANALYSIS OF ELEMENT ANALYSIS OF A FREE ...

    African Journals Online (AJOL)

    eobe

    the stairs and to compare the finite element ana ... tual three dimensional behavior of the stair slab system. ..... due to its close relation of output with the propo .... flights. It is best not to consider any open well when .... thermodynamics of solids.

  18. A Graphical Interactive Simulation Environment for Production Planning in Bacon Factories

    DEFF Research Database (Denmark)

    Nielsen, Kirsten Mølgaard; Nielsen, Jens Frederik Dalsgaard

    1994-01-01

    The paper describes a graphical interactive simulation tool for production planning in bacon factories........The paper describes a graphical interactive simulation tool for production planning in bacon factories.....

  19. Finite element simulations of two rock mechanics tests

    International Nuclear Information System (INIS)

    Dahlke, H.J.; Lott, S.A.

    1986-04-01

    Rock mechanics tests are performed to determine in situ stress conditions and material properties of an underground rock mass. To design stable underground facilities for the permanent storage of high-level nuclear waste, determination of these properties and conditions is a necessary first step. However, before a test and its associated equipment can be designed, the engineer needs to know the range of expected values to be measured by the instruments. Sensitivity studies by means of finite element simulations are employed in this preliminary design phase to evaluate the pertinent parameters and their effects on the proposed measurements. The simulations, of two typical rock mechanics tests, the plate bearing test and the flat-jack test, by means of the finite element analysis, are described. The plate bearing test is used to determine the rock mass deformation modulus. The flat-jack test is used to determine the in situ stress conditions of the host rock. For the plate bearing test, two finite element models are used to simulate the classic problem of a load on an elastic half space and the actual problem of a plate bearing test in an underground tunnel of circular cross section. For the flat-jack simulation, a single finite element model is used to simulate both horizontal and vertical slots. Results will be compared to closed-form solutions available in the literature

  20. A simple finite element method for linear hyperbolic problems

    International Nuclear Information System (INIS)

    Mu, Lin; Ye, Xiu

    2017-01-01

    Here, we introduce a simple finite element method for solving first order hyperbolic equations with easy implementation and analysis. Our new method, with a symmetric, positive definite system, is designed to use discontinuous approximations on finite element partitions consisting of arbitrary shape of polygons/polyhedra. Error estimate is established. Extensive numerical examples are tested that demonstrate the robustness and flexibility of the method.

  1. Finite element computation of plasma equilibria

    International Nuclear Information System (INIS)

    Rivier, M.

    1977-01-01

    The applicability of the finite element method is investigated for the numerical solution of the nonlinear Grad-Shafranov equation with free boundary for the flux function of a plasma at equilibrium. This method is based on the case of variational principles and finite dimensional subspaces whose elements are piecewise polynomial functions obtained by a Lagrange type interpolation procedure over a triangulation of the domain. Two cases of plasma pressure (exponential and quadratic including a vacuum region) were examined. In both cases the nonuniqueness of the solutions was shown in exhibiting a deeper solution in the case of exponential pressure function, and a non-constant solution for a quadratic pressure function. In order to get this ''other'' solution, two linearization methods were tested with two different constraints. Different cross sections are investigated

  2. Flow Applications of the Least Squares Finite Element Method

    Science.gov (United States)

    Jiang, Bo-Nan

    1998-01-01

    The main thrust of the effort has been towards the development, analysis and implementation of the least-squares finite element method (LSFEM) for fluid dynamics and electromagnetics applications. In the past year, there were four major accomplishments: 1) special treatments in computational fluid dynamics and computational electromagnetics, such as upwinding, numerical dissipation, staggered grid, non-equal order elements, operator splitting and preconditioning, edge elements, and vector potential are unnecessary; 2) the analysis of the LSFEM for most partial differential equations can be based on the bounded inverse theorem; 3) the finite difference and finite volume algorithms solve only two Maxwell equations and ignore the divergence equations; and 4) the first numerical simulation of three-dimensional Marangoni-Benard convection was performed using the LSFEM.

  3. Investigation of Shear Stud Performance in Flat Plate Using Finite Element Analysis

    Directory of Open Access Journals (Sweden)

    T.S. Viswanathan

    2014-09-01

    Full Text Available Three types of shear stud arrangement, respectively featuring an orthogonal, a radial and a critical perimeter pattern, were evaluated numerically. A numerical investigation was conducted using the finite element software ABAQUS to evaluate their ability to resist punching shear in a flat plate. The finite element analysis here is an application of the nonlinear analysis of reinforced concrete structures using three-dimensional solid finite elements. The nonlinear characteristics of concrete were achieved by employing the concrete damaged plasticity model in the finite element program. Transverse shear stress was evaluated using finite element analysis in terms of shear stress distribution for flat plate with and without shear stud reinforcement. The model predicted that shear studs placed along the critical perimeter are more effective compared to orthogonal and radial patterns.

  4. Aspects of Finite Element Simulation of Axi-Symmetric Hydromechanical Deep Drawing

    DEFF Research Database (Denmark)

    Jensen, Morten Rikard; Olovsson, Lars; Danckert, Joachim

    1999-01-01

    A new approach for the Finite Element modelling of the hydromechanical deep drawing process is evaluated. In the model a Finite Difference approximation of Reynold’s equation is solved for the fluid flow between the blank and the draw die in the flange region. The approach is implemented...... as a contact algorithm in an explicit Finite Element code, Exhale2D. The developed model is verified against experiments and good agreement is obtained. It is concluded that the developed model is a promising approach for simulating the hydromechanical deep drawing process using the Finite Element Method....

  5. Parallel direct solver for finite element modeling of manufacturing processes

    DEFF Research Database (Denmark)

    Nielsen, Chris Valentin; Martins, P.A.F.

    2017-01-01

    The central processing unit (CPU) time is of paramount importance in finite element modeling of manufacturing processes. Because the most significant part of the CPU time is consumed in solving the main system of equations resulting from finite element assemblies, different approaches have been...

  6. High-Order Curvilinear Finite Element Methods for Lagrangian Hydrodynamics [High Order Curvilinear Finite Elements for Lagrangian Hydrodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Dobrev, Veselin A. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Kolev, Tzanio V. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States); Rieben, Robert N. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2012-09-20

    The numerical approximation of the Euler equations of gas dynamics in a movingLagrangian frame is at the heart of many multiphysics simulation algorithms. Here, we present a general framework for high-order Lagrangian discretization of these compressible shock hydrodynamics equations using curvilinear finite elements. This method is an extension of the approach outlined in [Dobrev et al., Internat. J. Numer. Methods Fluids, 65 (2010), pp. 1295--1310] and can be formulated for any finite dimensional approximation of the kinematic and thermodynamic fields, including generic finite elements on two- and three-dimensional meshes with triangular, quadrilateral, tetrahedral, or hexahedral zones. We discretize the kinematic variables of position and velocity using a continuous high-order basis function expansion of arbitrary polynomial degree which is obtained via a corresponding high-order parametric mapping from a standard reference element. This enables the use of curvilinear zone geometry, higher-order approximations for fields within a zone, and a pointwise definition of mass conservation which we refer to as strong mass conservation. Moreover, we discretize the internal energy using a piecewise discontinuous high-order basis function expansion which is also of arbitrary polynomial degree. This facilitates multimaterial hydrodynamics by treating material properties, such as equations of state and constitutive models, as piecewise discontinuous functions which vary within a zone. To satisfy the Rankine--Hugoniot jump conditions at a shock boundary and generate the appropriate entropy, we introduce a general tensor artificial viscosity which takes advantage of the high-order kinematic and thermodynamic information available in each zone. Finally, we apply a generic high-order time discretization process to the semidiscrete equations to develop the fully discrete numerical algorithm. Our method can be viewed as the high-order generalization of the so-called staggered

  7. A General Finite Element Scheme for Limit State Analysis and Optimization

    DEFF Research Database (Denmark)

    Damkilde, Lars

    1999-01-01

    Limit State analysis which is based on a perfect material behaviour is used in many different applications primarily within Structural Engineering and Geotechnics. The calculation methods have not reached the same level of automation such as Finite Element Analysis for elastic structures....... The computer based systems are more ad hoc based and are typically not well-integrated with pre- and postprocessors well-known from commercial Finite Element codes.A finite element based formulation of limit state analysis is presented which allows an easy integration with standard Finite Element codes...... for elastic analysis. In this way the user is able to perform a limit state analysis on the same model used for elastic analysis only adding data for the yield surface.The method is based on the lower-bound theorem and uses stress-based elements with a linearized yield surface. The mathematical problem...

  8. Engineering computation of structures the finite element method

    CERN Document Server

    Neto, Maria Augusta; Roseiro, Luis; Cirne, José; Leal, Rogério

    2015-01-01

    This book presents theories and the main useful techniques of the Finite Element Method (FEM), with an introduction to FEM and many case studies of its use in engineering practice. It supports engineers and students to solve primarily linear problems in mechanical engineering, with a main focus on static and dynamic structural problems. Readers of this text are encouraged to discover the proper relationship between theory and practice, within the finite element method: Practice without theory is blind, but theory without practice is sterile. Beginning with elasticity basic concepts and the classical theories of stressed materials, the work goes on to apply the relationship between forces, displacements, stresses and strains on the process of modeling, simulating and designing engineered technical systems. Chapters discuss the finite element equations for static, eigenvalue analysis, as well as transient analyses. Students and practitioners using commercial FEM software will find this book very helpful. It us...

  9. Experimental and finite element analysis of bond-slip in reinforced concrete

    Directory of Open Access Journals (Sweden)

    A. R. V. WOLENSKI

    Full Text Available Abstract The modeling of reinforced concrete structures has taken advantage of the increasing progress on Computational Mechanics, in such way that complex phenomena, such as cracking and crushing, creep, reinforcement yielding, steel-concrete bond loss, can be modeled in a reasonable realistic way, using the proper set of numerical and computational resources. Among several options, the ones based on the Finite Element Method (FEM allow complex analysis simulations of reinforced concrete structures, including the interaction of different nonlinear effects. This paper deals with the nonlinear finite element analysis of the bond-slip between reinforcing steel and concrete, taking into account an experimental study previously performed. The FEM analysis presented uses a combination of resources where the material behavior of concrete is described by the Microplane Constitutive Model, and an embedded reinforcement model is used to represent steel inside the concrete and take into account the effect of bond-slip. The FEM models were created using the INSANE (INteractive Structural ANalysis Environment computational system, open source software that has a set of FEM tools for nonlinear analysis of reinforced concrete structures. The correlations between numerical-experimentals results and several parameters validate the proposed combination of resources and identifies the significance of various effects on the response.

  10. Modelling drawbeads with finite elements and verification

    NARCIS (Netherlands)

    Carleer, B.D.; Carleer, B.D.; Vreede, P.T.; Vreede, P.T.; Louwes, M.F.M.; Louwes, M.F.M.; Huetink, Han

    1994-01-01

    Drawbeads are commonly used in deep drawing processes to control the flow of the blank during the forming operation. In finite element simulations of deep drawing the drawbead geometries are seldom included because of the small radii; because of these small radii a very large number of elements is

  11. Essentials of the finite element method for mechanical and structural engineers

    CERN Document Server

    Pavlou, Dimitrios G

    2015-01-01

    Fundamental coverage, analytic mathematics, and up-to-date software applications are hard to find in a single text on the finite element method (FEM). Dimitrios Pavlou's Essentials of the Finite Element Method: For Structural and Mechanical Engineers makes the search easier by providing a comprehensive but concise text for those new to FEM, or just in need of a refresher on the essentials. Essentials of the Finite Element Method explains the basics of FEM, then relates these basics to a number of practical engineering applications. Specific topics covered include linear spring elements, bar elements, trusses, beams and frames, heat transfer, and structural dynamics. Throughout the text, readers are shown step-by-step detailed analyses for finite element equations development. The text also demonstrates how FEM is programmed, with examples in MATLAB, CALFEM, and ANSYS allowing readers to learn how to develop their own computer code. Suitable for everyone from first-time BSc/MSc students to practicing mechanic...

  12. Comparison of Neck Screw and Conventional Fixation Techniques in Mandibular Condyle Fractures Using 3-Dimensional Finite Element Analysis.

    Science.gov (United States)

    Conci, Ricardo Augusto; Tomazi, Flavio Henrique Silveira; Noritomi, Pedro Yoshito; da Silva, Jorge Vicente Lopes; Fritscher, Guilherme Genehr; Heitz, Claiton

    2015-07-01

    To compare the mechanical stress on the mandibular condyle after the reduction and fixation of mandibular condylar fractures using the neck screw and 2 other conventional techniques according to 3-dimensional finite element analysis. A 3-dimensional finite element model of a mandible was created and graphically simulated on a computer screen. The model was fixed with 3 different techniques: a 2.0-mm plate with 4 screws, 2 plates (1 1.5-mm plate and 1 2.0-mm plate) with 4 screws, and a neck screw. Loads were applied that simulated muscular action, with restrictions of the upper movements of the mandible, differentiation of the cortical and medullary bone, and the virtual "folds" of the plates and screws so that they could adjust to the condylar surface. Afterward, the data were exported for graphic visualization of the results and quantitative analysis was performed. The 2-plate technique exhibited better stability in regard to displacement of fractures, deformity of the synthesis materials, and minimum and maximum tension values. The results with the neck screw were satisfactory and were similar to those found when a miniplate was used. Although the study shows that 2 isolated plates yielded better results compared with the other groups using other fixation systems and methods, the neck screw could be an option for condylar fracture reduction. Copyright © 2015 American Association of Oral and Maxillofacial Surgeons. Published by Elsevier Inc. All rights reserved.

  13. Patient-specific non-linear finite element modelling for predicting soft organ deformation in real-time: application to non-rigid neuroimage registration.

    Science.gov (United States)

    Wittek, Adam; Joldes, Grand; Couton, Mathieu; Warfield, Simon K; Miller, Karol

    2010-12-01

    Long computation times of non-linear (i.e. accounting for geometric and material non-linearity) biomechanical models have been regarded as one of the key factors preventing application of such models in predicting organ deformation for image-guided surgery. This contribution presents real-time patient-specific computation of the deformation field within the brain for six cases of brain shift induced by craniotomy (i.e. surgical opening of the skull) using specialised non-linear finite element procedures implemented on a graphics processing unit (GPU). In contrast to commercial finite element codes that rely on an updated Lagrangian formulation and implicit integration in time domain for steady state solutions, our procedures utilise the total Lagrangian formulation with explicit time stepping and dynamic relaxation. We used patient-specific finite element meshes consisting of hexahedral and non-locking tetrahedral elements, together with realistic material properties for the brain tissue and appropriate contact conditions at the boundaries. The loading was defined by prescribing deformations on the brain surface under the craniotomy. Application of the computed deformation fields to register (i.e. align) the preoperative and intraoperative images indicated that the models very accurately predict the intraoperative deformations within the brain. For each case, computing the brain deformation field took less than 4 s using an NVIDIA Tesla C870 GPU, which is two orders of magnitude reduction in computation time in comparison to our previous study in which the brain deformation was predicted using a commercial finite element solver executed on a personal computer. Copyright © 2010 Elsevier Ltd. All rights reserved.

  14. A finite element solution method for quadrics parallel computer

    International Nuclear Information System (INIS)

    Zucchini, A.

    1996-08-01

    A distributed preconditioned conjugate gradient method for finite element analysis has been developed and implemented on a parallel SIMD Quadrics computer. The main characteristic of the method is that it does not require any actual assembling of all element equations in a global system. The physical domain of the problem is partitioned in cells of n p finite elements and each cell element is assigned to a different node of an n p -processors machine. Element stiffness matrices are stored in the data memory of the assigned processing node and the solution process is completely executed in parallel at element level. Inter-element and therefore inter-processor communications are required once per iteration to perform local sums of vector quantities between neighbouring elements. A prototype implementation has been tested on an 8-nodes Quadrics machine in a simple 2D benchmark problem

  15. Evaluation of Concrete Cylinder Tests Using Finite Elements

    DEFF Research Database (Denmark)

    Saabye Ottosen, Niels

    1984-01-01

    Nonlinear axisymmetric finite element analyses are performed on the uniaxial compressive test of concrete cylinders. The models include thick steel loading plates, and cylinders with height‐to‐diameter ratios (h/d) ranging from 1‐3 are treated. A simple constitutive model of the concrete is emplo......Nonlinear axisymmetric finite element analyses are performed on the uniaxial compressive test of concrete cylinders. The models include thick steel loading plates, and cylinders with height‐to‐diameter ratios (h/d) ranging from 1‐3 are treated. A simple constitutive model of the concrete...... uniaxial strength the use of geometrically matched loading plates seems to be advantageous. Finally, it is observed that for variations of the element size within limits otherwise required to obtain a realistic analysis, the results are insensitive to the element size....

  16. Finite element analysis of structures through unified formulation

    CERN Document Server

    Carrera, Erasmo; Petrolo, Marco; Zappino, Enrico

    2014-01-01

    The finite element method (FEM) is a computational tool widely used to design and analyse  complex structures. Currently, there are a number of different approaches to analysis using the FEM that vary according to the type of structure being analysed: beams and plates may use 1D or 2D approaches, shells and solids 2D or 3D approaches, and methods that work for one structure are typically not optimized to work for another. Finite Element Analysis of Structures Through Unified Formulation deals with the FEM used for the analysis of the mechanics of structures in the case of linear elasticity. The novelty of this book is that the finite elements (FEs) are formulated on the basis of a class of theories of structures known as the Carrera Unified Formulation (CUF). It formulates 1D, 2D and 3D FEs on the basis of the same ''fundamental nucleus'' that comes from geometrical relations and Hooke''s law, and presents both 1D and 2D refined FEs that only have displacement variables as in 3D elements. It also covers 1D...

  17. Exponentially-convergent Monte Carlo via finite-element trial spaces

    International Nuclear Information System (INIS)

    Morel, Jim E.; Tooley, Jared P.; Blamer, Brandon J.

    2011-01-01

    Exponentially-Convergent Monte Carlo (ECMC) methods, also known as adaptive Monte Carlo and residual Monte Carlo methods, were the subject of intense research over a decade ago, but they never became practical for solving the realistic problems. We believe that the failure of previous efforts may be related to the choice of trial spaces that were global and thus highly oscillatory. As an alternative, we consider finite-element trial spaces, which have the ability to treat fully realistic problems. As a first step towards more general methods, we apply piecewise-linear trial spaces to the spatially-continuous two-stream transport equation. Using this approach, we achieve exponential convergence and computationally demonstrate several fundamental properties of finite-element based ECMC methods. Finally, our results indicate that the finite-element approach clearly deserves further investigation. (author)

  18. Finite element simulation of ironing process under warm conditions

    Directory of Open Access Journals (Sweden)

    Swadesh Kumar Singh

    2014-01-01

    Full Text Available Metal forming is one of the most important steps in manufacturing of a large variety of products. Ironing in deep drawing is done by adjusting the clearance between the punch and the die and allow the material flow over the punch. In the present investigation effect of extent of ironing behavior on the characteristics of the product like thickness distribution with respect to temperature was studied. With the help of finite element simulation using explicit finite element code LS-DYNA the stress in the drawn cup were predicted in the drawn cup. To increase the accuracy in the simulation process, numbers of integration points were increased in the thickness direction and it was found that there is very close prediction of finite element results to that of experimental ones.

  19. Multi Scale Finite Element Analyses By Using SEM-EBSD Crystallographic Modeling and Parallel Computing

    International Nuclear Information System (INIS)

    Nakamachi, Eiji

    2005-01-01

    A crystallographic homogenization procedure is introduced to the conventional static-explicit and dynamic-explicit finite element formulation to develop a multi scale - double scale - analysis code to predict the plastic strain induced texture evolution, yield loci and formability of sheet metal. The double-scale structure consists of a crystal aggregation - micro-structure - and a macroscopic elastic plastic continuum. At first, we measure crystal morphologies by using SEM-EBSD apparatus, and define a unit cell of micro structure, which satisfy the periodicity condition in the real scale of polycrystal. Next, this crystallographic homogenization FE code is applied to 3N pure-iron and 'Benchmark' aluminum A6022 polycrystal sheets. It reveals that the initial crystal orientation distribution - the texture - affects very much to a plastic strain induced texture and anisotropic hardening evolutions and sheet deformation. Since, the multi-scale finite element analysis requires a large computation time, a parallel computing technique by using PC cluster is developed for a quick calculation. In this parallelization scheme, a dynamic workload balancing technique is introduced for quick and efficient calculations

  20. Canvas Pocket Reference Scripted Graphics for HTML5

    CERN Document Server

    Flanagan, David

    2010-01-01

    The Canvas element is a revolutionary feature of HTML5 that enables powerful graphics for rich Internet applications, and this pocket reference provides the essentials you need to put this element to work. If you have working knowledge of JavaScript, this book will help you create detailed, interactive, and animated graphics -- from charts to animations to video games -- whether you're a web designer or a programmer interested in graphics. Canvas Pocket Reference provides both a tutorial that covers all of the element's features with plenty of examples and a definitive reference to each of t

  1. Analysis of Tube Drawing Process – A Finite Element Approach ...

    African Journals Online (AJOL)

    In this paper the effect of die semi angle on drawing load in cold tube drawing has been investigated numerically using the finite element method. The equation governing the stress distribution was derived and solved using Galerkin finite element method. An isoparametric formulation for the governing equation was utilized ...

  2. Entrepreneurial orientation, market orientation, and competitive environment

    DEFF Research Database (Denmark)

    Sørensen, Hans Eibe; Cadogan, John W.

    This study sheds light on the role that the competitive environment plays in determining how elements of market orientation and elements of entrepreneurial orientation interact to influence business success. We develop a model in which we postulate that market orientation, entrepreneurial...... orientation, and competitive environment shape business performance via a three-way interaction. We test the model using primary data from the CEOs of 270 CEO of manufacturing firms, together with secondary data on these firms' profit performance. An assessment of the results indicates that customer...... orientation moderates the positive relationships between the competitiveness element of entrepreneurial orientation and market share and return on assets (ROA): the positive relationships between competitiveness and market share and competitiveness and ROA become stronger the greater the firms' customer...

  3. TIGER: A graphically interactive grid system for turbomachinery applications

    Science.gov (United States)

    Shih, Ming-Hsin; Soni, Bharat K.

    1992-01-01

    Numerical grid generation algorithm associated with the flow field about turbomachinery geometries is presented. Graphical user interface is developed with FORMS Library to create an interactive, user-friendly working environment. This customized algorithm reduces the man-hours required to generate a grid associated with turbomachinery geometry, as compared to the use of general-purpose grid generation softwares. Bezier curves are utilized both interactively and automatically to accomplish grid line smoothness and orthogonality. Graphical User Interactions are provided in the algorithm, allowing the user to design and manipulate the grid lines with a mouse.

  4. A finite element for plates and shells

    International Nuclear Information System (INIS)

    Muller, A.; Feijoo, R.A.; Bevilacqua, L.

    1981-08-01

    A simple triangular finite element for plates and shells, is presented. Since the rotation fields are assumed independent of the displacement fields, the element allows one to solve thick shells problems. In the limit for thin shell, the Kirchoff-Love hypothesis is automatically satisfied, thus enlarging its range of application. (Author) [pt

  5. COMPUTER EXPERIMENTS WITH FINITE ELEMENTS OF HIGHER ORDER

    Directory of Open Access Journals (Sweden)

    Khomchenko A.

    2017-12-01

    Full Text Available The paper deals with the problem of constructing the basic functions of a quadrilateral finite element of the fifth order by the means of the computer algebra system Maple. The Lagrangian approximation of such a finite element contains 36 nodes: 20 nodes perimeter and 16 internal nodes. Alternative models with reduced number of internal nodes are considered. Graphs of basic functions and cognitive portraits of lines of zero level are presented. The work is aimed at studying the possibilities of using modern information technologies in the teaching of individual mathematical disciplines.

  6. Fourier analysis of finite element preconditioned collocation schemes

    Science.gov (United States)

    Deville, Michel O.; Mund, Ernest H.

    1990-01-01

    The spectrum of the iteration operator of some finite element preconditioned Fourier collocation schemes is investigated. The first part of the paper analyses one-dimensional elliptic and hyperbolic model problems and the advection-diffusion equation. Analytical expressions of the eigenvalues are obtained with use of symbolic computation. The second part of the paper considers the set of one-dimensional differential equations resulting from Fourier analysis (in the tranverse direction) of the 2-D Stokes problem. All results agree with previous conclusions on the numerical efficiency of finite element preconditioning schemes.

  7. Stochastic Finite Elements in Reliability-Based Structural Optimization

    DEFF Research Database (Denmark)

    Sørensen, John Dalsgaard; Engelund, S.

    Application of stochastic finite elements in structural optimization is considered. It is shown how stochastic fields modelling e.g. the modulus of elasticity can be discretized in stochastic variables and how a sensitivity analysis of the reliability of a structural system with respect to optimi......Application of stochastic finite elements in structural optimization is considered. It is shown how stochastic fields modelling e.g. the modulus of elasticity can be discretized in stochastic variables and how a sensitivity analysis of the reliability of a structural system with respect...

  8. Modelling bucket excavation by finite element

    Science.gov (United States)

    Pecingina, O. M.

    2015-11-01

    Changes in geological components of the layers from lignite pits have an impact on the sustainability of the cup path elements and under the action of excavation force appear efforts leading to deformation of the entire assembly. Application of finite element method in the optimization of components leads to economic growth, to increase the reliability and durability of the studied machine parts thus the machine. It is obvious usefulness of knowledge the state of mechanical tensions that the designed piece or the assembly not to break under the action of tensions that must cope during operation. In the course of excavation work on all bucket cutting force components, the first coming into contact with the material being excavated cutting edge. Therefore in the study with finite element analysis is retained only cutting edge. To study the field of stress and strain on the cutting edge will be created geometric patterns for each type of cup this will be subject to static analysis. The geometric design retains the cutting edge shape and on this on the tooth cassette location will apply an areal force on the abutment tooth. The cutting edge real pattern is subjected to finite element study for the worst case of rock cutting by symmetrical and asymmetrical cups whose profile is different. The purpose of this paper is to determine the displacement and tensions field for both profiles considering the maximum force applied on the cutting edge and the depth of the cutting is equal with the width of the cutting edge of the tooth. It will consider the worst case when on the structure will act both the tangential force and radial force on the bucket profile. For determination of stress and strain field on the form design of cutting edge profile will apply maximum force assuming uniform distribution and on the edge surface force will apply a radial force. After geometric patterns discretization on the cutting knives and determining stress field, can be seen that at the

  9. Introduction to the Explicit Finite Element Method for Nonlinear Transient Dynamics

    CERN Document Server

    Wu, Shen R

    2012-01-01

    A systematic introduction to the theories and formulations of the explicit finite element method As numerical technology continues to grow and evolve with industrial applications, understanding the explicit finite element method has become increasingly important, particularly in the areas of crashworthiness, metal forming, and impact engineering. Introduction to the Explicit FiniteElement Method for Nonlinear Transient Dynamics is the first book to address specifically what is now accepted as the most successful numerical tool for nonlinear transient dynamics. The book aids readers in master

  10. A study on the improvement of shape optimization associated with the modification of a finite element

    International Nuclear Information System (INIS)

    Sung, Jin Il; Yoo, Jeong Hoon

    2002-01-01

    In this paper, we investigate the effect and the importance of the accuracy of finite element analysis in the shape optimization based on the finite element method and improve the existing finite element which has inaccuracy in some cases. And then, the shape optimization is performed by using the improved finite element. One of the main stream to improve finite element is the prevention of locking phenomenon. In case of bending dominant problems, finite element solutions cannot be reliable because of shear locking phenomenon. In the process of shape optimization, the mesh distortion is large due to the change of the structure outline. So, we have to raise the accuracy of finite element analysis for the large mesh distortion. We cannot guarantee the accurate result unless the finite element itself is accurate or the finite elements are remeshed. So, we approach to more accurate shape optimization to diminish these inaccuracies by improving the existing finite element. The shape optimization using the modified finite element is applied to a two and three dimensional simple beam. Results show that the modified finite element has improved the optimization results

  11. Finite element analysis of car hood for impact test by using ...

    African Journals Online (AJOL)

    Finite element analysis of car hood for impact test by using solidworks software ... high safety and at the same time can be built according to market demands. ... Keywords: finite element analysis; impact test; Solidworks; automation, car hood.

  12. Soil-blade orientation effect on tillage forces determined by 3D finite element models

    Directory of Open Access Journals (Sweden)

    Ayadi Ibrahmi

    2014-10-01

    Full Text Available This paper investigated the effect of the cutting parameters of a blade on the tillage force components using finite element modeling. A three-dimensional model was carried out with Abaqus Explicit in order to study the interaction between the tool and soil. The soil was modeled with linear forms of the Drucker-Pager model, while the tool was considered as a rigid body with a reference point taken at its tip. The effect of tillage depth and the width of a vertical blade were studied. It was found that the amounts of the draught and vertical forces increase linearly with a slope of 0.037 and 0.0143 respectively when the width increases. The narrow tool (width< 60mm has a greater effect on the specific draught force than a larger tool. Draught and specific draught force increase with polynomial and linear curve respectively versus the depth. However, this effect was reduced for the vertical force. These results were in a good agreement with previously published works. The second part of this paper is focused on the oblique position of the blade to evaluate the effect of the attack angles on both the tillage forces (draught, lateral and vertical and the cutting process of the soil during and after its failure. For all considered angles, the draught force presents the highest values compared to the vertical and lateral forces. Results showed that working with small cutting and an average rake angles (30° to 60° and 45° respectively can produce a good soil inversion.

  13. Topological Design for Acoustic-Structure Interaction Problems with a Mixed Finite Element Method

    DEFF Research Database (Denmark)

    Yoon, Gil Ho; Jensen, Jakob Søndergaard; Sigmund, Ole

    2006-01-01

    to subdomain interfaces evolving during the optimization process. In this paper, we propose to use a mixed finite element formulation with displacements and pressure as primary variables (u/p formulation) which eliminates the need for explicit boundary representation. In order to describe the Helmholtz...... equation and the linear elasticity equation, the mass density as well as the shear and bulk moduli are interpolated with the design variables. In this formulation, the coupled interface boundary conditions are automatically satisfied without having to compute surface coupling integrals. Two dimensional...

  14. Coupling of smooth particle hydrodynamics with the finite element method

    International Nuclear Information System (INIS)

    Attaway, S.W.; Heinstein, M.W.; Swegle, J.W.

    1994-01-01

    A gridless technique called smooth particle hydrodynamics (SPH) has been coupled with the transient dynamics finite element code ppercase[pronto]. In this paper, a new weighted residual derivation for the SPH method will be presented, and the methods used to embed SPH within ppercase[pronto] will be outlined. Example SPH ppercase[pronto] calculations will also be presented. One major difficulty associated with the Lagrangian finite element method is modeling materials with no shear strength; for example, gases, fluids and explosive biproducts. Typically, these materials can be modeled for only a short time with a Lagrangian finite element code. Large distortions cause tangling of the mesh, which will eventually lead to numerical difficulties, such as negative element area or ''bow tie'' elements. Remeshing will allow the problem to continue for a short while, but the large distortions can prevent a complete analysis. SPH is a gridless Lagrangian technique. Requiring no mesh, SPH has the potential to model material fracture, large shear flows and penetration. SPH computes the strain rate and the stress divergence based on the nearest neighbors of a particle, which are determined using an efficient particle-sorting technique. Embedding the SPH method within ppercase[pronto] allows part of the problem to be modeled with quadrilateral finite elements, while other parts are modeled with the gridless SPH method. SPH elements are coupled to the quadrilateral elements through a contact-like algorithm. ((orig.))

  15. Finite element formulation for dynamics of planar flexible multi-beam system

    International Nuclear Information System (INIS)

    Liu Zhuyong; Hong Jiazhen; Liu Jinyang

    2009-01-01

    In some previous geometric nonlinear finite element formulations, due to the use of axial displacement, the contribution of all the elements lying between the reference node of zero axial displacement and the element to the foreshortening effect should be taken into account. In this paper, a finite element formulation is proposed based on geometric nonlinear elastic theory and finite element technique. The coupling deformation terms of an arbitrary point only relate to the nodal coordinates of the element at which the point is located. Based on Hamilton principle, dynamic equations of elastic beams undergoing large overall motions are derived. To investigate the effect of coupling deformation terms on system dynamic characters and reduce the dynamic equations, a complete dynamic model and three reduced models of hub-beam are prospected. When the Cartesian deformation coordinates are adopted, the results indicate that the terms related to the coupling deformation in the inertia forces of dynamic equations have small effect on system dynamic behavior and may be neglected, whereas the terms related to coupling deformation in the elastic forces are important for system dynamic behavior and should be considered in dynamic equation. Numerical examples of the rotating beam and flexible beam system are carried out to demonstrate the accuracy and validity of this dynamic model. Furthermore, it is shown that a small number of finite elements are needed to obtain a stable solution using the present coupling finite element formulation

  16. Finite element analysis of the neutron transport equation in spherical geometry

    International Nuclear Information System (INIS)

    Kim, Yong Ill; Kim, Jong Kyung; Suk, Soo Dong

    1992-01-01

    The Galerkin formulation of the finite element method is applied to the integral law of the first-order form of the one-group neutron transport equation in one-dimensional spherical geometry. Piecewise linear or quadratic Lagrange polynomials are utilized in the integral law for the angular flux to establish a set of linear algebraic equations. Numerical analyses are performed for the scalar flux distribution in a heterogeneous sphere as well as for the criticality problem in a uniform sphere. For the criticality problems in the uniform sphere, the results of the finite element method, with the use of continuous finite elements in space and angle, are compared with the exact solutions. In the heterogeneous problem, the scalar flux distribution obtained by using discontinuous angular and spatical finite elements is in good agreement with that from the ANISN code calculation. (Author)

  17. Maxwell's equations in axisymmetrical geometry: coupling H(curl) finite element in volume and H(div) finite element in surface. The numerical code FuMel

    International Nuclear Information System (INIS)

    Cambon, S.; Lacoste, P.

    2011-01-01

    We propose a finite element method to solve the axisymmetric scattering problem posed on a regular bounded domain. Here we shall show how to reduce the initial 3D problem into a truncated sum of 2D independent problems posed into a meridian plane of the object. Each of these problem results in the coupling of a partial differential equation into the interior domain and an integral equation on the surface simulating the free space. Then variational volume and boundary integral formulations of Maxwell's equation on regular surfaces are derived. We introduce some general finite element adapted to cylindrical coordinates and constructed from nodal and mixed finite element both for the interior (volume) and for the integral equation (surface). (authors)

  18. Isogeometric finite element analysis of poroelasticity

    NARCIS (Netherlands)

    Irzal, F.; Remmers, J.J.C.; Verhoosel, C.V.; Borst, de R.

    2013-01-01

    We present an alternative numerical approach for predicting the behaviour of a deformable fluid-saturated porous medium. The conventional finite element technology is replaced by isogeometric analysis that uses non-uniform rational B-splines. The ability of these functions to provide higher-order

  19. Fast finite elements for surgery simulation

    DEFF Research Database (Denmark)

    Bro-Nielsen, Morten

    1997-01-01

    This paper discusses volumetric deformable models for modeling human body parts and organs in surgery simulation systems. These models are built using finite element models for linear elastic materials. To achieve real-time response condensation has been applied to the system stiffness matrix...

  20. Simplicial Finite Elements in Higher Dimensions

    Czech Academy of Sciences Publication Activity Database

    Brandts, J.; Korotov, S.; Křížek, Michal

    2007-01-01

    Roč. 52, č. 3 (2007), s. 251-265 ISSN 0862-7940 R&D Projects: GA ČR GA201/04/1503 Institutional research plan: CEZ:AV0Z10190503 Keywords : n-simplex * finite element method * superconvergence Subject RIV: BA - General Mathematics

  1. Finite element analysis of human joints

    Energy Technology Data Exchange (ETDEWEB)

    Bossart, P.L.; Hollerbach, K.

    1996-09-01

    Our work focuses on the development of finite element models (FEMs) that describe the biomechanics of human joints. Finite element modeling is becoming a standard tool in industrial applications. In highly complex problems such as those found in biomechanics research, however, the full potential of FEMs is just beginning to be explored, due to the absence of precise, high resolution medical data and the difficulties encountered in converting these enormous datasets into a form that is usable in FEMs. With increasing computing speed and memory available, it is now feasible to address these challenges. We address the first by acquiring data with a high resolution C-ray CT scanner and the latter by developing semi-automated method for generating the volumetric meshes used in the FEM. Issues related to tomographic reconstruction, volume segmentation, the use of extracted surfaces to generate volumetric hexahedral meshes, and applications of the FEM are described.

  2. Finite element analysis of human joints

    International Nuclear Information System (INIS)

    Bossart, P.L.; Hollerbach, K.

    1996-09-01

    Our work focuses on the development of finite element models (FEMs) that describe the biomechanics of human joints. Finite element modeling is becoming a standard tool in industrial applications. In highly complex problems such as those found in biomechanics research, however, the full potential of FEMs is just beginning to be explored, due to the absence of precise, high resolution medical data and the difficulties encountered in converting these enormous datasets into a form that is usable in FEMs. With increasing computing speed and memory available, it is now feasible to address these challenges. We address the first by acquiring data with a high resolution C-ray CT scanner and the latter by developing semi-automated method for generating the volumetric meshes used in the FEM. Issues related to tomographic reconstruction, volume segmentation, the use of extracted surfaces to generate volumetric hexahedral meshes, and applications of the FEM are described

  3. High-order finite-element seismic wave propagation modeling with MPI on a large GPU cluster

    International Nuclear Information System (INIS)

    Komatitsch, Dimitri; Erlebacher, Gordon; Goeddeke, Dominik; Michea, David

    2010-01-01

    We implement a high-order finite-element application, which performs the numerical simulation of seismic wave propagation resulting for instance from earthquakes at the scale of a continent or from active seismic acquisition experiments in the oil industry, on a large cluster of NVIDIA Tesla graphics cards using the CUDA programming environment and non-blocking message passing based on MPI. Contrary to many finite-element implementations, ours is implemented successfully in single precision, maximizing the performance of current generation GPUs. We discuss the implementation and optimization of the code and compare it to an existing very optimized implementation in C language and MPI on a classical cluster of CPU nodes. We use mesh coloring to efficiently handle summation operations over degrees of freedom on an unstructured mesh, and non-blocking MPI messages in order to overlap the communications across the network and the data transfer to and from the device via PCIe with calculations on the GPU. We perform a number of numerical tests to validate the single-precision CUDA and MPI implementation and assess its accuracy. We then analyze performance measurements and depending on how the problem is mapped to the reference CPU cluster, we obtain a speedup of 20x or 12x.

  4. Equilibrium and stochastic resonance in finite chains of noisy bistable elements

    International Nuclear Information System (INIS)

    Morillo, Manuel; Gomez-Ordonez, Jose; Casado, Jose Manuel

    2010-01-01

    Graphical abstract: We analyze the dependence of the equilibrium distribution of a collective variable of a chain on relevant parameters including the chain size and its connectivity. We also analyze the stochastic resonance effect of the same variable. - Abstract: Using numerical simulations, we analyze equilibrium properties of finite chains of coupled noisy bistable units and their response to weak time periodic forces. Finite chains with global as well as local (nearest neighbors) coupling are considered. We focus on the study of a collective variable defined as the arithmetic mean of the variables characterizing each element of the chain. By contrast with the case of infinite size chains, where the coexistence of several equilibrium distributions for the same values of parameters is possible, for finite chains just a single equilibrium distribution exists for given values of the parameters. We demonstrate that, regardless of the chain connectivity, there exist transition lines separating regions in parameter space where the equilibrium distribution function is either monomodal or multimodal. The location of the transition line depends on the chain connectivity and the size of the system. For driven chains, the response of the system shows stochastic resonant effects. For the two types of chains considered, both the power spectral amplification and the signal-to-noise ratio of the collective variable are analyzed as the noise strength, the coupling parameter and the number of bistable units in the system are varied. Compared with the effects observed in single unit systems, the collective variable shows a strong enhancement of the stochastic resonance effects.

  5. Finite element method for computational fluid dynamics with any type of elements; Finite Element Methode zur numerischen Stroemungsberechnung mit beliebigen Elementen

    Energy Technology Data Exchange (ETDEWEB)

    Steibler, P.

    2000-07-01

    The unsteady, turbulent flow is to be calculated in a complex geometry. For this purpose a stabilized finite element formulation in which the same functions for velocity and pressure are used is developed. Thus the process remains independent of the type of elements. This simplifies the application. Above all, it is easier to deal with the boundary conditions. The independency from the elements is also achieved by the extended uzawa-algorithm which uses quadratic functions for velocity and an element-constant pressure. This method is also programmed. In order to produce the unstructured grids, an algorithm is implemented which produces meshes consisting of triangular and tetrahedral elements with flow-dependent adaptation. With standard geometries both calculation methods are compared with results. Finally the flow in a draft tube of a Kaplan turbine is calculated and compared with results from model tests. (orig.) [German] Die instationaere, turbulente Stroemung in einer komplexen Geometrie soll berechnet werden. Dazu wird eine Stabilisierte Finite Element Formulierung entwickelt, bei der die gleichen Ansatzfunktionen fuer Geschwindigkeiten und Druck verwendet werden. Das Verfahren wird damit unabhaengig von der Form der Elemente. Dies vereinfacht die Anwendung. Vor allem wird der Umgang mit den Randbedingungen erleichert. Die Elementunabhaengigkeit erreicht man auch mit dem erweiterten Uzawa-Algorithmus, welcher quadratische Ansatzfunktionen fuer die Geschwindigkeiten und elementweisen konstanten Druck verwendet. Dieses Verfahren wird ebenso implementiert. Zur Erstellung der unstrukturierten Gitter wird ein Algorithmus erzeugt, der Netze aus Dreiecks- und Tetraederelementen erstellt, welche stroemungsabhaengige Groessen besitzen koennen. Anhand einiger Standardgeometrien werden die beiden Berechnungsmethoden mit Ergebnissen aus der Literatur verglichen. Als praxisrelevantes Beispiel wird abschliessend die Stroemung in einem Saugrohr einer Kaplanturbine berechnet

  6. The Role of Graphic Orientations in Children's Drawings of Familiar and Novel Objects at Rest and in Motion.

    Science.gov (United States)

    Ives, William; Rovet, Joanne

    1979-01-01

    Reports three experiments which investigate: whether familiar objects have standard graphic orientations (Experiment 1); the relationship between use of object orientations and more conventional methods in depicting familiar objects in motion (Experiment 2); and whether orientations are used differently in novel objects whose only defining feature…

  7. Finite element simulation of piezoelectric transformers.

    Science.gov (United States)

    Tsuchiya, T; Kagawa, Y; Wakatsuki, N; Okamura, H

    2001-07-01

    Piezoelectric transformers are nothing but ultrasonic resonators with two pairs of electrodes provided on the surface of a piezoelectric substrate in which electrical energy is carried in the mechanical form. The input and output electrodes are arranged to provide the impedance transformation, which results in the voltage transformation. As they are operated at a resonance, the electrical equivalent circuit approach has traditionally been developed in a rather empirical way and has been used for analysis and design. The present paper deals with the analysis of the piezoelectric transformers based on the three-dimensional finite element modelling. The PIEZO3D code that we have developed is modified to include the external loading conditions. The finite element approach is now available for a wide variety of the electrical boundary conditions. The equivalent circuit of lumped parameters can also be derived from the finite element method (FEM) solution if required. The simulation of the present transformers is made for the low intensity operation and compared with the experimental results. Demonstration is made for basic Rosen-type transformers in which the longitudinal mode of a plate plays an important role; in which the equivalent circuit of lumped constants has been used. However, there are many modes of vibration associated with the plate, the effect of which cannot always be ignored. In the experiment, the double resonances are sometimes observed in the vicinity of the operating frequency. The simulation demonstrates that this is due to the coupling of the longitudinal mode with the flexural mode. Thus, the simulation provides an invaluable guideline to the transformer design.

  8. A Note on Symplectic, Multisymplectic Scheme in Finite Element Method

    Institute of Scientific and Technical Information of China (English)

    GUO Han-Ying; JI Xiao-Mei; LI Yu-Qi; WU Ke

    2001-01-01

    We find that with uniform mesh, the numerical schemes derived from finite element method can keep a preserved symplectic structure in one-dimensional case and a preserved multisymplectic structure in two-dimensional case respectively. These results are in fact the intrinsic reason why the numerical experiments show that such finite element algorithms are accurate in practice.``

  9. A Novel Polygonal Finite Element Method: Virtual Node Method

    Science.gov (United States)

    Tang, X. H.; Zheng, C.; Zhang, J. H.

    2010-05-01

    Polygonal finite element method (PFEM), which can construct shape functions on polygonal elements, provides greater flexibility in mesh generation. However, the non-polynomial form of traditional PFEM, such as Wachspress method and Mean Value method, leads to inexact numerical integration. Since the integration technique for non-polynomial functions is immature. To overcome this shortcoming, a great number of integration points have to be used to obtain sufficiently exact results, which increases computational cost. In this paper, a novel polygonal finite element method is proposed and called as virtual node method (VNM). The features of present method can be list as: (1) It is a PFEM with polynomial form. Thereby, Hammer integral and Gauss integral can be naturally used to obtain exact numerical integration; (2) Shape functions of VNM satisfy all the requirements of finite element method. To test the performance of VNM, intensive numerical tests are carried out. It found that, in standard patch test, VNM can achieve significantly better results than Wachspress method and Mean Value method. Moreover, it is observed that VNM can achieve better results than triangular 3-node elements in the accuracy test.

  10. Discrete/Finite Element Modelling of Rock Cutting with a TBM Disc Cutter

    Science.gov (United States)

    Labra, Carlos; Rojek, Jerzy; Oñate, Eugenio

    2017-03-01

    This paper presents advanced computer simulation of rock cutting process typical for excavation works in civil engineering. Theoretical formulation of the hybrid discrete/finite element model has been presented. The discrete and finite element methods have been used in different subdomains of a rock sample according to expected material behaviour, the part which is fractured and damaged during cutting is discretized with the discrete elements while the other part is treated as a continuous body and it is modelled using the finite element method. In this way, an optimum model is created, enabling a proper representation of the physical phenomena during cutting and efficient numerical computation. The model has been applied to simulation of the laboratory test of rock cutting with a single TBM (tunnel boring machine) disc cutter. The micromechanical parameters have been determined using the dimensionless relationships between micro- and macroscopic parameters. A number of numerical simulations of the LCM test in the unrelieved and relieved cutting modes have been performed. Numerical results have been compared with available data from in-situ measurements in a real TBM as well as with the theoretical predictions showing quite a good agreement. The numerical model has provided a new insight into the cutting mechanism enabling us to investigate the stress and pressure distribution at the tool-rock interaction. Sensitivity analysis of rock cutting performed for different parameters including disc geometry, cutting velocity, disc penetration and spacing has shown that the presented numerical model is a suitable tool for the design and optimization of rock cutting process.

  11. Comparison of 3-D finite elements for incompressible fluid flow

    International Nuclear Information System (INIS)

    Robichaud, M.; Tanguy, P.A.

    1985-01-01

    In recent years, the finite element method applied to the solution of incompressible fluid flow has been in constant evolution. In the present state-of-the-art, 2-D problems are solved routinely and reliable results are obtained at a reasonable cost. In 3-D the finite element method is still undergoing active research and many methods have been proposed to solve the Navier-Stokes equations at 'low cost'. These methods have in common the choice of the element which has a trilinear velocity and a discontinuous constant pressure (Q1-PO). The prohibitive cost of 3-D finite element method in fluid flow is the reason for this choice: the Q1-PO is the simplest and the cheapest 3-D element. However, as mentioned in (5) and (6), it generates 'spurious' pressure modes phenomenon called checkerboarding. On regular mesh these spurious modes can be filtered but on distorted mesh the pressure solution is meaningless. (author)

  12. Finite element analysis of an inflatable torus considering air mass structural element

    Science.gov (United States)

    Gajbhiye, S. C.; Upadhyay, S. H.; Harsha, S. P.

    2014-01-01

    Inflatable structures, also known as gossamer structures, are at high boom in the current space technology due to their low mass and compact size comparing to the traditional spacecraft designing. Internal pressure becomes the major source of strength and rigidity, essentially stiffen the structure. However, inflatable space based membrane structure are at high risk to the vibration disturbance due to their low structural stiffness and material damping. Hence, the vibration modes of the structure should be known to a high degree of accuracy in order to provide better control authority. In the past, most of the studies conducted on the vibration analysis of gossamer structures used inaccurate or approximate theories in modeling the internal pressure. The toroidal shaped structure is one of the important key element in space application, helps to support the reflector in space application. This paper discusses the finite-element analysis of an inflated torus. The eigen-frequencies are obtained via three-dimensional small-strain elasticity theory, based on extremum energy principle. The two finite-element model (model-1 and model-2) have cases have been generated using a commercial finite-element package. The structure model-1 with shell element and model-2 with the combination of the mass of enclosed fluid (air) added to the shell elements have been taken for the study. The model-1 is computed with present analytical approach to understand the convergence rate and the accuracy. The convergence study is made available for the symmetric modes and anti-symmetric modes about the centroidal-axis plane, meeting the eigen-frequencies of an inflatable torus with the circular cross section. The structural model-2 is introduced with air mass element and analyzed its eigen-frequency with different aspect ratio and mode shape response using in-plane and out-plane loading condition are studied.

  13. Error-controlled adaptive finite elements in solid mechanics

    National Research Council Canada - National Science Library

    Stein, Erwin; Ramm, E

    2003-01-01

    ... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Error-controlled Adaptive Finite-element-methods . . . . . . . . . . . . Missing Features and Properties of Today's General Purpose FE Programs for Structural...

  14. Stress analysis of heated concrete using finite elements

    International Nuclear Information System (INIS)

    Majumdar, P.; Gupta, A.; Marchertas, A.

    1994-01-01

    Described is a finite element analysis of concrete, which is subjected to rapid heating. Using thermal mass transport calculation, the moisture content, temperature and pore pressure distribution over space and time is obtained first. From these effects, stress at various points of the concrete are computed using the finite element method. Contribution to the stress formulation comes from three components, namely the thermal expansion, pore pressure, and the shrinkage of concrete due to moisture loss (from dehydration). The material properties of concrete are assumed to be homogeneous, elastic, and cracking is not taken into consideration. (orig.)

  15. Finite element simulation of internal flows with heat transfer using a ...

    Indian Academy of Sciences (India)

    Unknown

    Velocity correction method; finite element simulation; turbulent .... CFD, developments in turbulence modeling have been only evolutionary and ...... variables are made dimensionless using appropriate combinations of Uav, H, ...... Srinivas M 1994 Finite element analysis of internal flows with heat transfer Ph D thesis, Indian.

  16. Finite Macro-Element Mesh Deformation in a Structured Multi-Block Navier-Stokes Code

    Science.gov (United States)

    Bartels, Robert E.

    2005-01-01

    A mesh deformation scheme is developed for a structured multi-block Navier-Stokes code consisting of two steps. The first step is a finite element solution of either user defined or automatically generated macro-elements. Macro-elements are hexagonal finite elements created from a subset of points from the full mesh. When assembled, the finite element system spans the complete flow domain. Macro-element moduli vary according to the distance to the nearest surface, resulting in extremely stiff elements near a moving surface and very pliable elements away from boundaries. Solution of the finite element system for the imposed boundary deflections generally produces smoothly varying nodal deflections. The manner in which distance to the nearest surface has been found to critically influence the quality of the element deformation. The second step is a transfinite interpolation which distributes the macro-element nodal deflections to the remaining fluid mesh points. The scheme is demonstrated for several two-dimensional applications.

  17. Integral finite element analysis of turntable bearing with flexible rings

    Science.gov (United States)

    Deng, Biao; Liu, Yunfei; Guo, Yuan; Tang, Shengjin; Su, Wenbin; Lei, Zhufeng; Wang, Pengcheng

    2018-03-01

    This paper suggests a method to calculate the internal load distribution and contact stress of the thrust angular contact ball turntable bearing by FEA. The influence of the stiffness of the bearing structure and the plastic deformation of contact area on the internal load distribution and contact stress of the bearing is considered. In this method, the load-deformation relationship of the rolling elements is determined by the finite element contact analysis of a single rolling element and the raceway. Based on this, the nonlinear contact between the rolling elements and the inner and outer ring raceways is same as a nonlinear compression spring and bearing integral finite element analysis model including support structure was established. The effects of structural deformation and plastic deformation on the built-in stress distribution of slewing bearing are investigated on basis of comparing the consequences of load distribution, inner and outer ring stress, contact stress and other finite element analysis results with the traditional bearing theory, which has guiding function for improving the design of slewing bearing.

  18. Finite Element Simulation of Fracture Toughness Test

    International Nuclear Information System (INIS)

    Chu, Seok Jae; Liu, Cong Hao

    2013-01-01

    Finite element simulations of tensile tests were performed to determine the equivalent stress - equivalent plastic strain curves, critical equivalent stresses, and critical equivalent plastic strains. Then, the curves were used as inputs to finite element simulations of fracture toughness tests to determine the plane strain fracture toughness. The critical COD was taken as the COD when the equivalent plastic strain at the crack tip reached a critical value, and it was used as a crack growth criterion. The relationship between the critical COD and the critical equivalent plastic strain or the reduction of area was found. The relationship between the plane strain fracture toughness and the product of the critical equivalent stress and the critical equivalent plastic strain was also found

  19. Semianalytic Design Sensitivity Analysis of Nonlinear Structures With a Commercial Finite Element Package

    International Nuclear Information System (INIS)

    Lee, Tae Hee; Yoo, Jung Hun; Choi, Hyeong Cheol

    2002-01-01

    A finite element package is often used as a daily design tool for engineering designers in order to analyze and improve the design. The finite element analysis can provide the responses of a system for given design variables. Although finite element analysis can quite well provide the structural behaviors for given design variables, it cannot provide enough information to improve the design such as design sensitivity coefficients. Design sensitivity analysis is an essential step to predict the change in responses due to a change in design variables and to optimize a system with the aid of the gradient-based optimization techniques. To develop a numerical method of design sensitivity analysis, analytical derivatives that are based on analytical differentiation of the continuous or discrete finite element equations are effective but analytical derivatives are difficult because of the lack of internal information of the commercial finite element package such as shape functions. Therefore, design sensitivity analysis outside of the finite element package is necessary for practical application in an industrial setting. In this paper, the semi-analytic method for design sensitivity analysis is used for the development of the design sensitivity module outside of a commercial finite element package of ANSYS. The direct differentiation method is employed to compute the design derivatives of the response and the pseudo-load for design sensitivity analysis is effectively evaluated by using the design variation of the related internal nodal forces. Especially, we suggest an effective method for stress and nonlinear design sensitivity analyses that is independent of the commercial finite element package is also discussed. Numerical examples are illustrated to show the accuracy and efficiency of the developed method and to provide insights for implementation of the suggested method into other commercial finite element packages

  20. Numerical solution of multi group-Two dimensional- Adjoint equation with finite element method

    International Nuclear Information System (INIS)

    Poursalehi, N.; Khalafi, H.; Shahriari, M.; Minoochehr

    2008-01-01

    Adjoint equation is used for perturbation theory in nuclear reactor design. For numerical solution of adjoint equation, usually two methods are applied. These are Finite Element and Finite Difference procedures. Usually Finite Element Procedure is chosen for solving of adjoint equation, because it is more use able in variety of geometries. In this article, Galerkin Finite Element method is discussed. This method is applied for numerical solving multi group, multi region and two dimensional (X, Y) adjoint equation. Typical reactor geometry is partitioned with triangular meshes and boundary condition for adjoint flux is considered zero. Finally, for a case of defined parameters, Finite Element Code was applied and results were compared with Citation Code

  1. Implementation of advanced finite element technology in structural analysis computer codes

    International Nuclear Information System (INIS)

    Kohli, T.D.; Wiley, J.W.; Koss, P.W.

    1975-01-01

    Advances in finite element technology over the last several years have been rapid and have largely outstripped the ability of general purpose programs in the public domain to assimilate them. As a result, it has become the burden of the structural analyst to incorporate these advances himself. This paper discusses the implementation and extension of specific technological advances in Bechtel structural analysis programs. In general these advances belong in two categories: (1) the finite elements themselves and (2) equation solution algorithms. Improvements in the finite elements involve increased accuracy of the elements and extension of their applicability to various specialized modelling situations. Improvements in solution algorithms have been almost exclusively aimed at expanding problem solving capacity. (Auth.)

  2. Using Interactive Graphics to Teach Multivariate Data Analysis to Psychology Students

    Science.gov (United States)

    Valero-Mora, Pedro M.; Ledesma, Ruben D.

    2011-01-01

    This paper discusses the use of interactive graphics to teach multivariate data analysis to Psychology students. Three techniques are explored through separate activities: parallel coordinates/boxplots; principal components/exploratory factor analysis; and cluster analysis. With interactive graphics, students may perform important parts of the…

  3. Probabilistic finite elements for transient analysis in nonlinear continua

    Science.gov (United States)

    Liu, W. K.; Belytschko, T.; Mani, A.

    1985-01-01

    The probabilistic finite element method (PFEM), which is a combination of finite element methods and second-moment analysis, is formulated for linear and nonlinear continua with inhomogeneous random fields. Analogous to the discretization of the displacement field in finite element methods, the random field is also discretized. The formulation is simplified by transforming the correlated variables to a set of uncorrelated variables through an eigenvalue orthogonalization. Furthermore, it is shown that a reduced set of the uncorrelated variables is sufficient for the second-moment analysis. Based on the linear formulation of the PFEM, the method is then extended to transient analysis in nonlinear continua. The accuracy and efficiency of the method is demonstrated by application to a one-dimensional, elastic/plastic wave propagation problem. The moments calculated compare favorably with those obtained by Monte Carlo simulation. Also, the procedure is amenable to implementation in deterministic FEM based computer programs.

  4. Adaptive finite-element ballooning analysis of bipolar ionized fields

    International Nuclear Information System (INIS)

    Al-Hamouz, Z.M.

    1995-01-01

    This paper presents an adaptive finite-element iterative method for the analysis of the ionized field around high-voltage bipolar direct-current (HVDC) transmission line conductors without resort to Deutsch's assumption. A new iterative finite-element ballooning technique is proposed to solve Poisson's equation wherein the commonly used artificial boundary around the transmission line conductors is simulated at infinity. Unlike all attempts reported in the literature for the solution of ionized field, the constancy of the conductors' surface field at the corona onset value is directly implemented in the finite-element formulation. In order to investigate the effectiveness of the proposed method, a laboratory model was built. It has been found that the calculated V-I characteristics and the ground-plane current density agreed well with those measured experimentally. The simplicity in computer programming in addition to the low number of iterations required to achieve convergence characterize this method of analysis

  5. Numerical investigation of soil and buried structures using finite element analysis

    Directory of Open Access Journals (Sweden)

    Meysam Shirzad Shahrivar

    2017-02-01

    Full Text Available Today the important of studying soil effect on behavior of soil  contacted structures such as foundations, piles,  retaining wall and other similar structures is so much that neglecting of soil-structure interaction effect can cause to untrue results. In this paper soil-structure interaction simulation was done by using Finite element method analysis with ABAQUS version 6.13-14.The results has been presented based on pile function in contact with soil, vertical stresses in soil and structures, pore pressure in drained and undrained condition and underground water level.Final conclusions revealed that pore pressure effect is not uniform on all parts of pile and amount of pore pressure increment in top elements is lower than down elements of  pile.Further it was proven that average amount of vertical stress on end of pile is    of this stress on top of the pile. thus it was concluded that 70% of pile bearing capacity is depend on friction of soil and pile contact surface.

  6. Discontinuous Galerkin finite element method for solving population density functions of cortical pyramidal and thalamic neuronal populations.

    Science.gov (United States)

    Huang, Chih-Hsu; Lin, Chou-Ching K; Ju, Ming-Shaung

    2015-02-01

    Compared with the Monte Carlo method, the population density method is efficient for modeling collective dynamics of neuronal populations in human brain. In this method, a population density function describes the probabilistic distribution of states of all neurons in the population and it is governed by a hyperbolic partial differential equation. In the past, the problem was mainly solved by using the finite difference method. In a previous study, a continuous Galerkin finite element method was found better than the finite difference method for solving the hyperbolic partial differential equation; however, the population density function often has discontinuity and both methods suffer from a numerical stability problem. The goal of this study is to improve the numerical stability of the solution using discontinuous Galerkin finite element method. To test the performance of the new approach, interaction of a population of cortical pyramidal neurons and a population of thalamic neurons was simulated. The numerical results showed good agreement between results of discontinuous Galerkin finite element and Monte Carlo methods. The convergence and accuracy of the solutions are excellent. The numerical stability problem could be resolved using the discontinuous Galerkin finite element method which has total-variation-diminishing property. The efficient approach will be employed to simulate the electroencephalogram or dynamics of thalamocortical network which involves three populations, namely, thalamic reticular neurons, thalamocortical neurons and cortical pyramidal neurons. Copyright © 2014 Elsevier Ltd. All rights reserved.

  7. Straightened cervical lordosis causes stress concentration: a finite element model study

    Energy Technology Data Exchange (ETDEWEB)

    Wei, Wei; Shi, Shiyuan; Fei, Jun; Wang, Yifan; Chen, Chunyue [Hangzhou Red Cross Hospital, Hangzhou, Zhejiang, (China); Liao, Shenhui [School of Information Science and Engineering, Central South University, Changsha, Hunan (China)

    2013-03-15

    In this study, we propose a finite element analysis of the complete cervical spine with straightened and normal physiological curvature by using a specially designed modelling system. An accurate finite element model is established to recommend plausible approaches to treatment of cervical spondylosis through the finite element analysis results. There are few reports of biomechanics influence of the straightened cervical curve. It is difficult to measure internal responses of cervical spine directly. However, the finite element method has been reported to have the capability to quantify both external and internal responses to mechanical loading, such as the strain and stress distribution of spinal components. We choose a subject with a straightened cervical spine from whom to collect the CT scan data, which formed the basis of the finite element analysis. By using a specially designed modelling system, a high quality finite element model of the complete cervical spine with straightened curvature was generated, which was then mapped to reconstruct a normal physiological curvature model by a volumetric mesh deformation method based on discrete differential properties. Then, the same boundary conditions were applied to do a comparison. The result demonstrated that the active movement range of straightened cervical spine decreased by 24–33 %, but the stress increased by 5–95 %. The stress was concentrated at the facet joint cartilage, uncovertebral joint and the disk. The results suggest that cervical lordosis may have a direct impact on cervical spondylosis treatment. These results may be useful for clinical treatment of cervical spondylosis with straightened curvature.

  8. Straightened cervical lordosis causes stress concentration: a finite element model study

    International Nuclear Information System (INIS)

    Wei, Wei; Shi, Shiyuan; Fei, Jun; Wang, Yifan; Chen, Chunyue; Liao, Shenhui

    2013-01-01

    In this study, we propose a finite element analysis of the complete cervical spine with straightened and normal physiological curvature by using a specially designed modelling system. An accurate finite element model is established to recommend plausible approaches to treatment of cervical spondylosis through the finite element analysis results. There are few reports of biomechanics influence of the straightened cervical curve. It is difficult to measure internal responses of cervical spine directly. However, the finite element method has been reported to have the capability to quantify both external and internal responses to mechanical loading, such as the strain and stress distribution of spinal components. We choose a subject with a straightened cervical spine from whom to collect the CT scan data, which formed the basis of the finite element analysis. By using a specially designed modelling system, a high quality finite element model of the complete cervical spine with straightened curvature was generated, which was then mapped to reconstruct a normal physiological curvature model by a volumetric mesh deformation method based on discrete differential properties. Then, the same boundary conditions were applied to do a comparison. The result demonstrated that the active movement range of straightened cervical spine decreased by 24–33 %, but the stress increased by 5–95 %. The stress was concentrated at the facet joint cartilage, uncovertebral joint and the disk. The results suggest that cervical lordosis may have a direct impact on cervical spondylosis treatment. These results may be useful for clinical treatment of cervical spondylosis with straightened curvature.

  9. Unsteady MHD Heat Transfer in Couette Flow of Water at 4°C in a Rotating System with Ramped Temperature via Finite Element Method

    Directory of Open Access Journals (Sweden)

    Reddy G.J.

    2017-02-01

    Full Text Available An unsteady magnetohydromagnetic natural convection on the Couette flow of electrically conducting water at 4°C (Pr = 11.40 in a rotating system has been considered. A Finite Element Method (FEM was employed to find the numerical solutions of the dimensionless governing coupled boundary layer partial differential equations. The primary velocity, secondary velocity and temperature of water at 4°C as well as shear stresses and rate of heat transfer have been obtained for both ramped temperature and isothermal plates. The results are independent of the mesh (grid size and the present numerical solutions through the Finite Element Method (FEM are in good agreement with the existing analytical solutions by the Laplace Transform Technique (LTT. These are shown in tabular and graphical forms.

  10. A unified monolithic approach for multi-fluid flows and fluid-structure interaction using the Particle Finite Element Method with fixed mesh

    Science.gov (United States)

    Becker, P.; Idelsohn, S. R.; Oñate, E.

    2015-06-01

    This paper describes a strategy to solve multi-fluid and fluid-structure interaction (FSI) problems using Lagrangian particles combined with a fixed finite element (FE) mesh. Our approach is an extension of the fluid-only PFEM-2 (Idelsohn et al., Eng Comput 30(2):2-2, 2013; Idelsohn et al., J Numer Methods Fluids, 2014) which uses explicit integration over the streamlines to improve accuracy. As a result, the convective term does not appear in the set of equations solved on the fixed mesh. Enrichments in the pressure field are used to improve the description of the interface between phases.

  11. Finite element model for heat conduction in jointed rock masses

    International Nuclear Information System (INIS)

    Gartling, D.K.; Thomas, R.K.

    1981-01-01

    A computatonal procedure for simulating heat conduction in a fractured rock mass is proposed and illustrated in the present paper. The method makes use of a simple local model for conduction in the vicinity of a single open fracture. The distributions of fractures and fracture properties within the finite element model are based on a statistical representation of geologic field data. Fracture behavior is included in the finite element computation by locating local, discrete fractures at the element integration points

  12. Orthodontic treatment: Introducing finite element analysis

    NARCIS (Netherlands)

    Driel, W.D. van; Leeuwen, E.J. van

    1998-01-01

    The aim of orthodontic treatment is the displacement of teeth by means ofspecial appliances, like braces and brackets. Through these appliances the orthodontist can apply a set of forces to the teeth which wilt result in its displacement through the jawbone. Finite Element analysis of this process

  13. A finite element modeling method for predicting long term corrosion rates

    International Nuclear Information System (INIS)

    Fu, J.W.; Chan, S.

    1984-01-01

    For the analyses of galvanic corrosion, pitting and crevice corrosion, which have been identified as possible corrosion processes for nuclear waste isolation, a finite element method has been developed for the prediction of corrosion rates. The method uses a finite element mesh to model the corrosive environment and the polarization curves of metals are assigned as the boundary conditions to calculate the corrosion cell current distribution. A subroutine is used to calculate the chemical change with time in the crevice or the pit environments. In this paper, the finite element method is described along with experimental confirmation

  14. Domain decomposition based iterative methods for nonlinear elliptic finite element problems

    Energy Technology Data Exchange (ETDEWEB)

    Cai, X.C. [Univ. of Colorado, Boulder, CO (United States)

    1994-12-31

    The class of overlapping Schwarz algorithms has been extensively studied for linear elliptic finite element problems. In this presentation, the author considers the solution of systems of nonlinear algebraic equations arising from the finite element discretization of some nonlinear elliptic equations. Several overlapping Schwarz algorithms, including the additive and multiplicative versions, with inexact Newton acceleration will be discussed. The author shows that the convergence rate of the Newton`s method is independent of the mesh size used in the finite element discretization, and also independent of the number of subdomains into which the original domain in decomposed. Numerical examples will be presented.

  15. Semianalytical analysis of shear walls with the use of discrete-continual finite element method. Part 1: Mathematical foundations

    Directory of Open Access Journals (Sweden)

    Akimov Pavel

    2016-01-01

    Full Text Available The distinctive paper is devoted to the two-dimensional semi-analytical solution of boundary problems of analysis of shear walls with the use of discrete-continual finite element method (DCFEM. This approach allows obtaining the exact analytical solution in one direction (so-called “basic” direction, also decrease the size of the problem to one-dimensional common finite element analysis. The resulting multipoint boundary problem for the first-order system of ordinary differential equations with piecewise constant coefficients is solved analytically. The proposed method is rather efficient for evaluation of the boundary effect (such as the stress field near the concentrated force. DCFEM also has a completely computer-oriented algorithm, computational stability, optimal conditionality of resultant system and it is applicable for the various loads at an arbitrary point or a region of the wall.

  16. Improving aircraft conceptual design - A PHIGS interactive graphics interface for ACSYNT

    Science.gov (United States)

    Wampler, S. G.; Myklebust, A.; Jayaram, S.; Gelhausen, P.

    1988-01-01

    A CAD interface has been created for the 'ACSYNT' aircraft conceptual design code that permits the execution and control of the design process via interactive graphics menus. This CAD interface was coded entirely with the new three-dimensional graphics standard, the Programmer's Hierarchical Interactive Graphics System. The CAD/ACSYNT system is designed for use by state-of-the-art high-speed imaging work stations. Attention is given to the approaches employed in modeling, data storage, and rendering.

  17. Introduction to nonlinear finite element analysis

    CERN Document Server

    Kim, Nam-Ho

    2015-01-01

    This book introduces the key concepts of nonlinear finite element analysis procedures. The book explains the fundamental theories of the field and provides instructions on how to apply the concepts to solving practical engineering problems. Instead of covering many nonlinear problems, the book focuses on three representative problems: nonlinear elasticity, elastoplasticity, and contact problems. The book is written independent of any particular software, but tutorials and examples using four commercial programs are included as appendices: ANSYS, NASTRAN, ABAQUS, and MATLAB. In particular, the MATLAB program includes all source codes so that students can develop their own material models, or different algorithms. This book also: ·         Presents clear explanations of nonlinear finite element analysis for elasticity, elastoplasticity, and contact problems ·         Includes many informative examples of nonlinear analyses so that students can clearly understand the nonlinear theory ·    ...

  18. Finite element analysis of multilayer coextrusion.

    Energy Technology Data Exchange (ETDEWEB)

    Hopkins, Matthew Morgan; Schunk, Peter Randall; Baer, Thomas A. (Proctor & Gamble Company, West Chester, OH); Mrozek, Randy A. (Army Research Laboratory, Adelphi, MD); Lenhart, Joseph Ludlow (Army Research Laboratory, Adelphi, MD); Rao, Rekha Ranjana; Collins, Robert (Oak Ridge National Laboratory); Mondy, Lisa Ann

    2011-09-01

    Multilayer coextrusion has become a popular commercial process for producing complex polymeric products from soda bottles to reflective coatings. A numerical model of a multilayer coextrusion process is developed based on a finite element discretization and two different free-surface methods, an arbitrary-Lagrangian-Eulerian (ALE) moving mesh implementation and an Eulerian level set method, to understand the moving boundary problem associated with the polymer-polymer interface. The goal of this work is to have a numerical capability suitable for optimizing and troubleshooting the coextrusion process, circumventing flow instabilities such as ribbing and barring, and reducing variability in layer thickness. Though these instabilities can be both viscous and elastic in nature, for this work a generalized Newtonian description of the fluid is used. Models of varying degrees of complexity are investigated including stability analysis and direct three-dimensional finite element free surface approaches. The results of this work show how critical modeling can be to reduce build test cycles, improve material choices, and guide mold design.

  19. Finite element analysis of ARPS structures

    International Nuclear Information System (INIS)

    Ruhkamp, J.D.; McDougal, J.R.; Kramer, D.P.

    1998-01-01

    Algor finite element software was used to determine the stresses and deflections in the metallic walls of Advanced Radioisotope Power Systems (ARPS) designs. The preliminary design review of these systems often neglects the structural integrity of the design which can effect fabrication and the end use of the design. Before finite element analysis (FEA) was run on the canister walls of the thermophotovoltaic (TPV) generator, hand calculations were used to approximate the stresses and deflections in a flat plate. These results compared favorably to the FEA results of a similar size flat plate. The AMTEC (Alkali Metal Thermal-to-Electric Conversion) cells were analyzed by FEA and the results compared to two cells that were mechanically tested. The mechanically tested cells buckled in the thin sections, one at the top and one in the lower section. The FEA predicted similar stress and shape results but the critical buckling load was found to be very shape dependent

  20. An Interactive Graphics Program for Assistance in Learning Convolution.

    Science.gov (United States)

    Frederick, Dean K.; Waag, Gary L.

    1980-01-01

    A program has been written for the interactive computer graphics facility at Rensselaer Polytechnic Institute that is designed to assist the user in learning the mathematical technique of convolving two functions. Because convolution can be represented graphically by a sequence of steps involving folding, shifting, multiplying, and integration, it…

  1. A short summary on finite element modelling of fatigue crack closure

    Energy Technology Data Exchange (ETDEWEB)

    Singh, Konjengbam Darunkumar [Indian Institute of Technology, Guwahati (India); Parry, Matthew Roger [Airbus Operations Ltd, Bristol(United Kingdom); Sinclair, Ian [University of Southampton, Southampton (United Kingdom)

    2011-12-15

    This paper presents a short summary pertaining to the finite element modelling of fatigue crack closure. Several key issues related to finite element modelling of fatigue crack closure are highlighted: element type, mesh refinement, stabilization of crack closure, crack-tip node release scheme, constitutive model, specimen geometry, stress-states (i.e., plane stress, plane strain), crack closure monitoring. Reviews are presented for both straight and deflected cracks.

  2. Overlapping Schwarz for Nonlinear Problems. An Element Agglomeration Nonlinear Additive Schwarz Preconditioned Newton Method for Unstructured Finite Element Problems

    Energy Technology Data Exchange (ETDEWEB)

    Cai, X C; Marcinkowski, L; Vassilevski, P S

    2005-02-10

    This paper extends previous results on nonlinear Schwarz preconditioning ([4]) to unstructured finite element elliptic problems exploiting now nonlocal (but small) subspaces. The non-local finite element subspaces are associated with subdomains obtained from a non-overlapping element partitioning of the original set of elements and are coarse outside the prescribed element subdomain. The coarsening is based on a modification of the agglomeration based AMGe method proposed in [8]. Then, the algebraic construction from [9] of the corresponding non-linear finite element subproblems is applied to generate the subspace based nonlinear preconditioner. The overall nonlinearly preconditioned problem is solved by an inexact Newton method. Numerical illustration is also provided.

  3. HiRel: Hybrid Automated Reliability Predictor (HARP) integrated reliability tool system, (version 7.0). Volume 3: HARP Graphics Oriented (GO) input user's guide

    Science.gov (United States)

    Bavuso, Salvatore J.; Rothmann, Elizabeth; Mittal, Nitin; Koppen, Sandra Howell

    1994-01-01

    The Hybrid Automated Reliability Predictor (HARP) integrated Reliability (HiRel) tool system for reliability/availability prediction offers a toolbox of integrated reliability/availability programs that can be used to customize the user's application in a workstation or nonworkstation environment. HiRel consists of interactive graphical input/output programs and four reliability/availability modeling engines that provide analytical and simulative solutions to a wide host of highly reliable fault-tolerant system architectures and is also applicable to electronic systems in general. The tool system was designed at the outset to be compatible with most computing platforms and operating systems, and some programs have been beta tested within the aerospace community for over 8 years. This document is a user's guide for the HiRel graphical preprocessor Graphics Oriented (GO) program. GO is a graphical user interface for the HARP engine that enables the drawing of reliability/availability models on a monitor. A mouse is used to select fault tree gates or Markov graphical symbols from a menu for drawing.

  4. Soil-Framed Structure Interaction Analysis - A New Interface Element

    Directory of Open Access Journals (Sweden)

    M. Dalili Shoaei

    Full Text Available AbstractInterfacial behavior between soil and shallow foundation has been found so influential to combined soil-footing performance and redistribution of forces in the superstructure. This study introduces a new thin-layer interface element formulated within the context of finite element method to idealize interfacial behavior of soil-framed structure interaction with new combination of degrees of freedom at top and bottom sides of the interface element, compatible with both isoparametric beam and quadrilateral element. This research also tends to conduct a parametric study on respective parameters of the new joint element. Presence of interface element showed considerable changes in the performance of the framed structure under quasi-static loading.

  5. An Alternate Graphical Representation of Periodic table of Chemical Elements

    OpenAIRE

    Abubakr, Mohd

    2009-01-01

    Periodic table of chemical elements symbolizes an elegant graphical representation of symmetry at atomic level and provides an overview on arrangement of electrons. It started merely as tabular representation of chemical elements, later got strengthened with quantum mechanical description of atomic structure and recent studies have revealed that periodic table can be formulated using SO(4,2)* SU(2) group. IUPAC, the governing body in Chemistry, doesn't approve any periodic table as a standard...

  6. Generalized multiscale finite element methods: Oversampling strategies

    KAUST Repository

    Efendiev, Yalchin R.; Galvis, Juan; Li, Guanglian; Presho, Michael

    2014-01-01

    In this paper, we propose oversampling strategies in the generalized multiscale finite element method (GMsFEM) framework. The GMsFEM, which has been recently introduced in Efendiev et al. (2013b) [Generalized Multiscale Finite Element Methods, J. Comput. Phys., vol. 251, pp. 116-135, 2013], allows solving multiscale parameter-dependent problems at a reduced computational cost by constructing a reduced-order representation of the solution on a coarse grid. The main idea of the method consists of (1) the construction of snapshot space, (2) the construction of the offline space, and (3) construction of the online space (the latter for parameter-dependent problems). In Efendiev et al. (2013b) [Generalized Multiscale Finite Element Methods, J. Comput. Phys., vol. 251, pp. 116-135, 2013], it was shown that the GMsFEM provides a flexible tool to solve multiscale problems with a complex input space by generating appropriate snapshot, offline, and online spaces. In this paper, we develop oversampling techniques to be used in this context (see Hou and Wu (1997) where oversampling is introduced for multiscale finite element methods). It is known (see Hou and Wu (1997)) that the oversampling can improve the accuracy of multiscale methods. In particular, the oversampling technique uses larger regions (larger than the target coarse block) in constructing local basis functions. Our motivation stems from the analysis presented in this paper, which shows that when using oversampling techniques in the construction of the snapshot space and offline space, GMsFEM will converge independent of small scales and high contrast under certain assumptions. We consider the use of a multiple eigenvalue problems to improve the convergence and discuss their relation to single spectral problems that use oversampled regions. The oversampling procedures proposed in this paper differ from those in Hou and Wu (1997). In particular, the oversampling domains are partially used in constructing local

  7. Groundwater flow analysis using mixed hybrid finite element method for radioactive waste disposal facilities

    International Nuclear Information System (INIS)

    Aoki, Hiroomi; Shimomura, Masanori; Kawakami, Hiroto; Suzuki, Shunichi

    2011-01-01

    In safety assessments of radioactive waste disposal facilities, ground water flow analysis are used for calculating the radionuclide transport pathway and the infiltration flow rate of groundwater into the disposal facilities. For this type of calculations, the mixed hybrid finite element method has been used and discussed about the accuracy of ones in Europe. This paper puts great emphasis on the infiltration flow rate of groundwater into the disposal facilities, and describes the accuracy of results obtained from mixed hybrid finite element method by comparing of local water mass conservation and the reliability of the element breakdown numbers among the mixed hybrid finite element method, finite volume method and nondegenerated finite element method. (author)

  8. Finite element elastic-plastic analysis of LMFBR components

    International Nuclear Information System (INIS)

    Levy, A.; Pifko, A.; Armen, H. Jr.

    1978-01-01

    The present effort involves the development of computationally efficient finite element methods for accurately predicting the isothermal elastic-plastic three-dimensional response of thick and thin shell structures subjected to mechanical and thermal loads. This work will be used as the basis for further development of analytical tools to be used to verify the structural integrity of liquid metal fast breeder reactor (LMFBR) components. The methods presented here have been implemented into the three-dimensional solid element module (HEX) of the Grumman PLANS finite element program. These methods include the use of optimal stress points as well as a variable number of stress points within an element. This allows monitoring the stress history at many points within an element and hence provides an accurate representation of the elastic-plastic boundary using a minimum number of degrees of freedom. Also included is an improved thermal stress analysis capability in which the temperature variation and corresponding thermal strain variation are represented by the same functional form as the displacement variation. Various problems are used to demonstrate these improved capabilities. (Auth.)

  9. Finite Element Residual Stress Analysis of Planetary Gear Tooth

    Directory of Open Access Journals (Sweden)

    Jungang Wang

    2013-01-01

    Full Text Available A method to simulate residual stress field of planetary gear is proposed. In this method, the finite element model of planetary gear is established and divided to tooth zone and profile zone, whose different temperature field is set. The gear's residual stress simulation is realized by the thermal compression stress generated by the temperature difference. Based on the simulation, the finite element model of planetary gear train is established, the dynamic meshing process is simulated, and influence of residual stress on equivalent stress of addendum, pitch circle, and dedendum of internal and external meshing planetary gear tooth profile is analyzed, according to non-linear contact theory, thermodynamic theory, and finite element theory. The results show that the equivalent stresses of planetary gear at both meshing and nonmeshing surface are significantly and differently reduced by residual stress. The study benefits fatigue cracking analysis and dynamic optimization design of planetary gear train.

  10. A finite element analysis of the stress distribution to the mandible from impact forces with various orientations of third molars*

    Science.gov (United States)

    Liu, Yun-feng; Wang, Russell; Baur, Dale A.; Jiang, Xian-feng

    2018-01-01

    Objective: To investigate the stress distribution to the mandible, with and without impacted third molars (IM3s) at various orientations, resulting from a 2000-Newton impact force either from the anterior midline or from the body of the mandible. Materials and methods: A 3D mandibular virtual model from a healthy dentate patient was created and the mechanical properties of the mandible were categorized to 9 levels based on the Hounsfield unit measured from computed tomography (CT) images. Von Mises stress distributions to the mandibular angle and condylar areas from static impact forces (Load I-front blow and Load II left blow) were evaluated using finite element analysis (FEA). Six groups with IM3 were included: full horizontal bony, full vertical bony, full 450 mesioangular bony, partial horizontal bony, partial vertical, and partial 450 mesioangular bony impaction, and a baseline group with no third molars. Results: Von Mises stresses in the condyle and angle areas were higher for partially than for fully impacted third molars under both loading conditions, with partial horizontal IM3 showing the highest fracture risk. Stresses were higher on the contralateral than on the ipsilateral side. Under Load II, the angle area had the highest stress for various orientations of IM3s. The condylar region had the highest stress when IM3s were absent. Conclusions: High-impact forces are more likely to cause condylar rather than angular fracture when IM3s are missing. The risk of mandibular fracture is higher for partially than fully impacted third molars, with the angulation of impaction having little effect on facture risk. PMID:29308606

  11. Finite element modeling of the filament winding process using ABAQUS

    OpenAIRE

    Miltenberger, Louis C.

    1992-01-01

    A comprehensive stress model of the filament winding fabrication process, previously implemented in the finite element program, WACSAFE, was implemented using the ABAQUS finite element software package. This new implementation, referred to as the ABWACSAFE procedure, consists of the ABAQUS software and a pre/postprocessing routine that was developed to prepare necessary ABAQUS input files and process ABAQUS displacement results for stress and strain computation. The ABWACSAF...

  12. Finite element analysis of rail-wheel interaction

    International Nuclear Information System (INIS)

    Rahman, F.; Kharlamov, Y.A.; Islam, S.; Khan, A.A.

    2006-01-01

    Damage mechanisms such as surface cracks, plastic deformation and wear can significantly reduce the service life of railway track and rolling stock. They also have a negative impact on the rolling noise as well as: on the riding comfort. A proper understanding of these mechanisms requires a detailed knowledge of physical interaction between wheel and rail. Furthermore, demands for higher train speeds and increased axle loads implies that the consequences of larger contact. forces between wheel and rail must be thoroughly investigated. Two methods have traditionally been used to investigate the rail-wheel contact, that is the Hertz analytical method and simplified numerical method based on the boundary element (BE) method. These methods rely on a half-space assumption and a linear material model. This paper presents that to overcome these limitations, a tool for FE-based quasistatic wheel-rail contact simulations has been developed. The tool is a library of ANSYS macro routines for configuring, meshing and loading of a parametric wheel-rail model. The meshing is based on measured wheel and rail profiles. The wheel and rail materials in the contact region are treated as elastic-plastic with kinematic hardening. By controlling the values of the configuration parameters, representations of various driving cases can be generated. The quasi-static loads are obtained from train motion. Interaction phenomena such as rolling, spinning and sidling can be included. The modeling tool and a methodology are described in the presented paper. Significant differences in the calculated state between the FE solution and the traditional approaches can be observed. These differences are most significant in situations with flange contact. (author)

  13. Finite element reliability analysis of fatigue life

    International Nuclear Information System (INIS)

    Harkness, H.H.; Belytschko, T.; Liu, W.K.

    1992-01-01

    Fatigue reliability is addressed by the first-order reliability method combined with a finite element method. Two-dimensional finite element models of components with cracks in mode I are considered with crack growth treated by the Paris law. Probability density functions of the variables affecting fatigue are proposed to reflect a setting where nondestructive evaluation is used, and the Rosenblatt transformation is employed to treat non-Gaussian random variables. Comparisons of the first-order reliability results and Monte Carlo simulations suggest that the accuracy of the first-order reliability method is quite good in this setting. Results show that the upper portion of the initial crack length probability density function is crucial to reliability, which suggests that if nondestructive evaluation is used, the probability of detection curve plays a key role in reliability. (orig.)

  14. Stochastic Finite Elements in Reliability-Based Structural Optimization

    DEFF Research Database (Denmark)

    Sørensen, John Dalsgaard; Engelund, S.

    1995-01-01

    Application of stochastic finite elements in structural optimization is considered. It is shown how stochastic fields modelling e.g. the modulus of elasticity can be discretized in stochastic variables and how a sensitivity analysis of the reliability of a structural system with respect to optimi......Application of stochastic finite elements in structural optimization is considered. It is shown how stochastic fields modelling e.g. the modulus of elasticity can be discretized in stochastic variables and how a sensitivity analysis of the reliability of a structural system with respect...... to optimization variables can be performed. A computer implementation is described and an illustrative example is given....

  15. Finite element electromagnetic field computation on the Sequent Symmetry 81 parallel computer

    International Nuclear Information System (INIS)

    Ratnajeevan, S.; Hoole, H.

    1990-01-01

    Finite element field analysis algorithms lend themselves to parallelization and this fact is exploited in this paper to implement a finite element analysis program for electromagnetic field computation on the Sequent Symmetry 81 parallel computer with three processors. In terms of waiting time, the maximum gains are to be made in matrix solution and therefore this paper concentrates on the gains in parallelizing the solution part of finite element analysis. An outline of how parallelization could be exploited in most finite element operations is given in this paper although the actual implemention of parallelism on the Sequent Symmetry 81 parallel computer was in sparsity computation, matrix assembly and the matrix solution areas. In all cases, the algorithms were modified suit the parallel programming application rather than allowing the compiler to parallelize on existing algorithms

  16. Finite element model updating of natural fibre reinforced composite structure in structural dynamics

    Directory of Open Access Journals (Sweden)

    Sani M.S.M.

    2016-01-01

    Full Text Available Model updating is a process of making adjustment of certain parameters of finite element model in order to reduce discrepancy between analytical predictions of finite element (FE and experimental results. Finite element model updating is considered as an important field of study as practical application of finite element method often shows discrepancy to the test result. The aim of this research is to perform model updating procedure on a composite structure as well as trying improving the presumed geometrical and material properties of tested composite structure in finite element prediction. The composite structure concerned in this study is a plate of reinforced kenaf fiber with epoxy. Modal properties (natural frequency, mode shapes, and damping ratio of the kenaf fiber structure will be determined using both experimental modal analysis (EMA and finite element analysis (FEA. In EMA, modal testing will be carried out using impact hammer test while normal mode analysis using FEA will be carried out using MSC. Nastran/Patran software. Correlation of the data will be carried out before optimizing the data from FEA. Several parameters will be considered and selected for the model updating procedure.

  17. Synthesis of hydrocode and finite element technology for large deformation Lagrangian computation

    International Nuclear Information System (INIS)

    Goudreau, G.L.; Hallquist, J.O.

    1979-08-01

    Large deformation engineering analysis at Lawrence Livermore Laboratory has benefited from a synthesis of computational technology from the finite difference hydrocodes of the scientific weapons community and the structural finite element methodology of engineering. Two- and three-dimensional explicit and implicit Lagrangian continuum codes have been developed exploiting the strengths of each. The explicit methodology primarily exploits the primitive constant stress (or one point integration) brick element. Similarity and differences with the integral finite difference method are discussed. Choice of stress and finite strain measures, and selection of hour glass viscosity are also considered. The implicit codes also employ a Cauchy formulation, with Newton iteration and a symmetric tangent matrix. A library of finite strain material routines includes hypoelastic/plastic, hyperelastic, viscoelastic, as well as hydrodynamic behavior. Arbitrary finite element topology and a general slide-line treatment significantly extends Lagrangian hydrocode application. Computational experience spans weapons and non-weapons applications

  18. Advanced finite element method in structural engineering

    CERN Document Server

    Long, Yu-Qiu; Long, Zhi-Fei

    2009-01-01

    This book systematically introduces the research work on the Finite Element Method completed over the past 25 years. Original theoretical achievements and their applications in the fields of structural engineering and computational mechanics are discussed.

  19. Optical Finite Element Processor

    Science.gov (United States)

    Casasent, David; Taylor, Bradley K.

    1986-01-01

    A new high-accuracy optical linear algebra processor (OLAP) with many advantageous features is described. It achieves floating point accuracy, handles bipolar data by sign-magnitude representation, performs LU decomposition using only one channel, easily partitions and considers data flow. A new application (finite element (FE) structural analysis) for OLAPs is introduced and the results of a case study presented. Error sources in encoded OLAPs are addressed for the first time. Their modeling and simulation are discussed and quantitative data are presented. Dominant error sources and the effects of composite error sources are analyzed.

  20. Investigation of the Behavior of Steel Shear Walls Using Finite Elements Analysis

    Directory of Open Access Journals (Sweden)

    K. Abubakri

    2016-10-01

    Full Text Available Currently, steel shear walls are considered by engineers as an economic method against lateral loads imposed by wind and earthquake in tall structures. Accordingly, there is a growing need to develop accurate methods alongside approximation methods to estimate the behavior of these structural elements. The finite element technique is one of the strongest numerical methods in analysis of solid mechanics problems. Finite element analysis however requires high technical knowledge of the behavioral models of materials. Therefore, it is less used by designers for certain structural elements such as steel shear walls. This study examines the failure mechanism of steel shear walls using finite elements analysis and validates this modeling by comparing the results with experimental studies.

  1. A 3D finite element simulation model for TBM tunnelling in soft ground

    Science.gov (United States)

    Kasper, Thomas; Meschke, Günther

    2004-12-01

    A three-dimensional finite element simulation model for shield-driven tunnel excavation is presented. The model takes into account all relevant components of the construction process (the soil and the ground water, the tunnel boring machine with frictional contact to the soil, the hydraulic jacks, the tunnel lining and the tail void grouting). The paper gives a detailed description of the model components and the stepwise procedure to simulate the construction process. The soil and the grout material are modelled as saturated porous media using a two-field finite element formulation. This allows to take into account the groundwater, the grouting pressure and the fluid interaction between the soil and slurry at the cutting face and between the soil and grout around the tail void. A Cam-Clay plasticity model is used to describe the material behaviour of cohesive soils. The cementitious grouting material in the tail void is modelled as an ageing elastic material with time-dependent stiffness and permeability. To allow for an automated computation of arbitrarily long and also curvilinear driving paths with suitable finite element meshes, the simulation procedure has been fully automated. The simulation of a tunnel advance in soft cohesive soil below the ground water table is presented and the results are compared with measurements taken from the literature. Copyright

  2. Matlab and C programming for Trefftz finite element methods

    CERN Document Server

    Qin, Qing-Hua

    2008-01-01

    Although the Trefftz finite element method (FEM) has become a powerful computational tool in the analysis of plane elasticity, thin and thick plate bending, Poisson's equation, heat conduction, and piezoelectric materials, there are few books that offer a comprehensive computer programming treatment of the subject. Collecting results scattered in the literature, MATLAB® and C Programming for Trefftz Finite Element Methods provides the detailed MATLAB® and C programming processes in applications of the Trefftz FEM to potential and elastic problems. The book begins with an introduction to th

  3. Preconditioning for Mixed Finite Element Formulations of Elliptic Problems

    KAUST Repository

    Wildey, Tim; Xue, Guangri

    2013-01-01

    In this paper, we discuss a preconditioning technique for mixed finite element discretizations of elliptic equations. The technique is based on a block-diagonal approximation of the mass matrix which maintains the sparsity and positive definiteness of the corresponding Schur complement. This preconditioner arises from the multipoint flux mixed finite element method and is robust with respect to mesh size and is better conditioned for full permeability tensors than a preconditioner based on a diagonal approximation of the mass matrix. © Springer-Verlag Berlin Heidelberg 2013.

  4. A Kohn–Sham equation solver based on hexahedral finite elements

    International Nuclear Information System (INIS)

    Fang Jun; Gao Xingyu; Zhou Aihui

    2012-01-01

    We design a Kohn–Sham equation solver based on hexahedral finite element discretizations. The solver integrates three schemes proposed in this paper. The first scheme arranges one a priori locally-refined hexahedral mesh with appropriate multiresolution. The second one is a modified mass-lumping procedure which accelerates the diagonalization in the self-consistent field iteration. The third one is a finite element recovery method which enhances the eigenpair approximations with small extra work. We carry out numerical tests on each scheme to investigate the validity and efficiency, and then apply them to calculate the ground state total energies of nanosystems C 60 , C 120 , and C 275 H 172 . It is shown that our solver appears to be computationally attractive for finite element applications in electronic structure study.

  5. Investigation of faulted tunnel models by combined photoelasticity and finite element analysis

    International Nuclear Information System (INIS)

    Ladkany, S.G.; Huang, Yuping

    1994-01-01

    Models of square and circular tunnels with short faults cutting through their surfaces are investigated by photoelasticity. These models, when duplicated by finite element analysis can predict the stress states of square or circular faulted tunnels adequately. Finite element analysis, using gap elements, may be used to investigate full size faulted tunnel system

  6. Simple one-dimensional finite element algorithm with multi-dimensional capabilities

    International Nuclear Information System (INIS)

    Pepper, D.W.; Baker, A.J.

    1978-01-01

    The application of the finite element procedure for the solution of partial differential equations is gaining widespread acceptance. The ability of the finite element procedure to solve problems which are arbitrarily shaped as well as the alleviation of boundary condition problems is well known. By using local interpolation functionals over each subdomain, or element, a set of linearized algebraic equations are obtained which can be solved using any direct, iterative, or inverse numerical technique. Subsequent use of an explicit or implicit integration procedure permits closure of the solution over the global domain

  7. Modified finite element transport model, FETRA, for sediment and radionuclide migration in open coastal waters

    International Nuclear Information System (INIS)

    Onishi, Y.; Arnold, E.M.; Mayer, D.W.

    1979-08-01

    The finite element model, FETRA, simulates transport of sediment and radionuclides (and other contaminants, such as heavy metals, pesticides, and other toxic substances) in surface water bodies. The model is an unsteady, two-dimensional (longitudinal and lateral) model which consists of the following three submodels coupled to include sediment-contaminant interactions: (1) sediment transport submodel, (2) dissolved contaminant transport submodel, and (3) particulate contaminant (contaminant adsorbed by sediment) transport submodel. Under the current phase of the study, FETRA was modified to include sediment-wave interaction in order to extend the applicability of the model to coastal zones and large lakes (e.g., the Great Lakes) where wave actions can be one of the dominant mechanisms to transport sediment and toxic contaminant. FETRA was further modified to handle both linear and quadratic approximations to velocity and depth distributions in order to be compatible with various finite element hydrodynamic models (e.g., RMA II and CAFE) which supply hydrodynamic input data to FETRA. The next step is to apply FETRA to coastal zones to simulate transport of sediment and radionuclides with their interactions in order to test and verify the model under marine and large lacustrine environments

  8. Review on Finite Element Method * ERHUNMWUN, ID ...

    African Journals Online (AJOL)

    ADOWIE PERE

    ABSTRACT: In this work, we have discussed what Finite Element Method (FEM) is, its historical development, advantages and ... residual procedures, are examples of the direct approach ... The paper centred on the "stiffness and deflection of ...

  9. Finite element evaluation of erosion/corrosion affected reducing elbow

    International Nuclear Information System (INIS)

    Basavaraju, C.

    1996-01-01

    Erosion/corrosion is a primary source for wall thinning or degradation of carbon steel piping systems in service. A number of piping failures in the power industry have been attributed to erosion/corrosion. Piping elbow is one of such susceptible components for erosion/corrosion because of increased flow turbulence due to its geometry. In this paper, the acceptability of a 12 in. x 8 in. reducing elbow in RHR service water pump discharge piping, which experienced significant degradation due to wall thinning in localized areas, was evaluated using finite element analysis methodology. Since the simplified methods showed very small margin and recommended replacement of the elbow, a detailed 3-D finite element model was built using shell elements and analyzed for internal pressure and moment loadings. The finite element analysis incorporated the U.T. measured wall thickness data at various spots that experienced wall thinning. The results showed that the elbow is acceptable as-is until the next fuel cycle. FEA, though cumbersome, and time consuming is a valuable analytical tool in making critical decisions with regard to component replacement of border line situation cases, eliminating some conservatism while not compromising the safety

  10. Finite element analysis of volumetrically heated fluids in an axisymmetric enclosure

    International Nuclear Information System (INIS)

    Gartling, D.K.

    1979-01-01

    A general purpose finite element computer code has been used to analyze the steady state and transient response of a confined fluid that is heated volumetrically. The numerical procedure is demonstrated to be capable of resolving flow fields of considerable complexity without undue computational expense. Results are discussed for a Grashof number range (4.0 x 10 4 to 4.0 x 10 6 ) in which the flow varies from a steady, single cell configuration to a multiple cell configuration that includes a periodic interaction

  11. Different finite element techniques to predict welding residual stresses in aluminum alloy plates

    International Nuclear Information System (INIS)

    Moein, Hadi; Sattari-Far, Iradj

    2014-01-01

    This study is a 3D thermomechanical finite element (FE) analysis of a single-pass and butt-welded work-hardened aluminum (Al) 5456 plates. It aims to validate the use of FE welding simulations to predict residual stress states in assessing the integrity of welded components. The predicted final residual stresses in the plate from the FE simulations are verified through comparison with experimental measurements. Three techniques are used to simulate the welding process. In the first two approaches, welding deposition is applied by using element birth and interaction techniques. In the third approach, the entire weld zone is simultaneously deposited. Results show a value at approximately the yield strength for longitudinal residual stresses of the welded center of the butt-welded Al alloy plates with a thickness of 2 mm. Considering the application of a comprehensive heat source, along with heat loss modeling and the temperature dependent properties of the material, the approach without deposition predicts a reasonable distribution of residual stresses. However, the element birth and interaction techniques, compared with the no-deposit technique, provide more accurate results in calculating residual stresses. Furthermore, the element interaction technique, compared with the element birth technique, exhibits higher efficiency and flexibility in modeling the deposition of welded metals as well as less modeling cost.

  12. Extended finite element method and its application in heterogeneous materials with inclusions

    International Nuclear Information System (INIS)

    Du Chengbin; Jiang Shouyan; Ying Zongquan

    2010-01-01

    To simplify the technology of finite element mesh generation for particle reinforced material, enrichment techniques is used to account for the material interfaces in the framework of extended finite element method (XFEM). The geometry of material distribution is described by level set function, which allows one to model the internal boundaries of the microstructure without the adaptation of the mesh. The enrichment function is used to improve the shape function of classical finite element method (FEM) for the nodes supporting the elements cut by the interface. The key issue of XFEM including constructing displacement pattern, establishment of the governing equation and scheme of numerical integration is also presented. It is not necessarily matching the internal features of the inclusions using XFEM, so the generation of finite element mesh can be performed easily. Finally, a plate with multi-circular inclusions under uniaxial tension is simulated by XFEM and FEM, respectively. The results show that XFEM is highly effective and efficient.

  13. Behaviour of Lagrangian triangular mixed fluid finite elements

    Indian Academy of Sciences (India)

    The behaviour of mixed fluid finite elements, formulated based on the Lagrangian frame of reference, is investigated to understand the effects of locking due to incompressibility and irrotational constraints. For this purpose, both linear and quadratic mixed triangular fluid elements are formulated. It is found that there exists a ...

  14. A fully coupled finite element framework for thermal fracturing simulation in subsurface cold CO2 injection

    Directory of Open Access Journals (Sweden)

    Shunde Yin

    2018-03-01

    Simulation of thermal fracturing during cold CO2 injection involves the coupled processes of heat transfer, mass transport, rock deforming as well as fracture propagation. To model such a complex coupled system, a fully coupled finite element framework for thermal fracturing simulation is presented. This framework is based on the theory of non-isothermal multiphase flow in fracturing porous media. It takes advantage of recent advances in stabilized finite element and extended finite element methods. The stabilized finite element method overcomes the numerical instability encountered when the traditional finite element method is used to solve the convection dominated heat transfer equation, while the extended finite element method overcomes the limitation with traditional finite element method that a model has to be remeshed when a fracture is initiated or propagating and fracturing paths have to be aligned with element boundaries.

  15. GAIML: A New Language for Verbal and Graphical Interaction in Chatbots

    Directory of Open Access Journals (Sweden)

    Roberto Pirrone

    2008-01-01

    Full Text Available Natural and intuitive interaction between users and complex systems is a crucial research topic in human-computer interaction. A major direction is the definition and implementation of systems with natural language understanding capabilities. The interaction in natural language is often performed by means of systems called chatbots. A chatbot is a conversational agent with a proper knowledge base able to interact with users. Chatbots appearance can be very sophisticated with 3D avatars and speech processing modules. However the interaction between the system and the user is only performed through textual areas for inputs and replies. An interaction able to add to natural language also graphical widgets could be more effective. On the other side, a graphical interaction involving also the natural language can increase the comfort of the user instead of using only graphical widgets. In many applications multi-modal communication must be preferred when the user and the system have a tight and complex interaction. Typical examples are cultural heritages applications (intelligent museum guides, picture browsing or systems providing the user with integrated information taken from different and heterogenous sources as in the case of the iGoogle™ interface. We propose to mix the two modalities (verbal and graphical to build systems with a reconfigurable interface, which is able to change with respect to the particular application context. The result of this proposal is the Graphical Artificial Intelligence Markup Language (GAIML an extension of AIML allowing merging both interaction modalities. In this context a suitable chatbot system called Graphbot is presented to support this language. With this language is possible to define personalized interface patterns that are the most suitable ones in relation to the data types exchanged between the user and the system according to the context of the dialogue.

  16. Finite element modelling of solidification phenomena

    Indian Academy of Sciences (India)

    Unknown

    Abstract. The process of solidification process is complex in nature and the simulation of such process is required in industry before it is actually undertaken. Finite element method is used to simulate the heat transfer process accompanying the solidification process. The metal and the mould along with the air gap formation ...

  17. A finite element model for the quench front evolution problem

    International Nuclear Information System (INIS)

    Folescu, J.; Galeao, A.C.N.R.; Carmo, E.G.D. do.

    1985-01-01

    A model for the rewetting problem associated with the loss of coolant accident in a PWR reactor is proposed. A variational formulation for the time-dependent heat conduction problem on fuel rod cladding is used, and appropriate boundary conditions are assumed in order to simulate the thermal interaction between the fuel rod cladding and the fluid. A numerical procedure which uses the finite element method for the spatial discretization and a Crank-Nicolson-like method for the step-by-step integration is developed. Some numerical results are presented showing the quench front evolution and its stationary profile. (Author) [pt

  18. CADRIGS--computer aided design reliability interactive graphics system

    International Nuclear Information System (INIS)

    Kwik, R.J.; Polizzi, L.M.; Sticco, S.; Gerrard, P.B.; Yeater, M.L.; Hockenbury, R.W.; Phillips, M.A.

    1982-01-01

    An integrated reliability analysis program combining graphic representation of fault trees, automated data base loadings and reference, and automated construction of reliability code input files was developed. The functional specifications for CADRIGS, the computer aided design reliability interactive graphics system, are presented. Previously developed fault tree segments used in auxiliary feedwater system safety analysis were constructed on CADRIGS and, when combined, yielded results identical to those resulting from manual input to the same reliability codes

  19. Energy flow in plate assembles by hierarchical version of finite element method

    DEFF Research Database (Denmark)

    Wachulec, Marcin; Kirkegaard, Poul Henning

    method has been proposed. In this paper a modified hierarchical version of finite element method is used for modelling of energy flow in plate assembles. The formulation includes description of in-plane forces so that planes lying in different planes can be modelled. Two examples considered are: L......The dynamic analysis of structures in medium and high frequencies are usually focused on frequency and spatial averages of energy of components, and not the displacement/velocity fields. This is especially true for structure-borne noise modelling. For the analysis of complicated structures...... the finite element method has been used to study the energy flow. The finite element method proved its usefulness despite the computational expense. Therefore studies have been conducted in order to simplify and reduce the computations required. Among others, the use of hierarchical version of finite element...

  20. Numerical modeling of the dynamic behavior of structures under impact with a discrete elements / finite elements coupling

    International Nuclear Information System (INIS)

    Rousseau, J.

    2009-07-01

    That study focuses on concrete structures submitted to impact loading and is aimed at predicting local damage in the vicinity of an impact zone as well as the global response of the structure. The Discrete Element Method (DEM) seems particularly well suited in this context for modeling fractures. An identification process of DEM material parameters from macroscopic data (Young's modulus, compressive and tensile strength, fracture energy, etc.) will first be presented for the purpose of enhancing reproducibility and reliability of the simulation results with DE samples of various sizes. Then, a particular interaction, between concrete and steel elements, was developed for the simulation of reinforced concrete. The discrete elements method was validated on quasi-static and dynamic tests carried out on small samples of concrete and reinforced concrete. Finally, discrete elements were used to simulate impacts on reinforced concrete slabs in order to confront the results with experimental tests. The modeling of a large structure by means of DEM may lead to prohibitive computation times. A refined discretization becomes required in the vicinity of the impact, while the structure may be modeled using a coarse FE mesh further from the impact area, where the material behaves elastically. A coupled discrete-finite element approach is thus proposed: the impact zone is modeled by means of DE and elastic FE are used on the rest of the structure. An existing method for 3D finite elements was extended to shells. This new method was then validated on many quasi-static and dynamic tests. The proposed approach is then applied to an impact on a concrete structure in order to validate the coupled method and compare computation times. (author)

  1. Finite element bending behaviour of discretely delaminated ...

    African Journals Online (AJOL)

    user

    due to their light weight, high specific strength and stiffness properties. ... cylindrical shell roofs respectively using finite element method with centrally located .... where { }ε and { }γ are the direct and shear strains in midplane and { }κ denotes ...

  2. Multisymplectic Structure-Preserving in Simple Finite Element Method in High Dimensional Case

    Institute of Scientific and Technical Information of China (English)

    BAI Yong-Qiang; LIU Zhen; PEI Ming; ZHENG Zhu-Jun

    2003-01-01

    In this paper, we study a finite element scheme of some semi-linear elliptic boundary value problems inhigh-dimensional space. With uniform mesh, we find that, the numerical scheme derived from finite element method cankeep a preserved multisymplectic structure.

  3. Acceleration of Linear Finite-Difference Poisson-Boltzmann Methods on Graphics Processing Units.

    Science.gov (United States)

    Qi, Ruxi; Botello-Smith, Wesley M; Luo, Ray

    2017-07-11

    Electrostatic interactions play crucial roles in biophysical processes such as protein folding and molecular recognition. Poisson-Boltzmann equation (PBE)-based models have emerged as widely used in modeling these important processes. Though great efforts have been put into developing efficient PBE numerical models, challenges still remain due to the high dimensionality of typical biomolecular systems. In this study, we implemented and analyzed commonly used linear PBE solvers for the ever-improving graphics processing units (GPU) for biomolecular simulations, including both standard and preconditioned conjugate gradient (CG) solvers with several alternative preconditioners. Our implementation utilizes the standard Nvidia CUDA libraries cuSPARSE, cuBLAS, and CUSP. Extensive tests show that good numerical accuracy can be achieved given that the single precision is often used for numerical applications on GPU platforms. The optimal GPU performance was observed with the Jacobi-preconditioned CG solver, with a significant speedup over standard CG solver on CPU in our diversified test cases. Our analysis further shows that different matrix storage formats also considerably affect the efficiency of different linear PBE solvers on GPU, with the diagonal format best suited for our standard finite-difference linear systems. Further efficiency may be possible with matrix-free operations and integrated grid stencil setup specifically tailored for the banded matrices in PBE-specific linear systems.

  4. A Dual Super-Element Domain Decomposition Approach for Parallel Nonlinear Finite Element Analysis

    Science.gov (United States)

    Jokhio, G. A.; Izzuddin, B. A.

    2015-05-01

    This article presents a new domain decomposition method for nonlinear finite element analysis introducing the concept of dual partition super-elements. The method extends ideas from the displacement frame method and is ideally suited for parallel nonlinear static/dynamic analysis of structural systems. In the new method, domain decomposition is realized by replacing one or more subdomains in a "parent system," each with a placeholder super-element, where the subdomains are processed separately as "child partitions," each wrapped by a dual super-element along the partition boundary. The analysis of the overall system, including the satisfaction of equilibrium and compatibility at all partition boundaries, is realized through direct communication between all pairs of placeholder and dual super-elements. The proposed method has particular advantages for matrix solution methods based on the frontal scheme, and can be readily implemented for existing finite element analysis programs to achieve parallelization on distributed memory systems with minimal intervention, thus overcoming memory bottlenecks typically faced in the analysis of large-scale problems. Several examples are presented in this article which demonstrate the computational benefits of the proposed parallel domain decomposition approach and its applicability to the nonlinear structural analysis of realistic structural systems.

  5. Using computer graphics to analyze the placement of neutral-beam injectors for the Mirror Fusion Test Facility

    International Nuclear Information System (INIS)

    Horvath, J.A.

    1977-01-01

    To optimize the neutral-beam current incident on the fusion plasma and limit the heat load on exposed surfaces of the Mirror Fusion Test Facility magnet coils, impingement of the neutral beams on the magnet structure must be minimized. Also, placement of the neutral-beam injectors must comply with specifications for neutral-current heating of the plasma and should allow maximum flexibility to accommodate alternative beam aiming patterns without significant hardware replacement or experiment down-time. Injector placements and aimings are analyzed by means of the Structural Analysis Movie Post Processor (SAMPP), a general-purpose graphics code for the display of three-dimensional finite-element models. SAMPP is used to visually assemble, disassemble, or cut away sections of the complex three-dimensional apparatus, which is represented by an assemblage of 8-node solid finite elements. The resulting picture is used to detect and quantify interactions between the structure and the neutral-particle beams

  6. Recent uses of the finite element method in design/analysis of CANDU fuel

    International Nuclear Information System (INIS)

    Tayal, M.; Lim, D.

    1985-06-01

    Finite element codes FEAST and ELESTRES have been used to show: that initial pellet density can have a significant effect on the probability of fuel defect near end cap welds; that sheath stresses/strains are highly multiaxial near circumferential ridges; and that the multiaxiality affects sheath integrity significantly. The finite element thermal code FEAT was used to redesign bearing pads to obtain lower temperture; this eliminated crevice corrosion. FEAT was also used to assess the influences of braze voids and of end flux peaking. These analyses involved complex geometries. By using finite elements, we could obtain accurate assessments economically and rapidly. Finite element codes are also being developed for bowing, diffusion, flow patterns, and stress corrosion cracking

  7. Numerical solution of recirculating flow by a simple finite element recursion relation

    Energy Technology Data Exchange (ETDEWEB)

    Pepper, D W; Cooper, R E

    1980-01-01

    A time-split finite element recursion relation, based on linear basis functions, is used to solve the two-dimensional equations of motion. Recirculating flow in a rectangular cavity and free convective flow in an enclosed container are analyzed. The relation has the advantage of finite element accuracy and finite difference speed and simplicity. Incorporating dissipation parameters in the functionals decreases numerical dispersion and improves phase lag.

  8. Fluid-structure finite-element vibrational analysis

    Science.gov (United States)

    Feng, G. C.; Kiefling, L.

    1974-01-01

    A fluid finite element has been developed for a quasi-compressible fluid. Both kinetic and potential energy are expressed as functions of nodal displacements. Thus, the formulation is similar to that used for structural elements, with the only differences being that the fluid can possess gravitational potential, and the constitutive equations for fluid contain no shear coefficients. Using this approach, structural and fluid elements can be used interchangeably in existing efficient sparse-matrix structural computer programs such as SPAR. The theoretical development of the element formulations and the relationships of the local and global coordinates are shown. Solutions of fluid slosh, liquid compressibility, and coupled fluid-shell oscillation problems which were completed using a temporary digital computer program are shown. The frequency correlation of the solutions with classical theory is excellent.

  9. Interactive computer graphics displays for hierarchical data structures

    International Nuclear Information System (INIS)

    Cahn, D.F.; Murano, C.V.

    1980-05-01

    An interactive computer graphical display program was developed as an aid to user visualization and manipulation of hierarchically structured data systems such as thesauri. In the present configuration, a thesaurus term and its primary and secondary conceptual neighbors are presented to the user in tree graph form on a CRT; the user then designates, via light pen or keyboard, any of the neighbors as the next term of interest and receives a new display centered on this term. By successive specification of broader, narrower, and related terms, the user can course rapidly through the thesaurus space and refine his search file. At any stage, he deals with a term-centered, conceptually meaningful picture of a localized portion of the thesaurus, and is freed from the artificial difficulties of handling the traditional alphabetized thesaurus. Intentional limitation of the associative range of each display frame, and the use of color, case, and interconnecting vectors to encode relationships among terms, enhance interpretability of the display. Facile movement through the term space, provided by interactive computation, allows the display to remain simple, and is an essential element of the system. 3 figures

  10. Finite element procedures for coupled linear analysis of heat transfer, fluid and solid mechanics

    Science.gov (United States)

    Sutjahjo, Edhi; Chamis, Christos C.

    1993-01-01

    Coupled finite element formulations for fluid mechanics, heat transfer, and solid mechanics are derived from the conservation laws for energy, mass, and momentum. To model the physics of interactions among the participating disciplines, the linearized equations are coupled by combining domain and boundary coupling procedures. Iterative numerical solution strategy is presented to solve the equations, with the partitioning of temporal discretization implemented.

  11. Finite element analysis of adanced composite structures containing mechanically fastened joints

    International Nuclear Information System (INIS)

    Baumann, E.

    1982-01-01

    Although the usual engineering practice is to ignore joint effects in finite element models of overall structures, there are times when the inclusion of fastener effects in a model is necessary for accurate analysis. This paper describes some simple but accurate methods for accommodating this modeling requirement. The approach involves correlation of test results from a few composite mechanically fastened joints with finite element analyses of joints. It is assumed that if the fastener actions in the test articles can be properly predicted by simple finite element techniques, then these same techniques can be applied to large overall structure models. During the course of this test-analysis effort it was determined that it is possible to obtain correct results for overall structure-joint analyses by using simple modeling concepts provided special care is employed. Also, some emphasis is given in this paper to the importance of properly reducing test data in order to obtain meaningful correlations with finite element analysis. Finally, for those interested, the appendix contains brief descriptions of the test results and failure modes explored in the test program. (orig.)

  12. Multisymplectic Structure-Preserving in Simple Finite Element Method in High Dimensional Case

    Institute of Scientific and Technical Information of China (English)

    BAIYong-Qiang; LIUZhen; PEIMing; ZHENGZhu-Jun

    2003-01-01

    In this paper, we study a finite element scheme of some semi-linear elliptic boundary value problems in high-dhnensjonal space. With uniform mesh, we find that, the numerical scheme derived from finite element method can keep a preserved multisymplectic structure.

  13. The CUBLAS and CULA based GPU acceleration of adaptive finite element framework for bioluminescence tomography.

    Science.gov (United States)

    Zhang, Bo; Yang, Xiang; Yang, Fei; Yang, Xin; Qin, Chenghu; Han, Dong; Ma, Xibo; Liu, Kai; Tian, Jie

    2010-09-13

    In molecular imaging (MI), especially the optical molecular imaging, bioluminescence tomography (BLT) emerges as an effective imaging modality for small animal imaging. The finite element methods (FEMs), especially the adaptive finite element (AFE) framework, play an important role in BLT. The processing speed of the FEMs and the AFE framework still needs to be improved, although the multi-thread CPU technology and the multi CPU technology have already been applied. In this paper, we for the first time introduce a new kind of acceleration technology to accelerate the AFE framework for BLT, using the graphics processing unit (GPU). Besides the processing speed, the GPU technology can get a balance between the cost and performance. The CUBLAS and CULA are two main important and powerful libraries for programming on NVIDIA GPUs. With the help of CUBLAS and CULA, it is easy to code on NVIDIA GPU and there is no need to worry about the details about the hardware environment of a specific GPU. The numerical experiments are designed to show the necessity, effect and application of the proposed CUBLAS and CULA based GPU acceleration. From the results of the experiments, we can reach the conclusion that the proposed CUBLAS and CULA based GPU acceleration method can improve the processing speed of the AFE framework very much while getting a balance between cost and performance.

  14. A Finite Element Analysis of Optimal Variable Thickness Sheets

    DEFF Research Database (Denmark)

    Petersson, Joakim S

    1996-01-01

    A quasimixed Finite Element (FE) method for maximum stiffness of variablethickness sheets is analysed. The displacement is approximated with ninenode Lagrange quadrilateral elements and the thickness is approximated aselementwise constant. One is guaranteed that the FE displacement solutionswill ...

  15. Performance and scalability of finite-difference and finite-element wave-propagation modeling on Intel's Xeon Phi

    NARCIS (Netherlands)

    Zhebel, E.; Minisini, S.; Kononov, A.; Mulder, W.A.

    2013-01-01

    With the rapid developments in parallel compute architectures, algorithms for seismic modeling and imaging need to be reconsidered in terms of parallelization. The aim of this paper is to compare scalability of seismic modeling algorithms: finite differences, continuous mass-lumped finite elements

  16. Thermal stresses in rectangular plates: variational and finite element solutions

    International Nuclear Information System (INIS)

    Laura, P.A.A.; Gutierrez, R.H.; Sanchez Sarmiento, G.; Basombrio, F.G.

    1978-01-01

    This paper deals with the development of an approximate method for the analysis of thermal stresses in rectangular plates (plane stress problem) and an evaluation of the relative accuracy of the finite element method. The stress function is expanded in terms of polynomial coordinate functions which identically satisfy the boundary conditions, and a variational approach is used to determine the expansion coefficients. The results are in good agreement with a finite element approach. (Auth.)

  17. Finite element meshing approached as a global minimization process

    Energy Technology Data Exchange (ETDEWEB)

    WITKOWSKI,WALTER R.; JUNG,JOSEPH; DOHRMANN,CLARK R.; LEUNG,VITUS J.

    2000-03-01

    The ability to generate a suitable finite element mesh in an automatic fashion is becoming the key to being able to automate the entire engineering analysis process. However, placing an all-hexahedron mesh in a general three-dimensional body continues to be an elusive goal. The approach investigated in this research is fundamentally different from any other that is known of by the authors. A physical analogy viewpoint is used to formulate the actual meshing problem which constructs a global mathematical description of the problem. The analogy used was that of minimizing the electrical potential of a system charged particles within a charged domain. The particles in the presented analogy represent duals to mesh elements (i.e., quads or hexes). Particle movement is governed by a mathematical functional which accounts for inter-particles repulsive, attractive and alignment forces. This functional is minimized to find the optimal location and orientation of each particle. After the particles are connected a mesh can be easily resolved. The mathematical description for this problem is as easy to formulate in three-dimensions as it is in two- or one-dimensions. The meshing algorithm was developed within CoMeT. It can solve the two-dimensional meshing problem for convex and concave geometries in a purely automated fashion. Investigation of the robustness of the technique has shown a success rate of approximately 99% for the two-dimensional geometries tested. Run times to mesh a 100 element complex geometry were typically in the 10 minute range. Efficiency of the technique is still an issue that needs to be addressed. Performance is an issue that is critical for most engineers generating meshes. It was not for this project. The primary focus of this work was to investigate and evaluate a meshing algorithm/philosophy with efficiency issues being secondary. The algorithm was also extended to mesh three-dimensional geometries. Unfortunately, only simple geometries were tested

  18. Finite element analysis of three dimensional crack growth by the use of a boundary element sub model

    DEFF Research Database (Denmark)

    Lucht, Tore

    2009-01-01

    A new automated method to model non-planar three dimensional crack growth is proposed which combines the advantages of both the boundary element method and the finite element method. The proposed method links the two methods by a submodelling strategy in which the solution of a global finite...... element model containing an approximation of the crack is interpolated to a much smaller boundary element model containing a fine discretization of the real crack. The method is validated through several numerical comparisons and by comparison to crack growth measured in a test specimen for an engineering...

  19. Finite element modeling of TFTR poloidal field coils

    International Nuclear Information System (INIS)

    Baumgartner, J.A.; O'Toole, J.A.

    1986-01-01

    The Tokamak Fusion Test Reactor (TFTR) Poloidal Field (PF) coils were originally analyzed to TFTR design conditions. The coils have been reanalyzed by PPPL and Grumman to determine operating limits under as-built conditions. Critical stress levels, based upon data obtained from the reanalysis of each PF coil, are needed for input to the TFTR simulation code algorithms. The primary objective regarding structural integrity has been to ascertain the magnitude and location of critical internal stresses in each PF coil due to various combinations of electromagnetic and thermally induced loads. For each PF coil, a global finite element model (FEM) of a coil sector is being analyzed to obtain the basic coil internal loads and displacements. Subsequent fine mesh local models of the coil lead stem and lead spur regions produce the magnitudes and locations of peak stresses. Each copper turn and its surrounding insulation are modeled using solid finite elements. The corresponding electromagnetic and thermal analyses are similarly modeled. A series of test beams were developed to determine the best combination of MSC/NASTRAN-type finite elements for use in PF coil analysis. The results of this analysis compare favorably with those obtained by the earlier analysis which was limited in scope

  20. Modeling of magnetic particle orientation in magnetic powder injection molding

    Science.gov (United States)

    Doo Jung, Im; Kang, Tae Gon; Seul Shin, Da; Park, Seong Jin

    2018-03-01

    The magnetic micro powder orientation under viscous shear flow has been analytically understood and characterized into a new analytical orientation model for a powder injection molding process. The effects of hydrodynamic force from the viscous flow, external magnetic force and internal dipole-dipole interaction were considered to predict the orientation under given process conditions. Comparative studies with a finite element method proved the calculation validity with a partial differential form of the model. The angular motion, agglomeration and magnetic chain formation have been simulated, which shows that the effect of dipole-dipole interaction among powders on the orientation state becomes negligible at a high Mason number condition and at a low λ condition (the ratio of external magnetic field strength and internal magnetic moment of powder). Our developed model can be very usefully employed in the process analysis and design of magnetic powder injection molding.

  1. Pemrograman Graphical User Interface (GUI) Dengan Matlab Untuk Mendesain Alat Bantu Opersai Matematika

    OpenAIRE

    Butar Butar, Ronisah Putra

    2011-01-01

    Graphical User Interface ( GUI) is a application program orient visual which woke up with graphical obyek in the place of comand of text for the user interaction. Graphical User Interface ( GUI) in MATLAB embraced in a application of GUIDE ( Graphical User Interface Builder). In this paper will be discuss about how disagning a appliance assist mathematics operation with program of Graphical User Interface ( GUI) with MATLAB with aim to as one of the appliance alternative assist...

  2. Interactive color graphics system for BWR fuel management

    International Nuclear Information System (INIS)

    Reese, A.P.

    1986-01-01

    An interactive color graphics system has been developed by the General Electric Company for fuel management engineers. The system consists of a Hewlett-Packard color graphics workstation in communication with a host mainframe. The system aids in such tasks as fuel cycle optimization, refueling bundle shuffle and control blade sequence design. Since being installed in 1983 turn-around time for a typical cycle reload and control blade pattern design has been reduced by a factor of four

  3. Graphics, playability and social interaction, the greatest motivations for playing Call of Duty. Educational reflections

    Directory of Open Access Journals (Sweden)

    Beatriz Elena Marcano Lárez

    2014-01-01

    Full Text Available War videogames raise a lot of controversy in the educational field and are by far the most played videogames worldwide. This study explores the factors that encouraged gamers to choose war videogames with a sample of 387 Call of Duty players. The motivational factors were pinpointed using a non-experimental descriptive exploratory study through an online Likert-type survey that was valid and reliable (Cronbach’s α = 0.897, Kaiser-Meyer-Olkin coefficient, KMO: 0.903. A factor analysis with varimax rotation was applied, which yielded 7 dimensions: graphics/playability; social interaction; learning; challenge/overcoming; fantasy; fun; and competition. Considering the score obtained for each dimension, it can be concluded that the most influential motivational factors were game graphics/playability game and the social interaction allowed by its multiplayer online status, both of them being factors determined by game design elements. These aspects should be considered in the design of educational activities so as to make them impactful and motivational.

  4. A non conforming finite element method for computing eigenmodes of resonant cavities

    International Nuclear Information System (INIS)

    Touze, F.; Le Meur, G.

    1990-06-01

    We present here a non conforming finite element in R 3 . This finite element, built on tetrahedrons, is particularly suited for computing eigenmodes. The main advantage of this element is that it preserves some structural properties of the space in which the solutions of the Maxwell's equations are to be found. Numerical results are presented for both two-dimensional and three-dimensional cases

  5. European column buckling curves and finite element modelling including high strength steels

    DEFF Research Database (Denmark)

    Jönsson, Jeppe; Stan, Tudor-Cristian

    2017-01-01

    Eurocode allows for finite element modelling of plated steel structures, however the information in the code on how to perform the analysis or what assumptions to make is quite sparse. The present paper investigates the deterministic modelling of flexural column buckling using plane shell elements...... imperfections may be very conservative if considered by finite element analysis as described in the current Eurocode code. A suggestion is given for a slightly modified imperfection formula within the Ayrton-Perry formulation leading to adequate inclusion of modern high grade steels within the original four...... bucking curves. It is also suggested that finite element or frame analysis may be performed with equivalent column bow imperfections extracted directly from the Ayrton-Perry formulation....

  6. Topology optimization of acoustic-structure interaction problems using a mixed finite element formulation

    DEFF Research Database (Denmark)

    Yoon, Gil Ho; Jensen, Jens Stissing; Sigmund, Ole

    2007-01-01

    given during the optimization process. In this paper we circumvent the explicit boundary representation by using a mixed finite element formulation with displacements and pressure as primary variables (a u/p-formulation). The Helmholtz equation is obtained as a special case of the mixed formulation...... for the elastic shear modulus equating to zero. Hence, by spatial variation of the mass density, shear and bulk moduli we are able to solve the coupled problem by the mixed formulation. Using this modelling approach, the topology optimization procedure is simply implemented as a standard density approach. Several...... two-dimensional acoustic-structure problems are optimized in order to verify the proposed method....

  7. Multi-scale damage modelling in a ceramic matrix composite using a finite-element microstructure meshfree methodology

    Science.gov (United States)

    2016-01-01

    The problem of multi-scale modelling of damage development in a SiC ceramic fibre-reinforced SiC matrix ceramic composite tube is addressed, with the objective of demonstrating the ability of the finite-element microstructure meshfree (FEMME) model to introduce important aspects of the microstructure into a larger scale model of the component. These are particularly the location, orientation and geometry of significant porosity and the load-carrying capability and quasi-brittle failure behaviour of the fibre tows. The FEMME model uses finite-element and cellular automata layers, connected by a meshfree layer, to efficiently couple the damage in the microstructure with the strain field at the component level. Comparison is made with experimental observations of damage development in an axially loaded composite tube, studied by X-ray computed tomography and digital volume correlation. Recommendations are made for further development of the model to achieve greater fidelity to the microstructure. This article is part of the themed issue ‘Multiscale modelling of the structural integrity of composite materials’. PMID:27242308

  8. Finite element method - theory and applications

    International Nuclear Information System (INIS)

    Baset, S.

    1992-01-01

    This paper summarizes the mathematical basis of the finite element method. Attention is drawn to the natural development of the method from an engineering analysis tool into a general numerical analysis tool. A particular application to the stress analysis of rubber materials is presented. Special advantages and issues associated with the method are mentioned. (author). 4 refs., 3 figs

  9. Finite groups with three conjugacy class sizes of some elements

    Indian Academy of Sciences (India)

    Conjugacy class sizes; p-nilpotent groups; finite groups. 1. Introduction. All groups ... group G has exactly two conjugacy class sizes of elements of prime power order. .... [5] Huppert B, Character Theory of Finite Groups, de Gruyter Exp. Math.

  10. A least squares principle unifying finite element, finite difference and nodal methods for diffusion theory

    International Nuclear Information System (INIS)

    Ackroyd, R.T.

    1987-01-01

    A least squares principle is described which uses a penalty function treatment of boundary and interface conditions. Appropriate choices of the trial functions and vectors employed in a dual representation of an approximate solution established complementary principles for the diffusion equation. A geometrical interpretation of the principles provides weighted residual methods for diffusion theory, thus establishing a unification of least squares, variational and weighted residual methods. The complementary principles are used with either a trial function for the flux or a trial vector for the current to establish for regular meshes a connection between finite element, finite difference and nodal methods, which can be exact if the mesh pitches are chosen appropriately. Whereas the coefficients in the usual nodal equations have to be determined iteratively, those derived via the complementary principles are given explicitly in terms of the data. For the further development of the connection between finite element, finite difference and nodal methods, some hybrid variational methods are described which employ both a trial function and a trial vector. (author)

  11. On simultaneous shape and orientational design for eigenfrequency optimization

    DEFF Research Database (Denmark)

    Pedersen, Niels Leergaard

    2007-01-01

    Plates with an internal hole of fixed area are designed in order to maximize the performance with respect to eigenfrequencies. The optimization is performed by simultaneous shape, material, and orientational design. The shape of the hole is designed, and the material design is the design of an or......Plates with an internal hole of fixed area are designed in order to maximize the performance with respect to eigenfrequencies. The optimization is performed by simultaneous shape, material, and orientational design. The shape of the hole is designed, and the material design is the design...... of an orthotropic material that can be considered as a fiber-net within each finite element. This fiber-net is optimally oriented in the individual elements of the finite element discretization. The optimizations are performed using the finite element method for analysis, and the optimization approach is a two......-step method. In the first step, we find the best design on the basis of a recursive optimization procedure based on optimality criteria. In the second step, mathematical programming and sensitivity analysis are applied to find the final optimized design....

  12. Dislocation dynamics in non-convex domains using finite elements with embedded discontinuities

    Science.gov (United States)

    Romero, Ignacio; Segurado, Javier; LLorca, Javier

    2008-04-01

    The standard strategy developed by Van der Giessen and Needleman (1995 Modelling Simul. Mater. Sci. Eng. 3 689) to simulate dislocation dynamics in two-dimensional finite domains was modified to account for the effect of dislocations leaving the crystal through a free surface in the case of arbitrary non-convex domains. The new approach incorporates the displacement jumps across the slip segments of the dislocations that have exited the crystal within the finite element analysis carried out to compute the image stresses on the dislocations due to the finite boundaries. This is done in a simple computationally efficient way by embedding the discontinuities in the finite element solution, a strategy often used in the numerical simulation of crack propagation in solids. Two academic examples are presented to validate and demonstrate the extended model and its implementation within a finite element program is detailed in the appendix.

  13. Dislocation dynamics in non-convex domains using finite elements with embedded discontinuities

    International Nuclear Information System (INIS)

    Romero, Ignacio; Segurado, Javier; LLorca, Javier

    2008-01-01

    The standard strategy developed by Van der Giessen and Needleman (1995 Modelling Simul. Mater. Sci. Eng. 3 689) to simulate dislocation dynamics in two-dimensional finite domains was modified to account for the effect of dislocations leaving the crystal through a free surface in the case of arbitrary non-convex domains. The new approach incorporates the displacement jumps across the slip segments of the dislocations that have exited the crystal within the finite element analysis carried out to compute the image stresses on the dislocations due to the finite boundaries. This is done in a simple computationally efficient way by embedding the discontinuities in the finite element solution, a strategy often used in the numerical simulation of crack propagation in solids. Two academic examples are presented to validate and demonstrate the extended model and its implementation within a finite element program is detailed in the appendix

  14. Strain-Based Damage Determination Using Finite Element Analysis for Structural Health Management

    Science.gov (United States)

    Hochhalter, Jacob D.; Krishnamurthy, Thiagaraja; Aguilo, Miguel A.

    2016-01-01

    A damage determination method is presented that relies on in-service strain sensor measurements. The method employs a gradient-based optimization procedure combined with the finite element method for solution to the forward problem. It is demonstrated that strains, measured at a limited number of sensors, can be used to accurately determine the location, size, and orientation of damage. Numerical examples are presented to demonstrate the general procedure. This work is motivated by the need to provide structural health management systems with a real-time damage characterization. The damage cases investigated herein are characteristic of point-source damage, which can attain critical size during flight. The procedure described can be used to provide prognosis tools with the current damage configuration.

  15. Interactive Graphic Journalism

    NARCIS (Netherlands)

    Schlichting, Laura

    2016-01-01

    textabstractThis paper examines graphic journalism (GJ) in a transmedial context, and argues that transmedial graphic journalism (TMGJ) is an important and fruitful new form of visual storytelling, that will re-invigorate the field of journalism, as it steadily tests out and plays with new media,

  16. Material model for non-linear finite element analyses of large concrete structures

    NARCIS (Netherlands)

    Engen, Morten; Hendriks, M.A.N.; Øverli, Jan Arve; Åldstedt, Erik; Beushausen, H.

    2016-01-01

    A fully triaxial material model for concrete was implemented in a commercial finite element code. The only required input parameter was the cylinder compressive strength. The material model was suitable for non-linear finite element analyses of large concrete structures. The importance of including

  17. Mathematical aspects of finite element methods for incompressible viscous flows

    Science.gov (United States)

    Gunzburger, M. D.

    1986-01-01

    Mathematical aspects of finite element methods are surveyed for incompressible viscous flows, concentrating on the steady primitive variable formulation. The discretization of a weak formulation of the Navier-Stokes equations are addressed, then the stability condition is considered, the satisfaction of which insures the stability of the approximation. Specific choices of finite element spaces for the velocity and pressure are then discussed. Finally, the connection between different weak formulations and a variety of boundary conditions is explored.

  18. Extension to linear dynamics for hybrid stress finite element formulation based on additional displacements

    Science.gov (United States)

    Sumihara, K.

    Based upon legitimate variational principles, one microscopic-macroscopic finite element formulation for linear dynamics is presented by Hybrid Stress Finite Element Method. The microscopic application of Geometric Perturbation introduced by Pian and the introduction of infinitesimal limit core element (Baby Element) have been consistently combined according to the flexible and inherent interpretation of the legitimate variational principles initially originated by Pian and Tong. The conceptual development based upon Hybrid Finite Element Method is extended to linear dynamics with the introduction of physically meaningful higher modes.

  19. Finite element models of earthquake cycles in mature strike-slip fault zones

    Science.gov (United States)

    Lynch, John Charles

    The research presented in this dissertation is on the subject of strike-slip earthquakes and the stresses that build and release in the Earth's crust during earthquake cycles. Numerical models of these cycles in a layered elastic/viscoelastic crust are produced using the finite element method. A fault that alternately sticks and slips poses a particularly challenging problem for numerical implementation, and a new contact element dubbed the "Velcro" element was developed to address this problem (Appendix A). Additionally, the finite element code used in this study was bench-marked against analytical solutions for some simplified problems (Chapter 2), and the resolving power was tested for the fault region of the models (Appendix B). With the modeling method thus developed, there are two main questions posed. First, in Chapter 3, the effect of a finite-width shear zone is considered. By defining a viscoelastic shear zone beneath a periodically slipping fault, it is found that shear stress concentrates at the edges of the shear zone and thus causes the stress tensor to rotate into non-Andersonian orientations. Several methods are used to examine the stress patterns, including the plunge angles of the principal stresses and a new method that plots the stress tensor in a manner analogous to seismic focal mechanism diagrams. In Chapter 4, a simple San Andreas-like model is constructed, consisting of two great earthquake producing faults separated by a freely-slipping shorter fault. The model inputs of lower crustal viscosity, fault separation distance, and relative breaking strengths are examined for their effect on fault communication. It is found that with a lower crustal viscosity of 1018 Pa s (in the lower range of estimates for California), the two faults tend to synchronize their earthquake cycles, even in the cases where the faults have asymmetric breaking strengths. These models imply that postseismic stress transfer over hundreds of kilometers may play a

  20. Finite element modelling of aluminum alloy 2024-T3 under transverse impact loading

    Science.gov (United States)

    Abdullah, Ahmad Sufian; Kuntjoro, Wahyu; Yamin, A. F. M.

    2017-12-01

    Fiber metal laminate named GLARE is a new aerospace material which has great potential to be widely used in future lightweight aircraft. It consists of aluminum alloy 2024-T3 and glass-fiber reinforced laminate. In order to produce reliable finite element model of impact response or crashworthiness of structure made of GLARE, one can initially model and validate the finite element model of the impact response of its constituents separately. The objective of this study was to develop a reliable finite element model of aluminum alloy 2024-T3 under low velocity transverse impact loading using commercial software ABAQUS. Johnson-Cook plasticity and damage models were used to predict the alloy's material properties and impact behavior. The results of the finite element analysis were compared to the experiment that has similar material and impact conditions. Results showed good correlations in terms of impact forces, deformation and failure progressions which concluded that the finite element model of 2024-T3 aluminum alloy under low velocity transverse impact condition using Johnson-Cook plastic and damage models was reliable.

  1. An Eulerian-Lagrangian finite-element method for modeling crack growth in creeping materials

    International Nuclear Information System (INIS)

    Lee Hae Sung.

    1991-01-01

    This study is concerned with the development of finite-element-solution methods for analysis of quasi-static, ductile crack growth in history-dependent materials. The mixed Eulerian-Langrangian description (ELD) kinematic model is shown to have several desirable properties for modeling inelastic crack growth. Accordingly, a variational statement based on the ELD for history-dependent materials is developed, and a new moving-grid finite-element method based on the variational statement is presented. The moving-grid finite-element method based on the variational statement is presented. The moving-grid finite-element method is applied to the analysis of transient, quasi-static, mode-III crack growth in creeping materials. A generalized Petrov-Galerkin method (GPG) is developed that simultaneously stabilizes the statement to admit L 2 basis functions for the nonlinear strain field. Quasi-static, model-III crack growth in creeping materials under small-scale-yielding (SSY) conditions is considered. The GPG/ELD moving-grid finite-element formulation is used to model a transient crack-growth problem. The GPG/ELD results compare favorably with previously-published numerical results and the asymptotic solutions

  2. Learning with Interactive Computer Graphics in the Undergraduate Neuroscience Classroom

    Science.gov (United States)

    Pani, John R.; Chariker, Julia H.; Naaz, Farah; Mattingly, William; Roberts, Joshua; Sephton, Sandra E.

    2014-01-01

    Instruction of neuroanatomy depends on graphical representation and extended self-study. As a consequence, computer-based learning environments that incorporate interactive graphics should facilitate instruction in this area. The present study evaluated such a system in the undergraduate neuroscience classroom. The system used the method of…

  3. A finite element method for neutron transport

    International Nuclear Information System (INIS)

    Ackroyd, R.T.

    1983-01-01

    A completely boundary-free maximum principle for the first-order Boltzmann equation is derived from the completely boundary-free maximum principle for the mixed-parity Boltzmann equation. When continuity is imposed on the trial function for directions crossing interfaces the completely boundary-free principle for the first-order Boltzmann equation reduces to a maximum principle previously established directly from first principles and indirectly by the Euler-Lagrange method. Present finite element methods for the first-order Boltzmann equation are based on a weighted-residual method which permits the use of discontinuous trial functions. The new principle for the first-order equation can be used as a basis for finite-element methods with the same freedom from boundary conditions as those based on the weighted-residual method. The extremum principle as the parent of the variationally-derived weighted-residual equations ensures their good behaviour. (author)

  4. Isogeometric finite element data structures based on Bézier extraction of T-splines

    NARCIS (Netherlands)

    Scott, M.A.; Borden, M.J.; Verhoosel, C.V.; Sederberg, T.W.; Hughes, T.J.R.

    2011-01-01

    We develop finite element data structures for T-splines based on Bézier extraction generalizing our previous work for NURBS. As in traditional finite element analysis, the extracted Bézier elements are defined in terms of a fixed set of polynomial basis functions, the so-called Bernstein basis. The

  5. Development of a finite element model for ultrasonic NDT phenomena

    International Nuclear Information System (INIS)

    Lord, W.

    1988-01-01

    Ultrasonic NDT techniques are used extensively in the nuclear industry for the detection and characterization of defects in critical structural components such as pressure vessels and piping. The feasibility of applying finite element analysis methods to the problem of modeling ultrasound/defect interactions has been shown. Considerable work remains to be done before a full three-dimensional model is available for the prediction of realistic ultrasonic transducer signals from sound wave interaction with arbitrarily shaped defects in highly attenuative and anisotropic materials. However, a two-dimensional code has been developed that is capable of predicting finite aperture ultrasonic transducer signals associated with wave propagations in isotropic materials and that shows good qualitative agreement with corresponding experimental observations. This 2-D code has now been extended to include anisotropic materials such as centrifugally cast stainless steel (CCSS), a necessary step in the development of the full 3-D code. Results are given showing the capability of the 2-D code to predict the anomalous wave behavior normally associated with ultrasonic wave propagation in anisotropic materials. In addition, a new signal processing technique is discussed, based on the Wigner transformation, that shows promise for application to centrifugally cast stainless steel NDT problems

  6. Stochastic Finite Element Analysis of Non-Linear Structures Modelled by Plasticity Theory

    DEFF Research Database (Denmark)

    Frier, Christian; Sørensen, John Dalsgaard

    2003-01-01

    A Finite Element Reliability Method (FERM) is introduced to perform reliability analyses on two-dimensional structures in plane stress, modeled by non-linear plasticity theory. FERM is a coupling between the First Order Reliability Method (FORM) and the Finite Element Method (FEM). FERM can be us...

  7. Position and Orientation Tracking System graphical user interface. CRADA final report

    International Nuclear Information System (INIS)

    Barry, R.E.; Armstrong, G.A.; Burks, B.L.

    1997-01-01

    Under the Department of Energy's Robotics Technology Development Program (RTDP) Tank Waste Retrieval (TWR) program, a major effort is under way to develop technology for remediating the waste in underground storage tanks that contain radioactive and hazardous waste. A large part of the program's effort has gone towards development of remotely operable robotics equipment, including the Houdini Vehicle and the Position and Orientation Tracking System (POTS). Since planned operation of this equipment is to be completely remote, a significant effort is needed to ensure that operators have sufficient system information to operate the equipment efficiently and safely. ORNL developed POTS and RedZone Robotics, Inc. developed Houdini which can be operated together to provide both position and orientation descriptions of the Houdini vehicle, relative to a world reference frame, while operating inside an underground storage tank. The Houdini vehicle has been outfitted with an optical detection system that houses infrared detectors. The infrared detectors are part of the POTS tracking system. The sensors provide a set of timing pulses to the POTS control computer whenever a laser beam from one of the four POTS laser scanners strikes a detector. Using the pointing angle information from each POTS laser scanners, the POTS control computer is able to compute the pose of the Houdini vehicle at a rate of approximately 25 Hz. This information, along with the orientation of the Houdini's Schilling Titan II robot arm, is used to present the pose information to the operator in a 3-D graphical user interface using software that has been developed by this Cooperative Research and Development Agreement (CRADA). The graphical display presents the data to the operator in a format that is readily understood. The equipment operators are able to use the information in real-time to enhance the operator's ability to safely and efficiently control the remotely-operated vehicle

  8. OpenSeesPy: Python library for the OpenSees finite element framework

    Science.gov (United States)

    Zhu, Minjie; McKenna, Frank; Scott, Michael H.

    2018-01-01

    OpenSees, an open source finite element software framework, has been used broadly in the earthquake engineering community for simulating the seismic response of structural and geotechnical systems. The framework allows users to perform finite element analysis with a scripting language and for developers to create both serial and parallel finite element computer applications as interpreters. For the last 15 years, Tcl has been the primary scripting language to which the model building and analysis modules of OpenSees are linked. To provide users with different scripting language options, particularly Python, the OpenSees interpreter interface was refactored to provide multi-interpreter capabilities. This refactoring, resulting in the creation of OpenSeesPy as a Python module, is accomplished through an abstract interface for interpreter calls with concrete implementations for different scripting languages. Through this approach, users are able to develop applications that utilize the unique features of several scripting languages while taking advantage of advanced finite element analysis models and algorithms.

  9. Transport and dispersion of pollutants in surface impoundments: a finite element model

    International Nuclear Information System (INIS)

    Yeh, G.T.

    1980-07-01

    A surface impoundment model in finite element (SIMFE) is presented to enable the simulation of flow circulations and pollutant transport and dispersion in natural or artificial lakes, reservoirs or ponds with any number of islands. This surface impoundment model consists of two sub-models: hydrodynamic and pollutant transport models. Both submodels are simulated by the finite element method. While the hydrodynamic model is solved by the standard Galerkin finite element scheme, the pollutant transport model can be solved by any of the twelve optional finite element schemes built in the program. Theoretical approximations and the numerical algorithm of SIMFE are described. Detail instruction of the application are given and listing of FORTRAN IV source program are provided. Two sample problems are given. One is for an idealized system with a known solution to show the accuracy and partial validation of the models. The other is applied to Prairie Island for a set of hypothetical input data, typifying a class of problems to which SIMFE may be applied

  10. Numerical simulation of mechatronic sensors and actuators finite elements for computational multiphysics

    CERN Document Server

    Kaltenbacher, Manfred

    2015-01-01

    Like the previous editions also the third edition of this book combines the detailed physical modeling of mechatronic systems and their precise numerical simulation using the Finite Element (FE) method. Thereby, the basic chapter concerning the Finite Element (FE) method is enhanced, provides now also a description of higher order finite elements (both for nodal and edge finite elements) and a detailed discussion of non-conforming mesh techniques. The author enhances and improves many discussions on principles and methods. In particular, more emphasis is put on the description of single fields by adding the flow field. Corresponding to these field, the book is augmented with the new chapter about coupled flow-structural mechanical systems. Thereby, the discussion of computational aeroacoustics is extended towards perturbation approaches, which allows a decomposition of flow and acoustic quantities within the flow region. Last but not least, applications are updated and restructured so that the book meets mode...

  11. Transport and dispersion of pollutants in surface impoundments: a finite element model

    Energy Technology Data Exchange (ETDEWEB)

    Yeh, G.T.

    1980-07-01

    A surface impoundment model in finite element (SIMFE) is presented to enable the simulation of flow circulations and pollutant transport and dispersion in natural or artificial lakes, reservoirs or ponds with any number of islands. This surface impoundment model consists of two sub-models: hydrodynamic and pollutant transport models. Both submodels are simulated by the finite element method. While the hydrodynamic model is solved by the standard Galerkin finite element scheme, the pollutant transport model can be solved by any of the twelve optional finite element schemes built in the program. Theoretical approximations and the numerical algorithm of SIMFE are described. Detail instruction of the application are given and listing of FORTRAN IV source program are provided. Two sample problems are given. One is for an idealized system with a known solution to show the accuracy and partial validation of the models. The other is applied to Prairie Island for a set of hypothetical input data, typifying a class of problems to which SIMFE may be applied.

  12. Study of electron-molecule collisions via the finite-element method and R-matrix propagation technique: Model exchange

    International Nuclear Information System (INIS)

    Abdolsalami, F.; Abdolsalami, M.; Gomez, P.

    1994-01-01

    We have applied the finite-element method to electron-molecule collisions. All the calculations are done in the body frame within the fixed-nuclei approximation. A model potential, which is added to the static and polarization potential, has been used to represent the exchange effect. The method is applied to electron-H 2 scattering and the eigenphase sums and the cross sections obtained are in very good agreement with the corresponding results from the linear-algebraic approach. Finite-element calculations of the R matrix in the region where the static and exchange interactions are strong, however, has about one-half to one-fourth of the memory requirement of the linear-algebraic technique

  13. Sensitivity analysis of the Galerkin finite element method neutron diffusion solver to the shape of the elements

    Energy Technology Data Exchange (ETDEWEB)

    Hosseini, Seyed Abolfaz [Dept. of Energy Engineering, Sharif University of Technology, Tehran (Iran, Islamic Republic of)

    2017-02-15

    The purpose of the present study is the presentation of the appropriate element and shape function in the solution of the neutron diffusion equation in two-dimensional (2D) geometries. To this end, the multigroup neutron diffusion equation is solved using the Galerkin finite element method in both rectangular and hexagonal reactor cores. The spatial discretization of the equation is performed using unstructured triangular and quadrilateral finite elements. Calculations are performed using both linear and quadratic approximations of shape function in the Galerkin finite element method, based on which results are compared. Using the power iteration method, the neutron flux distributions with the corresponding eigenvalue are obtained. The results are then validated against the valid results for IAEA-2D and BIBLIS-2D benchmark problems. To investigate the dependency of the results to the type and number of the elements, and shape function order, a sensitivity analysis of the calculations to the mentioned parameters is performed. It is shown that the triangular elements and second order of the shape function in each element give the best results in comparison to the other states.

  14. [Research Progress and Prospect of Applications of Finite Element Method in Lumbar Spine Biomechanics].

    Science.gov (United States)

    Zhang, Zhenjun; Li, Yang; Liao, Zhenhua; Liu, Weiqiang

    2016-12-01

    Based on the application of finite element analysis in spine biomechanics,the research progress of finite element method applied in lumbar spine mechanics is reviewed and the prospect is forecasted.The related works,including lumbar ontology modeling,clinical application research,and occupational injury and protection,are summarized.The main research areas of finite element method are as follows:new accurate modeling process,the optimized simulation method,diversified clinical effect evaluation,and the clinical application of artificial lumbar disc.According to the recent research progress,the application prospects of finite element method,such as automation and individuation of modeling process,evaluation and analysis of new operation methods and simulation of mechanical damage and dynamic response,are discussed.The purpose of this paper is to provide the theoretical reference and practical guidance for the clinical lumbar problems by reviewing the application of finite element method in the field of the lumbar spine biomechanics.

  15. Finite element analyses for RF photoinjector gun cavities

    International Nuclear Information System (INIS)

    Marhauser, F.

    2006-01-01

    This paper details electromagnetical, thermal and structural 3D Finite Element Analyses (FEA) for normal conducting RF photoinjector gun cavities. The simulation methods are described extensively. Achieved results are presented. (orig.)

  16. Finite element analyses for RF photoinjector gun cavities

    Energy Technology Data Exchange (ETDEWEB)

    Marhauser, F. [Berliner Elektronenspeicherring-Gesellschaft fuer Synchrotronstrahlung mbH (BESSY), Berlin (Germany)

    2006-07-01

    This paper details electromagnetical, thermal and structural 3D Finite Element Analyses (FEA) for normal conducting RF photoinjector gun cavities. The simulation methods are described extensively. Achieved results are presented. (orig.)

  17. Validation Assessment of a Glass-to-Metal Seal Finite-Element Model

    Energy Technology Data Exchange (ETDEWEB)

    Jamison, Ryan Dale [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Buchheit, Thomas E. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Emery, John M [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Romero, Vicente J. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Stavig, Mark E. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Newton, Clay S. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Brown, Arthur [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2017-10-01

    Sealing glasses are ubiquitous in high pressure and temperature engineering applications, such as hermetic feed-through electrical connectors. A common connector technology are glass-to-metal seals where a metal shell compresses a sealing glass to create a hermetic seal. Though finite-element analysis has been used to understand and design glass-to-metal seals for many years, there has been little validation of these models. An indentation technique was employed to measure the residual stress on the surface of a simple glass-to-metal seal. Recently developed rate- dependent material models of both Schott 8061 and 304L VAR stainless steel have been applied to a finite-element model of the simple glass-to-metal seal. Model predictions of residual stress based on the evolution of material models are shown. These model predictions are compared to measured data. Validity of the finite- element predictions is discussed. It will be shown that the finite-element model of the glass-to-metal seal accurately predicts the mean residual stress in the glass near the glass-to-metal interface and is valid for this quantity of interest.

  18. A cohesive finite element formulation for modelling fracture and ...

    Indian Academy of Sciences (India)

    cohesive elements experience material softening and lose their stress carrying capacity. A few simple ..... In the present work, a Lagrangian finite element procedure is employed. In this formu clation ...... o, is related to 'c o by,. 't o='c o ¼ 1 ہ. 1.

  19. Some aspects of the quality assurance of personnel carrying out finite element analysis

    International Nuclear Information System (INIS)

    Dickenson, P.W.

    1990-01-01

    In this paper, the need to assess the competence of personnel carrying out finite element analysis is emphasised. In carrying out its regulatory role on behalf of the Health and Safety Executive, the Nuclear Installations Inspectorate (NII) must be satisfied that appropriate standards are developed and maintained by the licensee. Since finite element methods have an important bearing on the acceptance of a safety case, it follows that relevant codes should be adequately validated and the personnel applying the code should be competent. Attention is drawn to the work of the Quality Assurance Working Group of the National Agency for Finite Element Methods and Standards (NAFEMS) who are active in this area. The paper also considers the methods that are available to assess the competence of personnel engaged in finite element methods. (author)

  20. Interactive computer graphics for bio-stereochemical modelling

    Indian Academy of Sciences (India)

    Proc, Indian Acad. Sci., Vol. 87 A (Chem. Sci.), No. 4, April 1978, pp. 95-113, (e) printed in India. Interactive computer graphics for bio-stereochemical modelling. ROBERT REIN, SHLOMONIR, KAREN HAYDOCK and. ROBERTD MACELROY. Department of Experimental Pathology, Roswell Park Memorial Institute,. 666 Elm ...