ospgrillage.load.create_load#
- create_load(**kwargs)#
User interface function to create load types.
- Keyword:
type(str): type of load. Choose either [“point”,”line”,”patch”,”nodal”]
point# (LoadPoint namedTuple): LoadPoint for load type in global coordinate. Note different load type requires a
different minimum LoadPoint. * local_load_point_# (LoadPoint namedTuple): LoadPoint for load type in local coordinate. Note different load type requires a different minimum LoadPoint.
- Returns:
PointLoad, LineLoading, PatchLoading, or NodalForces