!Modellierung eines Trägerrostmodelles !Alte Dateien löschen -SYS del "$(PROJEKT).cdb" -SYS del "$(PROJEKT).log" -SYS del "$(PROJEKT).erg" -SYS del "$(PROJEKT).plb" -SYS del "$(PROJEKT).prt" -SYS del "$(PROJEKT).urs" !############################################################################### +PROG TEMPLATE urs:1 Kopf 'Allgemeine Parameterdefinition' !Sprache: CADINP !Kommentare mit ! oder $ !Zahlen ohne Trennzeichen(Leerzeichen): 0.04E-3 !STO -> globale Variable !LET -> lokale Variable !Parameter Brücke - Angaben in [m] STO#L_feld 16.00 STO#L_krag 1.00 !Parameter der Walzträger - Angaben in [mm] STO#h_I 814 STO#b_f 303 STO#t_f 40 STO#h_w #h_I-2*#t_f STO#t_w 21 !Querschnittsparameter - Angaben in [mm] STO#h_Bet 900 STO#h_Bet2 240 STO#b_rand 289 STO#b_innen 578 STO#h_oben 126 !Abstand zwischen OK Walzträger und OK Beton !Parameter für Bewehrung STO#A_s 15.71 !cm2 STO#D_s 10 STO#z_s1 8.1 !Schwerpunkt Bewehrung von OK Stahlträger (in cm) STO#z_s2 62.72 STO#c_bet 45 !Betondeckung !Parameter des Kragarm Verbundplatte - Angaben in [mm] STO#b_krag 800 STO#h_krag 70 STO#abstand1_krag 130 STO#abstand2_krag 280 !Weitere Querschnittsparameter - Angaben in [mm] STO#b_gleis_links 2310 STO#b_gleis_rechts 1900 STO#b_kappe_rechts 1560 !STO#b_gesims 350 !STO#a_gel_links STO#a_gel_rechts 3250 ENDE !############################################################################### +PROG AQUA urs:2 Kopf 'Material- und Querschnittsparameter' ECHO VOLL JA !Norm NORM DC 'DIN' NDC 'EN1994-2004' COUN 49 CAT 'D' ! Kat. D sind für Eisenbahnbrücken !Reduktionszahl STO#no 6.58 !Materialparameter STAH 1 S GUET 235 !Baustahl STAH 2 B GUET 500A !Betonstahl BETO 3 C FCN 30 EC 210000/#no BETO 5 C FCN 30 GAM 0 BEZ 'Beton für Gittert.' !Querschnitte Kragarm !Berechnung der mitwirkenden Plattenbreite LET#L_e 2*#L_krag*1000 !Umrechnung in mm LET#b_1 #b_rand LET#b_2 #b_rand LET#be_1 #L_e/8 IF #be_1 > #b_1 LET#be_1 #b_1 ENDIF Let#beff1 #be_1 LET#be_2 #L_e/8 IF #be_2 > #b_2 LET#be_2 #b_2 ENDIF Let#beff2 #be_2 TXA Länge Le im Kragarm: L_et = #(L_e,4.1)mm TXA Effektive Teilbreite 2: beff2 = #(beff2,4.1)mm TXA usw. !Walzträger QNR 1 MBW 2 BEZ 'WT 1' QPOL ART UPZ MNR 1 QP NR Y Z 1 0 0 2 #b_f/2 0 3 #b_f/2 #t_f 4 #t_w/2 #t_f 5 #t_w/2 #h_I-#t_f 6 #b_f/2 #h_I-#t_f 7 #b_f/2 #h_I 8 0 #h_I QPOL ART U MNR 3 QP NR Y Z 1 #b_rand -#h_oben 2 -#b_rand -#h_oben 3 -#b_rand #t_f+#h_w 4 -#t_w/2 #t_f+#h_w 5 -#t_w/2 #t_f 6 -#b_f/2 #t_f 7 -#b_f/2 0 8 #b_f/2 0 9 #b_f/2 #t_f 10 #t_w/2 #t_f 11 #t_w/2 #t_f+#h_w 12 #b_rand #t_f+#h_w NEFF YMIN ZMIN YMAX ZMAX (#beff2) -#h_Bet (#b_rand+10) 0 -(#beff1) -#h_Bet -(#b_rand+10) 0 LBEW NR YA ZA YE ZE RANG D AS A 101 #b_rand-#c_bet -#z_s1*10 -#b_rand+#c_bet -#z_s1*10 1 #D_s #A_s 50 102 #b_rand-#c_bet #z_s2*10 #t_w/2 #z_s2*10 2 #D_s #A_s 50 103 -#b_rand+#c_bet #z_s2*10 -#t_w/2 #z_s2*10 3 #D_s #A_s 50 !Querschnitte Innenfeldbereich !Berechnung der mitwirkenden Plattenbreite LET#L_e 0.7*#L_feld*1000 !Umrechnung in mm LET#b_1 #b_rand LET#b_2 #b_rand LET#be_1 #L_e/8 IF #be_1 > #b_1 LET#be_1 #b_1 ENDIF LET#beff1 #be_1 LET#be_2 #L_e/8 IF #be_2 > #b_2 LET#be_2 #b_2 ENDIF LET#beff2 #be_2 TXA Länge Le im Innenfeldbereich: L_e = #(L_e,4.1)mm TXA Effektive Teilbreite 1: beff1 = #(beff1,4.1)mm TXA usw. !Walzträger QNR 2 MBW 2 BEZ 'WT 1' QPOL ART UPZ MNR 1 QP NR Y Z 1 0 0 2 #b_f/2 0 3 #b_f/2 #t_f 4 #t_w/2 #t_f 5 #t_w/2 #h_I-#t_f 6 #b_f/2 #h_I-#t_f 7 #b_f/2 #h_I 8 0 #h_I QPOL ART U MNR 3 QP NR Y Z 1 #b_rand -#h_oben 2 -#b_rand -#h_oben 3 -#b_rand #t_f+#h_w 4 -#t_w/2 #t_f+#h_w 5 -#t_w/2 #t_f 6 -#b_f/2 #t_f 7 -#b_f/2 0 8 #b_f/2 0 9 #b_f/2 #t_f 10 #t_w/2 #t_f 11 #t_w/2 #t_f+#h_w 12 #b_rand #t_f+#h_w NEFF YMIN ZMIN YMAX ZMAX (#beff2) -#h_Bet (#b_rand+10) 0 -(#beff1) -#h_Bet -(#b_rand+10) 0 LBEW NR YA ZA YE ZE RANG D AS A 101 #b_rand-#c_bet -#z_s1*10 -#b_rand+#c_bet -#z_s1*10 1 #D_s #A_s 50 102 #b_rand-#c_bet #z_s2*10 #t_w/2 #z_s2*10 2 #D_s #A_s 50 103 -#b_rand+#c_bet #z_s2*10 -#t_w/2 #z_s2*10 3 #D_s #A_s 50 !Querschnitte Kragarm !Berechnung der mitwirkenden Plattenbreite LET#L_e 2*#L_krag*1000 !Umrechnung in mm LET#b_1 #b_rand LET#b_2 #b_rand LET#be_1 #L_e/8 IF #be_1 > #b_1 LET#be_1 #b_1 ENDIF Let#beff1 #be_1 LET#be_2 #L_e/8 IF #be_2 > #b_2 LET#be_2 #b_2 ENDIF Let#beff2 #be_2 TXA Länge Le im Kragarm: L_et = #(L_e,4.1)mm TXA Effektive Teilbreite 2: beff2 = #(beff2,4.1)mm TXA usw. QNR 3 MBW 2 BEZ 'WT 1' QPOL ART UPZ MNR 1 QP NR Y Z 1 0 0 2 #b_f/2 0 3 #b_f/2 #t_f 4 #t_w/2 #t_f 5 #t_w/2 #h_I-#t_f 6 #b_f/2 #h_I-#t_f 7 #b_f/2 #h_I 8 0 #h_I QPOL ART U MNR 3 QP NR Y Z 1 #b_rand -#h_oben 2 -#b_rand -#h_oben 3 -#b_rand-#b_krag -#h_oben-#h_krag 4 -#b_rand-#b_krag -#h_oben+#abstand1_krag 5 -#b_rand -#h_oben+#abstand2_krag 6 -#b_rand #t_f+#h_w 7 -#t_w/2 #t_f+#h_w 8 -#t_w/2 #t_f 9 -#b_f/2 #t_f 10 -#b_f/2 0 11 #b_f/2 0 12 #b_f/2 #t_f 13 #t_w/2 #t_f 14 #t_w/2 #t_f+#h_w 15 #b_rand #t_f+#h_w NEFF YMIN ZMIN YMAX ZMAX (#beff2) -#h_Bet (#b_rand+10) 0 -(#beff1) -#h_Bet -(#b_rand+10) 0 LBEW NR YA ZA YE ZE RANG D AS A 101 #b_rand-#c_bet -#z_s1*10 -#b_rand+#c_bet -#z_s1*10 1 #D_s #A_s 50 102 #b_rand-#c_bet #z_s2*10 #t_w/2 #z_s2*10 2 #D_s #A_s 50 103 -#b_rand+#c_bet #z_s2*10 -#t_w/2 #z_s2*10 3 #D_s #A_s 50 !Querschnitte Innenfeldbereich !Berechnung der mitwirkenden Plattenbreite LET#L_e 0.7*#L_feld*1000 !Umrechnung in mm LET#b_1 #b_rand LET#b_2 #b_rand LET#be_1 #L_e/8 IF #be_1 > #b_1 LET#be_1 #b_1 ENDIF LET#beff1 #be_1 LET#be_2 #L_e/8 IF #be_2 > #b_2 LET#be_2 #b_2 ENDIF LET#beff2 #be_2 TXA Länge Le im Innenfeldbereich: L_e = #(L_e,4.1)mm TXA Effektive Teilbreite 1: beff1 = #(beff1,4.1)mm TXA usw. QNR 4 MBW 2 BEZ 'WT 1' QPOL ART UPZ MNR 1 QP NR Y Z 1 0 0 2 #b_f/2 0 3 #b_f/2 #t_f 4 #t_w/2 #t_f 5 #t_w/2 #h_I-#t_f 6 #b_f/2 #h_I-#t_f 7 #b_f/2 #h_I 8 0 #h_I QPOL ART U MNR 3 QP NR Y Z 1 #b_rand -#h_oben 2 -#b_rand -#h_oben 3 -#b_rand-#b_krag -#h_oben-#h_krag 4 -#b_rand-#b_krag -#h_oben+#abstand1_krag 5 -#b_rand -#h_oben+#abstand2_krag 6 -#b_rand #t_f+#h_w 7 -#t_w/2 #t_f+#h_w 8 -#t_w/2 #t_f 9 -#b_f/2 #t_f 10 -#b_f/2 0 11 #b_f/2 0 12 #b_f/2 #t_f 13 #t_w/2 #t_f 14 #t_w/2 #t_f+#h_w 15 #b_rand #t_f+#h_w NEFF YMIN ZMIN YMAX ZMAX (#beff2) -#h_Bet (#b_rand+10) 0 -(#beff1) -#h_Bet -(#b_rand+10) 0 LBEW NR YA ZA YE ZE RANG D AS A 101 #b_rand-#c_bet -#z_s1*10 -#b_rand+#c_bet -#z_s1*10 1 #D_s #A_s 50 102 #b_rand-#c_bet #z_s2*10 #t_w/2 #z_s2*10 2 #D_s #A_s 50 103 -#b_rand+#c_bet #z_s2*10 -#t_w/2 #z_s2*10 3 #D_s #A_s 50 !Querschnitt Querträger Platte STO#faktor 0.0277778 STO#b_platte1 (2*#L_krag+#L_feld)*#faktor*1000 QNR Nr 401 BTYP BEAM MNR 5 BEZ 'Trägerrost Platte Gesamt' QPOL ART RECT DY #b_platte1 DZ #h_Bet !QNR NR 402 BTYP BEAM MNR 5 BEZ 'Trägerrost Platte rand' !QPOL ART RECT DY #b_platte1 DZ #h_Bet2 Ende !############################################################################### +PROG SOFIMSHA urs:3 KOPF 'Systemgenerierung und -idealisierung' SYST 3D SYST GDIV 0 !Kontengenerierung STO#L_stab1 #b_platte1/1000 !STO#L_stab2 #b_platte2/1000 LET#i 0 LOOP 37 KNOT NR X Y Z 1001+#i #i*#L_stab1 (8*#b_rand)/1000 -0.354 ! -0.48+h_oben/1000 Damit die Knoten im Schwerpunkt liegen 2001+#i #i*#L_stab1 (7*#b_rand)/1000 -0.354 3001+#i #i*#L_stab1 (5*#b_rand)/1000 -0.354 4001+#i #i*#L_stab1 (3*#b_rand)/1000 -0.354 5001+#i #i*#L_stab1 #b_rand/1000 -0.354 6001+#i #i*#L_stab1 -#b_rand/1000 -0.354 7001+#i #i*#L_stab1 -(3*#b_rand)/1000 -0.354 8001+#i #i*#L_stab1 -(5*#b_rand)/1000 -0.354 9001+#i #i*#L_stab1 -(7*#b_rand)/1000 -0.354 10001+#i #i*#L_stab1 -(8*#b_rand)/1000 -0.354 ! 35001+#i #i*#L_stab1 -(8*#b_rand)/1000 -1 !36001+#i #i*#L_stab1 (-8*#b_rand-#b_kv)/1000 -1 LET#i #i+1 ENDLOOP @KEY SECT 1 LET#zs1 @(ZS) @KEY SECT 1 LET#ys1 @(YS) @KEY SECT 2 LET#zs2 @(ZS) @KEY SECT 2 LET#ys2 @(YS) @KEY SECT 3 LET#zs3 @(ZS) @KEY SECT 3 LET#ys3 @(YS) @KEY SECT 4 LET#zs4 @(ZS) @KEY SECT 4 LET#ys4 @(YS) !Generierung der Stäbe GRUP 10 BASE 1000 BEZ 'Hauptträger' STO#mesh1 2 STO#mesh2 1 !Walzträger LET#i 1 LOOP 2 STAB NR KA KE QNR TEIL YA ZA YE ZE 1000+#i 2000+#i 2000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 2000+#i 3000+#i 3000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 3000+#i 4000+#i 4000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 4000+#i 5000+#i 5000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 5000+#i 6000+#i 6000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 6000+#i 7000+#i 7000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 7000+#i 8000+#i 8000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 8000+#i 9000+#i 9000+#i+1 3 #mesh1 #ys3 #zs3 #ys3 #zs3 ! 9000+#i 35000+#i 35000+#i+1 3 #mesh1 #ys3 #zs3 #ys3 #zs3 LET#i #i+1 ENDLOOP LOOP 8 STAB NR KA KE QNR TEIL YA ZA YE ZE 1000+#i 2000+#i 2000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 2000+#i 3000+#i 3000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 3000+#i 4000+#i 4000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 4000+#i 5000+#i 5000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 5000+#i 6000+#i 6000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 6000+#i 7000+#i 7000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 7000+#i 8000+#i 8000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 8000+#i 9000+#i 9000+#i+1 4 #mesh1 #ys4 #zs4 #ys4 #zs4 !9000+#i 35000+#i 35000+#i+1 4 #mesh1 #ys4 #zs4 #ys4 #zs4 LET#i #i+1 ENDLOOP LOOP 16 STAB NR KA KE QNR TEIL YA ZA YE ZE 1000+#i 2000+#i 2000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 2000+#i 3000+#i 3000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 3000+#i 4000+#i 4000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 4000+#i 5000+#i 5000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 5000+#i 6000+#i 6000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 6000+#i 7000+#i 7000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 7000+#i 8000+#i 8000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 8000+#i 9000+#i 9000+#i+1 4 #mesh1 #ys4 #zs4 #ys4 #zs4 !9000+#i 35000+#i 35000+#i+1 4 #mesh1 #ys4 #zs4 #ys4 #zs4 LET#i #i+1 ENDLOOP LOOP 8 STAB NR KA KE QNR TEIL YA ZA YE ZE 1000+#i 2000+#i 2000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 2000+#i 3000+#i 3000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 3000+#i 4000+#i 4000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 4000+#i 5000+#i 5000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 5000+#i 6000+#i 6000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 6000+#i 7000+#i 7000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 7000+#i 8000+#i 8000+#i+1 2 #mesh1 #ys2 #zs2 #ys2 #zs2 8000+#i 9000+#i 9000+#i+1 4 #mesh1 #ys4 #zs4 #ys4 #zs4 !9000+#i 35000+#i 35000+#i+1 4 #mesh1 #ys4 #zs4 #ys4 #zs4 LET#i #i+1 ENDLOOP LOOP 2 STAB NR KA KE QNR TEIL YA ZA YE ZE 1000+#i 2000+#i 2000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 2000+#i 3000+#i 3000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 3000+#i 4000+#i 4000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 4000+#i 5000+#i 5000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 5000+#i 6000+#i 6000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 6000+#i 7000+#i 7000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 7000+#i 8000+#i 8000+#i+1 1 #mesh1 #ys1 #zs1 #ys1 #zs1 8000+#i 9000+#i 9000+#i+1 3 #mesh1 #ys3 #zs3 #ys3 #zs3 !9000+#i 35000+#i 35000+#i+1 3 #mesh1 #ys3 #zs3 #ys3 #zs3 LET#i #i+1 ENDLOOP GRUP 20 BASE 10000 BEZ 'Platte' !Querträger Platte LET#i 0 LOOP 36 STAB NR KA KE QNR TEIL ZA ZE 11000+#i 1001+#i 2001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 12000+#i 2001+#i 3001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 13000+#i 3001+#i 4001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 14000+#i 4001+#i 5001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 15000+#i 5001+#i 6001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 16000+#i 6001+#i 7001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 17000+#i 7001+#i 8001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 18000+#i 8001+#i 9001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 19000+#i 9001+#i 10001+#i 401 #mesh2 ((#h_Bet/2)-#h_oben)/1000 ((#h_Bet/2)-#h_oben)/1000 !20000+#i 35001+#i 36001+#i 402 #mesh2 1 1 ! 21000+#i 11001+#i 12001+#i 401 #mesh2 0 0 LET#i #i+1 ENDLOOP !Definition der Lagerungsbedingungen KNOT NR FIX 3003 PZ,PY 8003 PZ 3035 PZ,PY 8035 PZ Ende !############################################################################### +PROG WING urs:4 KOPF 'Darstellung des Systems' SCHR H3 0.5 H4 0.25 PRUE VOLL !Schriftgröße SIZE -LP 0 HLEG 1.0 TLEG 1.0 TEIL 2x1 !Quer oder Hochformat -LP Hochformat +Lp Querformat BOX TYP GREN BEOB EG3; STRU VOLL BEOB XY; STRU VOLL ENDE !############################################################################### +PROG SOFILOAD urs:7 KOPF 'Teilsicherheits- und Kombinationsbeiwerte' !Teilsicherheits- und Kombinationsbeiwerte ACT TYP GAMU GAMF PSI0 PSI1 PSI2 GAMA PART SUP BEZ St 1.00 1.00 1.00 1.00 1.00 1.00 G PERM 'Ständige Lasten' Sw 1.00 1.00 1.00 1.00 1.00 1.00 G PERM 'Schwinden' T 1.00 0.00 0.60 0.60 0.50 1.00 Q EXCL 'Temperatur' L 1.00 1.00 1.00 1.00 1.00 1.00 G EXCL 'Stützensenkung' V_1 1.00 0.00 0.75 0.75 0.00 1.00 Q EXCL 'LM1 Doppelachse' V_2 1.00 0.00 0.40 0.40 0.00 1.00 Q EXCL 'LM1 Flächenlast' V_3 1.00 0.00 0.40 0.40 0.00 1.00 Q COND 'LM1 Geh-/Radweg' V_4 1.00 0.00 0.00 0.00 0.00 1.00 Q EXCL 'LM1 Bremsen' W 1.00 0.00 0.60 0.20 0.00 1.00 Q COND 'Wind' !Nicht notwendig La 1.00 0.00 1.00 1.00 1.00 1.00 A EXCL 'Lagerwechsel' !Nicht notwendig Erm 1.00 1.00 1.00 1.00 1.00 1.00 Q EXCL 'Ermüdung' St_B 1.00 1.00 1.00 1.00 1.00 1.00 G PERM 'Ständige Lasten_Bauzustand' Sw_B 1.00 1.00 1.00 1.00 1.00 1.00 G PERM 'Schwinden_Bauzustand' T_B 1.00 0.00 0.60 0.60 0.50 1.00 Q EXCL 'Temperatur_Bauzustand' W_B 1.00 0.00 0.80 0.00 0.00 1.00 Q COND 'Wind_Bauzustand' !Nicht notwendig S_B 1.00 0.00 0.80 0.00 0.00 1.00 Q COND 'Schnee_Bauzustand' !Nicht notwendig B_B 1.00 0.00 1.00 0.00 1.00 1.00 Q COND 'Baulasten_Bauzustand' ENDE !############################################################################### +PROG SOFILOAD urs:5 KOPF 'Generierung der Lasten' !Eigengewicht Verbundplatte Act TYP G Gamu 1.35 Gamf 1.00 SUP Perm LF 1 TYP G FAKG 1.00 BEZ 'Eigengewicht' !Eigengewicht der Kappe,Kabelkanal, Geländer LF 2 TYP St BEZ 'Kappe' LINE AUTO BEZ 'Kappe,Kabelkanal, Geländer' Proj ZZ TYP MXX P1 -16.7*((#b_kappe_rechts/2)/1000) X1 0 Y1 -(7*#b_rand)/1000 Z1 -0.354 X2 2*#L_krag+#L_feld Y2 -(7*#b_rand)/1000 !Eigengewicht Schotteroberbau LAR 1 GRP1 20 X1 0 Y1 -#b_gleis_rechts/1000 Z1 -0.354 X2 0 Y2 #b_gleis_links/1000 X3 2*#L_krag+#L_feld Y3 #b_gleis_links/1000 X4 2*#L_krag+#L_feld Y4 -#b_gleis_rechts/1000 LF 3 TYP St BEZ 'Schotteroberbau' AREA LAR 1 BEZ 'Schotter' Proj ZZ TYP PZZ P1 66.6/(#b_gleis_links/1000+#b_gleis_rechts/1000) ENDE !############################################################################### -PROG ASE urs:6 KOPF 'Berechnung der Einzellastfälle' LF 1 LF 2 LF 3 ENDE !############################################################################### -PROG WING urs:15 KOPF 'Darstellung der Einwirkungen und Schnittgrößen' SCHR H3 0.5 H4 0.25 PRUE VOLL !Graphische Ausgabe der LF 1 bis 12 LF 1 LF 2 LF 3 SIZE -LP 200 HLEG 1.0 TLEG 2.0 TEIL 2x2 BOX TYP GREN BEOB EG3 GRUP 20 LAST SCHR 0.2 ND 1 GRUP 10 STAB MY ND 1 STAB VZ ND 1 STAB MT ND 1 ENDE