OOF2: The Manual

Name

OOF.LoadData.Property.Couplings.PyroElectricity — Pyroelectricity Used internally in data files.

Synopsis

OOF.LoadData.Property.Couplings.PyroElectricity(name,px,py,pz,T0,coefficient_type)

Details

  • Parent Menu: OOF.LoadData.Property.Couplings
  • Callback: function PropertyManager.creatorcallback in module ooflib.engine.propertyregistration
  • Parameters:

    name
    Name of Property. Type: A character string.
    px
    Crystal X component of polarization contribution due to temperature change. Type: A real number.
    py
    Crystal Y component of polarization contribution due to temperature change. Type: A real number.
    pz
    Crystal Z component of polarization contribution due to temperature change. Type: A real number.
    T0
    Reference temperature. Type: A real number.
    coefficient_type
    Interpretation of the p coefficients, constant strain or constant stress. Type: An object from the ConstancyEnum enumerated class.

Description

Create an instance of the material Property Couplings:PyroElectricity. This command is only used in data files. Data files containing Properties are created by the Materials, Microstructure, Skeleton and Mesh commands in the OOF.File.Save menu.

The name argument should be set to the name of a named Property or to an empty string ('') when setting parameters in an unnamed Property.

See Couplings:PyroElectricity for a complete description of the parameters for this Property.