Preprint
Article

Implementation of ABAQUS User Subroutines for Viscoplasticity of 316 Stainless Steel and Zircaloy-4

Altmetrics

Downloads

311

Views

77

Comments

0

A peer-reviewed article of this preprint also exists.

This version is not peer-reviewed

Submitted:

02 August 2023

Posted:

03 August 2023

You are already at the latest version

Alerts
Abstract
This paper describes the formulations for viscoplasticity of metals based on the Chaboche and Delobelle model. The implementations of the viscoplastic models were detailed herein and then implemented via user subroutines for material models (UMAT) in ABAQUS. Two typical metals, i.e., 316 Stainless Steel and Zircaloy-4, were chosen as examples and their viscoplastic behaviors were captured. Numerical simulations are compared to reported experiments to validate the models and the UMAT codes. Typical viscoplastic behaviors of both metals, such as stress relaxation and creep, were captured well against available experiments. We publicize all the data and codes via: https://github.com/XJTU-Zhou-group/ABAQUS_UMAT_316ss_Zr4.
Keywords: 
Subject: Engineering  -   Mechanical Engineering

1. Introduction

The stress corrosion cracking (SCC) of cladding tube structures caused by pellet clad interaction (PCI) seriously threatens the operation safety of nuclear facilities[1,2]. In order to ensure the structural integrity of nuclear fuel cladding during service, it is necessary to accurately calculate the stress and strain levels of cladding materials in service conditions.
316 Stainless Steel and Zircaloy-4 have become widely used cladding materials due to their excellent high temperature mechanical properties, good oxidation resistance and corrosion resistance[3,4]. Elastic deformation, plastic deformation and high temperature creep are the main deformation behaviors of cladding materials under service conditions. Current fuel rod simulation codes such as FRAPCON, FPIN2, and FALCON typically simplify complex cladding deformation problems into one-dimensional or two-dimensional problems based on axisymmetric, plane strain and one-dimensional radial representation[5,6,7]. However, this method cannot model the multiaxial mechanical behavior of the cladding. Not only that, empirical formulas are generally used in these codes to describe the plasticity and creep behavior of the cladding[8]. This approach greatly limits the generalizability and accuracy of the models despite their simplicity in theory and implementation. Therefore, since 2008, Williamson et al from Idaho National Laboratory (INL) have been developing the multidimensional finite element fuel code BISON[9,10,11]. At the same time, Williamson[12] carried out the multidimensional thermomechanical analysis of multipellet steady and transient light water reactor fuel rod behavior based on ABAQUS commercial finite element code. A power-law creep formulation for describing the deformation behavior of Zircaloy cladding is implemented via ABAQUS user creep subroutine. However, 316 stainless steel and Zircaloy-4 have coupled plasticity and creep behavior at high temperatures[13], so it is necessary to use a unified viscoplastic model to model the mechanical behavior of cladding materials.
The expression of the unified viscoplastic constitutive equation usually includes two aspects: I. the choice of the viscosity function, that is, the expression of the relationship between viscous stress and equivalent plastic strain rate; II. the choice of the hardening equations, that is, the expression of the internal variables[14]. The viscosity equation and the hardening equation are connected through the yield function including overstress to implement the coupled calculation of plasticity and creep. Chaboche and Rousselier[15,16] succeeded in modeling the rate-dependent mechanical behavior of 316 Stainless Steel based on a unified viscoplastic model including nonlinear isotropic hardening rule, nonlinear kinematic hardening rule, and viscosity equation in the form of the power function. Since then, this model has been widely used to model the nonlinear mechanical behavior of metals and polymers, and it is called the Chaboche model[17,18,19,20,21,22]. Unlike 316 Stainless Steel, several experimental studies have been carried out to show that Zircaloy-4 has anisotropic viscoplastic properties due to its microstructural texture[23,24,25,26]. Delobelle[27,28,29] developed a unified viscoplastic constitutive model for Zircaloy-4 modeling by including a viscosity equation in the form of the hyperbolic sine function and three back-stresses playing role successively instead of simultaneously, with some complicated coupling criteria, and he implemented an approach to modeling the anisotropic yield and plastic flow behavior of Zircaloy-4 by using four fourth-order tensors. In this paper, the Chaboche and Delobelle viscoplastic models for 316 stainless steel and Zircaloy-4, respectively, are implemented via the ABAQUS user material subroutine (UMAT). The specific details of the implementation of these two complex constitutive models are given, and numerical simulation results are compared with reported experimental results to validate the model and UMAT code. Two user subroutines developed in this work allowed open-source access to facilitate a more accurate mechanical analysis of cladding structures based on ABAQUS in academia and industry.

2. Viscoplastic Constitutive Equation

2.1. The Framework of Unified Viscoplastic Constitutive Model

Based on the Infinitesimal strain theory, the total strain of the constitutive model can be decomposed into elastic part and viscoplastic part, and the physical mechanism of this method is described in detail in the textbook of Dunne and Petrinic[30]. So the expression for the total strain ε is:
ε = ε e + ε v p
where ε e is the elastic strain tensor and ε v p is the viscoplastic strain tensor. The constitutive relation of the elastic deformation part can be expressed by the generalized Hooke’s law as follows:
ε e = E 1 : σ
where E is the fourth-order elastic tensor, and σ is the Cauchy stress tensor. The plastic strain rate ε ˙ v p is expressed based on the associated flow rule as follows:
ε ˙ v p = p ˙ f σ
where f is the yield function, which is equal to the plastic potential function in the associated flow rule and is defined as:
f = f ( σ e q , σ y , p , X i , X i ) , i = 1 , 2 ,
where σ e q is the equivalent stress, which is a certain norm of the Cauchy stress tensor, and the specific expression of the equivalent stress is determined by the yield criterion. σ y is the initial yield stress. X i and X i are internal variables in scalar form and second-order tensor form, respectively, which determine the hardening behavior in the viscoplastic constitutive equation. f / σ in Equation (3) means that the direction of the plastic strain rate is perpendicular to the normal direction of the yield surface, which is known as the normality hypothesis of plasticity. p is the equivalent plastic strain, also called accumulated plastic strain, which reflects the loading history of the materials. p ˙ is the equivalent plastic strain rate, indicating the length of the plastic strain increment path in the plastic strain space. The expression of p ˙ under the J2 flow rule is:
p ˙ = 2 3 ε ˙ v p : ε ˙ v p 1 / 2
The equivalent plastic strain rate is determined by the viscosity equation ϕ :
p ˙ = ϕ ( σ v )
where σ v is the viscous stress, also known as overstress[14], which is the time-dependent part of the total stress in the constitutive equation. The yield function including overstress is as follows:
f = σ v > 0
Equation (7) shows that the plastic flow behavior described by the unified viscoplastic constitutive model is jointly determined by the hardening rules and the viscosity equation. The viscosity equation can also be defined as:
p ˙ = 0 , f 0 p ˙ = ϕ ( f ) > 0 , f > 0
In summary, to carry out the modeling of material mechanical behavior based on the unified viscoplastic constitutive model, the following three parts need to be determined: I. Yield criterion, that is, the expression of the equivalent stress σ e q ; II. Hardening rule, that is, the expression of the internal variables X i and X i ; III. The expression of the viscosity equation φ .

