Sets the surface tension [N/m].
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(spectrum_type), | intent(inout) | :: | self | Spectrum instance |
||
real(kind=rk), | intent(in) | :: | surface_tension | Surface tension [N/m] |
pure elemental subroutine setSurfaceTension(self,surface_tension)
!! Sets the surface tension [N/m].
class(spectrum_type),intent(inout) :: self !! Spectrum instance
real(kind=rk),intent(in) :: surface_tension !! Surface tension [N/m]
self % surface_tension = surface_tension
endsubroutine setSurfaceTension