Dear All,
I want to store some results such as stresses, nodal reactions and nodal displacements in a separate file.
I add ‘integer it8’ in iofile.h, ‘it8 = 5’ in feap84.f, ‘open(unit=it8,file='Oputfile',status='new')’ in pcontr.f, ‘close(unit=it8)’ in plstop.f, ‘write(it8,200*) *****’ in prtcmp.f and prtrea.f, and the stress output parts are also modified. All these modifications followed ‘iow’parts. After compiled, it seems the stress and nodal reactions are output in ‘Oputfile’ correctly, however, nodal displacements only show in orginal output file, not in ‘Oputfile’.
Thank you!
Xiaomin