2.2. Isotropic Viscoplastic Constitutive Model for 316 Stainless Steel

The viscoplastic constitutive modeling of 316 Stainless Steel is based on the Chaboche model[15,16], and the yield function f expressions based on the von Mises yield criterion, nonlinear isotropic hardening rule and nonlinear kinematic hardening rule are:
f = σ e q R σ y = 3 2 ( s α ) : ( s α ) 1 / 2 R σ y
where s is the deviatoric stress tensor:
s = σ 1 3 t r ( σ ) I
where t r ( σ ) is the trace of the stress tensor, that is, t r ( σ ) = σ 11 + σ 22 + σ 33 . I is the unit second-order tensor, that is, I = δ i j e i e j . The scalar internal variable R in Equation (9) is the drag-stress describing the isotropic hardening behavior of the materials, and the second-order tensor internal variable α in Equation (9) is the back-stress describing the kinematic hardening behavior of the materials. The expressions of drag-stress R and back-stress α evolution are:
R ˙ = b ( Q R ) p ˙
i = 1 2 α i
α ˙ i = C i 2 3 a i ε ˙ v p α i p ˙
where b and Q are isotropic hardening parameters, and C 1 , C 2 , a 1 and a 2 are kinematic hardening parameters. Equation (13) is the nonlinear kinematic hardening rule proposed by Armstrong and Frederick[31]. Chaboche[15] first used the back-stress expression of the addition of multiple Armstrong-Frederick’s rules to obtain better modeling capabilities of kinematic hardening behavior. The viscosity equation ϕ is defined by Norton’s power law:
p ˙ = ϕ ( f ) = f K n
where K and n are viscoplastic parameters. Substituting Equation (9) and (14) into Equation (3), the expression of viscoplastic strain rate based on the Chaboche model can be obtained as:
ε ˙ v p = 3 2 f K n s α σ e q , f > 0
Specific details about the implementation of the isotropic viscoplastic constitutive model for 316 Stainless Steel are detailed in Section 3.2.

2.3. Anisotropic Viscoplastic Constitutive Model for Zircaloy-4

The viscoplastic constitutive modeling of Zircaloy-4 is carried out based on the Delobelle model[27,28,29]. The Hill yield criterion[32] is used to describe the unique anisotropic yield behavior of Zircaloy-4, and the expression of the yield function f is:
f = σ e q = 3 2 ( s α ) : M : ( s α ) 1 / 2
where M is the fourth-order anisotropy coefficient tensor. Unlike the 316 Stainless Steel’s model, there is no initial yield stress term in the yield function of the Zircaloy-4 model, indicating that there is no initial elastic domain in Zircaloy-4 model, and the initial Hill yield surface is a point. Considering Voigt notation, we have:
M = M 11 M 12 M 13 0 0 0 M 12 M 12 M 23 0 0 0 M 13 M 23 M 33 0 0 0 0 0 0 M 44 0 0 0 0 0 0 M 55 0 0 0 0 0 0 M 66 w i t h M 11 + M 12 + M 13 = 0 M 12 + M 22 + M 23 = 0 M 13 + M 23 + M 33 = 0
The modeling is based on the assumption of orthotropy and incompressibility because of the essentially radial orientation of the crystallites in the Zircaloy-4 microstructure[28], which leads to only six independent components of the anisotropy coefficient tensor. The fourth-order coefficient tensors N , Q and R that describe the anisotropic plastic behavior below also have the same form. The hardening internal variable expression is given by:
α ˙ = q 2 3 Y * N : ε ˙ v p Q : α α ( 1 ) p ˙ r m α e q α 0 m 0 + r m 1 α e q α 0 m 1 : N : R : α α e q
α ˙ ( 1 ) = q 1 2 3 Y * N : ε ˙ v p Q : α ( 1 ) α ( 2 ) p ˙
α ˙ ( 2 ) = q 2 2 3 Y * N : ε ˙ v p Q : α ( 2 ) p ˙
Y * = Y 0 + Y i s o + Y θ
Y ˙ i s o = b i s o Y i s o s a t Y i s o p ˙
Y ˙ θ = b θ Y θ s a t f ( θ ) Y θ p ˙
f ( θ ) = 1 | cos θ | , θ = arccos 3 2 α : R : α ˙ α e q α ˙ e q
α e q = 3 2 α : R : α 1 / 2 , α ˙ e q = 3 2 α ˙ : R : α ˙ 1 / 2
where q 1 and q 2 are kinematic hardening parameters, and b i s o , b θ , Y 0 , Y i s o s a t and Y θ s a t are scalar internal variable hardening parameters. Equations (18)(19)(20) are kinematic hardening rules in the form of Armstrong-Frederick’s rule. The second term on the right side of Equation (18) is the static recovery term, which is used to describe the hardening recovery behavior independent of plastic strain, and r m , r m 1 , m 0 and m 1 are temperature-dependent material parameters. The internal variable Y * is the asymptotic value of the back-stress in the evolution process, which has a similar expression to the nonlinear isotropic hardening rule. The viscosity equation ϕ is defined as:
p ˙ = ϕ ( f ) = ε 0 sinh f N k
where ε 0 , N and k are viscoplastic parameters. Creep test results are well described using the viscosity equation in the form of hyperbolic sine function[27]. Substituting Equation (16) and (26) into Equation (3), the expression of viscoplastic strain rate based on the Delobelle model can be obtained as:
ε ˙ v p = 3 2 ε 0 sinh f N k M : s α σ e q , f > 0
Specific details about the implementation of the anisotropic viscoplastic constitutive model for Zircaloy-4 are detailed in Section 3.3.

3. Computational Algorithm

