> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FE Forces

Below, we discuss the different boundary condition options for a static analysis. You can find these forces in the *Simulation* tab under *Boundary Conditions*. We also have the **Rotational Force**block, which is currently in the *Beta* tab and is not discussed in this lesson. Information on our boundary conditions for thermal analysis is in our [341: Intro to Thermal FEA](/courses/341-intro-to-thermal-fea/) course.

To see the nTop notebook using all of these blocks in nTop, download the FE Forces file below this lesson.

<AccordionGroup>
  <Accordion title="Force">
    The **Force**block is a Boundary Condition for analysis that applies a force over a selected boundary. The force is evenly distributed over the selected entities. 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.

    The downward arrows in the image represent the -1000N of Force acting in the negative Z-direction over the box. If you want more control over the direction of the force, you can edit it using the 'Frame' input.

    <Frame>
      <img src="https://files.learn.ntop.com/lessons/fe-forces/240_11_1-Force.jpg" />
    </Frame>
  </Accordion>

  <Accordion title="Point Force">
    The **Point Force** block applies a point force to a selected boundary by distributing the load through rigid body elements.

    <Frame>
      <img src="https://files.learn.ntop.com/lessons/fe-forces/240_11_2-Point-Force.jpg" />
    </Frame>
  </Accordion>

  <Accordion title="Edge Force">
    The **Edge Force** block applies a force vector to selected boundary edge entities. The force will be distributed over the nodes on the selected edge. This block accepts a vector field for the force, so you can input a varying force across the selected edge entities, as shown below.

    <Frame>
      <img src="https://files.learn.ntop.com/lessons/fe-forces/240_11_3-Edge-Force.jpg" />
    </Frame>
  </Accordion>

  <Accordion title="Surface Force">
    The **Surface Force** block applies a general force vector field to selected boundary face entities. The force will be distributed over the nodes of the selected faces. This block accepts a vector field for the force, so you can input a varying force across the selected face entities.

    <Frame>
      <img src="https://files.learn.ntop.com/lessons/fe-forces/240_11_4-Surface-Force.jpg" />
    </Frame>
  </Accordion>

  <Accordion title="Acceleration Load">
    The **Acceleration Load** block applies an acceleration load to a selected region. The applied force is calculated by multiplying the acceleration vector by the element masses and distributing it over the nodes. You can use this block to add gravity as a load case.

    <Frame>
      <img src="https://files.learn.ntop.com/lessons/fe-forces/240_11_5-Acceleration-Load.jpg" />
    </Frame>
  </Accordion>

  <Accordion title="Point Moment">
    The **Point Moment** block applies a point moment to a selected boundary by distributing the load through rigid body elements.

    <Frame>
      <img src="https://files.learn.ntop.com/lessons/fe-forces/240_11_6-Point-Moment.jpg" />
    </Frame>
  </Accordion>

  <Accordion title="Pressure">
    The **Pressure**block applies pressure to selected boundary face entities.

    <Frame>
      <img src="https://files.learn.ntop.com/lessons/fe-forces/240_11_7-Pressure.jpg" />
    </Frame>
  </Accordion>

  <Accordion title="Bearing Force">
    The **Bearing Force** block applies a bearing load on a cylindrical boundary based on a sinusoidal distribution.

    <Frame>
      <img src="https://files.learn.ntop.com/lessons/fe-forces/240_11_8-Bearing-Force.jpg" />
    </Frame>
  </Accordion>
</AccordionGroup>

**Example File:**

[240\_11\_1 FE Force Options.ntop](https://files.learn.ntop.com/Courses/240%20Intro%20to%20Simulation/nTop%20Files/240_11_1%20FE%20Force%20Options.ntop)

[*Report File Issue*](https://docs.google.com/forms/d/1Ev9UFCZGo1aefglpX6E8sQ6Hr-Y6ILhGSZxE3paCqy4/edit)

*This file was last updated in nTop 4.2.3*
