-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathOpenSees.cnd
943 lines (886 loc) · 37.9 KB
/
OpenSees.cnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
# GiD + OpenSees Interface - An Integrated FEA Platform
# Copyright (C) 2016-2022
#
# Lab of R/C and Masonry Structures
# School of Civil Engineering, AUTh
#
# Development Team
#
# T. Kartalis-Kaounis, Dipl. Eng. AUTh, MSc
# V.K. Papanikolaou, Dipl. Eng., MSc DIC, PhD, Asst. Prof. AUTh
#
# Project Contributors
#
# F. Derveni, Dipl. Eng. AUTh, PhD
# G. Ntinolazos, Dipl. Eng. AUTh
# T. Papadopoulos, Dipl. Eng. AUTh, MSc
# V. Protopapadakis, Dipl. Eng. AUTh, MSc
# T. Zachariadis, Dipl. Eng. AUTh, MSc
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Conditions file
#
BOOK: Restraints
CONDITION: Point_Restraints
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on points and is transferred on nodes.\n\t\It is recommended to apply restraints in the FIRST interval only.\n\tAfter assigning new restraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: X-Translation#CB#(1,0)
VALUE: 1
TKWIDGET: TK_UpdateInfoBar
QUESTION: Y-Translation#CB#(1,0)
VALUE: 1
QUESTION: Z-Translation#CB#(1,0)
VALUE: 1
QUESTION: X-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Y-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Z-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Fluid-Pressure#CB#(1,0)
VALUE: 0
QUESTION: Fast_restraints#CB#(Fix_XYZ,Fix_XY,Fix_XZ,Fix_YZ,Pin_XYZ,Pin_XY,Pin_XZ,Pin_YZ)
VALUE: Fix XYZ
DEPENDENCIES: (Fix_XYZ,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,1,RESTORE,Y-Rotation,1,RESTORE,Z-Rotation,1)
DEPENDENCIES: (Fix_XY,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Rotation,1,RESTORE,Z-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0)
DEPENDENCIES: (Fix_XZ,RESTORE,X-Translation,1,RESTORE,Z-Translation,1,RESTORE,Y-Rotation,1,RESTORE,Y-Translation,0,RESTORE,X-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Fix_YZ,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,1,RESTORE,X-Translation,0,RESTORE,Z-Rotation,0,RESTORE,Y-Rotation,0)
DEPENDENCIES: (Pin_XYZ,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_XY,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_XZ,RESTORE,X-Translation,1,RESTORE,Z-Translation,1,RESTORE,Y-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_YZ,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
TKWIDGET: TK_RestraintsWikiInfo
END CONDITION
CONDITION: Line_Restraints
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on lines and is transferred on line nodes.\n\t\It is recommended to apply restraints in the FIRST interval only.\n\tAfter assigning new restraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: X-Translation#CB#(1,0)
VALUE: 1
QUESTION: Y-Translation#CB#(1,0)
VALUE: 1
QUESTION: Z-Translation#CB#(1,0)
VALUE: 1
QUESTION: X-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Y-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Z-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Fluid-Pressure#CB#(1,0)
VALUE: 0
QUESTION: Fast_restraints#CB#(Fix_XYZ,Fix_XY,Fix_XZ,Fix_YZ,Pin_XYZ,Pin_XY,Pin_XZ,Pin_YZ)
VALUE: Fix XYZ
DEPENDENCIES: (Fix_XYZ,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,1,RESTORE,Y-Rotation,1,RESTORE,Z-Rotation,1)
DEPENDENCIES: (Fix_XY,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Rotation,1,RESTORE,Z-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0)
DEPENDENCIES: (Fix_XZ,RESTORE,X-Translation,1,RESTORE,Z-Translation,1,RESTORE,Y-Rotation,1,RESTORE,Y-Translation,0,RESTORE,X-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Fix_YZ,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,1,RESTORE,X-Translation,0,RESTORE,Z-Rotation,0,RESTORE,Y-Rotation,0)
DEPENDENCIES: (Pin_XYZ,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_XY,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_XZ,RESTORE,X-Translation,1,RESTORE,Z-Translation,1,RESTORE,Y-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_YZ,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
TKWIDGET: TK_RestraintsWikiInfo
END CONDITION
CONDITION: Surface_Restraints
CONDTYPE: over surfaces
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on surfaces and is transferred on surface nodes.\n\t\It is recommended to apply restraints in the FIRST interval only.\n\tAfter assigning new restraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: X-Translation#CB#(1,0)
VALUE: 1
QUESTION: Y-Translation#CB#(1,0)
VALUE: 1
QUESTION: Z-Translation#CB#(1,0)
VALUE: 1
QUESTION: X-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Y-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Z-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Fluid-Pressure#CB#(1,0)
VALUE: 0
QUESTION: Fast_restraints#CB#(Fix_XYZ,Fix_XY,Fix_XZ,Fix_YZ,Pin_XYZ,Pin_XY,Pin_XZ,Pin_YZ)
VALUE: Fix XYZ
DEPENDENCIES: (Fix_XYZ,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,1,RESTORE,Y-Rotation,1,RESTORE,Z-Rotation,1)
DEPENDENCIES: (Fix_XY,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Rotation,1,RESTORE,Z-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0)
DEPENDENCIES: (Fix_XZ,RESTORE,X-Translation,1,RESTORE,Z-Translation,1,RESTORE,Y-Rotation,1,RESTORE,Y-Translation,0,RESTORE,X-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Fix_YZ,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,1,RESTORE,X-Translation,0,RESTORE,Z-Rotation,0,RESTORE,Y-Rotation,0)
DEPENDENCIES: (Pin_XYZ,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_XY,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_XZ,RESTORE,X-Translation,1,RESTORE,Z-Translation,1,RESTORE,Y-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Pin_YZ,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Translation,0,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
TKWIDGET: TK_RestraintsWikiInfo
END CONDITION
BOOK: Loads
CONDITION: Point_Forces
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on points and is transferred on nodes.\n\tLoads are always applied in the ACTIVE interval.\n\tAfter assigning new loads DO NOT FORGET to regenerate the mesh.\n
QUESTION: X-Force#UNITS#
VALUE: 0.0 kN
TKWIDGET: TK_UpdateInfoBar
QUESTION: Y-Force#UNITS#
VALUE: 0.0 kN
QUESTION: Z-Force#UNITS#
VALUE: 0.0 kN
QUESTION: X-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: Y-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: Z-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_LoadsWikiInfo
END CONDITION
CONDITION: Line_Forces
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on lines and is transferred on line nodes.\n\tLoads are always applied in the ACTIVE interval.\n\tAfter assigning new loads DO NOT FORGET to regenerate the mesh.\n
QUESTION: X-Force#UNITS#
VALUE: 0.0 kN
TKWIDGET: TK_UpdateInfoBar
QUESTION: Y-Force#UNITS#
VALUE: 0.0 kN
QUESTION: Z-Force#UNITS#
VALUE: 0.0 kN
QUESTION: X-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: Y-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: Z-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_LoadsWikiInfo
END CONDITION
CONDITION: Surface_Forces
CONDTYPE: over surfaces
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on surfaces and is transferred on nodes.\n\tLoads are always applied in the ACTIVE interval.\n\tAfter assigning new loads DO NOT FORGET to regenerate the mesh.\n
QUESTION: X-Force#UNITS#
VALUE: 0.0 kN
TKWIDGET: TK_UpdateInfoBar
QUESTION: Y-Force#UNITS#
VALUE: 0.0 kN
QUESTION: Z-Force#UNITS#
VALUE: 0.0 kN
QUESTION: X-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: Y-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: Z-Moment#UNITS#
VALUE: 0.0 kNm
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_LoadsWikiInfo
END CONDITION
CONDITION: Line_Uniform_Forces
CONDTYPE: over lines
CONDMESHTYPE: over body elements
COMMENT: \n\tThis condition is assigned on lines and is transferred on linear elements.\n\tLoads are always applied in the ACTIVE interval.\n\tAfter assigning new loads DO NOT FORGET to regenerate the mesh.\n
QUESTION: Uniform_load_along_line_longitudinal_axis#UNITS#
VALUE: 0.0 kN/m
TKWIDGET: TK_UpdateInfoBar
QUESTION: Uniform_load_acting_in_local_y_direction#UNITS#
VALUE: 0.0 kN/m
QUESTION: Uniform_load_acting_in_local_z_direction#UNITS#
VALUE: 0.0 kN/m
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_LocalAxesInfo
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_LineLoadsWikiInfo
END CONDITION
CONDITION: Point_Displacements
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on points and is transferred on nodes.\n\tDisplacements are always applied in the ACTIVE interval.\n\tZero values are ignored. Use Restraint condition instead.\n\tAfter assigning new displacements DO NOT FORGET to regenerate the mesh.\n
QUESTION: X-Displacement#UNITS#
VALUE: 0.0m
QUESTION: Y-Displacement#UNITS#
VALUE: 0.0m
QUESTION: Z-Displacement#UNITS#
VALUE: 0.0m
QUESTION: X-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: Y-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: Z-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_DisplacementsWikiInfo
END CONDITION
CONDITION: Line_Displacements
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on lines and is transferred on nodes.\n\tDisplacements are always applied in the ACTIVE interval.\n\tZero values are ignored. Use Restraint condition instead.\n\tAfter assigning new displacements DO NOT FORGET to regenerate the mesh\n
QUESTION: X-Displacement#UNITS#
VALUE: 0.0m
QUESTION: Y-Displacement#UNITS#
VALUE: 0.0m
QUESTION: Z-Displacement#UNITS#
VALUE: 0.0m
QUESTION: X-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: Y-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: Z-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_DisplacementsWikiInfo
END CONDITION
CONDITION: Surface_Displacements
CONDTYPE: over surfaces
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned on surfaces and is transferred on nodes.\n\tDisplacements are always applied in the ACTIVE interval.\n\tZero values are ignored. Use Restraint condition instead.\n\tAfter assigning new displacements DO NOT FORGET to regenerate the mesh\n
QUESTION: X-Displacement#UNITS#
VALUE: 0.0m
QUESTION: Y-Displacement#UNITS#
VALUE: 0.0m
QUESTION: Z-Displacement#UNITS#
VALUE: 0.0m
QUESTION: X-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: Y-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: Z-Rotation#UNITS#
VALUE: 0.0 rad
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_DisplacementsWikiInfo
END CONDITION
CONDITION: Point_Ground_Motion_from_Record
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tYou can assign this condition using the defined records from the Records window.\n\tGround motion is applied always applied in the ACTIVE interval.\n\tAfter assigning new ground motion DO NOT FORGET to regenerate the mesh.\n
QUESTION: Record_file#MAT#(Records)
VALUE: Ground_Motion_Record
TKWIDGET: TK_UpdateInfoBar
QUESTION: Ground_motion_direction#CB#(Ux,Uy,Uz,Rx,Ry,Rz)
VALUE: Ux
TKWIDGET: TK_OpenRecordsWindow
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
END CONDITION
CONDITION: Point_Sine_Ground_Motion
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tGround motion is applied always applied in the ACTIVE interval.\n\tAfter assigning new ground motion DO NOT FORGET to regenerate the mesh.\n
QUESTION: Type#CB#(Acceleration,Displacement)
VALUE: Displacement
TKWIDGET: TK_UpdateInfoBar
DEPENDENCIES: (Acceleration,RESTORE,Acceleration_Amplitude,#CURRENT#,HIDE,Displacement_Amplitude,#CURRENT#)
DEPENDENCIES: (Displacement,HIDE,Acceleration_Amplitude,#CURRENT#,RESTORE,Displacement_Amplitude,#CURRENT#)
QUESTION: Ground_motion_direction#CB#(Ux,Uy,Uz,Rx,Ry,Rz)
VALUE: Ux
QUESTION: Acceleration_Amplitude#UNITS#
VALUE: 1.0m/s^2
QUESTION: Displacement_Amplitude#UNITS#
VALUE: 1.0m
QUESTION: Period#UNITS#
VALUE: 0.6sec
QUESTION: Duration#UNITS#
VALUE: 10sec
QUESTION: Shift
VALUE: 0.0#WIDTH#(10)
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_ActiveIntervalinLoads
END CONDITION
BOOK: Constraints
CONDITION: Point_Equal_constraint_master_node
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tYou must assign this condition to ONE point that will be the master node for the selected ID. \n\tEach equal constraint group should have a unique ID.\n\t\It is recommended to apply equal constraints in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Equal_constraint_ID
VALUE: 1#WIDTH#(10)
HELP: Give a positive integer number for body constraint group.
TKWIDGET: TK_EqualDOFWikiInfo
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_UpdateInfoBar
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: EqualDOF::AutoOptionsButton
END CONDITION
CONDITION: Point_Equal_constraint_slave_nodes
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tYou can assign this condition to more than 1 points/nodes, for each equal constraint ID.\n\tEach equal constraint group should have a unique ID.\n\tFor more than 1 points/nodes, the constraint is applied in point/node pairs.\n\t\It is recommended to apply equal constraints in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Equal_constraint_ID
VALUE: 1#WIDTH#(10)
HELP: Give a positive integer number for body constraint group.
TKWIDGET: TK_UpdateInfoBar
QUESTION: X-Translation#CB#(1,0)
VALUE: 1
QUESTION: Y-Translation#CB#(1,0)
VALUE: 1
QUESTION: Z-Translation#CB#(1,0)
VALUE: 1
QUESTION: X-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Y-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Z-Rotation#CB#(1,0)
VALUE: 1
TKWIDGET: TK_EqualDOFWikiInfo
END CONDITION
CONDITION: Line_Equal_constraint_slave_nodes
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tLine constraints will be transferred to all respective line nodes.\n\tIt is recommended to use this condition in case of fine line mesh that more than 2 nodes will be generated.\n\tEach equal constraint group should have a unique ID.\n\t\It is recommended to apply line constraints in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Equal_constraint_ID
VALUE: 1#WIDTH#(10)
HELP: Enter a positive integer number for the equal constraint.
TKWIDGET: TK_UpdateInfoBar
QUESTION: X-Translation#CB#(1,0)
VALUE: 1
QUESTION: Y-Translation#CB#(1,0)
VALUE: 1
QUESTION: Z-Translation#CB#(1,0)
VALUE: 1
QUESTION: X-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Y-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Z-Rotation#CB#(1,0)
VALUE: 1
TKWIDGET: TK_EqualDOFWikiInfo
END CONDITION
CONDITION: Point_Rigid_link_master_node
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tYou must assign this condition to ONE point that will be the master node for the selected ID. \n\tEach rigid link group should have a unique ID.\n\tIt is recommended to apply rigid link in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Rigid_link_ID
VALUE: 1#WIDTH#(10)
TKWIDGET: TK_UpdateInfoBar
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_RigidLinkWikiInfo
END CONDITION
CONDITION: Point_Rigid_link_slave_nodes
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tYou can assign this condition to more than 1 points/nodes, for each rigid link ID.\n\tEach rigid link group should have a unique ID.\n\tFor more than 1 points/nodes, the constraint is applied in point/node pairs.\n\tIt is recommended to apply rigid link in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Rigid_link_ID
VALUE: 1#WIDTH#(10)
HELP: Give a positive integer number for body constraint group.
TKWIDGET: TK_UpdateInfoBar
QUESTION: Rigid_link_type#CB#(Bar,Beam)
VALUE: Beam
TKWIDGET: TK_RigidLinkWikiInfo
END CONDITION
CONDITION: Line_Rigid_link_slave_nodes
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tLine constraints will be transferred to all respective line nodes.\n\tIt is recommended to use this condition in case of fine line mesh that more than 2 nodes will be generated.\n\tEach rigid link group should have a unique ID.\n\tFor more than 1 points/nodes, the constraint is applied in point/node pairs.\n\tIt is recommended to apply rigid link in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Rigid_link_ID
VALUE: 1#WIDTH#(10)
HELP: Give a positive integer number for body constraint group.
TKWIDGET: TK_UpdateInfoBar
QUESTION: Rigid_link_type#CB#(Bar,Beam)
VALUE: Beam
TKWIDGET: TK_RigidLinkWikiInfo
END CONDITION
CONDITION: Point_Rigid_diaphragm_master_node
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition must be assigned to ONE point that will be the master node for the selected ID group. \n\tEach rigid diaphragm must have a unique ID.\n\tThe rigid plane can be selected on the corresponding condition for slave nodes\n\tIn Interval data, a 'Transformation' or 'Lagrange' constraint handler type should be selected.\n\t\It is recommended to apply rigid diaphragms in the FIRST interval only.\n\tMaster node fixities are automatically assigned depending on the rigid plane.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Diaphragm_ID_number
VALUE: -#WIDTH#(4)
STATE: HIDDEN
QUESTION: Rigid_diaphragm_ID
VALUE: 1#WIDTH#(10)
TKWIDGET: TK_UpdateInfoBar
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_RigidDiaphragmWikiInfo
END CONDITION
CONDITION: Point_Rigid_diaphragm_slave_nodes
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned to points and will be transferred to all respective nodes.\n\tEach rigid diaphragm must have a ID.\n\tIn Interval data, a 'Transformation' or 'Lagrange' constraint handler type should be selected.\n\t\It is recommended to apply rigid diaphragms in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Diaphragm_ID_number
VALUE: -#WIDTH#(4)
STATE: HIDDEN
QUESTION: Rigid_diaphragm_ID
VALUE: 1#WIDTH#(10)
QUESTION: Rigid_plane#CB#(XY,YZ,ZX)
VALUE: XY
TKWIDGET: TK_UpdateInfoBar
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_RigidDiaphragmWikiInfo
END CONDITION
CONDITION: Line_Rigid_diaphragm_slave_nodes
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned to lines and will be transferred to all respective line nodes.\n\tIt is recommended to use this condition in case of fine line mesh that more than 2 nodes will be generated.\n\tEach rigid diaphragm must have a unique ID.\n\tIn Interval data, a 'Transformation' or 'Lagrange' constraint handler type should be selected.\n\t\It is recommended to apply rigid diaphragms in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Diaphragm_ID_number
VALUE: -#WIDTH#(4)
STATE: HIDDEN
QUESTION: Rigid_diaphragm_ID
VALUE: 1#WIDTH#(10)
TKWIDGET: TK_UpdateInfoBar
QUESTION: Rigid_plane#CB#(XY,YZ,ZX)
VALUE: XY
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_RigidDiaphragmWikiInfo
END CONDITION
BOOK: Mass/Damping
CONDITION: Point_Mass
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned to points and is transferred to nodes.\n\t\It is recommended to apply masses in the FIRST interval only.\n\tAfter assigning new masses DO NOT FORGET to regenerate the mesh.\n
QUESTION: Mass_DOF_values#CB#(:)
VALUE: :
TKWIDGET: TK_UpdateInfoBar
QUESTION: X-Direction#UNITS#
VALUE: 0.0ton
QUESTION: Y-Direction#UNITS#
VALUE: 0.0ton
QUESTION: Z-Direction#UNITS#
VALUE: 0.0ton
QUESTION: X-Rotation#UNITS#
VALUE: 0.0ton
QUESTION: Y-Rotation#UNITS#
VALUE: 0.0ton
QUESTION: Z-Rotation#UNITS#
VALUE: 0.0ton
TKWIDGET: TK_MassWikiInfo
END CONDITION
CONDITION: Line_Mass
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned to lines and is transferred to line nodes.\n\t\It is recommended to apply masses in the FIRST interval only.\n\tAfter assigning new masses DO NOT FORGET to regenerate the mesh.\n
QUESTION: Mass_DOF_values#CB#(:)
VALUE: :
TKWIDGET: TK_UpdateInfoBar
QUESTION: X-Direction#UNITS#
VALUE: 0.0ton
QUESTION: Y-Direction#UNITS#
VALUE: 0.0ton
QUESTION: Z-Direction#UNITS#
VALUE: 0.0ton
QUESTION: X-Rotation#UNITS#
VALUE: 0.0ton
QUESTION: Y-Rotation#UNITS#
VALUE: 0.0ton
QUESTION: Z-Rotation#UNITS#
VALUE: 0.0ton
TKWIDGET: TK_MassWikiInfo
END CONDITION
CONDITION: Surface_Mass
CONDTYPE: over surfaces
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned to surfaces and is transferred to surface nodes.\n\t\It is recommended to apply masses in the FIRST interval only.\n\tAfter assigning new masses DO NOT FORGET to regenerate the mesh.\n
QUESTION: Mass_DOF_values#CB#(:)
VALUE: :
TKWIDGET: TK_UpdateInfoBar
QUESTION: X-Direction#UNITS#
VALUE: 0.0ton
QUESTION: Y-Direction#UNITS#
VALUE: 0.0ton
QUESTION: Z-Direction#UNITS#
VALUE: 0.0ton
QUESTION: X-Rotation#UNITS#
VALUE: 0.0ton
QUESTION: Y-Rotation#UNITS#
VALUE: 0.0ton
QUESTION: Z-Rotation#UNITS#
VALUE: 0.0ton
TKWIDGET: TK_MassWikiInfo
END CONDITION
CONDITION: Volume_Mass
CONDTYPE: over volumes
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is assigned to volumes and is transferred to their nodes.\n\t\It is recommended to apply masses in the FIRST interval only.\n\tAfter assigning new masses DO NOT FORGET to regenerate the mesh.\n
QUESTION: Mass_DOF_values#CB#(:)
VALUE: :
TKWIDGET: TK_UpdateInfoBar
QUESTION: X-Direction#UNITS#
VALUE: 0.0ton
QUESTION: Y-Direction#UNITS#
VALUE: 0.0ton
QUESTION: Z-Direction#UNITS#
VALUE: 0.0ton
QUESTION: X-Rotation#UNITS#
VALUE: 0.0ton
QUESTION: Y-Rotation#UNITS#
VALUE: 0.0ton
QUESTION: Z-Rotation#UNITS#
VALUE: 0.0ton
TKWIDGET: TK_MassWikiInfo
END CONDITION
CONDITION: Line_Rayleigh_Damping-Elements
CONDTYPE: over lines
CONDMESHTYPE: over body elements
COMMENT: \n\tThis condition is used to assign rayleigh damping parameters to line elements.\n\tIt includes all these elements and all the connected nodes.\n\tIt is assigned to lines and is transferred to line elements.\n\tRegion IDs must be SEPERATE between Element and Node Damping.\n\tAfter assigning new damping DO NOT FORGET to regenerate the mesh.\n
QUESTION: Region_ID
VALUE: 1#WIDTH#(5)
TKWIDGET: TK_UpdateInfoBar
QUESTION: alphaM
VALUE: 0.0#WIDTH#(10)
QUESTION: betaK
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKinit
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKcomm
VALUE: 0.0#WIDTH#(10)
TKWIDGET: TK_RegionWikiInfo
END CONDITION
CONDITION: Surface_Rayleigh_Damping-Elements
CONDTYPE: over surfaces
CONDMESHTYPE: over body elements
COMMENT: \n\tThis condition is used to assign rayleigh damping parameters to surface elements.\n\tIt includes all these elements and all the connected nodes.\n\tIt is assigned to surfaces and is transferred to surface elements.\n\tRegion IDs must be SEPERATE between Element and Node Damping.\n\tAfter assigning new damping DO NOT FORGET to regenerate the mesh.\n
QUESTION: Region_ID
VALUE: 1#WIDTH#(5)
TKWIDGET: TK_UpdateInfoBar
QUESTION: alphaM
VALUE: 0.0#WIDTH#(10)
QUESTION: betaK
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKinit
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKcomm
VALUE: 0.0#WIDTH#(10)
TKWIDGET: TK_RegionWikiInfo
END CONDITION
CONDITION: Volume_Rayleigh_Damping-Elements
CONDTYPE: over volumes
CONDMESHTYPE: over body elements
COMMENT: \n\tThis condition is used to assign rayleigh damping parameters to volume elements.\n\tIt includes all these elements and all the connected nodes.\n\tIt is assigned to volumes and is transferred to volume elements.\n\tRegion IDs must be SEPERATE between Element and Node Damping.\n\tAfter assigning new damping DO NOT FORGET to regenerate the mesh.\n
QUESTION: Region_ID
VALUE: 1#WIDTH#(5)
TKWIDGET: TK_UpdateInfoBar
QUESTION: alphaM
VALUE: 0.0#WIDTH#(10)
QUESTION: betaK
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKinit
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKcomm
VALUE: 0.0#WIDTH#(10)
TKWIDGET: TK_RegionWikiInfo
END CONDITION
CONDITION: Point_Rayleigh_Damping-Nodes
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is used to assign rayleigh damping parameters to nodes.\n\tIt includes all these nodes and all elements of which all nodes are selected.\n\tIt is assigned to points and is transferred to the corresponding nodes.\n\tRegion IDs must be SEPERATE between Element and Node Damping.\n\tAfter assigning new damping DO NOT FORGET to regenerate the mesh.\n
QUESTION: Region_ID
VALUE: 1#WIDTH#(5)
TKWIDGET: TK_UpdateInfoBar
QUESTION: alphaM
VALUE: 0.0#WIDTH#(10)
QUESTION: betaK
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKinit
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKcomm
VALUE: 0.0#WIDTH#(10)
TKWIDGET: TK_RegionWikiInfo
END CONDITION
CONDITION: Line_Rayleigh_Damping-Nodes
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is used to assign rayleigh damping parameters to line nodes.\n\tIt includes all these nodes and all elements of which all nodes are selected.\n\tIt is assigned to lines and is transferred to line nodes.\n\tRegion IDs must be SEPERATE between Element and Node Damping.\n\tAfter assigning new damping DO NOT FORGET to regenerate the mesh.\n
QUESTION: Region_ID
VALUE: 1#WIDTH#(5)
TKWIDGET: TK_UpdateInfoBar
QUESTION: alphaM
VALUE: 0.0#WIDTH#(10)
QUESTION: betaK
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKinit
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKcomm
VALUE: 0.0#WIDTH#(10)
TKWIDGET: TK_RegionWikiInfo
END CONDITION
CONDITION: Surface_Rayleigh_Damping-Nodes
CONDTYPE: over surfaces
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is used to assign rayleigh damping parameters to surface nodes.\n\tIt includes all these nodes and all elements of which all nodes are selected.\n\tIt is assigned to surfaces and is transferred to surface nodes.\n\tRegion IDs must be SEPERATE between Element and Node Damping.\n\tAfter assigning new damping DO NOT FORGET to regenerate the mesh.\n
QUESTION: Region_ID
VALUE: 1#WIDTH#(5)
TKWIDGET: TK_UpdateInfoBar
QUESTION: alphaM
VALUE: 0.0#WIDTH#(10)
QUESTION: betaK
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKinit
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKcomm
VALUE: 0.0#WIDTH#(10)
TKWIDGET: TK_RegionWikiInfo
END CONDITION
CONDITION: Volume_Rayleigh_Damping-Nodes
CONDTYPE: over volumes
CONDMESHTYPE: over nodes
COMMENT: \n\tThis condition is used to assign rayleigh damping parameters to volume nodes.\n\tIt includes all these nodes and all elements of which all nodes are selected.\n\tIt is assigned to volumes and is transferred to volume nodes.\n\tRegion IDs must be SEPERATE between Element and Node Damping.\n\tAfter assigning new damping DO NOT FORGET to regenerate the mesh.\n
QUESTION: Region_ID
VALUE: 1#WIDTH#(5)
TKWIDGET: TK_UpdateInfoBar
QUESTION: alphaM
VALUE: 0.0#WIDTH#(10)
QUESTION: betaK
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKinit
VALUE: 0.0#WIDTH#(10)
QUESTION: betaKcomm
VALUE: 0.0#WIDTH#(10)
TKWIDGET: TK_RegionWikiInfo
END CONDITION
BOOK: ZeroLength_Elements
CONDITION: Point_ZeroLength
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tEach group of ZeroLength elements must have a unique ID.\n\tEach ZeroLength ID must be assigned on at least 2 points/nodes with the same coordinates.\n\tFor more than 2 points/nodes, the element is applied in point/node pairs.\n\tZero Length Element's Nodes must have same dof.\n\tAfter assigning new zero length elements DO NOT FORGET to regenerate the mesh.\n
QUESTION: ZeroLength_ID
VALUE: 1#WIDTH#(10)
TKWIDGET: ZeroLength::CheckFieldValues
QUESTION: Activate_Ux#CB#(0,1)
VALUE: 1
DEPENDENCIES: (0,SET,Ux_material,#CURRENT#) (1,RESTORE,Ux_material,#CURRENT#)
QUESTION: Ux_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
QUESTION: Activate_Uy#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Uy_material,#CURRENT#) (1,RESTORE,Uy_material,#CURRENT#)
QUESTION: Uy_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
QUESTION: Activate_Uz#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Uz_material,#CURRENT#) (1,RESTORE,Uz_material,#CURRENT#)
QUESTION: Uz_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
QUESTION: Activate_Rx#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Rx_material,#CURRENT#) (1,RESTORE,Rx_material,#CURRENT#)
QUESTION: Rx_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
QUESTION: Activate_Ry#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Ry_material,#CURRENT#) (1,RESTORE,Ry_material,#CURRENT#)
QUESTION: Ry_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
QUESTION: Activate_Rz#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Rz_material,#CURRENT#) (1,RESTORE,Rz_material,#CURRENT#)
QUESTION: Rz_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
TKWIDGET: TK_ZeroLengthWikiInfo
QUESTION: Auto_options
VALUE:
STATE: HIDDEN
TKWIDGET: ZeroLength::AutoOptionsButton
END CONDITION
CONDITION: Line_Beam_contact_master_end_nodes
CONDTYPE: over lines
CONDMESHTYPE: over body elements
COMMENT:\n\tThis condition is applied to lines and assigned to their body elements.\n\tThese lines should be meshed at 1 only linear element!\n\t
QUESTION: Beam_contact_ID
VALUE: 1#WIDTH#(10)
END_CONDITION
CONDITION: Point_Beam_contact_slave_nodes
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT:\n\tThis condition is applied to points and assigned to nodes.\n\tAssign this condition in the corresponding interval\n\tyou want to activate contact.\n\t
QUESTION: Beam_contact_ID
VALUE: 1#WIDTH#(10)
TKWIDGET: BeamContact::CheckFieldValues
#QUESTION: Dimensions#CB#(2,3)
#VALUE: 2
#DEPENDENCIES: (2,RESTORE,Width,#CURRENT#,HIDE,Radius,#CURRENT#)
#DEPENDENCIES: (3,RESTORE,Radius,#CURRENT#,HIDE,Width,#CURRENT#)
QUESTION: Contact_material#MAT#(Multidimensional_(nD)_Materials,User_Materials)
VALUE: Contact
QUESTION: Width/Radius#UNITS#
VALUE: 0.25m
#QUESTION: Radius
#VALUE: 0.25m
QUESTION: Gap_tolerance
VALUE: 1.0e-10#WIDTH#(10)
QUESTION: Force_tolerance
VALUE: 1.0e-10#WIDTH#(10)
QUESTION: Initial_assumption#CB#(Contact,No_Contact)
VALUE: Contact
END_CONDITION
BOOK: Old_Conditions
CONDITION: Point_Body_constraint_master_node
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tYou must assign this condition to ONE point that will be the master node for the selected ID. \n\tEach body constraint group should have a unique positive integer ID number.\n\t\It is recommended to apply body constraints in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Body_constraint_ID_number
VALUE: 1#WIDTH#(4)
HELP: Give a positive integer number for body constraint group.
TKWIDGET: TK_EqualDOFWikiInfo
QUESTION: _#CB#(_)
VALUE:
STATE: HIDDEN
TKWIDGET: TK_UpdateInfoBar
END CONDITION
CONDITION: Point_Body_constraint_slave_nodes
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tYou can assign this condition to more than 1 points/nodes, for each body constraint ID.\n\tEach body constraint group should have a unique positive integer ID number.\n\tFor more than 1 points/nodes, the constraint is applied in point/node pairs.\n\t\It is recommended to apply body constraints in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Body_constraint_ID_number
VALUE: 1#WIDTH#(4)
HELP: Give a positive integer number for body constraint group.
TKWIDGET: TK_UpdateInfoBar
QUESTION: X-Translation#CB#(1,0)
VALUE: 1
QUESTION: Y-Translation#CB#(1,0)
VALUE: 1
QUESTION: Z-Translation#CB#(1,0)
VALUE: 1
QUESTION: X-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Y-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Z-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Fast_constraints#CB#(Pinned_Connection,Fixed_Connection)
VALUE: Bar
DEPENDENCIES: (Pinned_Connection,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Fixed_Connection,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,1,RESTORE,Y-Rotation,1,RESTORE,Z-Rotation,1)
TKWIDGET: TK_EqualDOFWikiInfo
END CONDITION
CONDITION: Line_Body_constraint_slave_nodes
CONDTYPE: over lines
CONDMESHTYPE: over nodes
COMMENT: \n\tLine constraints will be transferred to all respective line nodes.\n\tIt is recommended to use this condition in case of fine line mesh that more than 2 nodes will be generated.\n\tEach body constraint group should have a unique positive integer ID number.\n\t\It is recommended to apply line constraints in the FIRST interval only.\n\tAfter assigning new constraints DO NOT FORGET to regenerate the mesh.\n
QUESTION: Line_constraint_ID_number
VALUE: 1#WIDTH#(4)
HELP: Enter a positive integer number for the body constraint.
TKWIDGET: TK_UpdateInfoBar
QUESTION: X-Translation#CB#(1,0)
VALUE: 1
QUESTION: Y-Translation#CB#(1,0)
VALUE: 1
QUESTION: Z-Translation#CB#(1,0)
VALUE: 1
QUESTION: X-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Y-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Z-Rotation#CB#(1,0)
VALUE: 1
QUESTION: Fast_constraints#CB#(Pinned_Connection,Fixed_Connection)
VALUE: Bar
DEPENDENCIES: (Pinned_Connection,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,0,RESTORE,Y-Rotation,0,RESTORE,Z-Rotation,0)
DEPENDENCIES: (Fixed_Connection,RESTORE,X-Translation,1,RESTORE,Y-Translation,1,RESTORE,Z-Translation,1,RESTORE,X-Rotation,1,RESTORE,Y-Rotation,1,RESTORE,Z-Rotation,1)
TKWIDGET: TK_EqualDOFWikiInfo
END CONDITION
CONDITION: ZeroLength
CONDTYPE: over points
CONDMESHTYPE: over nodes
COMMENT: \n\tEach group of ZeroLength elements must have a unique integer ID number.\n\tEach ZeroLength ID must be assigned on at least 2 points/nodes with the same coordinates.\n\tFor more than 2 points/nodes, the element is applied in point/node pairs.\n\tZero Length Element's Nodes must have same dof.\n\tAfter assigning new zero length elements DO NOT FORGET to regenerate the mesh.\n
QUESTION: ZeroLength_ID_number
VALUE: 1#WIDTH#(4)
TKWIDGET: ZeroLength::CheckFieldValues
QUESTION: Activate_Ux#CB#(0,1)
VALUE: 1
DEPENDENCIES: (0,SET,Ux_material,#CURRENT#) (1,RESTORE,Ux_material,#CURRENT#)
QUESTION: Ux_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
QUESTION: Activate_Uy#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Uy_material,#CURRENT#) (1,RESTORE,Uy_material,#CURRENT#)
QUESTION: Uy_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
QUESTION: Activate_Uz#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Uz_material,#CURRENT#) (1,RESTORE,Uz_material,#CURRENT#)
QUESTION: Uz_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
QUESTION: Activate_Rx#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Rx_material,#CURRENT#) (1,RESTORE,Rx_material,#CURRENT#)
QUESTION: Rx_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
QUESTION: Activate_Ry#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Ry_material,#CURRENT#) (1,RESTORE,Ry_material,#CURRENT#)
QUESTION: Ry_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
QUESTION: Activate_Rz#CB#(0,1)
VALUE: 0
DEPENDENCIES: (0,SET,Rz_material,#CURRENT#) (1,RESTORE,Rz_material,#CURRENT#)
QUESTION: Rz_material#MAT#(Standard_Uniaxial_Materials,Uniaxial_Steel_Materials,Combined_Materials,User_Materials)
VALUE: Elastic
STATE: DISABLED
TKWIDGET: TK_ZeroLengthWikiInfo
END CONDITION