Пример #1
0
 def post_marc_t16_open(self, *args):
     fullpath = args[0]
     self.results.source['marc_t16'] = {
         'file': fullpath,
         'handler': post_t16(fullpath),
         'request': {}
     }
Пример #2
0
def test_importt16():

    model1 = model(settings)
    f1 = post_t16(
        'M:\\marcworking\\Tbeam_interface_tune\\1t1s\\1t1s_elastic.t16')
    res = f1.postset_incr([
        'Element Scalar', 'Comp 11 of Total Strain', 0, 'REBAR_ELEMENTS', -1,
        1e6, 1
    ])
Пример #3
0
 def post_marc_t16_open(self, *args):
     fullpath = args[0]
     self.results.source["marc_t16"] = {"file": fullpath, "handler": post_t16(fullpath), "request": {}}
Пример #4
0
def test_importt16():


    model1 = model(settings)
    f1 = post_t16('M:\\marcworking\\Tbeam_interface_tune\\1t1s\\1t1s_elastic.t16')
    res = f1.postset_incr(['Element Scalar','Comp 11 of Total Strain',0,'REBAR_ELEMENTS',-1,1e6,1])