How can load case operations be done involving the same model with multiple results files?


Below are two input files to demonstrate load case combinations involving two results files for the same model.
The first input file creates an rst file named job1.rst with four load steps. The second input creates an rst file
named job2.rst with one load step, and then creates the load case files, all of which are named harm.l0x with x being
1 to 5. The input includes many prns,u commands to be able to check the results, but these commands are optional.


/filn,job1
/prep7
et,1,42
n,1
n,2,1
n,3,1,1
n,4,,1
e,1,2,3,4
mp,ex,1,3e7
mp,prxy,1,.3
d,1,all
d,4,ux
fini
/solu
time,1
f,3,fy,-100
solve
save,job1,db
time,2
f,3,fy,-200
solve
time,3
f,3,fy,-400
solve
time,4
f,3,fy,-800
solve
fini
/exit,nosa

-------------------------------------------------------------------------------


/filn,job2
/prep7
et,1,42
n,1
n,2,1
n,3,1,1
n,4,,1
e,1,2,3,4
mp,ex,1,3e7
mp,prxy,1,.3
d,1,all
d,4,ux
fini
/solu
time,1
f,3,fy,-1600
solve
save,job2,db
fini
! the remaining input could be made into a third job by adding a resume after the /filn,job1 line
/filn,job1
/post1
set,1
prns,u
lcwrite,1,harm
set,2
prns,u
lcwrite,2,harm
set,3
prns,u
lcwrite,3,harm
set,4
prns,u
lcwrite,4,harm
fini
/filn,job2
/post1
set,1
prns,u
lcwrite,5,harm
lcoper,add,1
prns,u
!
lczero
lcase,5
lcoper,add,2
prns,u
!
lczero
lcase,5
lcoper,add,3
prns,u
!
lczero
lcase,5
lcoper,add,4
prns,u
!
fini
/exit,nosa





Show Form
No comments yet. Be the first to add a comment!