HELIUS_MICROMECHANICS_HEXPACK
HELIUS_MICROMECHANICS_HEXPACK can be called to run the hex-pack micromechanics FEA routine.
This can be useful for determining the composite elastic constants from a set of constituent level data.
SUBROUTINE HELIUS_MICROMECHANICS_HEXPACK(ELASTIC_C, ELASTIC_F, ELASTIC_M, FVF, FVF_FEA)
REAL(8), INTENT(IN) :: ELASTIC_F(12), ELASTIC_M(12), FVF
REAL(8), INTENT(OUT) :: ELASTIC_C(12), FVF_FEA
ENDSUBROUTINE
Variables Passed In
Variables Updated
- ELASTIC_C
- FVF_FEA
- The fiber volume fraction used in the micromechanics subroutine. The fiber volume fraction used during the analysis may be slightly different than the fiber volume fraction specified in the Composite Material Manager interface. Due to the nature of finite elements and the micromechanics model, the round edges of the fibers are modeled by elements with straight edges. Therefore, the actual fiber volume fraction used during the analysis may vary by a small margin.