resonance icon indicating copy to clipboard operation
resonance copied to clipboard

Allow the use of constants in method sigs on SDoFLinearSystem forced response methods

Open moorepants opened this issue 7 years ago • 0 comments

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.

moorepants avatar Nov 08 '17 06:11 moorepants