Adding new nD material

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
brendonbradley
Posts: 2
Joined: Wed Jul 27, 2011 2:07 pm
Location: University of Canterbury

Adding new nD material

Post by brendonbradley » Wed Jul 27, 2011 2:12 pm

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

hsafti
Posts: 68
Joined: Thu Apr 22, 2010 5:38 am
Location: Braunschweig

Re: Adding new nD material

Post by hsafti » Thu Aug 04, 2011 6:48 am

Hisham El Safti

LiuYanyan
Posts: 7
Joined: Thu Nov 08, 2018 9:39 pm
Location: Kyoto Univeristy

Re: Adding new nD material

Post by LiuYanyan » Tue Nov 27, 2018 5:19 am

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.

Post Reply