kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
An Extensible Enumeration for the TemperatureUnit's supported by the KIM API. More...
Data Types | |
interface | kim_from_string |
TemperatureUnit(std::string const &) More... | |
interface | kim_known |
Determines if the object is a quantity known to the KIM API. More... | |
type | kim_temperature_unit_type |
An Extensible Enumeration for the TemperatureUnit's supported by the KIM API. More... | |
interface | kim_to_string |
Converts the object to a string. 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, bind(C, name="KIM_TEMPERATURE_UNIT_unused"), public, protected | kim_temperature_unit_unused |
Indicates that a TemperatureUnit is not used. More... | |
type(kim_temperature_unit_type), save, bind(C, name="KIM_TEMPERATURE_UNIT_K"), public, protected | kim_temperature_unit_k |
The standard Kelvin unit of temperature. More... | |
An Extensible Enumeration for the TemperatureUnit's supported by the KIM API.
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.
Definition at line 241 of file kim_temperature_unit_module.f90.
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.
Definition at line 264 of file kim_temperature_unit_module.f90.
type(kim_temperature_unit_type), save, bind(C, name="KIM_TEMPERATURE_UNIT_K"), public, protected kim_temperature_unit_module::kim_temperature_unit_k |
The standard Kelvin unit of temperature.
Definition at line 84 of file kim_temperature_unit_module.f90.
type(kim_temperature_unit_type), save, bind(C, name="KIM_TEMPERATURE_UNIT_unused"), public, protected kim_temperature_unit_module::kim_temperature_unit_unused |
Indicates that a TemperatureUnit is not used.
Definition at line 75 of file kim_temperature_unit_module.f90.