SDT-piezo
Contents  
Functions  
 ![]() ![]() |
Our first numerical example concerns a bulk piezoelectric patch with inter-digitated electrodes (IDE). The principle of such electrodes is illustrated in Figure 7.7 []. The continuous electrodes are replaced by thin electrodes in the form of a comb with alternating polarity. This results in a curved electric field. Except close to the electrodes, the electric field is aligned in the plane of the actuator. In doing so, the extension of the patch in the plane is due to both the d31-mode and d33-mode. The d33-mode is interesting because the value of d33 is 2 to 3 times higher than the d31, d32 coefficients. In addition, as d33 and d31 have opposite sign, the application of a voltage across the IDE will lead to an expansion in the longitudinal direction, and a contraction in the lateral direction, and the amplitudes will be different.
![]()
Figure 7.7: Electric field for a) continuous electrodes b) Inter-digitated electrodes
The behavior of a piezoelectric patch with interdigitated electrodes can be studied by considering a representative volume element as shown in Fig 7.8.
![]()
Figure 7.8: Definition of a representative volume element to study the behavior of a piezoelectric patch with IDEs
Let us consider such a piezoelectric patch whose geometrical properties are given in Table 7.4. The default material considered is again SONOX_P502_iso (Table 4.3).
Property Value lx 0.4 mm ly 0.3 mm p 0.7 mm e 0.05 mm
Table 7.4: Geometrical properties of the RVE
In d_piezo('TutoPzPtchNumIDE-s1')
, we compute the static response due to a unit voltage applied across the electrodes, and represent the curved electric field. The mesh is first built in SI unit, and then transformed in mm.
d_piezo('TutoPzPtchNumIDE-s2')
allows to visualize the electric field. The resulting deformation and electric field are represented in Fig 7.9.
%% Step 2 - visualize electric field cf.sel(1)={'groupall','colorface none -facealpha0 -edgealpha.1'}; p_piezo('viewElec EltSel "matid1" DefLen 50e-3 reset',cf); fecom('scd 1e-10') p_piezo('electrodeview -fw',cf); % to see the electrodes on the mesh iimouse('zoom reset') cf.mdl.name='patch_IDE_EField';d_piezo('SetStyle',cf); feplot(cf);
a) b)
![]()
![]()
c)
![]()
Figure 7.9: a) Free deformation of the IDE patch under unit voltage actuation b) 3D Electric field distribution and c) 2D Electric field
In d_piezo('TutoPzPtchNumIDE-s3')
, the mean strains S1,S2 and S3 and the mean electric field in direction 3 (poling direction) are then computed.
In this example, the electric field is aligned with the poling direction, but is of opposite direction, resulting in a negative value of the mean
strain S3 (d33 is positive). Because d31 and d32 are negative, the mean values of S1 and S2 are positive:
when the patch contracts in direction 3, it expands in directions 1 and 2.
By dividing the mean strains by the mean electric field in the poling direction, one should recover the d31,d32 and d33 coefficients of the material. The mean value of E3 is however different from the value which would be obtained if the electric field was uniform (continuous electrodes on the sides of the patch). This value is considered here as the reference analytical value given by E3 = V/p. Note that due to the conversion to mm, the voltage is expressed in µ V.
Relation between mean strain on free structure and d_3i {'E3 mean'} {[-1.1442]} {[-1.4286]} {'E3 analytic'} {'Sx/E3'} {[-1.8500e-13]} {[-1.8500e-13]} {'d_31(mm/muV)'} {'Sy/E3'} {[-1.8500e-13]} {[-1.8500e-13]} {'d_32(mm/muV)'} {'Sz/E3'} {[ 4.4000e-13]} {[ 4.4000e-13]} {'d_33(mm/muV)'}
The ratio between the mean of E3 and the analytical value is about 0.80, which means that the free strain of an IDE patch with the geometrical properties considered in this example will be about 20 % lower than if the electric field was uniform. In fact, the spacing of the electrodes in an IDE patch is a compromise between the loss of performance due to the part of the piezoelectric material in which the electric field is not aligned with the poling direction, and the distance between the electrodes which, when increased, decreases the effective electric field for a given applied voltage.
In d_piezo('TutoPzPtchNumIDE-s4')
, the total charge on the electrodes and the charge density are computed, which allows also to compute the value of the capacitance. Figure 7.10 shows the distribution of the charge density on the electrodes.
![]()
Figure 7.10: Charge density on the electrodes resulting from a static unit voltage applied to the IDEs
The capacitance of the patch can be computed and compared to the analytical value (for a uniform field) given by CT = єT (lx ly)/p:
{'C_{IDE}'} {[2.5019e-18]} {[2.8080e-18]} {'C analytic'}
The capacitance of the IDE patch is about 10% lower than the analytical value.
In d_piezo('TutoPzPtchNumIDE-s5')
, we use fe_stress to compute and visualize the stress and strain maps in the patch with IDE electrodes. Figure 7.11 shows the colormap of T1, T2 and T3. It is clear that the curved electrical field induces important stress concentrations in the area close to the electrodes
%% Step 5 - Stress and strain visualisation % Stress field using fe_stress c1=fe_stress('stressAtInteg -gstate',model,def); cf.sel='reset';cf.def=fe_stress('expand',model,c1); cf.def.lab={'T11';'T22';'T33';'T23';'T13';'T12';'D1';'D2';'D3'}; % fecom('colordata 99 -edgealpha.1'); fecom('colorbar',d_imw('get','CbTR','String','Stress/Voltage [kPa/muV]')); iimouse('trans2d 0 0 0 1.6 1.6 1.6')
![]()
![]()
![]()
Figure 7.11: Colormap of stresses T1, T2 and T3 due to applied voltage on the patch with IDE
The strains and electrical displacement can also be computed with fe_stress, but this requires to replace the piezoelectric material with a 'PiezoStrain' material:
%- Strain visualisation % Replace with 'PiezoStrain' material mo2=model; mo2.pl=m_piezo('dbval 1 PiezoStrain') % Now represent strain fields using fe_stress c1=fe_stress('stressAtInteg -gstate',mo2,def); cf.sel='reset';cf.def=fe_stress('expand',mo2,c1); cf.def.lab={'S11';'S22';'S33';'S23';'S13';'S12';'E1';'E2';'E3'}; fecom('colordata 99 -edgealpha.1'); fecom('colorbar',d_imw('get','CbTR','String','Strain/Voltage [1/muV]')); iimouse('trans2d 0 0 0 1.6 1.6 1.6')
Figure 7.12 shows the colormap of S1, S2 and S3. The strain is uniform in the central region, but there are strong variations in the areas under the electrodes.
![]()
![]()
![]()
Figure 7.12: Colormap of strains S1, S2 and S3 due to applied voltage on the patch with IDE
Note that in this example, the poling direction has been considered to be aligned with the z-axis. In practice, as the IDE patch is usually poled using the IDE electrodes, the poling direction is aligned with the curved electric field lines. This difference of poling only concerns a few elements in the mesh, and from a global point of view, it does not have an important impact on the assessment of the performance of the patch, but it may have an important impact on the prediction of strains and stresses around the electrode areas. Aligning the poling direction with the curved electric field lines is possible but requires the handling of local basis which are oriented based on the computed electric field lines.