> ## 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.

# Point Moment

<CardGroup cols={2}>
  <Card title="Point, Boundary, Vector, FE Coupling Enum, Frame, 1.1.0" href="#point-boundary-vector-fe-coupling-enum-frame-110" />

  <Card title="Point, Boundary, Vector, Frame" href="#point-boundary-vector-frame" />

  <Card title="Point, Cad faces, Vector, FE Coupling Enum, Frame, 1.1.0" href="#point-cad-faces-vector-fe-coupling-enum-frame-110" />

  <Card title="Point, Cad faces, Vector, Frame" href="#point-cad-faces-vector-frame" />
</CardGroup>

***

## About this Block

**What it does:** The **Point Moment** block is a boundary condition that applies a remote moment to the selected boundary by distributing the load through Rigid (RBE2) / Flexible (RBE3) body elements.

**Common uses:**

* When the moment(s) applied to a boundary are known at a Remote Point.
* Simplifying simulations by applying representative point moment(s) instead of additional components

**Tips:**
The block has the following inputs:

* Point: The point where the moment(s) are specified

* Boundary: The boundary entities (typically surface nodes) to which the force will be transferred.

* Moment: The moment vector.

* Connector: This defines the the behavior of the nodes on the boundary linked to the motion of the point and has 2 options -
  * Rigid: The rigid option constrains the nodes on the boundary to move with the point. It prevents any relative motion between the nodes on the boundary and behaves like a rigid entity. This is popularly known as the RBE2 connector that connects an independent node (green) to a set of dependent nodes (yellow)
    ![Rigid Connector](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/RC_3.png)
  * Flexible: This flexible option links the motion of the point to the nodes on the boundary and enables relative motion between these nodes. This distributes the mass between the nodes on the boundary and avoids locally stiffening the model (unlike the Rigid connector). This is popularly known as the RBE3 connector that connects a dependent node (yellow) to a set of independent nodes (green)
    ![Flexible Connector](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/RC_4.png)
    *Note: Rigid connectors add elements with infinite stiffness to the model, while flexible connectors provide a distributed connection between the FE boundary and remote point. Therefore flexible connectors don't influence the stiffness of the model and are the preferred choice for load distribution.*

* Frame: The reference frame for the components of the Vector. If a Frame is not specified, the components are in the global coordinate system.

## Example File

The setup is similar to Point Force, and you can check the Point Force example below:

Download Example: [Point Force](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/point_force.ntop)

<table style={{width: '100%', margin: '0px auto'}}>
  <tbody>
    <tr>
      <td>
        Rigid
      </td>

      <td>
        Flexible
      </td>
    </tr>

    <tr>
      <td style={{width: '50%'}}>
        <img src="https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/point_force_rigid.gif" />
      </td>

      <td style={{width: '50%'}}>
        <img src="https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/point_force_flex.gif" />
      </td>
    </tr>
  </tbody>
</table>

***

<h2 id="point-boundary-vector-fe-coupling-enum-frame-110">
  Point, Boundary, Vector, FE Coupling Enum, Frame, 1.1.0
</h2>

Applies a point moment to a selected boundary by distributing the load through rigid/flexible body elements.

### Inputs

| Name      | Type                                                       | Description                                                                                                                            |
| --------- | ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Point     | [Point](../../../../block-documentation/types/point)       | The load application point.                                                                                                            |
| Boundary  | [Boundary](../../../../block-documentation/types/boundary) | The boundary entities that the moment will be transferred to.                                                                          |
| Moment    | [Vector](../../../../block-documentation/types/vector)     | The applied moment.                                                                                                                    |
| Connector | FE Coupling Enum                                           | Option to create either a Rigid (RBE2) or Flexible (RBE3) connector.                                                                   |
| Frame     | [Frame](../../../../block-documentation/types/frame)       | The reference frame for the components of the Vector. If a Frame is not specified, the components are in the global coordinate system. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Remote Force](../../../../block-documentation/types/remote-force) |

***

<h2 id="point-boundary-vector-frame">
  Point, Boundary, Vector, Frame
</h2>

Applies a point moment to a selected boundary by distributing the load through rigid body elements.

### Inputs

| Name     | Type                                                       | Description                                                                                                                            |
| -------- | ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Point    | [Point](../../../../block-documentation/types/point)       | The load application point.                                                                                                            |
| Boundary | [Boundary](../../../../block-documentation/types/boundary) | The boundary entities that the moment will be transferred to.                                                                          |
| Moment   | [Vector](../../../../block-documentation/types/vector)     | The applied moment.                                                                                                                    |
| Frame    | [Frame](../../../../block-documentation/types/frame)       | The reference frame for the components of the Vector. If a Frame is not specified, the components are in the global coordinate system. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Remote Force](../../../../block-documentation/types/remote-force) |

***

<h2 id="point-cad-faces-vector-fe-coupling-enum-frame-110">
  Point, Cad faces, Vector, FE Coupling Enum, Frame, 1.1.0
</h2>

Applies a point moment to the selected CAD faces by distributing the load through rigid/flexible body elements.

### Inputs

| Name      | Type                                                            | Description                                                                                                                            |
| --------- | --------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Point     | [Point](../../../../block-documentation/types/point)            | The load application point.                                                                                                            |
| Cad faces | [CAD Face List](../../../../block-documentation/types/cad-face) | The CAD faces that the moment will be transferred to.                                                                                  |
| Moment    | [Vector](../../../../block-documentation/types/vector)          | The applied moment.                                                                                                                    |
| Connector | FE Coupling Enum                                                | Option to create either a Rigid (RBE2) or Flexible (RBE3) connector.                                                                   |
| Frame     | [Frame](../../../../block-documentation/types/frame)            | The reference frame for the components of the Vector. If a Frame is not specified, the components are in the global coordinate system. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Remote Force](../../../../block-documentation/types/remote-force) |

***

<h2 id="point-cad-faces-vector-frame">
  Point, Cad faces, Vector, Frame
</h2>

Applies a point moment to the selected CAD faces by distributing the load through rigid body elements.

### Inputs

| Name      | Type                                                            | Description                                                                                                                            |
| --------- | --------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Point     | [Point](../../../../block-documentation/types/point)            | The load application point.                                                                                                            |
| Cad faces | [CAD Face List](../../../../block-documentation/types/cad-face) | The CAD faces that the moment will be transferred to.                                                                                  |
| Moment    | [Vector](../../../../block-documentation/types/vector)          | The applied moment.                                                                                                                    |
| Frame     | [Frame](../../../../block-documentation/types/frame)            | The reference frame for the components of the Vector. If a Frame is not specified, the components are in the global coordinate system. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Remote Force](../../../../block-documentation/types/remote-force) |
