OOF2: The Manual

Name

OOF.Mesh.Field.In_Plane — In-plane Fields are constrained to have no z-components.

Synopsis

OOF.Mesh.Field.In_Plane(mesh,field)

Details

  • Parent Menu: OOF.Mesh.Field
  • Callback: function _inPlaneField in module ooflib.engine.IO.meshmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    field
    Type: A Field object.

Description

This command invokes generalized plane-strain for the given Field on all SubProblems on the given Mesh. The out-of-plane derivatives of the Field are taken to be zero. See OOF.Mesh.Field.Out_of_Plane.>