DirectCyclicStep.add_uniform_forcefield
- DirectCyclicStep.add_uniform_forcefield(nodes, load_case=None, x=None, y=None, z=None, xx=None, yy=None, zz=None, amplitude=None, **kwargs)[source]
Add a
compas_fea2.problem.fields.NodeLoadFieldwhere all the nodes have the same load.- Parameters:
- namestr
name of the point load
- xfloat, optional
x component (in global coordinates) of the point load, by default None
- yfloat, optional
y component (in global coordinates) of the point load, by default None
- zfloat, optional
z component (in global coordinates) of the point load, by default None
- xxfloat, optional
moment about the global x axis of the point load, by default None
- yyfloat, optional
moment about the global y axis of the point load, by default None
- zzfloat, optional
moment about the global z axis of the point load, by default None
- Returns:
compas_fea2.problem.PointLoad
Warning
local axes are not supported yet