zone dynamic command

Syntax

zone dynamic keyword

Primary keywords:

active    damping    free-field    list    multi-step    time-total

This command sets parameters for a dynamic model (only available with the dynamic model option – see Dynamic Analysis. These parameters apply to zones only, other model elements may have different values.

active b

The dynamic option is on for zones, by default, when the model configure dynamic command is given. Specifies whether zone mechanical calculations are considered to use dynamic mode. Generally this setting is unnecessary and is slaved to the zone dynamic active setting.

damping keyword <range>

This command selects the damping type for the dynamic analysis. Damping in dynamic analysis is described in the topic Mechanical Damping and Material Response. Damping values can vary from region to region within the model. The following keywords apply:

artificial-viscosity f1 f2

Sets the von Neumann (f2) and Landshoff (f2) constants, which in general should both be 1.0. This damping only applies to the main grid. See the topic Artificial Viscosity.

combined f <gradient v >

combined local damping (see Combined Damping). The damping value is 0.8, by default. A gradient map be applied to vary the parameter in space.

local f <gradient v >

local damping (see Local Nonviscous Damping). The damping value is 0.8, by default. A gradient map be applied to vary the parameter in space.

hysteretic keyword

Hysteretic damping is invoked (see Hysteretic Damping). The following keywords and coefficients are the functions available to represent the variation in G / Gmax.

default f1 f2

Default model represented by a cubic equation with two parameters.

hardin f1

Hardin/Dernevich equation with one parameter.

off

Turns hysteretic damping off.

sig3 f1 f2 f3

sigmoidal equation with three parameters.

sig4 f1 f2 f3 f4

sigmoidal equation with four parameters.

rayleigh <f1 <gradient v > f2 <gradient v > <mass> <stiffness>>

For dynamic calculations, a certain fraction of critical damping is usually required over a given frequency range. This type of damping is known as Rayleigh damping (see Rayleigh Damping), where f1 = the fraction of critical damping operating at center frequency of f2. (NOTE: Input frequencies for the program are in cycles/sec or Hertz – not radians/sec.) The optional modifiers stiffness and mass denote that the damping is to be restricted to stiffness- or mass-proportional, respectively. If they are left out, normal Rayleigh damping is used.

NOTE: By specifying stiffness damping, the critical timestep for numerical stability will automatically be reduced. It is still possible for instability to result if large mesh deformation occurs. In such a case, lower the timestep with the model dynamic timestep command.

free-field keyword

Controls the free-field boundary condition (available only for dynamic option; see Free-Field Boundaries). The following keywords are also available instead of a boolean value:

b

If on, creates free field boundary zones. If off, destroys the free field boundary zones and the rest of the associated apply conditions.

plane-x

Creates free field zones only on the planes perpendicular to the X axis. So free field zones will be created on the -X and +X sides of the model, but not on the -Y and +Y side of the mode, and corner zones will not be created. This is useful when FLAC3D is used to model 2D dynamic problems.

plane-y

Creates free field zones only on the planes perpendicular to the Y axis. So free field zones will be created on the -Y and +Y sides of the model, but not on the -X and +X side of the mode, and corner zones will not be created. This is useful when FLAC3D is used to model 2D dynamic problems.

list

dynamic calculation-mode information

multi-step b

turns multi-stepping on or off (see Dynamic Multi-stepping). Multi-stepping speeds up calculations in dynamic models which have a large zone size or modulus contrast. Areas of the grid with critical timesteps greater than the global critical timestep are updated less frequently, thus saving execution time. The logic is general in the sense that all zones, gridpoints and structures are included. The user does not need to do anything beyond switching it on.

time-total f

Specifies the accumulated zone dynamic time, defined as the sum of all the timesteps over which zone dynamic mode is active. Once set, dynamic time will continue to accumulate with subsequent cycles.

[DR: please check that all the “see —-” links on this page land where they should]