OOF2: The Manual

Name

OOF.Property.Parametrize.Couplings.PyroElectricity — Pyroelectricity

Synopsis

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

Details

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

    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

Set the parameters for the unnamed material Property, Couplings:PyroElectricity. To create a named copy of the Property, use OOF.Property.Copy, and use OOF.Property.Couplings.PyroElectricity.name to set its parameters.

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