65 INTEGER,
INTENT(IN) :: ispectype
66 TYPE(t_region
) :: region
72 CHARACTER(CHRLEN) :: rcsidentstring
80 '$RCSfile: SPEC_InitInputValuesSpecType.F90,v $ $Revision: 1.8 $'
82 global => region%global
85 'SPEC_InitInputValuesSpecType.F90')
95 region%specInput%specType(ispectype)%frozenFlag = .false.
96 region%specInput%specType(ispectype)%initVal = 1.0_rfreal
97 region%specInput%specType(ispectype)%sourceType = spec_source_type_none
98 region%specInput%specType(ispectype)%schmidtNumber = 1.0_rfreal
104 region%specInput%specType(ispectype)%iSpec2iSpecEEv = crazy_value_int
105 region%specInput%specType(ispectype)%iSpecEEv2iSpec = crazy_value_int
106 region%specInput%specType(ispectype)%diameter = 0.0_rfreal
107 region%specInput%specType(ispectype)%puffFactor = 1.0_rfreal
108 region%specInput%specType(ispectype)%velocityMethod = spec_methv_fluidvel
109 region%specInput%specType(ispectype)%settlingFlag = .false.
subroutine registerfunction(global, funName, fileName)
subroutine deregisterfunction(global)