resonance
resonance copied to clipboard
Allow the use of constants in method sigs on SDoFLinearSystem forced response methods
For example:
sys.constants['omega'] = np.pi / 10
sys.constants['force_amplitude'] = 1.0
sys.sinusoidal_forcing('force_amplitude', 'omega', 5.0)
This would allow the pattern of storing the all constants on the system hold.