Module describing a simple, basic membrane model
Parameters describing the model
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | tna | ||||
real(kind=rk), | private | :: | tcl | ||||
real(kind=rk), | private | :: | kappa |
subroutine to intialize BBM
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_BBMEM_type), | intent(out) | :: | BBM | |||
type(flu_State) | :: | conf | ||||
integer, | intent(in) | :: | eq_table |