civil33
Structural
- Jan 20, 2006
- 2
Hi Guys:
I’m doing a model of a cylindrical storage tank (The wall of tank with SHELL63 and the fluid with FLUID80), subject to seismic loads, i.e El Centro earthquake accelerogram record (the accelerogram is in the X direction, the weight of tank is in the z direction). The record is in this form:
TIME, t1
ACEL, a1
TIME, t2
ACEL, a2
.
.
.
etc..
The accelerations data are between 0.02 seconds.
I need input the data in this form. (I did a macro with EXCEL to order all the accelerations with the time). I have this command. I would like to know if the commands are corrects. Please Someone can help me?
/CONFIG,NRES,40000
/SOLU
ANTYPE,TRANS
TRNOPT,FULL
NLGEOM,OFF
PSTRES,ON <============= Is correct?
ACEL,,,G <============= Is coorect (9.81 m/sg²)
DMPRAT,0
OUTPR,,ALL
OUTRES,BASIC,ALL
OUTRES,ESOL,ALL
TIMINT,ON <============= Is correct?
KBC,0 <============= Is correct?
AUTOTS,ON <============= Is correct?
DELTIM,0.005,0,0,0 <============= Is correct?
NSUBST,10,,,0 <============= Is correct?
/OUTPUT,TRANS,OUT
/INPUT,ELCENTRO,txt (this command call to the accelerations file)
FINISH
SAVE
FINISH
/OUTPUT
The accelerations file has this form:
ACEL, a1
TIME, t1
SOLVE
ACEL,a2
TIME, t2
SOLVE
.
.
.
etc
Are corrects this commands?????????
Other questions
I read a paper that say the following:
“ An initial deformations condition of the tank structure due to dead and hydrostatic loads was used as starting condition for the dynamic analysis”
How Can I include what say the paper???????
Thank you very much
I’m doing a model of a cylindrical storage tank (The wall of tank with SHELL63 and the fluid with FLUID80), subject to seismic loads, i.e El Centro earthquake accelerogram record (the accelerogram is in the X direction, the weight of tank is in the z direction). The record is in this form:
TIME, t1
ACEL, a1
TIME, t2
ACEL, a2
.
.
.
etc..
The accelerations data are between 0.02 seconds.
I need input the data in this form. (I did a macro with EXCEL to order all the accelerations with the time). I have this command. I would like to know if the commands are corrects. Please Someone can help me?
/CONFIG,NRES,40000
/SOLU
ANTYPE,TRANS
TRNOPT,FULL
NLGEOM,OFF
PSTRES,ON <============= Is correct?
ACEL,,,G <============= Is coorect (9.81 m/sg²)
DMPRAT,0
OUTPR,,ALL
OUTRES,BASIC,ALL
OUTRES,ESOL,ALL
TIMINT,ON <============= Is correct?
KBC,0 <============= Is correct?
AUTOTS,ON <============= Is correct?
DELTIM,0.005,0,0,0 <============= Is correct?
NSUBST,10,,,0 <============= Is correct?
/OUTPUT,TRANS,OUT
/INPUT,ELCENTRO,txt (this command call to the accelerations file)
FINISH
SAVE
FINISH
/OUTPUT
The accelerations file has this form:
ACEL, a1
TIME, t1
SOLVE
ACEL,a2
TIME, t2
SOLVE
.
.
.
etc
Are corrects this commands?????????
Other questions
I read a paper that say the following:
“ An initial deformations condition of the tank structure due to dead and hydrostatic loads was used as starting condition for the dynamic analysis”
How Can I include what say the paper???????
Thank you very much