to_Tank Interface

public interface to_Tank

Module Procedures

public function to_tank_TankModelClass(coeff, height, GL_bottom, name) result(ret_tank)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: coeff(:)
real(kind=real64), intent(in) :: height(:)
real(kind=real64), intent(in) :: GL_bottom
character(len=*), intent(in) :: name

Return Value type(Tank_)