Пример #1
0
    def getRecordLoadCaseDisp(self,
                              setsToDispLoads,
                              setsToDispDspRot,
                              setsToDispIntForc,
                              unitsScaleForc=1e-3,
                              unitsScaleMom=1e-3,
                              unitsScaleDisp=1e3,
                              unitsDispl='[mm]'):
        '''Return a suitable RecordLoadCaseDisp for the combination.

    :param setsToDispLoads: ordered list of sets of elements to display loads.
    :param setsToDispDspRot: ordered list of sets of elements to display 
                            displacements. 
    :param setsToDispIntForc: ordered list of sets of elements to display 
                             internal forces.
    :param unitsScaleForc: factor to apply to internal forces if we want to 
                           change the units (defaults to 1e-3).
    :param unitsScaleMom: factor to apply to internal moments if we want to
                          change the units (defaults to 1e-3).
    :param unitsScaleDispl: factor to apply to displacements if we want to 
                            change the units (defaults to 1e3).
    :param unitsDispl: text to especify the units in which displacements are 
                       represented (defaults to '[mm]'
    '''
        retval = graphical_reports.RecordLoadCaseDisp(self.name, self.expr,
                                                      self.expr,
                                                      setsToDispLoads,
                                                      setsToDispDspRot,
                                                      setsToDispIntForc)
        retval.unitsScaleForc = unitsScaleForc
        retval.unitsScaleMom = unitsScaleMom
        retval.unitsScaleDispl = unitsScaleDisp
        retval.unitsDispl = unitsDispl
        return retval
Пример #2
0
  def getRecordLoadCaseDisp(self,setsToDispLoads,setsToDispDspRot,setsToDispIntForc):
    '''Return a suitable RecordLoadCaseDisp for the combination.

    :ivar setsToDispLoads: ordered list of sets of elements to display loads.
    :ivar setsToDispDspRot: ordered list of sets of elements to display 
                            displacements. 
    :ivar setsToDispIntForc: ordered list of sets of elements to display 
                             internal forces.
    '''
    return graphical_reports.RecordLoadCaseDisp(self.name,self.expr,self.expr,setsToDispLoads,setsToDispDspRot,setsToDispIntForc)
Пример #3
0
  unitsMom:  text to especify the units in which bending moments are 
                 represented (defaults to '[kN.m/m]')
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays 
                 (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)

'''
G1=graphical_reports.RecordLoadCaseDisp(loadCaseName='GselfWeight',loadCaseDescr='G1: self weight',loadCaseExpr='1.0*GselfWeight',setsToDispLoads=[],setsToDispDspRot=[colsSet],setsToDispIntForc=[])
G1.unitsScaleDispl=1e3
G1.unitsDispl='[mm]'
G1.unitsScaleLoads=1e-3
G1.unitsScaleMom=1e-3
G1.unitsMom='[m.kN]'
G1.unitsScaleForc=1e-3
G1.unitsForc='[kN]'
G1.setsToDispBeamIntForc=[colsSet]
G1.listBeamIntForc=['Mz','Qy','N']
G1.viewNameBeams="YPos"
G1.setsToDispBeamLoads=[colsSet]
G1.vectorScalePointLoads=0.005
G1.compElLoad='transComponent'

Q1=graphical_reports.RecordLoadCaseDisp(loadCaseName='Qwind',loadCaseDescr='Q1: wind',loadCaseExpr='1.0*Qwind',setsToDispLoads=[],setsToDispDspRot=[colsSet],setsToDispIntForc=[])
Пример #4
0
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''
G1 = graphical_reports.RecordLoadCaseDisp(
    loadCaseName='G1',
    loadCaseDescr='G1: Peso propio',
    loadCaseExpr='1.0*G1',
    setsToDispLoads=[overallSet],
    setsToDispDspRot=[overallSet],
    setsToDispIntForc=[losas_M1M2, hastIzq_M1M2])
G1.unitsScaleLoads = 1e-3
G1.unitsScaleDispl = 1e3
G1.unitsDispl = '[mm]'
G1.unitsScaleMom = 1e-3
G1.unitsMom = '[m.kN]'
G1.unitsScaleForc = 1e-3
G1.unitsForc = '[kN]'
G1.viewName = "XYZPos"
G1.hCamFct = 1

G2a = graphical_reports.RecordLoadCaseDisp(
    loadCaseName='G2a',
Пример #5
0
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
    
'''
LC1_deadLoadBearingStructure = graphical_reports.RecordLoadCaseDisp(
    loadCaseName='LC1_deadLoadBearingStructure',
    loadCaseDescr='LC1: dead load of the bearing structure',
    loadCaseExpr='1.0*LC1_deadLoadBearingStructure',
    setsToDispLoads=[xcTotalSet],
    setsToDispDspRot=[xcTotalSet],
    setsToDispIntForc=[shellSet])
