SDT-piezo Contents   Functions      PDF Index |
SDT 6.6 underwent significant revisions to get rid of solver strategies that were specific to piezo applications. The info,Electrodes of earlier releases is thus no longer necessary. To avoid disruption of user procedures, you can still use the old format with a .ver=0 field.
p_piezo ElectrodeInit is used to build/verify a data structure describing master electric DOFs associated with electrodes defined in your model. The info,Electrode stack entry is a structure with fields
Each column gives the weighting coefficients associated with each electrode. Thus def=[1;0;1] corresponds to a single equal input on electrodes 1 and 3. Note that it does not make sense to combine electrical DOFs that are of mixed nature (actuator/sensor).
The .DOF field should contain NodeId+.21 since the potential corresponds to DOF .21.
The .lab_in field can be used to provide labels associated with each actuator/sensor defined as a column of def. You should end the label with V so that the collocated sensor ends with a Q label.
[model,data]=p_piezo('ElectrodeInit',model); generates a default value for the electrode stack entry. Combination of actuators and sensors (both charge and voltage) is illustrated in section section ??.