flowterm Interface

public interface flowterm

Contents


Module Procedures

private function flowterm_init(grid, name) result(self)

Initialize flowterm object.

Arguments

Type IntentOptional Attributes Name
type(grid1), intent(in) :: grid

grid1 object

character(len=*), intent(in), optional :: name

name (default="growth-term")

Return Value type(flowterm)