LC1_deadLoadBearingStructure.unitsScaleLoads = 1
LC1_deadLoadBearingStructure.unitsScaleDispl = 1e3
LC1_deadLoadBearingStructure.unitsDispl = '[mm]'
LC1_deadLoadBearingStructure.unitsScaleMom = 1
LC1_deadLoadBearingStructure.unitsMom = '[m.kN]'
LC1_deadLoadBearingStructure.unitsScaleForc = 1
LC1_deadLoadBearingStructure.unitsForc = '[kN]'
LC1_deadLoadBearingStructure.setsToDispBeamIntForc = [columnsSet]
LC1_deadLoadBearingStructure.listBeamIntForc = ['My', 'Mz', 'Qy', 'Qz', 'N']
LC1_deadLoadBearingStructure.viewName = '-X-Y+Z'
LC1_deadLoadBearingStructure.setsToDispBeamLoads = []
LC1_deadLoadBearingStructure.vectorScalePointLoads = 0.005
Пример #6
0
                 the units (defaults to 1).
  unitsMom:  text to especify the units in which bending moments are 
                 represented (defaults to '[kN.m/m]')
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''
G1=graphical_reports.RecordLoadCaseDisp(loadCaseName='selfWeight',loadCaseDescr='G1: self weight',loadCaseExpr='1.0*selfWeight',setsToDispLoads=[shell_elements],setsToDispDspRot=[],setsToDispIntForc=[])
G1.unitsScaleLoads= 1e-3
G1.unitsScaleForc= 1e-3
G1.unitsScaleMom= 1e-3
G1.unitsScaleDispl= 1e3
#G1.viewName= "-X+Y+Z"
G1.unitsDispl='[mm]'

G2=graphical_reports.RecordLoadCaseDisp(loadCaseName='deadLoad',loadCaseDescr='G2: self weight',loadCaseExpr='1.0*deadLoad',setsToDispLoads=[shell_elements],setsToDispDspRot=[shell_elements],setsToDispIntForc=[shell_elements])
G2.unitsScaleLoads= 1e-3
G2.unitsScaleForc= 1e-3
G2.unitsScaleMom= 1e-3
G2.unitsScaleDispl= 1e3
#G2.viewName= "-X+Y+Z"
G2.unitsDispl='[mm]'
Пример #7
0
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''

Q1a = graphical_reports.RecordLoadCaseDisp(
    loadCaseName='Q1a',
    loadCaseDescr='Q1a: Tren de cargas centrado en ambas vías',
    loadCaseExpr='1.0*Q1a',
    setsToDispLoads=[marco],
    setsToDispDspRot=[dintel],
    setsToDispIntForc=[])
Q1a.unitsScaleLoads = 1e-3
Q1a.unitsScaleDispl = 1e3
Q1a.unitsDispl = '[mm]'
Q1a.unitsScaleMom = 1e-3
Q1a.unitsMom = '[m.kN]'
Q1a.unitsScaleForc = 1e-3
Q1a.unitsForc = '[kN]'
Q1a.viewName = "ZPos"
Q1a.hCamFct = 1

