RigidDynamicPrescribedStep¶
- class sharpy.solvers.rigiddynamicprescribedstep.RigidDynamicPrescribedStep[source]¶
@modified Alfonso del Carre
The settings that this solver accepts are given by a dictionary, with the following key-value pairs:
Name
Type
Description
Default
print_infoboolPrint output to screen
Truemax_iterationsintSets maximum number of iterations
100num_load_stepsint1delta_curvedfloat0.01min_deltafloatStructural solver tolerance
1e-05newmark_dampfloatSets the Newmark damping coefficient
0.0001gravity_onboolFlag to include gravitational forces
FalsegravityfloatGravitational acceleration
9.81gravity_dirlist(float)Direction in G where gravity applies
[0.0, 0.0, 1.0]relaxation_factorfloat0.3dtfloatTime step of simulation
0.01num_stepsintNumber of timesteps to be run
500