thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 5 forks source link

Add RATE_CALC_METHOD #798

Open 1fifoto opened 1 year ago

1fifoto commented 1 year ago

Add a Rate_Calc_Method to the symbol table via initialState and migrate.

Allow two choices:

Switch model between the two by varying Independent to Dependent Variables, and back. Default is Geometric Rate Calculation. Add in if-statement to eqnset to select between the two choices.

1fifoto commented 1 year ago

Uses a simplified 'shadow' symbol table, called 'st', consisting of a single simple array of values instead of two: a 'p' array and an 'x' array. This allows the Deflect_1 and Deflect_2 to switch from dependent to independent variables. See #717

1fifoto commented 4 days ago

See #796.