Q1a1via = graphical_reports.RecordLoadCaseDisp(
    loadCaseName='Q1a1via',
Пример #8
0
                 the units (defaults to 1).
  unitsForc: text to especify the units in which forces are 
                 represented (defaults to '[kN/m]')
  unitsScaleMom: factor to apply to internal moments if we want to change
                 the units (defaults to 1).
  unitsMom:  text to especify the units in which bending moments are 
                 represented (defaults to '[kN.m/m]')
  viewName:  name of the view  that contains the renderer (possible
                 options: "XYZPos", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg") (defaults to "XYZPos")

'''

G1 = graphical_reports.RecordLoadCaseDisp(loadCaseName='GselfWeight',
                                          loadCaseDescr='G1: Poids propre',
                                          loadCaseExpr='1.0*GselfWeight',
                                          setsToDispLoads=[overallSet],
                                          setsToDispDspRot=[foundDeck, walls],
                                          setsToDispIntForc=[foundDeck, walls])
G1.unitsScaleLoads = 1e-3
G1.unitsScaleDispl = 1e3
G1.unitsDispl = '[mm]'
G1.unitsScaleForc = 1e-3
G1.unitsScaleMom = 1e-3

G2 = graphical_reports.RecordLoadCaseDisp(
    loadCaseName='GdeadLoad',
    loadCaseDescr='G2: Poids propre non porteur',
    loadCaseExpr='1.0*GdeadLoad',
    setsToDispLoads=[overallSet],
    setsToDispDspRot=[foundDeck, walls],
    setsToDispIntForc=[foundDeck, walls])
Пример #9
0
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''

G1 = graphical_reports.RecordLoadCaseDisp(loadCaseName='GselfWeight',
                                          loadCaseDescr='G1: self weight',
                                          loadCaseExpr='1.0*GselfWeight',
                                          setsToDispLoads=[shells],
                                          setsToDispDspRot=[shells],
                                          setsToDispIntForc=[shells])
G1.unitsScaleLoads = 1e-3
G1.unitsScaleForc = 1e-3
G1.unitsScaleMom = 1e-3
G1.unitsScaleDispl = 1e3
G1.unitsDispl = '[mm]'

G2 = graphical_reports.RecordLoadCaseDisp(loadCaseName='GdeadLoad',
                                          loadCaseDescr='G2: dead load',
                                          loadCaseExpr='1.0*GdeadLoad',
                                          setsToDispLoads=[shells],
                                          setsToDispDspRot=[shells],
                                          setsToDispIntForc=[shells])
G2.unitsScaleLoads = 1e-3
q_sit4.addLstLoads(qunif_sit4)

q_sit5=lcases.LoadCase(preprocessor=prep,name="q_sit5")
q_sit5.create()
q_sit5.addLstLoads(qunif_sit5)

frenCent=lcases.LoadCase(preprocessor=prep,name="frenCent")
frenCent.create()
frenCent.addLstLoads([qfren_viaCent])

frenExt=lcases.LoadCase(preprocessor=prep,name="frenExt")
frenExt.create()
frenExt.addLstLoads([qfren_viaExt])


Q1a_1_carro=graphical_reports.RecordLoadCaseDisp(loadCaseName='Q1a_1_carro',loadCaseDescr='Q1a_1_carro',loadCaseExpr='1.0*Q1a_1_carro',setsToDispLoads=[overallSet],setsToDispDspRot=[],setsToDispIntForc=[])
Q1a_1_carro.unitsScaleLoads=1e-3
Q1a_1_carro.vectorScaleLoads=0.020
Q1a_1_carro.unitsScaleDispl=1e3
Q1a_1_carro.unitsDispl='[mm]'
Q1a_1_carro.unitsScaleMom=1e-3
Q1a_1_carro.unitsMom='[m.kN]'
Q1a_1_carro.unitsScaleForc=1e-3
Q1a_1_carro.unitsForc='[kN]'
Q1a_1_carro.viewName="ZPos"
Q1a_1_carro.hCamFct=1

Q1a_2_carro=graphical_reports.RecordLoadCaseDisp(loadCaseName='Q1a_2_carro',loadCaseDescr='Q1a_2_carro',loadCaseExpr='1.0*Q1a_2_carro',setsToDispLoads=[overallSet],setsToDispDspRot=[],setsToDispIntForc=[])
Q1a_2_carro.unitsScaleLoads=1e-3
Q1a_2_carro.vectorScaleLoads=0.020
Q1a_2_carro.unitsScaleDispl=1e3
Пример #11
0
                 the units (defaults to 1).
  unitsMom:  text to especify the units in which bending moments are 
                 represented (defaults to '[kN.m/m]')
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''
A1=graphical_reports.RecordLoadCaseDisp(loadCaseName='A1',loadCaseDescr='A1: impact on parapet head',loadCaseExpr='1.0*A1',setsToDispLoads=[totalSet],setsToDispDspRot=[shells],setsToDispIntForc=[totalSet])
A1.unitsScaleLoads= 1e-3
A1.unitsScaleForc= 1e-3
A1.unitsScaleMom= 1e-3
A1.unitsScaleDispl= 1e3
A1.viewName= "-X+Y+Z"
A1.unitsDispl='[mm]'

A2=graphical_reports.RecordLoadCaseDisp(loadCaseName='A2',loadCaseDescr='A2: impact on parapet body',loadCaseExpr='1.0*A2',setsToDispLoads=[totalSet],setsToDispDspRot=[shells],setsToDispIntForc=[totalSet])
A2.unitsScaleLoads= 1e-3
A2.unitsScaleForc= 1e-3
A2.unitsScaleMom= 1e-3
A2.unitsScaleDispl= 1e3
A2.viewName= "-X+Y+Z"
A2.unitsDispl='[mm]'
Пример #12
0
                 the units (defaults to 1).
  unitsMom:  text to especify the units in which bending moments are 
                 represented (defaults to '[kN.m/m]')
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''
G1=graphical_reports.RecordLoadCaseDisp(loadCaseName='GselfWeight',loadCaseDescr='G1: self weight',loadCaseExpr='1.0*GselfWeight',setsToDispLoads=[bridgeSectionSet],setsToDispDspRot=[bridgeSectionSet],setsToDispIntForc=[])
G1.unitsScaleLoads=1e-3
G1.unitsScaleDispl=1e3
G1.unitsDispl='[mm]'
G1.unitsScaleMom=1e-3
G1.unitsMom='[m.kN]'
G1.unitsScaleForc=1e-3
G1.unitsForc='[kN]'
G1.setsToDispBeamIntForc=[bridgeSectionSet]
G1.listBeamIntForc=['My','Mz','Qy','Qz','N']
G1.viewName="ZPos"
G1.setsToDispBeamLoads=[bridgeSectionSet]
G1.vectorScalePointLoads=0.005
G1.compElLoad='transComponent'
G1.hCamFct=1
Пример #13
0
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''

Q1 = graphical_reports.RecordLoadCaseDisp(
    loadCaseName='Qcantlv',
    loadCaseDescr='Q1: uniform load on the cantilever',
    loadCaseExpr='1.0*Qcantlv',
    setsToDispLoads=[xcTotalSet],
    setsToDispDspRot=[xcTotalSet],
    setsToDispIntForc=[xcTotalSet])
Q1.unitsScaleLoads = 1e-3
Q1.unitsScaleDispl = 1e3
Q1.unitsDispl = '[mm]'
Q1.unitsScaleMom = 1e-3
Q1.unitsMom = '[m.kN]'
Q1.unitsScaleForc = 1e-3
Q1.unitsForc = '[kN]'
Q1.viewName = "XYZPos"
Q1.listDspRot = ['uZ']
Q1.listIntForc = ['M2', 'Q2']
Пример #14
0
                 represented (defaults to '[kN.m/m]')
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''
G1 = graphical_reports.RecordLoadCaseDisp(loadCaseName='lcase01',
                                          loadCaseDescr='G1: self weight',
                                          loadCaseExpr='1.0*lcase01',
                                          setsToDispLoads=[],
                                          setsToDispDspRot=[beamSet],
                                          setsToDispIntForc=[])
G1.unitsScaleLoads = 1e-3
G1.unitsScaleDispl = 1e3
G1.unitsDispl = '[mm]'
G1.unitsScaleMom = 1e-3
G1.unitsMom = '[m.kN]'
G1.unitsScaleForc = 1e-3
G1.unitsForc = '[kN]'
G1.setsToDispBeamIntForc = [beamSet]
G1.listBeamIntForc = ['My', 'Mz', 'Qy', 'Qz', 'N']
G1.viewName = "XYZPos"
G1.setsToDispBeamLoads = [beamSet]
G1.vectorScalePointLoads = 0.005
G1.compElLoad = 'axialComponent'
Пример #15
0
                 represented (defaults to '[kN.m/m]')
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''
G1 = graphical_reports.RecordLoadCaseDisp(loadCaseName='GselfWeight',
                                          loadCaseDescr='G1: self weight',
                                          loadCaseExpr='1.0*GselfWeight',
                                          setsToDispLoads=[shells],
                                          setsToDispDspRot=[shellsPcable],
                                          setsToDispIntForc=[deckCenter])
G1.unitsScaleLoads = 1e-3
G1.unitsScaleForc = 1e-3
G1.unitsScaleMom = 1e-3
G1.unitsScaleDispl = 1e3
G1.unitsDispl = '[mm]'

G2 = graphical_reports.RecordLoadCaseDisp(loadCaseName='GdeadLoad',
                                          loadCaseDescr='G2: dead load',
                                          loadCaseExpr='1.0*GdeadLoad',
                                          setsToDispLoads=[shells],
                                          setsToDispDspRot=[shellsPcable],
                                          setsToDispIntForc=[deckCenter])
G2.unitsScaleLoads = 1e-3
Пример #16
0
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''
setsIntF = [allLosas, murAlig, diafRP]
setsBeamIntF = [riostrEstr, pilas]

G1 = graphical_reports.RecordLoadCaseDisp(loadCaseName='G1',
                                          loadCaseDescr='G1: peso propio',
                                          loadCaseExpr='1.0*G1',
                                          setsToDispLoads=[overallSet],
                                          setsToDispDspRot=[overallSet],
                                          setsToDispIntForc=setsIntF)
G1.unitsScaleLoads = 1e-3
G1.unitsScaleDispl = 1e3
G1.unitsDispl = '[mm]'
G1.unitsScaleMom = 1e-3
G1.unitsMom = '[m.kN]'
G1.unitsScaleForc = 1e-3
G1.unitsForc = '[kN]'
G1.viewName = "XYZPos"
G1.hCamFct = 1
G1.setsToDispBeamIntForc = setsBeamIntF
G1.listBeamIntForc = ['N', 'My', 'Mz', 'Qy', 'Qz']

G2 = graphical_reports.RecordLoadCaseDisp(loadCaseName='G2',
Пример #17
0
  viewName:  name of the view  that contains the renderer (available standard 
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''

G1 = graphical_reports.RecordLoadCaseDisp(loadCaseName='GselfWeight',
                                          loadCaseDescr='G1: self weight',
                                          loadCaseExpr='1.0*GselfWeight',
                                          setsToDispLoads=[overallSet],
                                          setsToDispDspRot=[overallSet],
                                          setsToDispIntForc=[])
G1.unitsScaleLoads = 1e-3
G1.unitsScaleDispl = 1e3
G1.unitsDispl = '[mm]'
G1.unitsScaleMom = 1e-3
G1.unitsMom = '[m.kN]'
G1.unitsScaleForc = 1e-3
G1.unitsForc = '[kN]'
G1.setsToDispBeamIntForc = [columnZ, beamX, beamY]
G1.listBeamIntForc = ['My', 'Mz', 'Qy', 'Qz', 'N']
G1.viewName = "XYZPos"
G1.setsToDispBeamLoads = [beamY]
G1.vectorScalePointLoads = 0.005
G1.compElLoad = 'transComponent'
Пример #18
0
                 views: "XYZPos", "XYZNeg", "XPos", "XNeg","YPos", "YNeg",
                 "ZPos", "ZNeg", "+X+Y+Z", "+X+Y-Z", "+X-Y+Z", "+X-Y-Z", 
                 "-X+Y+Z", "-X+Y-Z", 
                 "-X-Y+Z", "-X-Y-Z")  (defaults to "XYZPos")
  hCamFct:   factor that applies to the height of the camera position 
                 in order to change perspective of isometric views 
                 (defaults to 1, usual values 0.1 to 10)
  viewNameBeams: name of the view  for beam elements displays (defaults to "XYZPos")
  hCamFctBeams:  factor that applies to the height of the camera position for
                 beam displays (defaults to 1)
'''

Q1 = graphical_reports.RecordLoadCaseDisp(
    loadCaseName='Q1',
    loadCaseDescr='Q1: Prueba de carga estática',
    loadCaseExpr='1.0*Q1',
    setsToDispLoads=[overallSet],
    setsToDispDspRot=[dintel],
    setsToDispIntForc=[dintel])
Q1.unitsScaleLoads = 1e-3
Q1.unitsScaleDispl = 1e3
Q1.unitsDispl = '[mm]'
Q1.unitsScaleMom = 1e-3
Q1.unitsMom = '[m.kN]'
Q1.unitsScaleForc = 1e-3
Q1.unitsForc = '[kN]'
Q1.viewName = "XYZPos"
Q1.hCamFct = 1
Q1.listDspRot = []
Q1.listIntForc = ['M2']