|
DAMASK with grid solvers
Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with Grid Solvers
|
|
Go to the documentation of this file. 1 # 1 "/home/damask_user/GitLabCI_Pipeline_4301/DAMASK/src/thermal_isothermal.f90"
4 # 1 "/home/damask_user/GitLabCI_Pipeline_4301/DAMASK/src/thermal_isothermal.f90"
23 integer :: h,NofMyHomog
subroutine thermal_isothermal_init
allocates all neccessary fields, reads information from material configuration file
type(group_float), dimension(:), allocatable, public temperature
temperature field
Parses material config file, either solverJobName.materialConfig or material.config.
Reads in the material configuration from file.
@, public thermal_isothermal_id
real(preal), dimension(:), allocatable, public, protected thermal_initialt
initial temperature per each homogenization
integer(kind(thermal_isothermal_id)), dimension(:), allocatable, public, protected thermal_type
thermal transport model
character(len= *), parameter, public thermal_isothermal_label
material subroutine for isothermal temperature field
type(tstate), dimension(:), allocatable, public thermalstate
integer, dimension(:), allocatable, public, protected material_homogenizationat
homogenization ID of each element (copy of discretization_homogenizationAt)
type(group_float), dimension(:), allocatable, public temperaturerate
temperature change rate field
type(tpartitionedstringlist), dimension(:), allocatable, public, protected config_homogenization