Ashby chart for different group of materials. The comparison is between Young Modulus and Density.
It was done using D3.js.
| # -*- coding: utf-8 -*- | |
| """ | |
| Fit an ellipse for a point cloud | |
| @author: Nicolas Guarin-Zapata | |
| """ | |
| from __future__ import division, print_function | |
| import numpy as np | |
| from numpy import sin, cos, arctan2, mean | |
| from numpy.linalg import norm |
| sine_plot.png : plot_data.py | |
| python plot_data.py | |
| plot_data.py: gen_sine_data | |
| ./gen_sine_data | |
| gen_sine_data : gen_sine_data.c | |
| cc -o gen_sine_data gen_sine_data.c -lm | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Erase all PNG files in a folder that do not end | |
| with a certain pattern | |
| @author: Nicolas Guarin-Zapata | |
| """ | |
| import os | |
| files = os.listdir("./") |
| # -*- coding: utf-8 -*- | |
| """ | |
| Plot a matrix with different labels in each cell as a series | |
| of circles with colors that represent each label. | |
| @author: Nicolas Guarin-Zapata | |
| """ | |
| from __future__ import division, print_function | |
| import numpy as np | |
| import matplotlib.pyplot as plt |
| # -*- coding: utf-8 -*- | |
| """ | |
| Compute the material parameters for a neo-hookean solid from | |
| data obtained from a uniaxial stress test. The used expressions | |
| are from _[1] | |
| @author: Nicolas Guarin-Zapata | |
| References | |
| ---------- |
| <!-- | |
| File name: Abaqus-Default.xml | |
| Style Name: Abaqus-Default | |
| Description: Syntax highlighting for Abaqus in Notepad++. Derived | |
| from the Abaqus template | |
| present in: | |
| http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files | |
| Supported languages: All the languages supported by release 6.2.3 | |
| Created by: Nicolas Guarin-Zapata (nicoguarin dot gmail dot com) |
Ashby chart for different group of materials. The comparison is between Young Modulus and Density.
It was done using D3.js.
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <!-- | |
| Example based on http://bl.ocks.org/weiglemc/6185069 | |
| --> | |
| <style> | |
| .circ { | |
| fill: steelblue; |
| name | value | |
|---|---|---|
| Locke | 4 | |
| Reyes | 8 | |
| Ford | 12 | |
| Jarrah | 16 | |
| Shephard | 23 | |
| Kwon | 42 |