Return factor for the current SDF.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sdf) | :: | this |
function getg2(this) result(res) !! Return \(g^2\) factor for the current SDF. class(sdf) :: this real(kind=wp) :: res res = this%value%optProps%value%g2 end function getg2