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

Reference is made to such an application: https://www.ritchievink.com/blog/2017/03/12/python-1d-fem-example-3/ The following commands: print(ss.get_node_results_system(node_id=2)) print(ss.get_node_results_system(node_id=3)) produce {'id': 2, 'Fx': 3.019806626980426e-14, 'Fy': 5.329070518200751e-15, 'Ty': 2.842170943040401e-14, 'ux': -0.06264606770288353, 'uy': 0.0037928468734012145, 'phi_y': 0.01282309350473621} {'id': 3,...

Hi everyone, Do you think is it possible to use anaStruct for circular, curved beam analyses? If possible, I will try to use it for tunnel lining analyses. A simple...

Hi, the following code is kept from your # Collection of examples of 2D structural analysis in Python with anaStruct framework # Open Source project by **Ritchie Vink** - https://github.com/ritchie46/anaStruct...

Hi @ritchie46 & @lukaszlaba & @rodrigo1392 , I worked on two days about this issue. Can you please help me. This is very important. How to fix this Value error....

In the following structure I have an hinge (between element 2 and 3) and the moment should be zero, which is not. Am I doing something wrong? Thanks from anastruct...

This issue is not specifically an anaStruct issue, but is impacted due to the matplotlib version == 3.0.3 in requirements.txt

Hi, Thank you for making this great package. I'm interested in modeling a 2D spring network using `anastruct`. I was wondering if this is possible. I looked up the documentation...

question

Is it possible to have a load case combination (e.g. 1.25 Dead, 1.5 Live, 0.5 Snow), where the 'dead load' case is the only load case where self weight is...

enhancement

Hi, How to clear information from memory? I want to model one structure after another, I'm using anaStruct in a loop to check if a certain bar meets an established...