Data Fields | |
| integer | iok |
| Flag for /TH/SURF + Load pressure. | |
| integer | nsurf |
| Number of surfaces /TH/SURF. | |
| integer | pload_flag |
| Flag if th surface include segments where /PLOAD is applied. | |
| integer | loadp_flag |
| Flag if th surface include segments where /PFLUID or /PBLAST or /LOADP_HYD is applied. | |
| integer | nsegloadp |
| Number of segments for which loadp Load_Pressure is applied. | |
| integer | nsegloadpf |
| Number of segments for which loadp Pfluid is applied. | |
| integer | nsegloadpb |
| Number of segments for which loadp Pblast is applied. | |
| integer | s_pload_ksegs |
| Size table of ids of th surfaces to which each segment of pload is included. | |
| integer | s_pload_segs |
| Size table of ids of th surfaces to which each segment of pload is included. | |
| integer, dimension(:), allocatable | pload_ksegs |
| ids of th surfaces to which each segment of pload is included | |
| integer, dimension(:), allocatable | pload_segs |
| list of th surfaces to which each segment of pload is included | |
| integer | s_loadp_ksegs |
| Size table of ids of th surfaces to which each segment of load pressure is included. | |
| integer | s_loadp_segs |
| Size table of ids of th surfaces to which each segment of load pressure is included. | |
| integer, dimension(:), allocatable | loadp_ksegs |
| ids of th surfaces to which each segment of load pressure is included | |
| integer, dimension(:), allocatable | loadp_segs |
| list of th surfaces to which each segment of load pressure is included | |
Definition at line 75 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::iok |
Flag for /TH/SURF + Load pressure.
Definition at line 76 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::loadp_flag |
Flag if th surface include segments where /PFLUID or /PBLAST or /LOADP_HYD is applied.
Definition at line 79 of file th_surf_mod.F.
| integer, dimension(:), allocatable th_surf_mod::th_surf_::loadp_ksegs |
ids of th surfaces to which each segment of load pressure is included
Definition at line 92 of file th_surf_mod.F.
| integer, dimension(:), allocatable th_surf_mod::th_surf_::loadp_segs |
list of th surfaces to which each segment of load pressure is included
Definition at line 93 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::nsegloadp |
Number of segments for which loadp Load_Pressure is applied.
Definition at line 81 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::nsegloadpb |
Number of segments for which loadp Pblast is applied.
Definition at line 83 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::nsegloadpf |
Number of segments for which loadp Pfluid is applied.
Definition at line 82 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::nsurf |
Number of surfaces /TH/SURF.
Definition at line 77 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::pload_flag |
Flag if th surface include segments where /PLOAD is applied.
Definition at line 78 of file th_surf_mod.F.
| integer, dimension(:), allocatable th_surf_mod::th_surf_::pload_ksegs |
ids of th surfaces to which each segment of pload is included
Definition at line 87 of file th_surf_mod.F.
| integer, dimension(:), allocatable th_surf_mod::th_surf_::pload_segs |
list of th surfaces to which each segment of pload is included
Definition at line 88 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::s_loadp_ksegs |
Size table of ids of th surfaces to which each segment of load pressure is included.
Definition at line 90 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::s_loadp_segs |
Size table of ids of th surfaces to which each segment of load pressure is included.
Definition at line 91 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::s_pload_ksegs |
Size table of ids of th surfaces to which each segment of pload is included.
Definition at line 85 of file th_surf_mod.F.
| integer th_surf_mod::th_surf_::s_pload_segs |
Size table of ids of th surfaces to which each segment of pload is included.
Definition at line 86 of file th_surf_mod.F.