From: Koni Schafroth on
I am looking for a model in Simulink that simulates the correct behaviour of a piezoelectric bender device that will be used as a micro-power generator.
From: Christopher Green on
"Koni Schafroth" <koni.schafroth(a)smartfish.ch> wrote in message <i0s87s$jju$1(a)fred.mathworks.com>...
> I am looking for a model in Simulink that simulates the correct behaviour of a piezoelectric bender device that will be used as a micro-power generator.

I am trying to do the same thing and also the pressure loading of of a piezoelectric diaphragm. Simscape has the piezoelectric stack that I have been eying. It at least uses the constitutive equations. Thinking of picking up the gauntlet and writing my own.
From: Arnaud Miege on
"Christopher Green" <cwgreen(a)vcu.edu> wrote in message <i1gh7d$s8n$1(a)fred.mathworks.com>...
> "Koni Schafroth" <koni.schafroth(a)smartfish.ch> wrote in message <i0s87s$jju$1(a)fred.mathworks.com>...
> > I am looking for a model in Simulink that simulates the correct behaviour of a piezoelectric bender device that will be used as a micro-power generator.
>
> I am trying to do the same thing and also the pressure loading of of a piezoelectric diaphragm. Simscape has the piezoelectric stack that I have been eying. It at least uses the constitutive equations. Thinking of picking up the gauntlet and writing my own.

The piezoelectric is actually from SimElectronics:
http://www.mathworks.com/access/helpdesk/help/toolbox/physmod/elec/ref/piezostack.html

There are also rotary and linear piezo motors:
http://www.mathworks.com/access/helpdesk/help/toolbox/physmod/elec/ref/piezorotarymotor.html
http://www.mathworks.com/access/helpdesk/help/toolbox/physmod/elec/ref/piezolinearmotor.html

If you have a good grasp of the mathematical equations, you can create your own model using the Simscape language.

HTH,

Arnaud