You are on page 1of 3

; Solicitations.

txt - template file for importing solicitations


; into Arche Beam module.
; Copyright(c) 2010 Graitec. All Rights Reserved.
;-------------------------------------------------------------------------
;
; This file is to be used as an example.
; You may modify it as you consider it best fits your needs.
;
; ----------------------
; RULES to be respected:
; ----------------------
; ';' indicates a comment line
;
; There are 7 predefined strings:
; 1) '#UNIT_LENGTH' - indicates that the next line defines the unit
; in which all lengths are expressed
; 2) '#UNIT_EFFORT' - indicates that the next line defines the unit
; in which all forces are expressed
; 3) '#UNIT_MOMENT' - indicates that the next line defines the unit
; in which all moments are expressed
; 4) '#EFF_NORM' - indicates the start of Normal Force chapter
; 5) '#MOM_FLE' - indicates the start of Bending Moment chapter
; 6) '#EFF_TRAN' - indicates the start of Shear Force chapter
; 7) '#MOM_TORS' - indicates the start of Torque chapter
;
; For Length unit there are the following defines:
; 0 -> Micrometer
; 1 -> Millimeter
; 2 -> Centimeter
; 3 -> Decimeter
; 4 -> Meter
; 5 -> Yard
; 6 -> Foot
; 7 -> Inch
;
; For Force unit there are the following defines:
; 0 -> Newton
; 1 -> DecaNewton
; 2 -> KiloNewton
; 3 -> MegaNewton
; 4 -> KgForce
; 5 -> Metric TonForce
; 6 -> Pound
; 7 -> KiloPound
;
; For Moment unit there are the following defines:
; 0 -> Newton*m
; 1 -> DecaNewton*m
; 2 -> KiloNewton*m
; 3 -> MegaNewton*m
; 4 -> KgForce*m
; 5 -> Metric TonForce*m
; 6 -> Pound*m
; 7 -> KiloPound*m
;
; If no units are defined, then the following default units will be considered:
; Length -> Meter
; Force -> MegaNewton
; Moment -> MegeNewton*Meter
;
; All sollicitations must be written as follow
; Abscissa MinimumValue MaximumValue
;
; The signs convention is the following one:
; AXIAL FORCE => positive as compression.
; SHEAR FORCE => positive on left and negative on right.
; BENDING MOMENT => positive when the bottom fiber is in tension
; => In Arche Beam = positive on span and negative over
supports.
;
;
; The maximum number of abscissas, that can be defined, is 101 per span, so if
; there are more, ONLY the first 101 will be considered.
;
; If for the same abscissa, two or more MinVal and MaxVal are defined, ONLY the
; last of them will be considered.
;
; The solicitations defined in this file, will be loaded for the current selected
; beam span and analysis load case, in Arche Beam module.
;
; The only characters allowed outside comments are 'Ee0123456789+-.,'.
; Anything else will be replaced by ' '.
;
; Bellow follows an example:
;
;-------------------------------------------------------------------------

#UNIT_LENGTH
4

#UNIT_EFFORT
3

#UNIT_MOMENT
3

#EFF_NORM
; Abscissa EnvMin EnvMax
0.0 0.0 0.1
0.5 0.0 0.1
1.0 0.0 0.1
1.5 0.0 0.1
2.0 0.0 0.1
2.5 0.0 0.1
3.0 0.0 0.1
3.5 0.0 0.1
4.0 0.0 0.1
4.5 0.0 0.1
5.0 0.0 0.1
5.5 0.0 0.1
6.0 0.0 0.1
6.5 0.0 0.1
7.0 0.0 0.1

#MOM_FLE
; Abscissa EnvMin EnvMax
0.0 -0.03627 0.02681
0.5 -0.00285 0.10805
1.0 0.000 0.17679
1.5 0.000 0.23303
2.0 0.000 0.27678
2.5 0.000 0.30804
3.0 0.000 0.32680
3.5 0.000 0.33306
4.0 0.000 0.32680
4.5 0.000 0.30804
5.0 0.000 0.27678
5.5 0.000 0.23303
6.0 0.000 0.17679
6.5 -0.00285 0.10805
7.0 -0.03627 0.02681

#EFF_TRAN
; Abscissa EnvMin EnvMax
0.0 0.000 0.175
0.5 0.000 0.150
1.0 0.000 0.125
1.5 0.000 0.100
2.0 0.000 0.075
2.5 0.000 0.050
3.0 0.000 0.025
3.5 0.000 0.000
4.0 -0.025 0.000
4.5 -0.050 0.000
5.0 -0.075 0.000
5.5 -0.100 0.000
6.0 -0.125 0.000
6.5 -0.150 0.000
7.0 -0.175 0.000

#MOM_TORS
; Abscissa EnvMin EnvMax
0.0 -0.075 0.00
0.5 -0.075 0.00
1.0 -0.075 0.00
1.5 -0.075 0.00
2.0 -0.075 0.00
2.5 -0.075 0.00
3.0 -0.075 0.00
3.5 -0.075 0.075
4.0 0.00 0.075
4.5 0.00 0.075
5.0 0.00 0.075
5.5 0.00 0.075
6.0 0.00 0.075
6.5 0.00 0.075
7.0 0.00 0.075

You might also like