Bilin02 material

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
ssami
Posts: 68
Joined: Tue Dec 17, 2013 5:10 am

Bilin02 material

Post by ssami » Tue Oct 13, 2020 2:00 pm

Hi everyone, when I run a steel frame model, in which the uniaxialmaterial Bilin02 has been used, I faced the following problem, please guide me to solve the problem, thank you in advance.

warning could not create uniaxialmaterial Bilin02

mhscott
Posts: 872
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Bilin02 material

Post by mhscott » Wed Oct 14, 2020 6:33 am

Probably an error with the inputs. You'll have to show us the input command you used.

ssami
Posts: 68
Joined: Tue Dec 17, 2013 5:10 am

Re: Bilin02 material

Post by ssami » Sat Oct 17, 2020 6:10 am

mhscott wrote:
Wed Oct 14, 2020 6:33 am
Probably an error with the inputs. You'll have to show us the input command you used.
Dear Prof. Michael H. Scott, thank you very much for the response.The input command related to Bilin02 that has been used for the model is as follows:

uniaxialMaterial Bilin02 3 $Kspr $strhard $strhard [expr 1.0*$My] [expr -1.0*$My] $LS $LK $LA $LD $cS $cK $cA $cD $th_pP $th_pN $th_pcP $th_pcN $ResP $ResN $th_uP $th_uN $DP $DN;

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Bilin02 material

Post by selimgunay » Sun Oct 18, 2020 10:42 am

Did you add the model builder to the beginning of your script: model BasicBuilder -ndm $ndm <-ndf $ndf>

ssami
Posts: 68
Joined: Tue Dec 17, 2013 5:10 am

Re: Bilin02 material

Post by ssami » Mon Oct 19, 2020 12:51 am

selimgunay wrote:
Sun Oct 18, 2020 10:42 am
Did you add the model builder to the beginning of your script: model BasicBuilder -ndm $ndm <-ndf $ndf>
Yes, I did.
model BasicBuilder -ndm 2 -ndf 3;

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Bilin02 material

Post by selimgunay » Tue Oct 20, 2020 2:23 pm

You may be missing one of the input parameters

Please see line 121 in the source code for bilin02 here: https://github.com/OpenSees/OpenSees/bl ... ilin02.cpp

Post Reply