Return for the current SDF.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sdf) | :: | this |
function getMua(this) result(res) !! Return \(\mu_a\) for the current SDF. class(sdf) :: this real(kind=wp) :: res res = this%value%optProps%value%mua end function getMua