Hi,
I want to add a new nD material which is currently programmed in Fortran. I looked on the wiki, but such info isnt avaliable (only an empty link). Can anyone point me in the direction of such information?
Thanks
Brendon Bradley
Adding new nD material
Moderators: silvia, selimgunay, Moderators
-
- Posts: 2
- Joined: Wed Jul 27, 2011 2:07 pm
- Location: University of Canterbury
Re: Adding new nD material
Try this one:
http://opensees.berkeley.edu/OpenSees/NewMaterial.pdf
http://opensees.berkeley.edu/OpenSees/NewMaterial.pdf
Hisham El Safti
Re: Adding new nD material
hsafti wrote:
> Try this one:
> http://opensees.berkeley.edu/OpenSees/NewMaterial.pdf
Hi, hsafti
Recently, i want to add a new uniaxial material to OpenSees, and I also found this instruction file.
Then I tried to add new material to the Fedeas subclass following this file, but I encountered an error LNK2019 when compiling.
And in the folder ../OpenSees/SRC/material/uniaxial/fedeas, I found there are no Fortran subroutine files associated with other existing fedeas materials.
I guess some steps may be missing in the instruction so that the added Fortran subroutine is not called by the Visual Studio.
I wonder whether you have some ideas about that.
> Try this one:
> http://opensees.berkeley.edu/OpenSees/NewMaterial.pdf
Hi, hsafti
Recently, i want to add a new uniaxial material to OpenSees, and I also found this instruction file.
Then I tried to add new material to the Fedeas subclass following this file, but I encountered an error LNK2019 when compiling.
And in the folder ../OpenSees/SRC/material/uniaxial/fedeas, I found there are no Fortran subroutine files associated with other existing fedeas materials.
I guess some steps may be missing in the instruction so that the added Fortran subroutine is not called by the Visual Studio.
I wonder whether you have some ideas about that.