This routine load base info for sponge layer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(flu_State) | :: | conf | lua state type |
|||
| integer, | intent(in) | :: | thandle | aotus parent handle |
||
| type(spongeLayer_base_type), | intent(out) | :: | me | base spongeLayer data type |
||
| integer, | intent(in) | :: | ndim | number of spatial dimensions |
||
| integer, | intent(in) | :: | nComp | Number of component of St-Fun variable under which this spatial function is defined |
||
| character(len=*), | intent(in), | optional | :: | stateName | Load stateName from target_state table |
|
| real(kind=rk), | intent(in), | optional | :: | thickness | Thickness computed from sponge layer plane normal. Use this thickness If thickness is not defined. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iError | ||||
| integer, | private | :: | ts_handle |