Characteristic Length (Autodyn)

Characteristic length (also sometimes called characteristic dimension) is used to compute the time step that satisfies the Courant-Friedrichs-Lewy (CFL) condition for a given analysis setup.

The CFL condition is of interest mostly in explicit dynamics and computational fluid dynamics analyses. It governs the maximum time step for which a solution will be stable, and it must be met for the solution to converge. The CFL condition can be expressed as follows:

where,

f = time step safety factor (commonly/default 0.9)
h = characteristic length
c = material sound speed

such that if you know the characteristic length and material sound speed, you can determine the time step safety factor.

As h decreases, so does the time step. The definition of h varies based on element type:

Element TypeDefinition of Characteristic Length (h)
Hexahedral or wedgeThe volume of the element divided by the square of the longest diagonal and scaled by
TetrahedralThe minimum distance of any element node to its opposing element face

Characteristic Length (Autodyn) calculated by the Mesh Metrics and the User Defined Function are the same.


Note:   Characteristic Length (Autodyn) is available in the Mesh Details view only when the Characteristic Length (Autodyn) option is set to On in File > Options > Meshing > Mesh Quality.