Provides helper functions for estimating material properties.
clone this repository and install it by running
pip install setup.py
currently there are two examples to setup an mechanical uniaxial test on a VariationalViscoHydrolysis material specimen.
one may use f2py to bind fortran and python code for better performance. The variational VariationalViscoHydrolysis material has some fortran routines in fortran as examples. f2py has some known limitations, such as no support for OOP in modern fortran. f2py works best in linux machines, but can be executed in windows as well if configured properly.
yamate is currently not open for contributions