본문 바로가기

LIGGGHTS

servo controls

LIGGGHTS에서 wall은 servo control이 가능하다. 특정 위치/스텝에서 servo작동을 멈추고 싶으면 아래의 명령어를 사용한다.

현재 메뉴얼 update는 되어 있지 않다.

 

fix                topcap_ovp all mesh/surface/stress/servo file top_cap.stl type 2 com 0.0 0.0 ${topcap_ini_z} ctrlPV force axis 0 0 1 target_val ${topcap_force_z} vel_max ${topcap_vel_max}
run                500000

fix_modify         topcap_ovp servo/integrate stop
run                500000

fix_modify         topcap_ovp servo/integrate start
run                500000

'LIGGGHTS' 카테고리의 다른 글

mesh/surface/stress 기준 coordinate  (0) 2023.11.11
WALL의 Information 획득하기  (0) 2023.11.06
Contact Model Optimization  (0) 2023.08.30
Log 파일의 이해  (1) 2023.08.27
Clustering  (0) 2023.08.24