Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Determine the bending moments, shear forces, axial forces and displace
2D Structural Analysis in Python by Ritchie Vink
A collection examples of 2D Finite Element Analysis (FEA) made with Jupyter Notebook Lab - https://jupyter.org/
To install Jupyter - https://jupyter.org/install
=====
App is available on Play Store -> https://play.google.com/store/apps/details?id=com.ulm.struct
If you want to download a python editor for your android smartphone follow this link -> https://play.google.com/store/apps/details?id=com.ulm.python
Create, display and process 2D vectors in a 3D window.
...The basic idea is simple, take a vector defined in one of a few different types of data formats and map it on the screen. Add another vector and you start to form a 'route'.
Each route or position vector can be accompanied with a 'force' vector. This can be used to show something acting on a position with direction and magnitude.
Finally you can give each position a tag to display on screen. This could be a common math symbol or greek letter, start/end signposts, or a number of the position either from the begining or after a reset.
After all the information has been loaded for your dataset. ...