Skip to content

Piezoelectric material properties characterization

Piezoelectric material properties characterization predicts piezoelectric material properties from electrical impedance measurements of a disc-shaped piezoelectric sample.

The feature uses a pre-trained neural network to estimate elastic, piezoelectric, dielectric, and damping properties that can be used directly in piezoelectricity simulations in Quanscient Allsolve.

The model is trained for circular disc samples measured under conditions that match the training data. Results for other geometries or measurement setups may be less accurate.

Piezoelectric material properties characterization uses a third party AI service for processing. An organization administrator must enable Third party services in the organization settings before the feature is available.

See the FAQ for instructions on enabling AI features.

  1. Open a project and go to the Materials section.
  2. Click Add material (or the add menu in the materials list).
  3. From Generate material properties (beta) menu, select Piezoelectric material to open the Piezoelectric material properties characterization dialog.

The workflow has three steps:

  1. Enter disc dimensions
  2. Upload and map impedance measurement data
  3. Review generated properties and add them as a new material

Enter the physical dimensions of the measured disc:

ParameterUnitDescription
DiametermmDiameter of the disc
ThicknessmmThickness of the disc
WeightgMass of the disc

Density is computed automatically from weight and dimensions using a cylindrical volume model:

ρ=mπ(d/2)2t\rho = \frac{m}{\pi (d/2)^2 t}

where mm is mass, dd is diameter, and tt is thickness.

Upload a comma- or tab-separated CSV file containing three columns:

ColumnUnitDescription
FrequencyHzMeasurement frequency
Impedance magnitudeΩ\OmegaMagnitude of the electrical impedance
Impedance phasedegreesPhase of the electrical impedance

After uploading, map each required column to the corresponding column in your file. Column names are matched automatically when possible (for example freq, z_mag, or impedance_magnitude).

All three columns must contain the same number of data rows.

The uploaded data is validated before generation:

CheckRequirement
Impedance magnitudeAll values must be greater than 0
Impedance phaseAll values must be in the range −90° to 90°
Frequency rangeMust cover [1/t, 9000/t] Hz, where t is disc thickness in metres

The required frequency range corresponds to a thickness-normalized grid of 1–9000 Hz·m, which is the range used by the underlying model. Wider coverage generally improves prediction quality.

Click Generate to run the characterization. When complete, review the predicted material properties before adding them to your project.

Click Add as new material to create a material with the generated properties. The new material is added to your project and can be assigned to regions like any other material.

The model predicts the following material constants from your impedance data and disc geometry:

PropertySymbolUnitMaterial property in Allsolve
Elastic stiffnessc11c_{11}, c12c_{12}, c13c_{13}, c33c_{33}, c44c_{44}PaElasticity matrix
Piezoelectric stresse31e_{31}, e33e_{33}C/m²Piezoelectric coupling matrix
Relative permittivityε33S\varepsilon_{33}^SElectric permittivity (33 component)
Mechanical quality factorQQMass and stiffness damping coefficients

Density from the disc measurements is set as the Density property.

Damping coefficients are expressed using the mechanical quality factor QQ through the qtoalpha(f, Q) and qtobeta(f, Q) functions, which convert QQ into mass and stiffness proportional damping suitable for Solid mechanics and Elastic waves simulations.

In the preview, predicted values are marked with . Some matrix entries cannot be determined from a disc impedance measurement alone; these are taken from a reference PZT dataset and marked with :

Material propertyFixed entriesReason
Piezoelectric stresse15e_{15}Not identifiable from disc impedance alone
Relative permittivityε11S\varepsilon_{11}^S, ε22S\varepsilon_{22}^SNot identifiable from disc impedance alone

The elasticity matrix also includes a derived shear component c66=(c11c12)/2c_{66} = (c_{11} - c_{12}) / 2, computed from the predicted c11c_{11} and c12c_{12} values.

  • Sample geometry: The model is designed for disc-shaped samples. Other shapes are not supported.
  • Fixed matrix entries: Properties that cannot be extracted from disc measurements use reference PZT values and may not match your specific material in those components.
  • Prediction accuracy: Results depend on measurement quality, frequency coverage, and how closely your sample matches the training conditions. Treat outputs as estimates and validate against known data or experiments when possible.
  • Third party processing: The feature requires third party services to be enabled for your organization.
IssuePossible cause
Feature not availableThird party services not enabled in organization settings
Frequency range errorMeasurement data does not span the required range for the given disc thickness
Impedance magnitude errorOne or more magnitude values are zero or negative
Impedance phase errorOne or more phase values fall outside −90° to 90°
Generation failedInvalid or incomplete input data; check CSV mapping and disc parameters

If generation fails after validation passes, verify that all disc parameters are positive numbers and that the CSV contains numeric values in every mapped column.