AreaLoad

class compas_fea.structure.AreaLoad(name, elements, x=0, y=0, z=0, axes='local')[source]

Bases: compas_fea.structure.load.Load

Distributed area force [units:N/m2] applied to element(s).

Parameters
  • name (str) – Name of the AreaLoad object.

  • elements (str, list) – Elements set or elements the load is applied to.

  • x (float) – x component of area load.

  • y (float) – y component of area load.

  • z (float) – z component of area load.