Exemplo n.º 1
0
def IFsteel_H48YR90_vpsc_20160722():
    f_hrd = return_voce(a=479.00408591,
                        b0=339.71480479,
                        c=7.68395984,
                        b1=70.86783572,
                        m=5e-2,
                        qq=1e3)
    f_yld = mk.yieldFunction.yf2.wrapHill48Y(r90=rv3_vpsc[0], ys=ys3_vpsc)
    return Constitutive(f_yld=f_yld, f_hrd=f_hrd)
Exemplo n.º 2
0
def IFsteel_yld1_20160722():
    f_hrd = return_voce(a=479.00408591,
                        b0=339.71480479,
                        c=7.68395984,
                        b1=70.86783572,
                        m=5e-2,
                        qq=1e3)
    f_yld = mk.yieldFunction.tuneYld2000.H48toYld_withYS(
        rv=[r_exp[0], r_exp[1], r_exp[2]], ys=y_exp, m=6)
    return Constitutive(f_yld=f_yld, f_hrd=f_hrd)
Exemplo n.º 3
0
def IFsteel_H48YR90_20160722():
    f_hrd = return_voce(a=479.00408591,
                        b0=339.71480479,
                        c=7.68395984,
                        b1=70.86783572,
                        m=5e-2,
                        qq=1e3)
    y_yld = mk.yieldFunction.yf2.wrapHill48Y(ys=[y_exp[0], y_exp[1], y_exp[2]],
                                             r90=r_exp[2])
    return Constitutive(f_yld=f_yld, f_hrd=f_hrd)
Exemplo n.º 4
0
def IFsteel_yld2_20160722():
    f_hrd = return_voce(a=479.00408591,
                        b0=339.71480479,
                        c=7.68395984,
                        b1=70.86783572,
                        m=5e-2,
                        qq=1e3)
    f_yld = mk.yieldFunction.tuneYld2000.wrapYLD(
        r=[rv3_vpsc[0], rv3_vpsc[1], rv3_vpsc[2], rb],
        y=[ys3_vpsc[0], ys3_vpsc[1], ys3_vpsc[2], yb_vpsc],
        m=6)
    return Constitutive(f_yld=f_yld, f_hrd=f_hrd)
Exemplo n.º 5
0
def IFsteel_H48R_20160722():
    f_hrd = return_voce(a=479.00408591,b0=339.71480479,c=7.68395984,b1=70.86783572,m=5e-2,qq=1e3)
    f_yld = mk.yieldFunction.yf2.wrapHill48R(rvs=[r_exp[0],r_exp[1],r_exp[2]])
    return Constitutive(f_yld=f_yld, f_hrd=f_hrd)
Exemplo n.º 6
0
def IFsteel_yld2_20160722():
    f_hrd = return_voce(a=479.00408591,b0=339.71480479,c=7.68395984,b1=70.86783572,m=5e-2,qq=1e3)
    f_yld = mk.yieldFunction.tuneYld2000.wrapYLD(r=[rv3_vpsc[0],rv3_vpsc[1],rv3_vpsc[2],rb],y=[ys3_vpsc[0],ys3_vpsc[1],ys3_vpsc[2],yb_vpsc],m=6)
    return Constitutive(f_yld=f_yld, f_hrd=f_hrd)
Exemplo n.º 7
0
def IFsteel_yld1_20160722():
    f_hrd = return_voce(a=479.00408591,b0=339.71480479,c=7.68395984,b1=70.86783572,m=5e-2,qq=1e3)
    f_yld = mk.yieldFunction.tuneYld2000.H48toYld_withYS(rv=[r_exp[0],r_exp[1],r_exp[2]],ys=y_exp,m=6)
    return Constitutive(f_yld=f_yld, f_hrd=f_hrd)
Exemplo n.º 8
0
def IFsteel_H48YR90_vpsc_20160722():
    f_hrd = return_voce(a=479.00408591,b0=339.71480479,c=7.68395984,b1=70.86783572,m=5e-2,qq=1e3)
    f_yld = mk.yieldFunction.yf2.wrapHill48Y(r90=rv3_vpsc[0], ys=ys3_vpsc)
    return Constitutive(f_yld=f_yld, f_hrd=f_hrd)