![]() |
(git:b77b4be)
|
Thermostat structure: module containing thermostat available for MD. More...
Data Types | |
type | thermostat_info_type |
type | thermostat_type |
type | thermostats_type |
Define thermostat types. More... | |
Functions/Subroutines | |
subroutine, public | allocate_thermostats (thermostats) |
... | |
subroutine, public | release_thermostats (thermostats) |
... | |
subroutine, public | create_thermostat_type (thermostat, simpar, section, skip_region, label) |
Create a thermostat type. | |
subroutine, public | release_thermostat_info (thermostat_info) |
... | |
subroutine, public | release_thermostat_type (thermostat) |
... | |
subroutine, public | set_thermostats (thermostats, dt_fact) |
access internal structures of thermostats | |
Thermostat structure: module containing thermostat available for MD.
subroutine, public thermostat_types::allocate_thermostats | ( | type(thermostats_type), intent(out) | thermostats | ) |
...
thermostats | ... |
Definition at line 108 of file thermostat_types.F.
subroutine, public thermostat_types::release_thermostats | ( | type(thermostats_type), intent(inout) | thermostats | ) |
...
thermostats | ... |
Definition at line 128 of file thermostat_types.F.
subroutine, public thermostat_types::create_thermostat_type | ( | type(thermostat_type), intent(out) | thermostat, |
type(simpar_type), pointer | simpar, | ||
type(section_vals_type), pointer | section, | ||
logical, intent(in), optional | skip_region, | ||
character(len=*), intent(in) | label | ||
) |
Create a thermostat type.
thermostat | ... |
simpar | ... |
section | ... |
skip_region | ... |
label | ... |
Definition at line 185 of file thermostat_types.F.
subroutine, public thermostat_types::release_thermostat_info | ( | type(thermostat_info_type), intent(inout) | thermostat_info | ) |
...
thermostat_info | ... |
Definition at line 238 of file thermostat_types.F.
subroutine, public thermostat_types::release_thermostat_type | ( | type(thermostat_type), intent(inout) | thermostat | ) |
...
thermostat | ... |
Definition at line 254 of file thermostat_types.F.
subroutine, public thermostat_types::set_thermostats | ( | type(thermostats_type), pointer | thermostats, |
real(kind=dp), intent(in), optional | dt_fact | ||
) |
access internal structures of thermostats
thermostats | ... |
dt_fact | ... |
Definition at line 281 of file thermostat_types.F.