Author Topic: old version  (Read 8791 times)

masungsang

  • Jr. Member
  • **
  • Posts: 10
old version
« on: February 08, 2017, 08:56:53 AM »
hello Sir, can i get feappv old version year 2000, thanks...

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: old version
« Reply #1 on: February 08, 2017, 01:15:47 PM »
The only version available are the ones posted to the feappv site www.ce.bekeley.edu/feap/feappv .
You should not use older versions; they will contain bugs that have now been fixed; further they are unlikely to compile easily with modern compilers.

masungsang

  • Jr. Member
  • **
  • Posts: 10
Re: old version
« Reply #2 on: February 09, 2017, 05:04:44 AM »
okay thank you sir, sir i want to ask can i modify the Fortran programming on feappv source file which I subsequently built into a modified program feap

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: old version
« Reply #3 on: February 09, 2017, 07:10:09 AM »
I have no idea if you can.

masungsang

  • Jr. Member
  • **
  • Posts: 10
Re: old version
« Reply #4 on: February 10, 2017, 02:40:30 AM »
Sorry sir, I mean is may I allowed by Prof. Taylor to modify the program?

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: old version
« Reply #5 on: February 10, 2017, 07:18:40 AM »
Yes.  You are permitted to modify the source code to FEAPpv.

masungsang

  • Jr. Member
  • **
  • Posts: 10
Re: old version
« Reply #6 on: February 12, 2017, 04:53:44 AM »
thank you sir have allowed, Sir I am now trying to finish my thesis and my professor told me to use feap, because of limited funds, I use feappv the current version, but my professor told me to modify the feappv to be nonlinear, I'm very difficult to modify because the my basic is not a linguist computer programming, therefore my professor suggested using his subroutine file feappv 2000 that he had modifications so his feappv 2000 can be nonlinear, but after I made the subroutine file feappv current version according to the my professor subroutine and after adjust the symbol of the programming language fortran in 2000 with now, my feap can not display the output of a displacement etc, I think there are differences in the naming of the variables used in feappv 2000 with now version so it can not be connected between the files subroutine me by subroutine my professor with the file code program feappv now, great my hope to Prof. Taylor to able to publish or upload the program again feappv 2000 so I can compare the variables used in feappv 2000 and run my professor subroutine to feappv program now version, thanks.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: old version
« Reply #7 on: February 12, 2017, 08:41:06 AM »
I do not understand.  FEAPpv is a non-linear program already.  There are finite deformation 2-d elements in the program that require use of an iterative strategy to solve; that is the use of

LOOP,,n
   TANG,,1
NEXT

which is a Newton iteration command set.  What type of element has your supervisor asked you to implement?

As for variable names, these can change from routine to routine since different people developed the modules at different times.  Perhaps if you can describe which modules you are looking at we can help more.  But we do not have a program of that age any longer (i.e.,. 2000) to share. 
 

masungsang

  • Jr. Member
  • **
  • Posts: 10
Re: old version
« Reply #8 on: February 13, 2017, 04:30:33 AM »
my professor ask for modeling reinforced concrete beams, concrete beams modeled as 3D solid elements and reinforcement as truss element, I consider 3D solid elements in feappv can not nonlinear sir, because I see from the file differ.pdf (picture attached), sorry if I misunderstood, I also attach part of my professor feappv input file that to be a problem, sorry if I was very troublesome sir
« Last Edit: February 13, 2017, 09:56:10 AM by masungsang »