The unified viscoplastic constitutive model proposed in Section 2 was implemented through the ABAQUS user material subroutine. The stress update algorithms of 316 Stainless Steel model and Zircaloy-4 model are deduced based on semi-implicit integration and return mapping algorithm. The algorithm derived in this section is based on the discretization of the unified viscoplastic constitutive equation, that is, for a time interval [ t n , t n + 1 ] , the variable values at t n being known and the total strain increment Δ ε being given, and the purpose of the algorithm detailed hereafter is to calculate the variable values at time t n + 1 .

3.1. Return Mapping Algorithm

The return mapping algorithm is widely used in computational plasticity[30,33]. In general, this approach consists of two parts called “elastic predictor” and “plastic corrector”. The generalized Hooke’s law given by Equation (2) can also be written as:
σ = 2 G ε e + λ t r ( ε e ) I
where G is the shear modulus and λ is the Lame’s constant. Elastic strain can be decomposed as follows:
ε e = ε t e + Δ ε e = ε t e + Δ ε Δ ε v p
For simplicity, the subscript t in this section indicates the variable at time t n , and the variable without subscript t indicates the variable at time t n + 1 . Substitute Equation (29) into Equation (28):
σ = 2 G ε t e + Δ ε Δ ε v p + λ t r ε t e + Δ ε Δ ε v p I
Considering the incompressible assumption, that is t r ( Δ ε v p ) = 0 , Equation (30) can be expressed as:
σ = 2 G ε t e + Δ ε + λ t r ε t e + Δ ε I 2 G Δ ε v p
Let:
σ t r i = 2 G ε t e + Δ ε + λ t r ε t e + Δ ε I
where σ t r i is the trial stress, also known as “elastic predictor”. 2 G Δ ε v p is called “plastic corrector”. Substitute Equation (32) into Equation (31):
σ = σ t r i 2 G Δ ε v p
After derivation, it can be obtained from the above equation:
σ e q = σ e q t r i 3 G Δ p
According to the above derivation, we can get the basic calculation process of the return mapping algorithm as shown in Figure 1:
First, assuming that the total strain increments are all elastic strain increments, the yield function f t r i of the trial stress state can be obtained (①-② in Figure 1):
f t r i = σ e q t r i σ y
Secondly, if there is f t r i 0 , it means that the material has not entered the yield state, and the stress σ e q t r i corresponding to the trial stress is the updated stress. If there is f t r i > 0 , it means that the material enters the yield state. At this time, the yield function of the real state should be calculated (②-③ in Figure 1). Considering Equation (34), the yield function of the true state is:
f = σ e q σ y = σ e q t r i 3 G Δ p σ y = σ v
Therefore, obtaining the equivalent plastic strain increment Δ p that satisfies both the hardening rules and the viscous equation is the key problem of the stress update algorithm. Specific details about the derivation of the equivalent plastic strain increment Δ p of the 316 Stainless Steel model and the Zircaloy-4 model are detailed in Section 3.2 and Section 3.3. Finally, if Δ p is obtained, the updated stress can be calculated based on the flow rule and generalized Hooke’s law (①-③ in Figure 1):
Δ ε v p = Δ p n
Δ σ = E 1 Δ ε e = E 1 : Δ ε Δ ε v p
σ = σ t + Δ σ
where n is the direction of plastic flow, that is, n = f / σ . As shown in Equation 38, the algorithm implementation of the constitutive model in this paper is carried out based on the constant stiffness iterative method. The scheme of the return mapping algorithm process is illustrated in Figure 2.

3.2. Stress Update Algorithm of 316 Stainless Steel Model

The isotropic viscoplastic constitutive model for 316 Stainless Steel in Section 2.2 is discretized according to the semi-implicit integration scheme as follows:
f ( n + 1 ) = σ e q R ( n + 1 ) σ y = σ e q t r i 3 G Δ p ( n + 1 ) R ( n + 1 ) σ y
α ( n + 1 ) = α ( n ) + Δ α ( n + 1 )
Δ α ( n + 1 ) = Δ α 1 ( n + 1 ) + Δ α 2 ( n + 1 )
Δ α 1 ( n + 1 ) = C 1 a 1 Δ ε ( n + 1 ) v p α 1 ( n ) Δ p ( n + 1 )
Δ α 2 ( n + 1 ) = C 2 a 2 Δ ε ( n + 1 ) v p α 2 ( n ) Δ p ( n + 1 )
R ( n + 1 ) = R ( n ) + Δ R ( n + 1 )
Δ R ( n + 1 ) = b Q R ( n ) Δ p ( n + 1 )
According to the Equation 14:
p ˙ = d p d t = Δ p Δ t = ϕ ( f ) = ϕ ( Δ p , α , R )
Since the expressions of α and R both contain Δ p n + 1 , the Equation 47 is a nonlinear equation about Δ p n + 1 , which can be solved by Newton-Raphson iterative method. Therefore, it is necessary to derive the Newton-Raphson iteration scheme, rearrange the Equation 47, and let:
ψ ( Δ p , α , R ) = Δ p ϕ ( Δ p , α , R ) Δ t = 0
Take the first-order Taylor expansion of ψ :
ψ + ψ Δ p d Δ p + ψ α : d α + ψ R d R = 0
Substituting Equation 48 into Equation 49:
Δ p ϕ Δ t + 1 ϕ Δ p Δ t d Δ p ϕ α : d α Δ t ϕ R d R Δ t = 0
Substituting Equation 11, 12 and 13 into Equation 50, eliminate d α , d R and rearrange gives (k is the number of iteration):
d Δ p ( k + 1 ) = ϕ ( k ) Δ p ( k ) / Δ t 1 Δ t ( ϕ Δ p ) ( k ) + 3 2 ( ϕ σ e q ) ( k ) C 1 a 1 + C 2 a 2 ( ϕ σ e q ) ( k ) C 1 n ( n ) : α 1 ( k ) C 2 n ( n ) : α 2 ( k ) ( ϕ R ) ( k ) b Q R ( k )
where:
ϕ ( k ) = σ e q t r i 3 G Δ p ( k ) R ( k ) σ y K n
ϕ α = ϕ σ e q n
( ϕ σ e q ) ( k ) = n K σ e q t r i 3 G Δ p ( k ) R ( k ) σ y K n 1
( ϕ R ) ( k ) = n K σ e q t r i 3 G Δ p ( k ) R ( k ) σ y K n 1
( ϕ Δ p ) ( k ) = 3 n G K σ e q t r i 3 G Δ p ( k ) R ( k ) σ y K n 1
Calculate the updated internal variables and equivalent plastic strain increment:
Δ p ( k + 1 ) = Δ p ( k ) + d Δ p ( k + 1 )
α ( k + 1 ) = α 1 ( k + 1 ) + α 2 ( k + 1 )
α 1 ( k + 1 ) = α 1 ( n ) + Δ α 1 ( k + 1 ) = α 1 ( n ) + C 1 a 1 n ( n ) α 1 ( n ) Δ p ( k + 1 )
α 2 ( k + 1 ) = α 2 ( n ) + Δ α 2 ( k + 1 ) = α 2 ( n ) + C 2 a 2 n ( n ) α 2 ( n ) Δ p ( k + 1 )
R ( k + 1 ) = R ( n ) + Δ R ( k + 1 ) = R ( n ) + b Q R ( n ) Δ p ( k + 1 )
The above is the Newton-Raphson iterative scheme for solving the nonlinear equation about Δ p ( n + 1 ) . When R E S = | Δ p ϕ ( f ) Δ t | 0 , the iteration ends, that is, the Δ p that satisfies both the hardening rules and the viscosity function has been found within the time incremental step [ t n , t n + 1 ] :
Δ p ( n + 1 ) = Δ p ( k + 1 )
Calculate the updated plastic strain increment:
Δ ε ( n + 1 ) v p = Δ p ( n + 1 ) n ( n )
where:
n ( n ) = ( 3 2 s α σ e q ) ( n )
Calculate the updated stress:
Δ σ ( n + 1 ) = E 1 : Δ ε ( n + 1 ) Δ ε ( n + 1 ) v p
σ ( n + 1 ) = σ ( n ) + Δ σ ( n + 1 )

