Hello erveryone,
for a motion simulation i wrote a Template to deactivate a force at a specific timestep an activate a new force. It didnt work as i wanted, because the first force stays the the whole Time.
Maybe someone see the problem and can help
here the Template
<Simulate
analysis_type = "Transient"
end_time = "0.5"
print_interval = "0.01"
/>
<Deactivate
element_type = "Force"
element_id = "{frc_0.idstring}"
/>
<Activate
element_type = "Force"
element_id = "{frc_1.idstring}"
/>
<Simulate
analysis_type = "Transient"
end_time = "0.8"
print_interval = "0.01"
/>
<Stop/>