my81656581 / Hybrid-Model-Solver

A Simple Simulation Tool by using morphing strategy to simulate the crack's development, static fracture, and so on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hybrid-Model-Solver

Platfrom License Version PyPI

What is This

A Simple Simulation Tool by using morphing strategy to simulate the crack's development, static fracture, and so on.

How to Use

  • use PyPI to install/keep updated, type pip install hmsolver or pip install hmsolver==<VERSION> for specific version of it
  • check example folder first to know how to use this tool
  • I have provided a short version of manual in Chinese, go and check this First

Update Log(Most Recent)

  • BUG: Fixed. Fixed not setting initial max distortion energy value.
  • DEV: Improvement. Eliminate unnecessary bond stretch calculation.
  • DEV: New Feature. Add unbroken zone.
  • BUG: Fixed. Fixed errorous adjoint node_id.
  • DEV: Improvement. Add gauss_point_linear_standard.
  • DEV: New Feature. Add load boundary condition treatments.
  • DEV: Improvement. Refactor code of boundary condition treatment.
  • DEV: New Feature. Add onrange_in and onrange_ex.
  • BUG: Fixed. Fixed the bond stretch code bug. The broken bond does not have stretch attribute.

(read more)

Copyright

Use this code whatever you want, under the circumstances of acknowleged the mit license this page below. Star this repository if you like, and it will be very generous of you!

Reference

  • Azdoud, Y., Han, F., & Lubineau, G. (2014). The morphing method as a flexible tool for adaptive local/non-local simulation of static fracture. Computational Mechanics, 54(3), 711-722. doi 10.1007/s00466-014-1023-3
  • Azdoud, Y., Han, F., & Lubineau, G. (2013). A Morphing framework to couple non-local and local anisotropic continua. International Journal of Solids and Structures, 50(9), 1332-1341. doi 10.1016/j.ijsolstr.2013.01.016
  • Lubineau, G., Azdoud, Y., Han, F., Rey, C., & Askari, A. (2012). A morphing strategy to couple non-local to local continuum mechanics. Journal of The Mechanics and Physics of Solids, 60(6), 1088-1102. doi 10.1016/j.jmps.2012.02.009

License

The MIT License (MIT)

Copyright (c) 2019 Shangkun Shen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A Simple Simulation Tool by using morphing strategy to simulate the crack's development, static fracture, and so on.

License:MIT License


Languages

Language:Python 100.0%