LinDynamicSim

class sharpy.solvers.lindynamicsim.LinDynamicSim[source]

Time-domain solution of Linear Time Invariant Systems

The settings that this solver accepts are given by a dictionary, with the following key-value pairs:

Name Type Description Default
folder str Output directory ./output/
write_dat list(str) List of vectors to write: x, y, u and/or t []
reference_velocity float Velocity to scale the structural equations when using a non-dimensional system 1.0
n_tsteps int Number of time steps to run 10
physical_time float Time to run 2.0
dt float Time increment for the solution of systems without a specified dt 0.001
postprocessors list(str)   []
postprocessors_settings dict   {}