Go to the source code of this file.
Data Types | |
| type | kim_temperature_unit_module::kim_temperature_unit_type |
| An Extensible Enumeration for the TemperatureUnit's supported by the KIM API. More... | |
| interface | kim_temperature_unit_module::kim_known |
| Determines if the object is a quantity known to the KIM API. More... | |
| interface | kim_temperature_unit_module::operator(.eq.) |
| Compares TemperatureUnit objects for equality. More... | |
| interface | kim_temperature_unit_module::operator(.ne.) |
| Compares TemperatureUnit objects for inequality. More... | |
| interface | kim_temperature_unit_module::kim_from_string |
| TemperatureUnit(std::string const &) More... | |
| interface | kim_temperature_unit_module::kim_to_string |
| Converts the object to a string. More... | |
Modules | |
| module | kim_temperature_unit_module |
| An Extensible Enumeration for the TemperatureUnit's supported by the KIM API. | |
Functions/Subroutines | |
| recursive subroutine, public | kim_temperature_unit_module::kim_get_number_of_temperature_units (number_of_temperature_units) |
| Get the number of standard TemperatureUnit's defined by the KIM API. | |
| recursive subroutine, public | kim_temperature_unit_module::kim_get_temperature_unit (index, temperature_unit, ierr) |
| Get the identity of each defined standard TemperatureUnit. | |
Variables | |
| 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. | |
| 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. | |