anaStruct icon indicating copy to clipboard operation
anaStruct copied to clipboard

2D structural analysis in Python

Results 49 anaStruct issues
Sort by recently updated
recently updated
newest added

Hi, I installed anaStruct from github and example on load cases and combinations from docs [(https://anastruct.readthedocs.io/en/latest/loadcases.html#load-cases )] doesn't work anymore, it returns: ``` File "C:\Python38\lib\site-packages\anastruct\fem\system.py", line 1592, in apply_load_case exec("self.{}({})".format(method,...

Whenever I declare supports, for example with the following code, ```python ss.add_support_hinged(node_id=1) ``` The following error is raised: **_"AttributeError: module 'collections' has no attribute 'Iterable'"_** As stated in [this StackOverflow...

Fixes https://github.com/ritchie46/anaStruct/issues/90

How to apply a point load to an element?

I tried a number of different way adding add_internal_hinge() but found moments at hinges,is it a bug? What is the most recent version release date?

question

Is there any way to get the element id of a member by vertex or node point co ordinates when entire structure is drawn

question

Do you think to support non-uniform (trapezodial) loads?

It appears that the get_element_results method does not work properly for truss members? Using the command: ss.get_element_result(element_id=0) properly returns the list of element results for all elements. However, when I...

Being realized the lack of replies to users' questions, including mine, please could somebody contact me privately? Rightside digit hotmail(dot)com, while place joematara at leftside. Any discussion around this interesting...

question

I think the command in line 45 of the truss frame example file should be: if np.isclose(np.sin(el.angle), 1):