This book does not provide an exhaustive presentation of the theory of random medium homogenization (see (Milton, 2002), (Torquato, 2002) or (Kachanov and Sevostianov, 2018) among others) but it is rather intended to recall some of the basic notations and results related to the implementation of the Echoes library.
In this manual, some snippets of Python codes calling Echoes library are presented. Except when it is necessary to show the imported libraries, the following starting lines will be implicit
import numpy as npfrom echoes import*import matplotlib.pyplot as plt
\(\,\)
Kachanov, M., Sevostianov, I., 2018. Micromechanics of Materials, with Applications, Solid Mechanics and Its Applications. Springer International Publishing, Cham. https://doi.org/10.1007/978-3-319-76204-3
Milton, G.W., 2002. The Theory of Composites, Cambridge Monographs on Applied and Computational Mathematics. Cambridge University Press, Cambridge. https://doi.org/10.1017/CBO9780511613357
Torquato, S., 2002. Random Heterogeneous Materials, Interdisciplinary Applied Mathematics. Springer New York, New York, NY. https://doi.org/10.1007/978-1-4757-6355-3