Force Coefficient

The force coefficient report calculates a dimensionless force in a user-specified direction, and can be used for lift and drag calculations.

It is represented in the simulation tree by a node, which has its own properties but is subject to the report node’s pop-up menu. It also has an expert property for obtaining values using bands.

The force coefficient of a surface is defined as follows:

1. EQUATION_DISPLAY
CD=f(ffpressure+ffshear)nD12(ρrefvref2aref)
(429)

where ffpressure and ffshear are the pressure and shear force vectors on the surface face f, and ρref, vref and aref are the reference density, velocity, and area, respectively. nD is a user-specified direction vector. To compute drag, for example, specify the direction vector as the direction of travel, and for lift, specify the direction as normal to the direction of travel.

The pressure force vector on surface face is computed as:

2. EQUATION_DISPLAY
ffpressure=(pfpref)af
(430)

where pf is the face static pressure af is the face area vector, and pref is the reference pressure. As defined, this is the force that the fluid exerts on the surface. The note on reference pressure provided for the Force report applies here.

The shear force on surface face f is computed as:

3. EQUATION_DISPLAY
ffsheaf=Tfaf
(431)

where Tf is the stress tensor at face f. This shear force is exerted on the surface by the fluid.

Force Coefficient Report Properties

In addition to constants, you can enter field function syntax directly.

Coordinate System

A list of coordinate systems in the simulation for use by this report.

Direction

A Cartesian vector that indicates the direction in which the force is computed.

Force Option

The type of force to be computed.

Shear

Only the force due to shear, ffshear in Eqn. (429) is considered in the computation.

Pressure

Only the force due to pressure, ffpressure in Eqn. (429) is considered in the computation.

Pressure & Shear

Both pressure and shear forces, ffpressure and ffshear, are considered in the computation of Eqn. (429).

Parts

A list of parts that is used as the source for this report. Opens the in-place part selector for editing. The (property customizer) button activates a modeless version of the selector dialog (it lets you interact with other portions of the workspace).

Reference Area

The reference area for the computation of Eqn. (429).

Reference Density

The reference density for the computation of Eqn. (429).

Reference Pressure

The reference pressure for the computation of Eqn. (430).

Reference Velocity

The reference velocity for the computation of Eqn. (429).

Units

Units that are used for specifying the quantity.

Force Coefficient Report Expert Properties

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

A text entry for the number of bands into which to divide the model.

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.