Force
The force report is represented in the simulation tree by a node. It has its own properties but is subject to the report node pop-up menu. It also has an expert property for obtaining values using bands.
The force on a surface is computed as:
where:
- and are the pressure and shear force vectors on the surface face .
- is a user-specified direction vector that indicates the direction in which to compute the force.
The pressure force vector on surface face is computed as:
where is the face static pressure, is the face area vector, and is the reference pressure. As defined, is the force that the fluid exerts on the surface. The shear force on surface face is computed as:
where is the stress tensor at face . This shear force is exerted on the surface by the fluid.
Note | The report reference pressure is defined relative to the simulation reference pressure. This definition means that a of 0 Pa does not indicate absolute zero pressure, but is rather the value of the simulation reference pressure. Further, when the surface on which the force is computed is a closed surface, the choice of affects only the overall accuracy of the result: therefore set it to a value that is close to the average pressure on the surface. For an unclosed surface, is effectively the pressure that is applied on the back-side of the surface, and therefore directly affects the result. |
Note | The force report calculates the force on the boundaries (or boundary threshold parts). The boundary of a Porous Baffle Interface consists of an open portion and a closed portion: the force report calculates the total force on both portions. Whereas pressure acts on both the open and closed portions, wall shear acts only on the closed portion. Therefore, take care when interpreting the results of force reports on these interfaces. |
Force in Harmonic Balance
When the Harmonic Balance model is selected, the force on a surface is computed as:
where:
- is the pressure force vector on the surface face .
- is the shear force vector on the surface face .
- is a user-specified direction vector.
The value of depends on the selected Representation:
- Volume Mesh Representation: where is the time-mean value of force, Force Fourier Mode 0.
- HB Solution View Representation: refers to the type of force corresponding to the selection in the HB Solution View node. For example, Force at Physical Time of 5 s or Force Fourier Mode 1 Real.
Force Report Properties
In addition to constants, you can enter field function syntax directly.
- Units
-
Units that are used for specifying the quantity.
- Coordinate System
-
Sets the Cartesian coordinate system in which the report value is computed and in which the Direction vector is interpreted. Banded results are not computed in this coordinate system but only in the laboratory coordinate system.
- Direction
-
A Cartesian vector that indicates the direction in which the force is computed. Also used for the banding direction.
- Force Option
-
The forces (shear and pressure) that are considered in the computation of force.
-
Shear: only the force due to shear, in Eqn. (422) is considered.
-
Pressure: only the force due to pressure, in Eqn. (422) is considered.
-
Pressure + Shear: both pressure and shear forces, and in Eqn. (422) are considered.
-
- Reference Pressure
-
The reference pressure for the computation of Eqn. (423).
- Parts
- Use this property to select the parts on which the report is computed.
- Pressure Option
- This property lets you exclude the hydrostatic pressure. For details, see Options for Excluding Hydrostatic Pressure from Fluid Loads Calculations.
- Number of Bands
- When set to a non-zero integer value, the reporting surface is divided into this number of intervals in the specified Direction and the report value is computed at the center of each interval (or band). To retrieve these results, you must use Java API calls in the
ForceAndMomentBaseReport
class. See Using Bands with Force and Moment Reports. - Representation
- Selects a representation. Additional selections appear as representations that are added to the simulation.
- Smooth Values
- When this property is activated, the report is calculated using node (interpolated) values of the chosen quantity rather than cell values.
- Account for Idealization
- Applies idealizations related to the chosen parts before computing. For details, see Obtaining Whole Domain Reports through Idealizations.