期刊文献+
共找到2,504篇文章
< 1 2 126 >
每页显示 20 50 100
OpenIFEM:A High Performance Modular Open-Source Software of the Immersed Finite Element Method for Fluid-Structure Interactions 被引量:3
1
作者 Jie Cheng Feimi Yu Lucy T.Zhang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2019年第4期91-124,共34页
We present a high performance modularly-built open-source software-OpenIFEM.OpenIFEM is a C++implementation of the modified immersed finite element method(mIFEM)to solve fluid-structure interaction(FSI)problems.This s... We present a high performance modularly-built open-source software-OpenIFEM.OpenIFEM is a C++implementation of the modified immersed finite element method(mIFEM)to solve fluid-structure interaction(FSI)problems.This software is modularly built to perform multiple tasks including fluid dynamics(incompressible and slightly compressible fluid models),linear and nonlinear solid mechanics,and fully coupled fluid-structure interactions.Most of open-source software packages are restricted to certain discretization methods;some are under-tested,under-documented,and lack modularity as well as extensibility.OpenIFEM is designed and built to include a set of generic classes for users to adapt so that any fluid and solid solvers can be coupled through the FSI algorithm.In addition,the package utilizes well-developed and tested libraries.It also comes with standard test cases that serve as software and algorithm validation.The software can be built on cross-platform,i.e.,Linux,Windows,and Mac OS,using CMake.Efficient parallelization is also implemented for high-performance computing for large-sized problems.OpenIFEM is documented using Doxygen and publicly available to download on GitHub.It is expected to benefit the future development of FSI algorithms and be applied to a variety of FSI applications. 展开更多
关键词 Immersed finite element method OPEN-SOURCE parallelIZATION fluid-structure interaction adaptive MESH REFINEMENT
下载PDF
LOCAL AND PARALLEL FINITE ELEMENT METHOD FOR THE MIXED NAVIER-STOKES/DARCY MODEL WITH BEAVERS-JOSEPH INTERFACE CONDITIONS 被引量:2
2
作者 杜光芝 左立云 《Acta Mathematica Scientia》 SCIE CSCD 2017年第5期1331-1347,共17页
In this paper, we consider the mixed Navier-Stokes/Darcy model with BeaversJoseph interface conditions. Based on two-grid discretizations, a local and parallel finite element algorithm for this mixed model is proposed... In this paper, we consider the mixed Navier-Stokes/Darcy model with BeaversJoseph interface conditions. Based on two-grid discretizations, a local and parallel finite element algorithm for this mixed model is proposed and analyzed. Optimal errors are obtained and numerical experiments are presented to show the efficiency and effectiveness of the local and parallel finite element algorithm. 展开更多
关键词 Navier-Stokes equations Darcy's law two-grid algorithm Beavers-Joseph interface conditions parallel finite element method
下载PDF
EXPANDABLE PARALLEL FINITE ELEMENT METHODS FOR LINEAR ELLIPTIC PROBLEMS 被引量:1
3
作者 Guangzhi DU 《Acta Mathematica Scientia》 SCIE CSCD 2020年第2期572-588,共17页
In this article,two kinds of expandable parallel finite element methods,based on two-grid discretizations,are given to solve the linear elliptic problems.Compared with the classical local and parallel finite element m... In this article,two kinds of expandable parallel finite element methods,based on two-grid discretizations,are given to solve the linear elliptic problems.Compared with the classical local and parallel finite element methods,there are two attractive features of the methods shown in this article:1)a partition of unity is used to generate a series of local and independent subproblems to guarantee the final approximation globally continuous;2)the computational domain of each local subproblem is contained in a ball with radius of O(H)(H is the coarse mesh parameter),which means methods in this article are more suitable for parallel computing in a large parallel computer system.Some a priori error estimation are obtained and optimal error bounds in both H^1-normal and L^2-normal are derived.Finally,numerical results are reported to test and verify the feasibility and validity of our methods. 展开更多
关键词 Two-grid method expandable method partition of unity parallel algorithm finite element method
下载PDF
A parallel two-level finite element method for the Navier-Stokes equations
4
作者 尚月强 罗振东 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2010年第11期1429-1438,共10页
Based on domain decomposition, a parallel two-level finite element method for the stationary Navier-Stokes equations is proposed and analyzed. The basic idea of the method is first to solve the Navier-Stokes equations... Based on domain decomposition, a parallel two-level finite element method for the stationary Navier-Stokes equations is proposed and analyzed. The basic idea of the method is first to solve the Navier-Stokes equations on a coarse grid, then to solve the resulted residual equations in parallel on a fine grid. This method has low communication complexity. It can be implemented easily. By local a priori error estimate for finite element discretizations, error bounds of the approximate solution are derived. Numerical results are also given to illustrate the high efficiency of the method. 展开更多
关键词 Navier-Stokes equations finite element two-level method overlapping domain decomposition parallel algorithm
下载PDF
AN ITERATIVE PARALLEL ALGORITHM OF FINITE ELEMENT METHOD
5
作者 胡宁 张汝清 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 1992年第4期305-313,共9页
In this paper, a parallel algorithm with iterative form for solving finite element equation is presented. Based on the iterative solution of linear algebra equations, the parallel computational steps are introduced in... In this paper, a parallel algorithm with iterative form for solving finite element equation is presented. Based on the iterative solution of linear algebra equations, the parallel computational steps are introduced in this method. Also by using the weighted residual method and choosing the appropriate weighting functions, the finite element basic form of parallel algorithm is deduced. The program of this algorithm has been realized on the ELXSI-6400 parallel computer of Xi'an Jiaotong University. The computational results show the operational speed will be raised and the CPU time will be cut down effectively. So this method is one kind of effective parallel algorithm for solving the finite element equations of large-scale structures. 展开更多
关键词 parallel algorithm finite element method iterative solution weighted residual method
下载PDF
Self-adaptive one-dimensional nonlinear finite element method based on element energy projection method 被引量:16
6
作者 袁驷 杜炎 +1 位作者 邢沁妍 叶康生 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2014年第10期1223-1232,共10页
The element energy projection (EEP) method for computation of super- convergent resulting in a one-dimensional finite element method (FEM) is successfully used to self-adaptive FEM analysis of various linear probl... The element energy projection (EEP) method for computation of super- convergent resulting in a one-dimensional finite element method (FEM) is successfully used to self-adaptive FEM analysis of various linear problems, based on which this paper presents a substantial extension of the whole set of technology to nonlinear problems. The main idea behind the technology transfer from linear analysis to nonlinear analysis is to use Newton's method to linearize nonlinear problems into a series of linear problems so that the EEP formulation and the corresponding adaptive strategy can be directly used without the need for specific super-convergence formulation for nonlinear FEM. As a re- sult, a unified and general self-adaptive algorithm for nonlinear FEM analysis is formed. The proposed algorithm is found to be able to produce satisfactory finite element results with accuracy satisfying the user-preset error tolerances by maximum norm anywhere on the mesh. Taking the nonlinear ordinary differential equation (ODE) of second-order as the model problem, this paper describes the related fundamental idea, the imple- mentation strategy, and the computational algorithm. Representative numerical exam- ples are given to show the efficiency, stability, versatility, and reliability of the proposed approach. 展开更多
关键词 NONLINEARITY finite element method (fem self-adaptive analysis super-convergence element energy projection (EEP)~ ordinary differential equation(ODE)
下载PDF
Stability assessment of landslide-prone road cut rock slopes in Himalayan terrain:A finite element method based approach 被引量:9
7
作者 Sarada Prasad Pradhan Tariq Siddique 《Journal of Rock Mechanics and Geotechnical Engineering》 SCIE CSCD 2020年第1期59-73,共15页
Large-scale slope destabilization could be aggravated due to swift urbanization and ever-rising demands of geoengineering projects such as dams,tunnels,bridges and widening roads.National Highway-58 connects Delhi to ... Large-scale slope destabilization could be aggravated due to swift urbanization and ever-rising demands of geoengineering projects such as dams,tunnels,bridges and widening roads.National Highway-58 connects Delhi to Badrinath in India,which passes through complex geomorphological and geological terrain and often encounters cut slopes susceptible to slope failures.In the present investigation,a detailed geotechnical appraisal is conducted along the road cut slopes from Rishikesh to Devprayag in the Himalayas.Twenty vulnerable road cut slopes were demarcated for detailed slope stability analysis using Phase2D finite element modeling simulator.Nonlinear generalized Hoek-Brown(GHB)criterion was adopted for stability analyses.Out of 20 slopes,five slopes(S6,S7,S18,S19 and S20)are unstable with factor of safety(FoS)less than or equal to 1,and thus needs immediate attention.The FoS values of four slopes(S2,S9,S13 and S17)lie between 1 and 1.3,i.e.marginally stable,and slopes S1,S3,S4,S5,S8,S10,Sll,S12,S14,S15 and S16 are stable.Mohr-Coulomb(MC)criterion was also adopted to compare the slope stability analysis with GHB criterion.The FoS calculated from GHB criterion is close to that using MC criterion for lower values of FoS whereas for higher values,the difference is marked.For the jointed rock in the Himalayan region,the nonlinear GHB criterion gives better results as compared to MC criterion and matches with the prevailing field conditions.Accordingly,some suggestions are proposed to strengthen the stability of cut slopes. 展开更多
关键词 LANDSLIDES Numerical modeling finite element method(fem) Slope stability
下载PDF
Mixed finite element and differential quadrature method for free and forced vibration and buckling analysis of rectangular plates 被引量:6
8
作者 S. A. EFTEKHARI A. A. JAFARI 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2012年第1期81-98,共18页
This paper presents a combined application of the finite element method (FEM) and the differential quadrature method (DQM) to vibration and buckling problems of rectangular plates. The proposed scheme combines the... This paper presents a combined application of the finite element method (FEM) and the differential quadrature method (DQM) to vibration and buckling problems of rectangular plates. The proposed scheme combines the geometry flexibility of the FEM and the high accuracy and efficiency of the DQM. The accuracy of the present method is demonstrated by comparing the obtained results with those available in the literature. It is shown that highly accurate results can be obtained by using a small number of finite elements and DQM sample points. The proposed method is suitable for the problems considered due to its simplicity and potential for further development. 展开更多
关键词 finite element method (fem differential quadrature method (DQM) rectangular plate free and forced vibration buckling analysis
下载PDF
Self-adaptive strategy for one-dimensional finite element method based on EEP method with optimal super-convergence order 被引量:4
9
作者 袁驷 邢沁妍 +1 位作者 王旭 叶康生 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2008年第5期591-602,共12页
Based on the newly-developed element energy projection (EEP) method with optimal super-convergence order for computation of super-convergent results, an improved self-adaptive strategy for one-dimensional finite ele... Based on the newly-developed element energy projection (EEP) method with optimal super-convergence order for computation of super-convergent results, an improved self-adaptive strategy for one-dimensional finite element method (FEM) is proposed. In the strategy, a posteriori errors are estimated by comparing FEM solutions to EEP super-convergent solutions with optimal order of super-convergence, meshes are refined by using the error-averaging method. Quasi-FEM solutions are used to replace the true FEM solutions in the adaptive process. This strategy has been found to be simple, clear, efficient and reliable. For most problems, only one adaptive step is needed to produce the required FEM solutions which pointwise satisfy the user specified error tolerances in the max-norm. Taking the elliptical ordinary differential equation of the second order as the model problem, this paper describes the fundamental idea, implementation strategy and computational algorithm and representative numerical examples are given to show the effectiveness and reliability of the proposed approach. 展开更多
关键词 finite element method (fem self-adaptive solution super-convergence optimal convergence order element energy projection condensed shape functions
下载PDF
Local and parallel finite element algorithms based on two-grid discretization for steady Navier-Stokes equations 被引量:3
10
作者 马飞遥 马逸尘 沃维丰 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2007年第1期27-35,共9页
Local and parallel finite element algorithms based on two-grid discretization for Navier-Stokes equations in two dimension are presented. Its basis is a coarse finite element space on the global domain and a fine fini... Local and parallel finite element algorithms based on two-grid discretization for Navier-Stokes equations in two dimension are presented. Its basis is a coarse finite element space on the global domain and a fine finite element space on the subdomain. The local algorithm consists of finding a solution for a given nonlinear problem in the coarse finite element space and a solution for a linear problem in the fine finite element space, then droping the coarse solution of the region near the boundary. By overlapping domain decomposition, the parallel algorithms are obtained. This paper analyzes the error of these algorithms and gets some error estimates which are better than those of the standard finite element method. The numerical experiments are given too. By analyzing and comparing these results, it is shown that these algorithms are correct and high efficient. 展开更多
关键词 Navier-Stokes equations finite element method two-grid LOCAL parallel
下载PDF
DEFORMATION ANALYSIS OF SHEET METAL SINGLE-POINT INCREMENTAL FORMING BY FINITE ELEMENT METHOD SIMULATION 被引量:3
11
作者 MA Linwei MO Jianhua 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2008年第1期31-35,共5页
Single-point incremental forming (SPIF) is an innovational sheet metal forming method without dedicated dies, which belongs to rapid prototyping technology. In generalizing the SPIF of sheet metal, the deformation a... Single-point incremental forming (SPIF) is an innovational sheet metal forming method without dedicated dies, which belongs to rapid prototyping technology. In generalizing the SPIF of sheet metal, the deformation analysis on forming process becomes an important and useful method for the planning of shell products, the choice of material, the design of the forming process and the planning of the forming tool. Using solid brick elements, the finite element method(FEM) model of truncated pyramid was established. Based on the theory of anisotropy and assumed strain formulation, the SPIF processes with different parameters were simulated. The resulted comparison between the simulations and the experiments shows that the FEM model is feasible and effective. Then, according to the simulated forming process, the deformation pattern of SPIF can be summarized as the combination of plane-stretching deformation and bending deformation. And the study about the process parameters' impact on deformation shows that the process parameter of interlayer spacing is a dominant factor on the deformation. Decreasing interlayer spacing, the strain of one step decreases and the formability of blank will be improved. With bigger interlayer spacing, the plastic deformation zone increases and the forming force will be bigger. 展开更多
关键词 Sheet metal incremental forming DEFORMATION finite element method(fem) Numerical simulation
下载PDF
SELF-ADAPTIVE STRATEGY FOR ONE-DIMENSIONAL FINITE ELEMENT METHOD BASED ON ELEMENT ENERGY PROJECTION METHOD 被引量:3
12
作者 袁驷 和雪峰 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2006年第11期1461-1474,共14页
Based on the newly-developed element energy projection (EEP) method for computation of super-convergent results in one-dimensional finite element method (FEM), the task of self-adaptive FEM analysis was converted ... Based on the newly-developed element energy projection (EEP) method for computation of super-convergent results in one-dimensional finite element method (FEM), the task of self-adaptive FEM analysis was converted into the task of adaptive piecewise polynomial interpolation. As a result, a satisfactory FEM mesh can be obtained, and further FEM analysis on this mesh would immediately produce an FEM solution which usually satisfies the user specified error tolerance. Even though the error tolerance was not completely satisfied, one or two steps of further local refinements would be sufficient. This strategy was found to be very simple, rapid, cheap and efficient. Taking the elliptical ordinary differential equation of second order as the model problem, the fundamental idea, implementation strategy and detailed algorithm are described. Representative numerical examples are given to show the effectiveness and reliability of the proposed approach. 展开更多
关键词 finite element method (fem self-adaptive solution super-convergence element energy projection ordinary differential equation (ODE)
下载PDF
Parallel hydrodynamic finite element model with an N-Best refining partition scheme 被引量:2
13
作者 张振昌 洪华生 +2 位作者 WAI Onyx Winghong 江毓武 周昌乐 《Chinese Journal of Oceanology and Limnology》 SCIE CAS CSCD 2010年第6期1340-1349,共10页
We enhance a robust parallel finite element model for coasts and estuaries cases with the use of N-Best refinement algorithms,in multilevel partitioning scheme.Graph partitioning is an important step to construct the ... We enhance a robust parallel finite element model for coasts and estuaries cases with the use of N-Best refinement algorithms,in multilevel partitioning scheme.Graph partitioning is an important step to construct the parallel model,in which computation speed is a big concern.The partitioning strategy includes the division of the research domain into several semi-equal-sized sub-domains,minimizing the sum weight of edges between different sub-domains.Multilevel schemes for graph partitioning are divided into three phases:coarsening,partitioning,and uncoarsening.In the uncoarsening phase,many refinement algorithms have been proposed previously,such as KL,Greedy,and Boundary refinements.In this study,we propose an N-Best refinement algorithm and show its advantages in our case study of Xiamen Bay.Compared with original partitioning algorithm in previous models,the N-Best algorithm can speed up the computation by 1.9 times,and the simulation results are in a good match with the in-situ data. 展开更多
关键词 N-Best graph partitioning parallel computation finite element method (fem DOMAINDECOMPOSITION
下载PDF
Experimental and Finite Element Method Studies of J-Lead Solder Joint Reliability 被引量:2
14
作者 HongtaoCHen ChunqingWANG +1 位作者 MingyuLI YanhongTIAN 《Journal of Materials Science & Technology》 SCIE EI CAS CSCD 2005年第3期419-422,共4页
A comprehensive experimental and numerical study of solder joints for plastic leaded chip carrier (PLCC) 84-Pin, 1.27 mm pitch was carried out. The reliability of solder joints was assessed through accelerated thermal... A comprehensive experimental and numerical study of solder joints for plastic leaded chip carrier (PLCC) 84-Pin, 1.27 mm pitch was carried out. The reliability of solder joints was assessed through accelerated thermal cycling at the temperature range of - 55℃-125℃. The samples were taken out to observe the evolution in microstructure, such as grain coarsening, initiation and propagation of cracks. It was found that the Pb-rich phases segregated gradually and formed a continuous layer adjacent to the intermetallic compound (IMC) layer with increasing the number of thermal cycles, resulting in cracks near the solder/lead interface. The response of stress and strain was studied using nonlinear finite element method (FEM), and the results agreed well with the experimental data. 展开更多
关键词 Solder joint RELIABILITY Sn63-Pb37 finite element method (fem)
下载PDF
Radial Force Analysis of Polydioxanone Coronary Stent by Finite Element Method 被引量:2
15
作者 阙志文 张佩华 《Journal of Donghua University(English Edition)》 EI CAS 2013年第5期375-377,共3页
Coronary stent is used to treat stenosis artery by recovering the luminal diameter of artery and maintaining the normal blood flow. The geometry of coronary stent is an important factor for the radial force. In this s... Coronary stent is used to treat stenosis artery by recovering the luminal diameter of artery and maintaining the normal blood flow. The geometry of coronary stent is an important factor for the radial force. In this study,the relation between the radial force of stent and crown angle was discussed. The result showed that there was no particular rule between the radial force of stent and the crown angle. The maximum radial force of stent was obtained when the crown angle was 50. 04° and the minimum radial force was got when the crown angle was 75°. 展开更多
关键词 POLYDIOXANONE CORONARY STENT CROWN ANGLE finite element method(fem)
下载PDF
P_1-nonconforming triangular finite element method for elliptic and parabolic interface problems 被引量:2
16
作者 Hongbo GUAN Dongyang SHI 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI CSCD 2015年第9期1197-1212,共16页
The lowest order Pl-nonconforming triangular finite element method (FEM) for elliptic and parabolic interface problems is investigated. Under some reasonable regularity assumptions on the exact solutions, the optima... The lowest order Pl-nonconforming triangular finite element method (FEM) for elliptic and parabolic interface problems is investigated. Under some reasonable regularity assumptions on the exact solutions, the optimal order error estimates are obtained in the broken energy norm. Finally, some numerical results are provided to verify the theoretical analysis. 展开更多
关键词 P1-nonconforming finite element method (fem interface problem opti-mal order error estimate
下载PDF
Modeling of contact surface morphology and dust particles by using finite element method 被引量:2
17
作者 WANG Dong XU Liang-jun 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2007年第3期403-407,共5页
The effect of dust particles on electric contacts and a hazardous size range of hard dust particles using a rigid model were discussed before. As further research, elastic-plastic model of finite element analysis was ... The effect of dust particles on electric contacts and a hazardous size range of hard dust particles using a rigid model were discussed before. As further research, elastic-plastic model of finite element analysis was established in this work, which is closer to real condition. In this work, the behavior of large size and small size particles, and the influence of particles hardness were investigated. The calculating result of small-size particles presents a general hazardous size coefficient for different contact surface morphology; for large-size particles, it presents a hazardous size coefficient for complicated composition of the dust. And the effect of the dust shape is also discussed. 展开更多
关键词 Dust particles Surface morphology finite element method (fem Hazardous size
下载PDF
Reduced-order finite element method based on POD for fractional Tricomi-type equation 被引量:1
18
作者 Jincun LIU Hong LI +1 位作者 Yang LIU Zhichao FANG 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI CSCD 2016年第5期647-658,共12页
The reduced-order finite element method (FEM) based on a proper orthogo- nal decomposition (POD) theory is applied to the time fractional Tricomi-type equation. The present method is an improvement on the general ... The reduced-order finite element method (FEM) based on a proper orthogo- nal decomposition (POD) theory is applied to the time fractional Tricomi-type equation. The present method is an improvement on the general FEM. It can significantly save mem- ory space and effectively relieve the computing load due to its reconstruction of POD basis functions. Furthermore, the reduced-order finite element (FE) scheme is shown to be un- conditionally stable, and error estimation is derived in detail. Two numerical examples are presented to show the feasibility and effectiveness of the method for time fractional differential equations (FDEs). 展开更多
关键词 reduced-order finite element method (fem proper orthogonal decompo-sition (POD) fractional Tricomi-type equation unconditionally stable error estimate
下载PDF
PREDICTION FOR FORMING LIMIT OF AL2024T3 SHEET BASED ON DAMAGE THEORY USING FINITE ELEMENT METHOD 被引量:1
19
作者 Tang C.Y. Fan Jianping Tsui C.P. 《Acta Mechanica Solida Sinica》 SCIE EI 2006年第2期174-180,共7页
This paper presents the application of anisotropic damage theory to the study of forming limit diagram of A12024T3 aluminum alloy sheet. In the prediction of limiting strains of the aluminum sheet structure, a finite ... This paper presents the application of anisotropic damage theory to the study of forming limit diagram of A12024T3 aluminum alloy sheet. In the prediction of limiting strains of the aluminum sheet structure, a finite element cell model has been constructed. The cell model consists of two phases, the aluminum alloy matrix and the intermetallic cluster. The material behavior of the aluminum alloy matrix is described with a fully coupled elasto-plastic damage constitutive equation. The intermetallic cluster is assumed to be elastic and brittle. By varying the stretching ratio, the limiting strains of the sheet under biaxial stretching have been predicted by using the necking criterion proposed. The prediction is in good agreement with the experimental findings. Moreover, the finite element cell model can provide information for understanding the microscopic damage mechanism of the aluminum alloy. Over-estimation of the limit strains may result if the effect of material damage is ignored in the sheet metal forming study. 展开更多
关键词 forming limit diagram (FLD) anisotropic damage finite element method (fem limit strain localized necking elasto-plastic deformation
下载PDF
Thermo-hydro-mechanical-air coupling finite element method and its application to multi-phase problems 被引量:3
20
作者 Feng Zhang Yonglin Xiong +1 位作者 Sheng Zhang Bin Ye 《Journal of Rock Mechanics and Geotechnical Engineering》 SCIE CSCD 2014年第2期77-98,共22页
In this paper, a finite element method (FEM)-based multi-phase problem based on a newly proposed thermal elastoplastic constitutive model for saturated/unsaturated geomaterial is discussed. A program of FEM named as... In this paper, a finite element method (FEM)-based multi-phase problem based on a newly proposed thermal elastoplastic constitutive model for saturated/unsaturated geomaterial is discussed. A program of FEM named as SOFT, adopting unified field equations for thermo-hydro-mechanical-air (THMA) behavior of geomaterial and using finite element-finite difference (FE-FD) scheme for so/l-water-air three-phase coupling problem, is used in the numerical simulation. As an application of the newly proposed numerical method, two engineering problems, one for slope failure in unsaturated model ground and another for in situ heating test related to deep geological repository of high-level radioactive waste (HLRW), are simulated. The model tests on slope failure in unsaturated Shirasu ground, carried out by Kitamura et al. (2007), is simulated in the framework of soil-water-air three-phase coupling under the condition of constant temperature. While the in situ heating test reported by Munoz (2006) is simulated in the same framework under the conditions of variable temperature hut constant air pressure. 展开更多
关键词 Multi-phase Thermo-hyd ro-mechanical-air (THMA) finite element method (fem finite deformation Constitutive model Unified field equations
下载PDF
上一页 1 2 126 下一页 到第
使用帮助 返回顶部