19 type(hecmwst_matrix) :: hecMAT
20 type(hecmwst_matrix),
pointer :: hecMATmpc
21 type(hecmwst_local_mesh) :: hecMESH
22 type(hecmwst_local_mesh),
pointer :: hecMESHmpc
23 real(kind=kreal) :: next_time, delta_time, beta
43 call hecmw_mpc_mat_ass(hecmesh, hecmat, hecmeshmpc, hecmatmpc)
44 call hecmw_mpc_trans_rhs(hecmesh, hecmat, hecmatmpc)
This module defines common data and basic structures for analysis.
This module provides a subroutine for setting concerntrated heat flux boundary conditions.
subroutine heat_mat_ass_bc_cflux(hecMAT, fstrHEAT, CTIME, DTIME, beta)
This module provides a subroutine for setting distributed heat flux boundary conditions.
subroutine heat_mat_ass_bc_dflux(hecMESH, hecMAT, fstrHEAT, CTIME, DTIME, beta)
This module provides a subroutine for setting heat transfer boundary conditions.
subroutine heat_mat_ass_bc_film(hecMESH, hecMAT, fstrHEAT, CTIME, DTIME, beta)
This module provides a subroutine for setting fixed temperature boundary conditions.
subroutine heat_mat_ass_bc_fixt(hecMAT, fstrHEAT, CTIME, DTIME, beta)
This module provides a subroutine for setting heat radiate boundary conditions.
subroutine heat_mat_ass_bc_radiate(hecMESH, hecMAT, fstrHEAT, CTIME, DTIME, beta)
This module provides a subroutine for all boundary conditions needed in heat analysis.
subroutine heat_mat_ass_boundary(hecMESH, hecMAT, hecMESHmpc, hecMATmpc, fstrHEAT, next_time, delta_time)
Data for HEAT ANSLYSIS (fstrHEAT)