42 . ELBUF_TAB ,SOLID_SCALAR ,IPARG ,
46 . X ,V ,W ,ALE_CONNECT,
47 . NERCVOIS,NESDVOIS, LERCVOIS,LESDVOIS,
48 . ID_ELEM ,ITY_ELEM ,IPARTS ,LAYER_INPUT ,
49 . IR_INPUT ,IS_INPUT ,IT_INPUT ,IUVAR_INPUT ,H3D_PART ,
50 . IS_WRITTEN_SOLID,INFO1 ,KEYWORD ,ITHERM ,FANI_CELL ,
51 . MULTI_FVM , IDMDS ,IMDSVAR ,
52 . ID ,MAT_PARAM ,MODE )
68#include "implicit_f.inc"
80 . solid_scalar(*),x(3,*),v(3,*),w(3,*),ehour(*),
82 my_real,
INTENT(IN),
TARGET :: bufmat(*)
83 INTEGER,
INTENT(IN) :: ITHERM
84 INTEGER IPARG(NPARG,*),IXS(NIXS,*),
86 . ID_ELEM(*),ITY_ELEM(*),IPARTS(*),ID,
87 . H3D_PART(*),IS_WRITTEN_SOLID(*),INFO1,LAYER_INPUT,IR_INPUT,IS_INPUT,IT_INPUT,
88 . IUVAR_INPUT,IDMDS,IMDSVAR,NERCVOIS(*),NESDVOIS(*),
89 . LERCVOIS(*),LESDVOIS(*)
90 TYPE (ELBUF_STRUCT_),
DIMENSION(NGROUP),
TARGET :: ELBUF_TAB
91 CHARACTER(LEN=NCHARLINE100) :: KEYWORD
92 TYPE(FANI_CELL_),
INTENT(IN) :: FANI_CELL
93 TYPE(multi_fvm_struct),
INTENT(IN) :: MULTI_FVM
95 TYPE (MATPARAM_STRUCT_) ,
DIMENSION(NUMMAT) ,
INTENT(IN) :: MAT_PARAM
96 INTEGER ,
INTENT(IN) ::
103 is_written_solid(i) = 0
109 IF(keyword ==
'SCHLIEREN')
THEN
116 . elbuf_tab ,solid_scalar ,iparg ,
120 . x ,v ,w ,ale_connect,
121 . id_elem ,ity_elem ,iparts ,layer_input ,
122 . ir_input ,is_input ,it_input ,iuvar_input ,h3d_part ,
123 . is_written_solid,info1 ,keyword ,fani_cell ,
124 . multi_fvm , ng ,idmds ,imdsvar ,
125 . id ,mat_param ,mode )
subroutine h3d_solid_scalar(elbuf_tab, solid_scalar, iparg, ixs, pm, bufmat, ehour, ipm, x, v, w, ale_connect, nercvois, nesdvois, lercvois, lesdvois, id_elem, ity_elem, iparts, layer_input, ir_input, is_input, it_input, iuvar_input, h3d_part, is_written_solid, info1, keyword, itherm, fani_cell, multi_fvm, idmds, imdsvar, id, mat_param, mode)
subroutine h3d_solid_scalar_1(called_from_python, elbuf_tab, solid_scalar, iparg, ixs, pm, bufmat, ehour, ipm, x, v, w, ale_connect, id_elem, ity_elem, iparts, layer_input, ir_input, is_input, it_input, iuvar_input, h3d_part, is_written_solid, info1, keyword, fani_cell, multi_fvm, ng, idmds, imdsvar, id, mat_param, mode)