radiation unit, rad (unit)

This page documents an OPTIMADE Unit Definition. See https://schemas.optimade.org/ for more information.

ID: https://schemas.optimade.org/defs/v1.2/units/si/general/radiationunit
Definition name: radiationunit

Unit name: radiation unit
Latin symbol: radiationunit
Display symbol: rad

Description: A unit used to express the absorbed dose of ionizing radiation defined as 10⁻² J/kg using the current, or one of the historical, definitions of the SI units.

This unit definition uses "radiationunit" as the symbol for this unit despite "rad" being in common use, to distinguish it from the radian, which is an SI unit with rad as its symbol.

The radiation unit appears in the International System of Units (SI), 1st ed. (1970) defined as "1 rad = 10⁻² J/kg" with the footnote: "The rad is a special unit employed to express absorbed dose of ionizing radiation. When there is risk of confusion with the symbol for radian, rd may be used as the symbol for rad."

The roentgen unit was implicitly redefined via the redefinition of the metre at the 17th CGPM meeting (1983), resolution 1.

This is a generalized definition taken to reference the current, or one of the historical, SI unit definitions. This definition is intended for situations when it is not possible to be more precise, e.g., in contexts where data have been collected that uses different historical SI definitions.

Resources:

Compatibility: (other definitions that are covered by the above definition)

Formats: [JSON] [MD]

JSON definition:

{
    "$id": "https://schemas.optimade.org/defs/v1.2/units/si/general/radiationunit",
    "$schema": "https://schemas.optimade.org/meta/v1.2/optimade/physical_unit_definition.json",
    "title": "radiation unit",
    "symbol": "radiationunit",
    "display-symbol": "rad",
    "description": "A unit used to express the absorbed dose of ionizing radiation defined as 10\u207b\u00b2 J/kg using the current, or one of the historical, definitions of the SI units.\n\nThis unit definition uses \"radiationunit\" as the symbol for this unit despite \"rad\" being in common use, to distinguish it from the radian, which is an SI unit with rad as its symbol.\n\nThe radiation unit appears in the International System of Units (SI), 1st ed. (1970) defined as \"1 rad = 10\u207b\u00b2 J/kg\" with the footnote: \"The rad is a special unit employed to express absorbed dose of ionizing radiation. When there is risk of confusion with the symbol for radian, rd may be used as the symbol for rad.\"\n\n- The International System of Units (SI), 1st ed. (1970) categorizes the unit as \"Units in use temporarily with the International System.\"\n- The International System of Units (SI), 3rd ed. (1977) changes the definition to use the unit gray: \"1 rad = cGy = 10\u207b\u00b2 Gy.\"\n- The International System of Units (SI), 7th ed. (1998) changes the categorization to \"Examples of other non-SI units\" and adds the additional footnote: \"Note that this non-SI unit is exactly equivalent to an SI unit with an appropriate submultiple prefix.\"\n- The International System of Units (SI), 8th ed. (2006) omits the unit.\n\nThe roentgen unit was implicitly redefined via the redefinition of the metre at the 17th CGPM meeting (1983), resolution 1.\n\nThis is a generalized definition taken to reference the current, or one of the historical, SI unit definitions.\nThis definition is intended for situations when it is not possible to be more precise, e.g., in contexts where data have been collected that uses different historical SI definitions.",
    "compatibility": [
        "https://schemas.optimade.org/defs/v1.2/units/si/1970/temporary/radiationunit",
        "https://schemas.optimade.org/defs/v1.2/units/si/1983/temporary/radiationunit"
    ],
    "resources": [
        {
            "relation": "Definition in the International System of Units (SI), 1st Edition",
            "resource-id": "https://www.bipm.org/en/publications/si-brochure"
        },
        {
            "relation": "Redefinition of the metre at the 17th CGPM meeting (1983), resolution 1",
            "resource-id": "https://www.bipm.org/en/committees/cg/cgpm/17-1983/resolution-1"
        },
        {
            "relation": "Wikipedia article describing the unit",
            "resource-id": "https://en.wikipedia.org/wiki/Rad_(radiation_unit)"
        }
    ],
    "defining-relation": {
        "base-units": [
            {
                "symbol": "J",
                "id": "https://schemas.optimade.org/defs/v1.2/units/si/general/joule"
            },
            {
                "symbol": "kg",
                "id": "https://schemas.optimade.org/defs/v1.2/units/si/general/kilogram"
            }
        ],
        "base-units-expression": "J*kg^-1",
        "scale": {
            "exponent": -2
        }
    },
    "x-optimade-definition": {
        "label": "radiationunit_si_general",
        "kind": "unit",
        "format": "1.2",
        "version": "1.2.0",
        "name": "radiationunit"
    }
}