RE: Contact birth and death via a table Examples: http://ftp.lstc.com/anonymous/outgoing/support/EXAMPLES/birth_death_contact_by_table.k http://ftp.lstc.com/anonymous/outgoing/support/EXAMPLES/birth_death_contact_by_table.rev1.k See the comments in the input decks. -------------------------------------------------------------- Pls. try 103452/trunk, 103456/R9.0 103458/R8.0 Isheng On 11/18/2015 1:28 PM, Jim Day wrote: > > As you say, smp d R8.0.0 is indeed OK. > > smp d dev is broken. > > mpp d is broken for both R8.0.0 and dev. > > A symptom of brokeness is that the dynamic relaxation phase doesn't converge because the contact does not take hold during the DR phase. > > jd > Ticket#2015111210000277 > > Isheng Yeh wrote: >> Jim, it looks ok to me. Does it work with R8.0? >> Isheng >> >> On 11/13/2015 2:00 PM, Jim Day wrote: >>> Hi, Isheng. >>> >>> I thought I had the attached test case of deathtime DT=-9999 in *CONTACT working at one time, but now it seems the 2nd contact in the model is inexplicably not active during the dynamic relaxation phase (and so the DR phase won't converge). Have I done something wrong? >>> >>> Thanks, >>> Jim Author: Isheng Yeh Date: 2014-05-22 09:16:45 -0700 (Thu, 22 May 2014) New Revision: 5465 Modified: trunk/Vol_I_Keyword/CONTACT_OPTIONS.docx Log: multiple contact birth/death time can be defined as a curve ________________________________________________________________________________ After 12/7/08, DT is hardwired to 1e+20 during DR so that if contact becomes active during DR, it remains active for the remainder of the DR. If DR is input as negative, it still has the effect of making contact inactive during DR. The summary below does NOT reflect this update. _______________________________________________________________________ cymbals1.k BT+ DT+ contact is active from BT to DT in both DR and transient cymbals2.k BT- DT+ contact is active from |BT| to DT for DR; contact is active from 0 to DT in transient cymbals3.k BT+ DT- contact inactive for whole DR since DT is negative; contact is active from BT to |DT| during transient cymbals4.k BT- DT- contact inactive for whole DR since DT is negative; contact is active from 0 to |DT| during transient (negative BT in this case has same effect as BT=0) Note contact is always killed at t=|DT|, in both DR and transient phases Test cases in ~test/shl2shl/birth_and_death and in http://ftp.lstc.com/anonymous/outgoing/support/FAQ_kw/shl2shl/birth_and_death