3.3. Stress Update Algorithm of Zircaloy-4 Model

The anisotropic viscoplastic constitutive model for Zircaloy-4 in Section 2.3 is discretized according to the semi-implicit integration scheme as follows:
f ( n + 1 ) = σ e q = σ e q t r i 3 G Δ p ( n + 1 )
α ( n + 1 ) = α ( n ) + Δ α ( n + 1 )
α ( n + 1 ) ( 1 ) = α ( n ) ( 1 ) + Δ α ( n + 1 ) ( 1 )
α ( n + 1 ) ( 2 ) = α ( n ) ( 2 ) + Δ α ( n + 1 ) ( 2 )
Δ α ( n + 1 ) = q 2 3 Y ( n + 1 ) * N : Δ ε ( n + 1 ) v p Q : α ( n ) α ( n ) ( 1 ) Δ p ( n + 1 ) Δ t r m α e q α 0 m 0 + r m 1 α e q α 0 m 1 N : R : α ( n ) α e q
Δ α ( n + 1 ) ( 1 ) = q 1 2 3 Y ( n + 1 ) * N : Δ ε ( n + 1 ) v p Q : α ( n ) ( 1 ) α ( n ) ( 2 ) Δ p ( n + 1 )
Δ α ( n + 1 ) ( 2 ) = q 2 2 3 Y ( n + 1 ) * N : Δ ε ( n + 1 ) v p Q : α ( n ) ( 2 ) Δ p ( n + 1 )
Y ( n + 1 ) * = Y 0 + Y i s o ( n + 1 ) + Y θ ( n + 1 )
Y i s o ( n + 1 ) = Y i s o ( n ) + Δ Y i s o ( n + 1 )
Y θ ( n + 1 ) = Y θ ( n ) + Δ Y θ ( n + 1 )
Δ Y i s o ( n + 1 ) = b i s o Y i s o s a t Y i s o ( n ) Δ p ( n + 1 )
Δ Y θ ( n + 1 ) = b θ Y θ s a t f ( θ ) ( n ) Y θ ( n ) Δ p ( n + 1 )
According to the Equation 26:
p ˙ = Δ p Δ t = ϕ ( Δ p , α )
Similar to the 316 Stainless Steel model, the Newton-Raphson iterative scheme for solving the equivalent plastic strain increment Δ p ( n + 1 ) of the Zircaloy-4 model is derived, rearrange the Equation 79, and let:
ψ ( Δ p , α ) = Δ p ϕ ( Δ p , α ) Δ t = 0
Take the first-order Taylor expansion of ψ :
ψ + ψ Δ p d Δ p + ψ α : d α = 0
Substituting Equation 80 into Equation 81:
Δ p ϕ Δ t + 1 ϕ Δ p Δ t d Δ p ϕ α : d α Δ t = 0
Substituting Equation 18, 19 and 20 into Equation 82, eliminate d α and rearrange gives (k is the number of iteration):
d Δ p ( k + 1 ) = ϕ ( k ) Δ p ( k ) Δ t + ( ϕ σ e q ) ( k ) Δ t r m α e q α 0 m 0 + r m 1 α e q α 0 m 1 n ( n ) : N : R : α ( k ) α e q 1 Δ t ( ϕ Δ p ) ( k ) + q ( ϕ σ e q ) ( k ) 2 3 Y * ( k ) n ( n ) : N : n ( n ) n ( n ) : Q : α ( k ) α ( 1 ) ( k )
where:
ϕ ( k ) = ε ˙ 0 sinh σ e q t r i 3 G Δ p ( k ) N k
( ϕ σ e q ) ( k ) = ε ˙ 0 k N sinh σ e q t r i 3 G Δ p ( k ) N k 1 cosh σ e q t r i 3 G Δ p ( k ) N
( ϕ Δ p ) ( k ) = 3 G ε ˙ 0 k N sinh σ e q t r i 3 G Δ p ( k ) N k 1 cosh σ e q t r i 3 G Δ p ( k ) N
Calculate the updated internal variables and equivalent plastic strain increment:
Δ p ( k + 1 ) = Δ p ( k ) + d Δ p ( k + 1 )
α ( k + 1 ) = α ( n ) + Δ α ( k + 1 ) = α ( n ) + q 2 3 Y ( n + 1 ) * N : Δ ε ( n + 1 ) v p Q : α ( n ) α ( n ) ( 1 ) Δ p ( n + 1 ) Δ t r m α e q α 0 m 0 + r m 1 α e q α 0 m 1 N : R : α ( n ) α e q
α ( 1 ) ( k + 1 ) = α ( n ) ( 1 ) + Δ α ( 1 ) ( k + 1 ) = α ( n ) ( 1 ) + q 1 2 3 Y ( n + 1 ) * N : Δ ε ( n + 1 ) v p Q : α ( n ) ( 1 ) α ( n ) ( 2 ) Δ p ( n + 1 )
α ( 2 ) ( k + 1 ) = α ( n ) ( 2 ) + Δ α ( 2 ) ( k + 1 ) = α ( n ) ( 2 ) + q 2 2 3 Y ( n + 1 ) * N : Δ ε ( n + 1 ) v p Q : α ( n ) ( 2 ) Δ p ( n + 1 )
Y * ( k + 1 ) = Y 0 + Y i s o ( k + 1 ) + Y θ ( k + 1 )
Y i s o ( k + 1 ) = Y i s o ( n ) + Δ Y i s o ( k + 1 ) = Y i s o ( n ) + b i s o Y i s o s a t Y i s o ( n ) Δ p ( k + 1 )
Y θ ( k + 1 ) = Y θ ( n ) + Δ Y θ ( k + 1 ) = Y θ ( n ) + b θ Y θ s a t f ( θ ) ( n ) Y θ ( n ) Δ p k + 1
The iteration ends when R E S = | Δ p ϕ ( f ) Δ t | 0 :
Δ p ( n + 1 ) = Δ p ( k + 1 )
The plastic strain increment is then determined from:
Δ ε ( n + 1 ) v p = Δ p ( n + 1 ) n ( n )
where:
N ( n ) = ( 3 2 M : s α σ e q ) ( n )
Calculate the updated stress as Equation 65 and 66.

