PrestressLoad

class compas_fea.structure.PrestressLoad(name, elements, sxx=0)[source]

Bases: compas_fea.structure.load.Load

Pre-stress [units: N/m2] applied to element(s).

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

  • elements (str, list) – Element set or element keys the prestress is applied to.

  • sxx (float) – Value of prestress for axial stress component sxx.