可以实现
By default, if you repeat a force at the same degree of freedom, the new specification replaces the previous one. You can change this default to add (for accumulation) or ignore by using one of the following: Command(s): FCUM
GUI: Main Menu> Preprocessor> Loads> Define Loads> Settings> Replace vs Add> Forces
Main Menu> Solution> Define Loads> Settings> Replace vs. Add> Forces
For example:
F,447,FY,3000 ! Applies FY = 3000 at node 447
F,447,FY,2500 ! Changes FY value to 2500 (replacement)
FCUM,ADD ! Subsequent F's to be added
F,447,FY,-1000 ! FY = 2500-1000 = 1500 at node 447
FCUM,IGNORE ! Subsequent F's to be ignored
F,25,FZ,350 ! This force is ignored!
FCUM ! Resets FCUM to default (replacement)See the Commands Reference for a discussion of the F and FCUM commands.
Any force set via FCUM stays set until another FCUM is issued. To reset the default setting (replacement), simply issue FCUM without any arguments. |