vinny31
Mechanical
- Oct 4, 2005
- 48
Hi
I am trying to do a restart of a 2D fluid transient analysis using 2D-element type 141
the following code i am trying to use but it having problems
Can anyone help and correct it. Or is it possible to this kind of restart using element type 141?
/SOL
FLDATA32,REST,TIME,0
resume
dt = 0.01 ! Time step size
idt = dt ! Initial time step size
timem = 20 ! Time simulation continues after pulse
timef = timem ! Total simulation time
nt = (timef-0.1*dt)/dt+1 ! number of time steps
ndt = 10000
SOLVE
Regards
V
I am trying to do a restart of a 2D fluid transient analysis using 2D-element type 141
the following code i am trying to use but it having problems
Can anyone help and correct it. Or is it possible to this kind of restart using element type 141?
/SOL
FLDATA32,REST,TIME,0
resume
dt = 0.01 ! Time step size
idt = dt ! Initial time step size
timem = 20 ! Time simulation continues after pulse
timef = timem ! Total simulation time
nt = (timef-0.1*dt)/dt+1 ! number of time steps
ndt = 10000
SOLVE
Regards
V