4. Verification and Validation of FE Modeling and UMAT Code

In order to verify the accuracy of the unified viscoplastic constitutive model and its algorithm implementation, numerical simulations of the viscoplastic mechanical behavior of materials were carried out using the ABAQUS user material subroutine of the 316 Stainless Steel model and the Zircaloy-4 model, and compared with the experimental results. The reported experimental studies are described in the cylindrical coordinate system due to the use of hollow circular cross-section rod specimens[16,18,28]. In order to correspond to the Cartesian coordinates system adopted for the theory and modeling in this paper, so we have: 11 = x = r , 22 = y = θ , 33 = z = z , 12 = x y = r θ , 13 = x z = r z and 23 = y z = θ z .

4.1. 316 Stainless Steel

Chaboche et al[16] used the 316 Stainless Steel hollow circular cross-section rod specimen shown in Figure 3a to carry out uniaxial tensile tests at room temperature for different strain rates, and stress relaxation test at room temperature were also carried out:
The gauge length of the specimen is a unidirectional stress state along the axis z-direction, so the finite element model is considered as a simple 1 × 1 × 1 cube, as shown in Figure 3b. The displacement boundary condition is defined in the z-direction of the model to simulate the uniaxial tensile behavior of the materials, and the symmetric boundary condition in the z-direction is applied on the other side. The model has meshed into 1000 C3D8 elements for simulation, as shown in Figure 3c. The material constants of 316 Stainless Steel at room temperature are shown in Table 1:
Figure 4a is the stress-strain curve of 316 Stainless Steel for different strain rates at room temperature:
The numerical simulation results are in good agreement with the experimental results, and the 316 Stainless Steel modeling and UMAT code are verified. When the stress is less than the yield stress σ y , the stress-strain curves for different strain rates overlap, and the stress-strain behavior of the materials show rate-dependence only after yielding, which is the basic characteristic of the elasto-viscoplastic constitutive model. From Equation 7 and 14, we have:
σ v = K p ˙ 1 / n
that is:
σ ε ˙
The above equation shows that the stress of the materials is positively correlated with the strain rate, that is, the greater the strain rate when the material is loaded, the greater the stress when the material is loaded to the same strain, which is consistent with the phenomenon described by the stress-strain curve in Figure 4a. Figure 4b shows the stress relaxation curve of 316 Stainless Steel at room temperature, and the numerical simulation results are in good agreement with the experiment. When the materials maintain a certain strain, as time increases, the stress gradually decreases until the stress caused by the viscosity of the material disappears completely. It is worth noting that the viscous stress is caused by the plastic strain as shown in Equation 97. Therefore, if the materials be held at a strain level corresponding to stress that does not reach the yield stress, materials will not exhibit stress relaxation behavior.
Hyde et al[18] used the 316 Stainless Steel hollow circular cross-section rod specimen shown in Figure 3a to carry out the low cycle fatigue test (LCF test) at 550 °C. The test is controlled by strain, the loading waveform is triangular wave, the strain amplitude is 0.006 , the strain ratio is 1 , and the period is 80 s . Numerical simulations also use the finite element model shown in Figure 3b and c, setting the same displacement boundary conditions in the z-direction as the LCF test. As shown in Figure 5a, the stress-strain loops predicted by the model for the first and fiftieth cycles are in good agreement with the test:
Figure 5b shows the relationship between the half stress range and the number of cycles, and the numerical simulation results are in good agreement with the experimental results. The model successfully predicted the cyclic hardening behavior of 316 Stainless Steel at high temperature. The combined isotropic and kinematic hardening rules governing the cyclic hardening behavior in the constitutive equations are shown in Equation 11, 12 and 13.

4.2. Zircaloy-4

