Author: rg Date: 2013-09-04 Add IDRFLG=6 option -- like IDRFLG=5 except implicit initialization on a part set [DRPSET]. Date: 2013-09-03 The DYN option, i.e., *CONTROL_IMPLICIT_option_DYN, sets controls ONLY for the implicit dynamic relaxation phase. ____________________________________________________________________ To run implicit dynamic relaxation in order to establish a preloaded state of a model: 1. Set IDRFLG=5 and set the dynamic relaxation termination time DRTERM in *control_dynamic_relaxation 2. Add *control_implicit commands as necessary to govern implicit analysis in DR phase. As a minimum, you'll need *control_implicit_general with DT0 set to a positive value. 3. Ramp preload linearly using *define_curve command(s) with SIDR=1. The ramp time for preload is typically equal to DRTERM (see step 1). 4. Include *database_binary_d3drlf to write output from the implicit dynamic relaxation phase (recommended). The output interval is given in units of cycles, not time. 5. *control_implicit_dynamics governs whether implicit analyses are static or transient. 6. If you need to initialize velocities at the conclusion of the dynamic relaxation phase, e.g., as in a spinning blade problem, set iphase=1 on *INITIAL_VELOCITY_GENERATION for deformable parts but iphase=0 for rigid parts. For examples, see http://ftp.lstc.com/anonymous/outgoing/support/FAQ_kw/implicit_dr.k.gz http://ftp.lstc.com/anonymous/outgoing/support/FAQ_kw/implicit_dr_gravity.k http://ftp.lstc.com/anonymous/outgoing/support/FAQ_kw/spinup.bar.impl_dr.k As an alternative to implicit DR is switching from implicit to explicit via a curve (1st parameter in *control_implicit_general is negative curve ID). This does NOT allow for initialization of velocities at the beginning of the explicit phase. ______________________________________________________________________________________ A few questions on dynamic relaxation: 1. What is the advantage of implicit method over explicit for dr? For DR or any analysis, the pros and cons of implicit and explicit are the same. Implicit may be particularly suited to DR because the loads imposed during DR are generally small and the response linear (except perhaps for the nonlinearity associated with contact). 2. I am stll trying to understand the purpose of dr. DR is a convenient way to preload a model prior to applying dynamic loads in the ensuing transient analysis. It's a way to clearly distinguish the preloading phase from the transient phase. DR serves the purpose of reaching a steady state preloaded condition (nearly) free from dynamic oscillation. 3. What happens if I do not use dr for g load? You start the transient analysis in an unstressed state. The gravity load, if applied suddenly, will excite dynamic oscillation.