cslotboom
cslotboom
Hey, I recently got this error when attempting to multiply a numpy array by a scalar "forallpeople.Physical" object It seems like I can multiply two numpy arrays but not a...
Hey, I'd like to skip unit substitution when there is a lone unit with forallpeople. Right now handcalcs will write out all the calculations steps if you write something like...
Hey! I'm trying to convert meters to mm in the structural environment and struggling. 'mm' doesn't seem to be in the defined or derived units - is this expected? ```python...
It would be nice to be able to retrieve maximums using attributes, i.e. ``` xmax = myHys.xmax ```
Currently a lot of manual input is required to find out the number of peaks/number of cycles. A function should be used to automatically suggest the correct parameters that return...
**Describe the bug** I'm connecting to an existing model and it will only connect the first time my code it is run. After connecting a second time "clientModel" appears to...
Add type hints to the "helper" functions, like newEulerBeam. Currently a tool like Pylance will not be able to make type hint suggestions 
I'm modeling timber systems where shear deformations can be significant and I'd like to be able to create timoshenko beam elements that include shear deformation in Pynite! Currently I have...