HELIUS3_MICROSTRUCTURE
HELIUS3_MICROSTRUCTURE returns the bundle and fiber volume fractions used in the analysis.
SUBROUTINE HELIUS3_MICROSTRUCTURE(HMAT, HPROP, BVF, FVF)
INTEGER(INT_PTR_KIND()), INTENT(IN) :: HMAT, HPROP
REAL(8), INTENT(OUT) :: BVF(2), FVF(2)
ENDSUBROUTINE
Variables Passed In
- HMAT
The material handle which was passed to the user subroutine.
- HPROP
The properties handle which was passed to the user subroutine.
Variables Updated
- BVF
The bundle volume fraction used in the analysis.
BVF(1) is the fill bundle volume fraction and
BVF(2) is the warp bundle volume fraction.
- FVF
The fiber volume fraction used in the analysis.
FVF(1) is the fiber volume fraction of the fill tow and
FVF(2) is the fiber volume fraction of the warp tow.