
Aug. 6, 2015
4:21 p.m.
Hi Dennis,
the piezo term can be used (IIRC) directly in post-processing to compute the piezo-part of the stress - try passing mode='el_avg' into problem.evaluate().
r.
On 08/05/2015 03:11 PM, Dennis Perchak wrote:
I have been doing some modeling of a piezoelectric system and it works well. One can apply a field and see the resulting deformation. I also get how one can calculate the Cauchy strain and stress using the post-process hook and the terms 'ev_cauchy_strain.2.Omega(u)' and 'ev_cauchy_stress.2.Omega(solid.D, u)'. But since the constitutive law for the stress is the Cauchy term + the piezo-coupling term, how does one evaluate the stress and output it for given displacements and fields?
Dennis