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