fedoo.constraint.SurfaceForce.from_nodes
- static SurfaceForce.from_nodes(mesh: Mesh, node_set: np.typing.ArrayLike[int] | str, force: np.typing.ArrayLike[float], initial_force: np.typing.ArrayLike[float] | None = None, nlgeom: bool | None = None, name: str = '')
Create a SurfaceForce assembly from an node set.
This constructor automatically extact the surface mesh from an node set.
See
SurfaceForce
for more details on the parameters.