Appearance
Piezoelectric
The piezoelectric calculation can give you
- effective stiffness of the system
- effective permittivity of the system
- effective piezoelectric of the system
- strain distribution
- stress distribution
- electric field distribution
- electric polarization distribution
- electric displacement
Equation solved
The coupled equation of
, where
, where
- D Electric displacement
- vaccum permittivity
- relative permittivity
- E Electric field
- The stress
- The strain
- d Piezoelectric coefficient
- The transpose of piezoelectric coefficient, or converse piezoelectric coefficient
Input options
The following options are needed for the dielectric calculation.
- input->system The choice of calculation system must be piezoelectric
- input->external->electricField External applied electric field (V/m), if you want to calculate the electric field distribution within the composite
- x Applied electric field along x
- y Applied electric field along y
- z Applied electric field along z
- input->external->elastic/type Either stress or strain, this will determine what external constraints are expected.
- input->external->elastic/stress External applied stress constraint, if you want to calculate the stress/strain distribution within the composite
- tensor11
- tensor12
- tensor13
- tensor22
- tensor23
- tensor33
- input->external->elastic/strain External applied strain constraint, if you want to calculate the stress/strain distribution within the composite
- tensor11
- tensor12
- tensor13
- tensor22
- tensor23
- tensor33
- input->solver->ref A property tensor for the reference phase called permittivity and a tensor of stiffness are needed. Tensor definition is explained [here]
<system>
<type>piezoelectric</type>
<external>
<electricField>
<x>0</x>
<y>0</y>
<z>2e7</z>
</electricField>
<elastic>
<type>strain</type>
<strain>
<tensor11>0.0</tensor11>
<tensor22>0.0</tensor22>
<tensor33>0.0</tensor33>
<tensor23>0.0</tensor23>
<tensor13>0.001</tensor13>
<tensor12>0.0</tensor12>
</strain>
</elastic>
</external>
<solver>
<ref>
<tensor>
<name>permittivity</name>
<rank>2</rank>
<pointGroup>custom</pointGroup>
<component>
<value>100</value>
<index>11</index>
<index>22</index>
<index>33</index>
</component>
</tensor>
<tensor>
<pointGroup>Oh</pointGroup>
<name>stiffness</name>
<rank>4</rank>
<component>
<value>1000</value>
<index>1111</index>
</component>
<component>
<value>1200</value>
<index>1122</index>
</component>
<component>
<value>1100</value>
<index>1212</index>
</component>
<component>
<value>1100</value>
<index>1221</index>
</component>
</tensor>
</ref>
</solver>
</system>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Output files
There are a total of 10 possible output files for the dielectric calculation
- effDielectricPermittivity.dat
- effElasticStiffness.dat
- effPiezoelectric.dat
- avElectricVariables.dat
- avElasticVariables.dat
- elePtntl.00000000.dat
- eleField.00000000.dat
- eleDspl.00000000.dat
- stress.00000000.dat
- strain.00000000.dat