OOF2: The Manual

Name

OOF.Property.Parametrize.Mechanical.ForceDensity.ConstantForceDensity — A constant force, such as gravity, applied throughout the material.

Synopsis

OOF.Property.Parametrize.Mechanical.ForceDensity.ConstantForceDensity(gx,gy)

Details

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

    gx
    body force density in the x direction Type: A real number.
    gy
    body force density in the y direction Type: A real number.

Description

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

See Mechanical:ForceDensity:ConstantForceDensity for a complete description of the parameters for this Property.