Delobelle et al[28] used the Zircaloy-4 circular tube specimen shown in Figure 6a to carry out the uniaxial tensile test for different strain rates and creep test in the axial and hoop directions, the tests were carried out at 350 ° C :
In the uniaxial tensile test, the circular tube specimen is subjected to a displacement-controlled loading in the z-direction, and the gauge length of the specimen is a unidirectional stress state along the z-direction, so the finite element model is considered as a simple 1 × 1 × 1 cube, as shown in Figure 6b. The displacement boundary condition is defined in the z-direction of the model to simulate the uniaxial tensile behavior of the specimen, and the symmetric boundary condition in the z-direction is applied on the other side. The model has meshed into 1000 C3D8 elements for simulation, as shown in Figure 6c. Two different metallurgical states of Zircaloy-4 were used for the test, namely recrystallized (R state) Zircaloy-4 and cold worked stress relieved (CWSR state) Zircaloy-4. The Zircaloy-4 material constants of the two metallurgical states are shown in Table 2:
Compared with Zircaloy-4 in the CWSR state, the material constants of Zircaloy-4 in the R state lack the parameters of the internal variable Y i s o shown in the Equation 22, because the Zircaloy-4 in the R state has cyclic loading stability, and Y i s o mainly controls the cyclic hardening behavior of the materials. Therefore, the Y i s o term is not considered in the modeling of the viscoplastic mechanical behavior of Zircaloy-4 in R state, and the relevant parameters can be set to zero when using UMAT to carry out the simulation of Zircaloy-4 in R state. Figure 7 shows the stress-strain curves of R state and CWSR state Zircaloy-4 for different strain rates at 350°C:
The numerical simulation results are in good agreement with the experimental results, which verifies the correctness of Zircaloy-4 modeling and UMAT code. According to Equation 7 and 26, we have:
σ v = N sinh 1 p ˙ ε ˙ 0 1 / k
Similar to 316 Stainless Steel, the stress of Zircaloy-4 is positively correlated with the strain rate (Equation 98), that is, the greater the strain rate when the material is loaded, the greater the stress when the material is loaded to the same strain, which is consistent with the phenomenon described by the stress-strain curve in Figure 7.
Based on the test device in Figure 6a, Delobelle et al[28] carried out uniaxial creep tests of Zircaloy-4 in different material orientations. The loading method of the uniaxial creep test in the z-direction is the same as that of the uniaxial tensile test in the z-direction, and the force sensor located at the clamping end of the specimen ensures that the Zircaloy-4 round tube is in a constant stress loading state. The hoop creep loading of the Zircaloy-4 circular tube is controlled by the pressurizing system, and a constant hoop stress is applied to the specimen to carry out the creep test. This loading scheme is closer to the service conditions of materials used in nuclear fuel cladding structures. Since the gauge length of the Zircaloy-4 tube is a unidirectional stress state when the creep tests are carried out in two directions, the finite element model is still considered as a simple 1 × 1 × 1 cube. As shown in Figure 6d, the stress boundary condition is defined in the z-direction of the model to simulate the uniaxial creep behavior of the specimen in the axial direction, and the symmetrical boundary condition in the z-direction is applied on the other side. As shown in Figure 6e, the stress boundary condition is defined in the y-direction of the model to simulate the uniaxial creep behavior of the specimen in the hoop direction, and the symmetric boundary condition in the y-direction is applied on the other side. The model has meshed into 1000 C3D8 elements for simulation, as shown in Figure 6c. The creep stresses of Zircaloy-4 in the R state are 125 M P a , 135 M P a , 150 M P a , and 170 M P a , respectively, and the creep stresses of Zircaloy-4 in the CWSR state are 170 M P a and 250 M P a , and each creep stress level is maintained for 200 hours and then increased to the next stress level. Figure 8 shows the incremental uniaxial creep curves of Zircaloy-4 in R state and CWSR state at 350 ° C :
The numerical simulation results are basically consistent with the experimental results. Neglecting the uncertainties in the loading control and deformation acquisition of the high-temperature creep test, the strain amplitudes, as well as the flow directions, are on the whole correctly modeled, so the simulation results are generally acceptable.

5. Conclusions

Within this study, we present the implementation of the ABAQUS user material subroutines of the Chaboche unified viscoplastic constitutive model and the Delobelle unified viscoplastic constitutive model for 316 Stainless Steel and Zircaloy-4. The Chaboche model includes nonlinear isotropic hardening, nonlinear kinematic hardening, and a viscosity equation in the form of a power function. Delobelle model includes a viscosity equation in the form of the hyperbolic sine function and three back-stresses playing roles successively instead of simultaneously, and the anisotropic viscoplastic behavior of the materials is considered. The derivation of the stress update algorithm that implements the Chaboche model and the Delobelle model is based on the return mapping algorithm and the semi-implicit integration scheme, and the UMAT user subroutines for 316 Stainless Steel and Zircaloy-4 are developed. The simulation results with the use of subroutines were verified against existing experimental data from the literature. The models and UMAT subroutines successfully simulated the viscoplastic mechanical behavior of 316 Stainless Steel and Zircaloy-4.
The simulation results successfully captured the rate-dependent stress-strain behavior, stress relaxation behavior and cyclic hardening behavior of 316 Stainless Steel, and the rate-dependent stress-strain behavior and anisotropic creep behavior of Zircaloy-4 in two metallurgical states. This demonstrates that the simulation capability of the user subroutines we developed covers various loading conditions of the cladding materials in service. We hope our efforts provide useful material models and available source codes for users from academia or industry to carry out more accurate mechanical analysis of cladding structures.

Author Contributions

Methodology, X.Y., J.Z.; software, X.Y.; formal analysis, X.Y.; investigation, X.Y.; resources, J.Z.; writing—original draft preparation, X.Y.; writing—review and editing, J.Z.; visualization, X.Y.; supervision, J.Z.; project administration, J.Z. All authors have read and agreed to the published version of the manuscript.

Data Availability Statement

The raw/processed data required to reproduce these findings are available to download from https://github.com/XJTU-Zhou-group/ABAQUS_UMAT_316ss_Zr4.

Acknowledgments

