kim-api  2.3.1-git+v2.3.0-git-2-g378406f9.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Data Types | Functions/Subroutines | Variables
kim_temperature_unit_module Module Reference

An Extensible Enumeration for the TemperatureUnit's supported by the KIM API. More...

Functions/Subroutines

recursive subroutine, public kim_get_number_of_temperature_units (number_of_temperature_units)
 Get the number of standard TemperatureUnit's defined by the KIM API. More...
 
recursive subroutine, public kim_get_temperature_unit (index, temperature_unit, ierr)
 Get the identity of each defined standard TemperatureUnit. More...
 

Variables

type(kim_temperature_unit_type), save, public, protected kim_temperature_unit_unused
 
type(kim_temperature_unit_type), save, public, protected kim_temperature_unit_k
 

Detailed Description

An Extensible Enumeration for the TemperatureUnit's supported by the KIM API.

See also
KIM::TemperatureUnit, KIM_TemperatureUnit
Since
2.0

Function/Subroutine Documentation

◆ kim_get_number_of_temperature_units()

recursive subroutine, public kim_temperature_unit_module::kim_get_number_of_temperature_units ( integer(c_int), intent(out)  number_of_temperature_units)

Get the number of standard TemperatureUnit's defined by the KIM API.

See also
KIM::TEMPERATURE_UNIT::GetNumberOfTemperatureUnits, KIM_TEMPERATURE_UNIT_GetNumberOfTemperatureUnits
Since
2.0

Definition at line 243 of file kim_temperature_unit_module.f90.

◆ kim_get_temperature_unit()

recursive subroutine, public kim_temperature_unit_module::kim_get_temperature_unit ( integer(c_int), intent(in)  index,
type(kim_temperature_unit_type), intent(out)  temperature_unit,
integer(c_int), intent(out)  ierr 
)

Get the identity of each defined standard TemperatureUnit.

See also
KIM::TEMPERATURE_UNIT::GetTemperatureUnit, KIM_TEMPERATURE_UNIT_GetTemperatureUnit
Since
2.0

Definition at line 266 of file kim_temperature_unit_module.f90.

Variable Documentation

◆ kim_temperature_unit_k

type(kim_temperature_unit_type), save, public, protected kim_temperature_unit_module::kim_temperature_unit_k

Definition at line 84 of file kim_temperature_unit_module.f90.

◆ kim_temperature_unit_unused

type(kim_temperature_unit_type), save, public, protected kim_temperature_unit_module::kim_temperature_unit_unused

Definition at line 75 of file kim_temperature_unit_module.f90.