! Created by Gergely Gyebroszki, 2018.04.19.
! Set explicit element size of 50mm to achieve same divisions
LESIZELESIZE, NL1, SIZE, ANGSIZ, NDIV, SPACE, KFORC, LAYER1, LAYER2, KYNDIV
Specifies the divisions and spacing ratio on unmeshed lines.,ALL,50
AMESHAMESH, NA1, NA2, NINC
Generates nodes and area elements within areas.,ALL
NUMMRGNUMMRG, Label, TOLER, GTOLER, Action, Switch
Merges coincident or equivalently defined items.,NODE,0.01,,,LOW
! Built-in end at X=0
NSELNSEL, Type, Item, Comp, VMIN, VMAX, VINC, KABS
Selects a subset of nodes.,SS = 10,LOC,X,0
DD, Node, Lab, VALUE, VALUE2, NEND, NINC, Lab2, Lab3, Lab4, Lab5, Lab6
Defines degree-of-freedom constraints at nodes.,ALL,ALL
ALLSELALLSEL, LabT, Entity
Selects all entities with a single command.,ALL
FINISHFINISH
Exits normally from a processor.
! Load step 1
ANTYPEANTYPE, Antype, Status, LDSTEP, SUBSTEP, Action
Specifies the analysis type and restart status.,4 ! Analysis type: Transient
TRNOPTTRNOPT, Method, MAXMODE, --, MINMODE, MCout, TINTOPT, VAout
Specifies transient analysis options.,FULL! Solution method: FULL
LUMPMLUMPM, Key
Specifies a lumped mass matrix formulation.,0 ! Lumped mass approximation: OFF
TIMETIME, TIME
Sets the time for a load step.,T1 ! Time at the end
AUTOTSAUTOTS, Key
Specifies whether to use automatic time stepping or load stepping.,1 ! Auto time-stepping: ON
DELTIMDELTIM, DTIME, DTMIN, DTMAX, Carry
Specifies the time step sizes to be used for the current load step.,TSTEP ! Time step size
OUTRESOUTRES, Item, Freq, Cname, -- , NSVAR, DSUBres
Controls the solution data written to the database.,ALL,1 ! Write every substep
BETADBETAD, VALUE
Defines the stiffness matrix multiplier for damping.,BETA ! Damping
KBCKBC, KEY
Specifies ramped or stepped loading within a load step.,0 ! Ramped loading (instead of stepped)
! Pressure load on right-top line
LSELLSEL, Type, Item, Comp, VMIN, VMAX, VINC, KSWP
Selects a subset of lines.,SS = 10,LOC,Y,200,200! Select lines with Y in (200,200)
LSELLSEL, Type, Item, Comp, VMIN, VMAX, VINC, KSWP
Selects a subset of lines.,R,LOC,X,1000,1300 ! Reduce selection to lines with X in (1000,1300)
SFLSFL, Line, Lab, VALI, VALJ, VAL2I, VAL2J
Specifies surface loads on lines of an area.,ALL,PRES,P0P0 = 3
ALLSELALLSEL, LabT, Entity
Selects all entities with a single command.,ALL
LSWRITELSWRITE, LSNUM
Writes load and load step option data to a file.,1
! Load step 2 (only the time changes)
TIMETIME, TIME
Sets the time for a load step.,T2T2 = 1.0
LSWRITELSWRITE, LSNUM
Writes load and load step option data to a file.,2
! Solve from LS file 1-2
LSSOLVELSSOLVE, LSMIN, LSMAX, LSINC
Reads and solves multiple load steps.,1,2,1
FINISHFINISH
Exits normally from a processor.