HELIUS2_MICROSTRUCTURE

HELIUS2_MICROSTRUCTURE can be called to obtain the fiber volume fraction used in the analysis.

SUBROUTINE HELIUS2_MICROSTRUCTURE(HMAT, HPROP, FVF)
    INTEGER(INT_PTR_KIND()), INTENT(IN) :: HMAT, HPROP
    REAL(8), INTENT(OUT) :: FVF
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

FVF
The fiber volume fraction used in the analysis.