pbepack
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
flowterm
Interface
MIT
3 statements
Source File
pbepack_flow.f90
pbepack_flow
flowterm
Contents
Module Procedures
flowterm_init
public interface flowterm
Module Procedures
private function flowterm_init(grid, name) result(self)
Initialize
flowterm
object.
Arguments
Type
Intent
Optional
Attributes
Name
type(grid1),
intent(in)
::
grid
grid1
object
character(len=*),
intent(in),
optional
::
name
name (default="growth-term")
Return Value
type(
flowterm
)