This routine dumps the final fluid tree leaves in the disk
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_temData_type), | intent(in) | :: | temData | temData contains final treelmesh |
||
type(sdr_geometry_type), | intent(in) | :: | geometry | Bounding cube, the prototree lives in. |
||
type(sdr_confHead_type), | intent(inout) | :: | confHeader | config header info. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=4), | public | :: | EndianSuffix | ||||
type(tem_global_type), | public | :: | tem_global | ||||
integer, | public | :: | iElem | ||||
integer, | public | :: | meshunit | ||||
integer, | public | :: | bndunit | ||||
integer, | public | :: | rl | ||||
integer, | public | :: | distunit | ||||
integer, | public | :: | colunit | ||||
character(len=300), | public | :: | ElemFileName | ||||
character(len=300), | public | :: | BndFileName | ||||
character(len=300), | public | :: | ColFileName | ||||
character(len=300), | public | :: | BndDistFileName | ||||
character(len=LabelLen), | public | :: | col_name | ||||
type(aot_out_type), | public | :: | conf | ||||
integer(kind=long_k), | public | :: | BC_id(qQQQ) | ||||
real(kind=rk), | public | :: | qVal(qQQQ) | ||||
integer, | public | :: | iDir | ||||
integer, | public | :: | iAttr | ||||
integer, | public | :: | iProp | ||||
integer, | public | :: | iBC | ||||
integer, | public | :: | iColor | ||||
integer, | public | :: | nProperties_max | ||||
type(tem_prophead_type), | public, | allocatable | :: | property(:) | |||
integer, | public | :: | nColors | ||||
integer, | public | :: | nBCs | ||||
integer, | public | :: | vpos | ||||
integer(kind=long_k), | public | :: | id | ||||
integer, | public | :: | uni_id | ||||
integer, | public | :: | iUnibc | ||||
real(kind=rk), | public | :: | cval | ||||
type(dyn_intarray_type), | public | :: | actBC |