{
  "_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-2533"
    }
  ],
  "@type": [
    "nrdp:PublicDataResource",
    "dcat:Dataset"
  ],
  "_extensionSchemas": [
    "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/PublicDataResource"
  ],
  "@id": "ark:/88434/mds2-2533",
  "ediid": "ark:/88434/mds2-2533",
  "version": "1.0.0",
  "doi": "doi:10.18434/mds2-2533",
  "title": "C++ implementation of enthalpy-entropy flash calculations with superancillary equations",
  "contactPoint": {
    "fn": "Ian Bell",
    "hasEmail": "mailto:ian.bell@nist.gov"
  },
  "modified": "2022-01-19 00:00:00",
  "status": "available",
  "landingPage": "https://data.nist.gov/od/id/mds2-2533",
  "description": [
    "This repository implements the code to accompany the paper \"Accelerating Enthalpy-Entropy Iterative Calculations With Superancillary Phase Boundaries\" in the Energy journal by Ian Bell.",
    "The code uses superancillary equations (Chebyshev expansions) to speed up the phase-boundary determination and two-phase iterative calculations by a factor of approximately 500 without a loss in precision."
  ],
  "keyword": [
    "equation of state",
    "iterative calculation",
    "numerical approximation",
    "Chebyshev"
  ],
  "theme": [
    "Mathematics and Statistics: Numerical methods and software",
    "Chemistry: Chemical engineering and processing"
  ],
  "topic": [
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Mathematics and Statistics: Numerical methods and software"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Chemistry: Chemical engineering and processing"
    }
  ],
  "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"
  ],
  "components": [
    {
      "accessURL": "https://doi.org/10.18434/mds2-2533",
      "title": "DOI Access for C++ implementation of enthalpy-entropy flash calculations with superancillary equations",
      "@type": [
        "nrd:Hidden",
        "dcat:Distribution"
      ],
      "@id": "#doi:10.18434/mds2-2533"
    },
    {
      "@id": "cmps/code.zip",
      "@type": [
        "nrdp:DataFile",
        "nrdp:DownloadableFile",
        "dcat:Distribution"
      ],
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
      ],
      "filepath": "code.zip",
      "downloadURL": "https://data.nist.gov/od/ds/mds2-2533/code.zip",
      "mediaType": "application/x-zip-compressed",
      "size": 29289033,
      "checksum": {
        "hash": "672bb0809111f9e0f3c72d279fa33ab9342609aee7c8d6fe202851866299fc54",
        "algorithm": {
          "tag": "sha256",
          "@type": "Thing"
        }
      }
    }
  ],
  "annotated": "2022-01-21T19:00:50.960015",
  "revised": "2022-01-21T19:00:50.960015",
  "issued": null,
  "firstIssued": "2022-01-21T19:00:50.960015"
}