![]() |
(git:b77b4be)
|
Setup of regions with different temperature. More...
Functions/Subroutines | |
subroutine, public | create_thermal_regions (thermal_regions, md_section, simpar, force_env) |
create thermal_regions | |
subroutine, public | print_thermal_regions_temperature (thermal_regions, itimes, time, pos, act) |
print_thermal_regions_temperature | |
subroutine, public | print_thermal_regions_langevin (thermal_regions, simpar, pos, act) |
print out information regarding to langevin regions defined in thermal_regions section | |
Setup of regions with different temperature.
subroutine, public thermal_region_utils::create_thermal_regions | ( | type(thermal_regions_type), pointer | thermal_regions, |
type(section_vals_type), pointer | md_section, | ||
type(simpar_type), pointer | simpar, | ||
type(force_env_type), pointer | force_env | ||
) |
create thermal_regions
thermal_regions | ... |
md_section | ... |
simpar | ... |
force_env | ... |
Definition at line 77 of file thermal_region_utils.F.
subroutine, public thermal_region_utils::print_thermal_regions_temperature | ( | type(thermal_regions_type), pointer | thermal_regions, |
integer, intent(in) | itimes, | ||
real(kind=dp), intent(in) | time, | ||
character(len=default_string_length) | pos, | ||
character(len=default_string_length) | act | ||
) |
print_thermal_regions_temperature
thermal_regions | : thermal regions type contains information about the regions |
itimes | : iteration number of the time step |
time | : simulation time of the time step |
pos | : file position |
act | : file action |
Definition at line 218 of file thermal_region_utils.F.
subroutine, public thermal_region_utils::print_thermal_regions_langevin | ( | type(thermal_regions_type), pointer | thermal_regions, |
type(simpar_type), pointer | simpar, | ||
character(len=default_string_length) | pos, | ||
character(len=default_string_length) | act | ||
) |
print out information regarding to langevin regions defined in thermal_regions section
thermal_regions | : thermal regions type containing the relevant langevin regions information |
simpar | : wrapper for simulation parameters |
pos | : file position |
act | : file action |
Definition at line 274 of file thermal_region_utils.F.