Examples and MaterialTestUtils adapter for MicroplaneModels.
This package is for verifying and testing microplane material models. It provides:
- Adapter to make
MicroplaneMaterialwork with theMaterialTestUtilsinterface - Example scripts for testing various microplane models
- Convergence logs documenting test results
This package depends on two local packages in the home directory:
~/MicroplaneModels.jl- Core microplane material models~/MaterialTestUtils.jl- Material testing utilities
The examples/ directory contains test scripts for different microplane models:
elastic/- Elastic material modelelastic_damage/- Elastic-damage material modelmc/- Microplane Mohr-Coulomb modelmc_cap/- Microplane Mohr-Coulomb with cap modelmc_damage/- Microplane Mohr-Coulomb with damage model (includes MC vs MC-Damage comparison)
Each example includes uniaxial and triaxial test simulations.
- Julia 1.10 or later
- MicroplaneModels.jl (
~/MicroplaneModels) - MaterialTestUtils.jl (
~/MaterialTestUtils) - Tensors.jl
sunhh
MIT License