20 CHARACTER(LEN=*),
intent(in) :: filename
43 2000
FORMAT(2/70(
'*'),/
'Reinitialization failed!',/
'Correct all ', &
44 'reported errors and reinitialize again.',/70(
'*'))
46 2100
FORMAT(2/,70(
'*'),/
'Successfully reinitialized!'/70(
'*'))
70 INTEGER,
INTENT(OUT) :: pIER
193 use rxns, only: reaction
204 IF(
allocated( rxn_name ))
deallocate(rxn_name)
206 IF(
allocated( rxn_chem_eq ))
deallocate(rxn_chem_eq)
208 IF(
allocated( usrdh ))
deallocate(usrdh)
213 IF(
allocated(reaction))
THEN 215 IF(
allocated(reaction(lc)%HoR)) &
216 deallocate(reaction(lc)%HoR)
217 IF(
allocated(reaction(lc)%rPhase)) &
218 deallocate(reaction(lc)%rPhase)
219 IF(
allocated(reaction(lc)%Species)) &
220 deallocate(reaction(lc)%Species)
227 IF(
allocated( des_rxn_name ))
deallocate(des_rxn_name)
229 IF(
allocated( des_rxn_chem_eq ))
deallocate(des_rxn_chem_eq)
231 IF(
allocated( des_usrdh ))
deallocate( des_usrdh)
235 IF(
allocated(des_reaction))
THEN 236 DO lc=1,no_of_des_rxns
237 IF(
allocated(des_reaction(lc)%HoR)) &
238 deallocate(des_reaction(lc)%HoR)
239 IF(
allocated(des_reaction(lc)%rPhase)) &
240 deallocate(des_reaction(lc)%rPhase)
241 IF(
allocated(des_reaction(lc)%Species)) &
242 deallocate(des_reaction(lc)%Species)
244 deallocate(des_reaction)
subroutine reinitialize0(pIER)
subroutine check_chemical_rxns
subroutine check_run_control
character(len=32), dimension(:), allocatable rxn_name
subroutine check_solids_phases
double precision, dimension(:,:), allocatable des_usrfdh
subroutine check_output_control
subroutine check_numerics
subroutine check_boundary_conditions
character(len=32), dimension(:), allocatable des_rxn_name
subroutine check_internal_surfaces
subroutine init_coeff(IER)
double precision, dimension(:), allocatable usrdh
double precision, dimension(:), allocatable des_usrdh
character(len=512), dimension(:), allocatable des_rxn_chem_eq
subroutine check_initial_conditions
double precision, dimension(:,:), allocatable usrfdh
subroutine reinitialize(filename)
character(len=512), dimension(:), allocatable rxn_chem_eq
subroutine check_odepack_stiff_chem
character(len=line_length), dimension(line_count) err_msg
subroutine parse_resid_string()
subroutine check_point_sources
subroutine read_namelist(READ_ACTION, FILENAME)
logical function reinit_error()
subroutine check_gas_phase
subroutine flush_err_msg(DEBUG, HEADER, FOOTER, ABORT, LOG, CALL_TREE)
subroutine reinit_rxn_data