nodal_target_force¶
Module: solid
Category: load
Type string: "nodal_target_force"
Parameters¶
| Name | Description | Default | Units |
|---|---|---|---|
scale |
scale | 1 | [] |
force |
force | {0,0,0} | [F] |
shell_bottom |
shell_bottom | false | [] |
Description¶
This nodal load defines a force that is applied to each node in the node set. The force will ramp up from the value at the end of the last time step, to the desired value defined in the force variable.
<nodal_load type="nodal_force_target" node_set="set1">
<force>1,0,0</force>
<scale lc="1">1</scale>
</nodal_load>