This research is supported by National Natural Science Foundation of China (grant 11972277) and by Science and Technology on Reactor System Design Technology Laboratory (LRSDT2021205).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cox, B. Pellet-clad interaction (PCI) failures of zirconium alloy fuel cladding—a review. Journal of nuclear materials 1990, 172, 249–292. [Google Scholar] [CrossRef]
  2. Jezequel, T.; Auzoux, Q.; Le Boulch, D.; Bono, M.; Andrieu, E.; Blanc, C.; Chabretou, V.; Mozzani, N.; Rautenberg, M. Stress corrosion crack initiation of Zircaloy-4 cladding tubes in an iodine vapor environment during creep, relaxation, and constant strain rate tests. Journal of Nuclear Materials 2018, 499, 641–651. [Google Scholar] [CrossRef]
  3. Hallstadius, L.; Johnson, S.; Lahoda, E. Cladding for high performance fuel. Progress in Nuclear Energy 2012, 57, 71–76. [Google Scholar] [CrossRef]
  4. Azevedo, C.d.F. Selection of fuel cladding material for nuclear fission reactors. Engineering Failure Analysis 2011, 18, 1943–1962. [Google Scholar] [CrossRef]
  5. Berna, G.; Beyer, G.; Davis, K.; Lanning, D. FRAPCON-3: A computer code for the calculation of steady-state, thermal-mechanical behavior of oxide fuel rods for high burnup. Technical report, US Nuclear Regulatory Commission (NRC), Washington, DC (United States). Div. of Systems Technology; Pacific Northwest National Lab.(PNNL), Richland, WA (United States); Idaho National Lab.(INL), Idaho Falls, ID (United States), 1997.
  6. Hughes, T. FPIN2 analysis of metal fueled pins. Technical report, Argonne National Lab.(ANL), Argonne, IL (United States), 1985.
  7. Yagnik, S.; Rashid, Y.; Dunham, R.; Montgomery, R. Fuel Analysis and Licensing Code: FALCON MOD01, Volume 1: Theoretical and Numerical Bases. EPRI, Palo Alto, CA, USA 2004, 1011307. [Google Scholar]
  8. Allison, C.; Berna, G.; Chambers, R.; Coryell, E.; Davis, K.; Hagrman, K.; McComas, M. SCDAP/RELAP5/MOD3. 1 Code Manual Volume IV: MATPRO. NUREG/CR 1993, 6150, 20555–0001. [Google Scholar]
  9. Williamson, R.L.; Hales, J.; Novascone, S.; Tonks, M.; Gaston, D.; Permann, C.; Andrs, D.; Martineau, R. Multidimensional multiphysics simulation of nuclear fuel behavior. Journal of Nuclear Materials 2012, 423, 149–163. [Google Scholar] [CrossRef]
  10. Newman, C.; Hansen, G.; Gaston, D. Three dimensional coupled simulation of thermomechanics, heat, and oxygen diffusion in UO2 nuclear fuel rods. Journal of Nuclear Materials 2009, 392, 6–15. [Google Scholar] [CrossRef]
  11. Williamson, R.L.; Hales, J.D.; Novascone, S.R.; Pastore, G.; Gamble, K.A.; Spencer, B.W.; Jiang, W.; Pitts, S.A.; Casagranda, A.; Schwen, D.; et al. BISON: A flexible code for advanced simulation of the performance of multiple nuclear fuel forms. Nuclear Technology 2021, 207, 954–980. [Google Scholar] [CrossRef]
  12. Williamson, R. Enhancing the ABAQUS thermomechanics code to simulate multipellet steady and transient LWR fuel rod behavior. Journal of Nuclear Materials 2011, 415, 74–83. [Google Scholar] [CrossRef]
  13. Phan, V.T.; Messner, M.; Sham, T.L. A unified engineering inelastic model for 316H stainless steel. In Proceedings of the Pressure Vessels and Piping Conference; 2019. [Google Scholar] [CrossRef]
  14. Chaboche, J.L. A review of some plasticity and viscoplasticity constitutive theories. International journal of plasticity 2008, 24, 1642–1693. [Google Scholar] [CrossRef]
  15. Chaboche, J.; Rousselier, G. On the plastic and viscoplastic constitutive equations—Part I: Rules developed with internal variable concept. Journal of Pressure Vessel Technology 1983. [Google Scholar] [CrossRef]
  16. Chaboche, J.L.; Rousselier, G. On the plastic and viscoplastic constitutive equations—Part II: application of internal variable concepts to the 316 stainless steel. Journal of Pressure Vessel Technology 1983. [Google Scholar] [CrossRef]
  17. Chaboche, J.L. Constitutive equations for cyclic plasticity and cyclic viscoplasticity. International journal of plasticity 1989, 5, 247–302. [Google Scholar] [CrossRef]
  18. Hyde, C.J.; Sun, W.; Leen, S.B. Cyclic thermo-mechanical material modelling and testing of 316 stainless steel. International Journal of Pressure Vessels and Piping 2010, 87, 365–372. [Google Scholar] [CrossRef]
  19. Lim, L.; Dunne, F. The effect of volume fraction of reinforcement on the elastic-viscoplastic response of metal-matrix composites. International journal of mechanical sciences 1995, 38, 19–39. [Google Scholar] [CrossRef]
  20. Hyde, C.J.; Sun, W.; Hyde, T.; Rouse, J.; Farragher, T.; O’Dowd, N.P.; Leen, S. Cyclic viscoplasticity testing and modeling of a service-aged P91 steel. Journal of Pressure Vessel Technology 2014, 136, 044501. [Google Scholar] [CrossRef]
  21. Miled, B.; Doghri, I.; Delannay, L. Coupled viscoelastic–viscoplastic modeling of homogeneous and isotropic polymers: Numerical algorithm and analytical solutions. Computer methods in applied mechanics and engineering 2011, 200, 3381–3394. [Google Scholar] [CrossRef]
  22. Tian, J.; Li, J.; Xie, H.; Yang, Y.; Kan, Q. Finite element implementation of a temperature-dependent cyclic plastic model for SA508-3 steel. Metals 2018, 8, 955. [Google Scholar] [CrossRef]
  23. Murty, K.L.; Charit, I. Texture development and anisotropic deformation of zircaloys. Progress in nuclear energy 2006, 48, 325–359. [Google Scholar] [CrossRef]
  24. Murty, K.L.; Adams, B.L. Biaxial creep of textured zircaloy I: experimental and phenomenological descriptions. Materials Science and Engineering 1985, 70, 169–180. [Google Scholar] [CrossRef]
  25. Grosjean, C.; Poquillon, D.; Salabura, J.C.; Cloué, J.M. Experimental creep behaviour determination of cladding tube materials under multi-axial loadings. Materials Science and Engineering: A 2009, 510, 332–336. [Google Scholar] [CrossRef]
  26. Rautenberg, M.; Poquillon, D.; Pilvin, P.; Grosjean, C.; Cloué, J.M.; Feaugas, X. Thermal isocreep curves obtained during multi-axial creep tests on recrystallized Zircaloy-4 and M5™ alloy. Nuclear Engineering and Design 2014, 269, 33–37. [Google Scholar] [CrossRef]
  27. Delobelle, P. Synthesis of the elastoviscoplastic behavior and modelization of an austenitic stainless steel over a large temperature range, under uniaxial and biaxial loadings, part II: Phenomenological modelization. International journal of plasticity 1993, 9, 87–118. [Google Scholar] [CrossRef]
  28. Delobelle, P.; Robinet, P.; Geyer, P.; Bouffioux, P. A model to describe the anisotropic viscoplastic behaviour of Zircaloy-4 tubes. Journal of Nuclear Materials 1996, 238, 135–162. [Google Scholar] [CrossRef]
  29. Richard, F.; Delobelle, P.; Leclercq, S.; Bouffioux, P.; Rousselier, G. Modeling of the cold work stress relieved Zircaloy-4 cladding tubes mechanical behavior under PWR operating conditions. In Proceedings of the SMiRT 17 (Prague); 2003. [Google Scholar]
  30. Dunne, F.; Petrinic, N. Introduction to computational plasticity; OUP Oxford: Oxford, UK, 2005. [Google Scholar]
  31. Armstrong, P.J.; Frederick, C.; et al. A mathematical representation of the multiaxial Bauschinger effect; Technical report; Berkeley Nuclear Laboratories: Berkeley, CA, USA, 1966. [Google Scholar]
  32. Hill, R. A theory of the yielding and plastic flow of anisotropic metals. Proceedings of the Royal Society of London. Series A. Mathematical and Physical Sciences 1948, 193, 281–297. [Google Scholar]
  33. Marin, E.; McDowell, D. A semi-implicit integration scheme for rate-dependent and rate-independent plasticity. Computers & structures 1997, 63, 579–600. [Google Scholar]
