Skip to main content

Boundary, Vector, Frame

Cad faces, Vector, Frame

Boundary, Vector, Frame

Applies a force vector to a selected boundary. The force will be evenly distributed over the selected boundary entities.

Inputs

NameTypeDescription
BoundaryBoundaryThe boundary entities to apply the load.
VectorVectorThe force vector.
FrameFrameThe reference frame for the components of the vector. if a frame is not specified, the components are in the global coordinate system.

Outputs

Type
Force

About this Block

What it does: The Force block is a Boundary Condition for analysis that applies a force over a selected boundary. Commons uses:
  • Boundary condition in an analysis.
Tips:
  • The Force block requires a Boundary, to choose where to apply the force, and a Vector, to determine the magnitude and direction of the force. There is an optional input of a Frame, allowing for further definition of the orientation of the force.
  • When choosing entities:
    • If you select nodes, it divides the applied force evenly among them.
    • If you choose edges, it divides the force evenly among the total length of the edges.
    • If you select faces, it divides the force over the entire area of your selection.
    • For example, if you use nodes in the FE Boundary, then regions with more nodes will generally see more force since with this option we are taking the force divided by the total number of nodes and applying that value to each node. Instead, if you use the Faces option, then the Force is divided by the total area and this is applied as a force per unit area to each element face which should result in a more evenly applied Force across the entire FE Boundary.

Example File

Download Example: Force Force

Cad faces, Vector, Frame

Applies a force vector to the selected CAD faces. The force will be evenly distributed over the CAD faces.

Inputs

NameTypeDescription
Cad facesCAD Face ListThe cad faces.
VectorVectorThe force vector.
FrameFrameThe reference frame for the components of the vector. if a frame is not specified, the components are in the global coordinate system.

Outputs

Type
Force