{
  "_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.7#",
  "@context": [
    "https://data.nist.gov/od/dm/nerdm-pub-context.jsonld",
    {
      "@base": "ark:/88434/mds2-3147"
    }
  ],
  "@type": [
    "nrdp:DataPublication",
    "nrdp:PublicDataResource",
    "dcat:Dataset"
  ],
  "_extensionSchemas": [
    "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/PublicDataResource"
  ],
  "@id": "ark:/88434/mds2-3147",
  "ediid": "ark:/88434/mds2-3147",
  "version": "1.0.0",
  "doi": "doi:10.18434/mds2-3147",
  "title": "Code to accompany \"Superancillary Equations for the Multiparameter Equations of State in REFPROP 10.0\"",
  "contactPoint": {
    "fn": "Ian Bell",
    "hasEmail": "mailto:ian.bell@nist.gov"
  },
  "modified": "2024-01-19",
  "status": "available",
  "landingPage": "https://data.nist.gov/od/id/mds2-3147",
  "description": [
    "This record includes the C++ files used to generate superancillary equations (sets of Chebyshev expansions for the co-existing thermodynamic data) for the multiparameter EOS included in NIST REFPROP 10.0. The calculations in C++ are done in extended precision and the Chebyshev expansions are stored in double precision. The python scripts are used to post-process the generated sets of Chebyshev expansions. The advantage of this methodology is that the phase equilibrium calculations can be entirely avoided, resulting a computational speedup on the order of a factor of hundreds of times, without sacrificing any accuracy,",
    "Additional information is available in the README file.",
    "The working code is at https://github.com/usnistgov/fastchebpure"
  ],
  "keyword": [
    "Chebyshev expansions",
    "function approximation",
    "equations of state",
    "phase equilibria"
  ],
  "topic": [
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Chemistry"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Mathematics and Statistics"
    }
  ],
  "accessLevel": "public",
  "license": "https://www.nist.gov/open/license",
  "publisher": {
    "name": "National Institute of Standards and Technology",
    "@type": "org:Organization"
  },
  "language": [
    "en"
  ],
  "bureauCode": [
    "006:55"
  ],
  "programCode": [
    "006:052"
  ],
  "theme": [
    "Chemistry",
    "Mathematics and Statistics"
  ],
  "components": [
    {
      "accessURL": "https://github.com/usnistgov/fastchebpure",
      "title": "fastchebpure GitHub",
      "@type": [
        "nrdp:AccessPage",
        "dcat:Distribution"
      ],
      "@id": "#usnistgov/fastchebpure",
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/AccessPage"
      ]
    },
    {
      "@id": "cmps/fastchebpure.zip",
      "@type": [
        "nrdp:DataFile",
        "nrdp:DownloadableFile",
        "dcat:Distribution"
      ],
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
      ],
      "filepath": "fastchebpure.zip",
      "downloadURL": "https://data.nist.gov/od/ds/mds2-3147/fastchebpure.zip",
      "mediaType": "application/zip",
      "title": "A compressed archive of the files",
      "size": 88454925,
      "checksum": {
        "hash": "09ec8c047432cf3fc46fe034d7929d231b2f32846e5e8144bced011869fea18e",
        "algorithm": {
          "tag": "sha256",
          "@type": "Thing"
        }
      }
    },
    {
      "@id": "cmps/README.md",
      "@type": [
        "nrdp:DataFile",
        "nrdp:DownloadableFile",
        "dcat:Distribution"
      ],
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
      ],
      "filepath": "README.md",
      "downloadURL": "https://data.nist.gov/od/ds/mds2-3147/README.md",
      "mediaType": "text/markdown",
      "title": "README",
      "size": 1091,
      "checksum": {
        "hash": "46336416a67ea48f3bd993c662407ac50a6d772bf07c19f3edd35c77b3fbc72f",
        "algorithm": {
          "tag": "sha256",
          "@type": "Thing"
        }
      }
    }
  ],
  "_editStatus": "done",
  "authors": [
    {
      "familyName": "Bell",
      "fn": "Ian   Bell",
      "givenName": "Ian ",
      "middleName": "",
      "affiliation": [
        {
          "title": "National Institute of Standards and Technology",
          "subunits": [
            "Material Measurement Laboratory"
          ],
          "@type": "org:Organization",
          "@id": "ror:05xpvk416"
        }
      ],
      "orcid": "0000-0003-1091-9080",
      "@type": "foaf:Person"
    }
  ],
  "annotated": "2024-02-28T00:48:34.895581",
  "revised": "2024-02-28T00:48:34.895581",
  "issued": null,
  "firstIssued": "2024-02-28T00:48:34.895581"
}