Figure 1. The stress-strain update process based on return mapping algorithm, and the corresponding yield surface.
Figure 1. The stress-strain update process based on return mapping algorithm, and the corresponding yield surface.
Preprints 81321 g001
Figure 2. Flow diagram of return mapping algorithm.
Figure 2. Flow diagram of return mapping algorithm.
Preprints 81321 g002
Figure 3. 316 Stainless Steel specimen and finite element model: (a) 316 Stainless Steel specimen[18], (b) uniaxial loading boundary condition, (c) meshing model.
Figure 3. 316 Stainless Steel specimen and finite element model: (a) 316 Stainless Steel specimen[18], (b) uniaxial loading boundary condition, (c) meshing model.
Preprints 81321 g003
Figure 4. Comparison of 316 Stainless Steel experimental and numerical results at room temperature: (a) uniaxial tensile stress-strain curves for different strain rates, (b) stress relaxation curve.
Figure 4. Comparison of 316 Stainless Steel experimental and numerical results at room temperature: (a) uniaxial tensile stress-strain curves for different strain rates, (b) stress relaxation curve.
Preprints 81321 g004
Figure 5. Comparison of model predictions of cyclic hardening behavior of 316 Stainless Steel with experimental data at 550°C: (a) stress-strain loops of the 1st cycle and the 50th cycle, (b) half stress range( Δ σ / 2 )-cycle number(N) curve.
Figure 5. Comparison of model predictions of cyclic hardening behavior of 316 Stainless Steel with experimental data at 550°C: (a) stress-strain loops of the 1st cycle and the 50th cycle, (b) half stress range( Δ σ / 2 )-cycle number(N) curve.
Preprints 81321 g005
Figure 6. Zircaloy-4 specimen and finite element model: (a) Zircaloy-4 specimen and loading system[25,28], (b) boundary condition for uniaxial loading in the z-direction, (c) meshing model, (d) boundary condition for uniaxial creep in the z-direction, (e) boundary condition for uniaxial creep in the y-direction.
Figure 6. Zircaloy-4 specimen and finite element model: (a) Zircaloy-4 specimen and loading system[25,28], (b) boundary condition for uniaxial loading in the z-direction, (c) meshing model, (d) boundary condition for uniaxial creep in the z-direction, (e) boundary condition for uniaxial creep in the y-direction.
Preprints 81321 g006
Figure 7. Uniaxial tensile stress-strain curves of CWSR state and R state Zircaloy-4 for different strain rates.
Figure 7. Uniaxial tensile stress-strain curves of CWSR state and R state Zircaloy-4 for different strain rates.
Preprints 81321 g007
Figure 8. Incremental uniaxial creep curves for z-direction and y-direction loading: (a) R state, (b) CWSR state.
Figure 8. Incremental uniaxial creep curves for z-direction and y-direction loading: (a) R state, (b) CWSR state.
Preprints 81321 g008
Table 1. Material constants for 316 Stainless Steel at room temperature and 550°C[16,18].
Table 1. Material constants for 316 Stainless Steel at room temperature and 550°C[16,18].
T ( ° C ) E ( G P a ) ν σ y ( M P a ) b Q ( M P a ) a 1 ( M P a ) C 1 a 2 C 2 K ( M P a · s 1 / n ) n
]1*RT* 185 0.3 82 8 60 58 2800 270 25 151 24
]1*550 141.26 0.3 31 31 27.8 86.3 6939 114.8 957.69 173 10
* RT means room temperature.
Table 2. Material constants for Zircaloy-4 at 350°C[28].
Table 2. Material constants for Zircaloy-4 at 350°C[28].
Recrystallized Zircaloy-4 Cold worked stress relieved Zircaloy-4
E = 78000 M P a , ν = 0.4 E = 73000 M P a , ν = 0.42
N = 6.5 M P a , k = 2.4 , ε ˙ 0 = 6.58 × 10 8 s 1 N = 15 M P a , k = 2.4 , ε ˙ 0 = 1.5 × 10 6 s 1
q = 8000 , q 1 = 600 , q 2 = 65 q = 9000 , q 1 = 400 , q 2 = 10
r m = 2.4 × 10 12 M P a · s 1 r m = 1.53 × 10 8 M P a · s 1 , r m 1 = 1 × 10 43 M P a · s 1
α 0 = 10 M P a , m 0 = 8 α 0 = 10 M P a , m 0 = 2.7 , m 1 = 28
Y 0 = 69 M P a , Y θ s a t = 13 M P a Y 0 = 177 M P a , Y i s o s a t = 40 M P a , Y θ s a t = 30 M P a
b θ = 35 b i s o = 2.5 , b θ = 5
M 11 = 0.398 , M 22 = 0.62 , M 33 = 0.666 M 11 = 1.1 , M 22 = 1.2 , M 33 = 0.666
M 13 = 0.222 , M 23 = 0.444 , M 12 = 0.176 M 13 = 0.28 , M 23 = 0.38 , M 12 = 0.82
M 44 = M 55 = M 66 = 3.8 M 44 = M 55 = M 66 = 3.4
N 11 = 1.038 , N 22 = 0.72 , N 33 = 0.666 N 11 = 0.699 , N 22 = 0.562 , N 33 = 0.666
N 13 = 0.492 , N 23 = 0.174 , N 12 = 0.546 N 13 = 0.401 , N 23 = 0.265 , N 12 = 0.297
N 44 = N 55 = N 66 = 0.295 N 44 = N 55 = N 66 = 0.33
Q 11 = Q 22 = Q 33 = 0.666 Q 11 = Q 22 = Q 33 = 0.666
Q 44 = Q 55 = Q 66 = 1 Q 44 = Q 55 = Q 66 = 1
Q 13 = Q 23 = Q 12 = 0.333 Q 13 = Q 23 = Q 12 = 0.333
R 11 = 0.303 , R 22 = 0.637 , R 33 = 0.666 R 11 = 0.626 , R 22 = 0.88 , R 33 = 0.666
R 13 = 0.166 , R 23 = 0.5 , R 12 = 0.137 R 13 = 0.206 , R 23 = 0.46 , R 12 = 0.42
R 44 = R 55 = R 66 = 2.07 R 44 = R 55 = R 66 = 2.75
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

© 2024 MDPI (Basel, Switzerland) unless otherwise stated