{
  "_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-2392"
    }
  ],
  "@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-2392",
  "ediid": "ark:/88434/mds2-2392",
  "version": "1.0.3",
  "title": "Python tools for OpenFOAM simulations of filament shapes in embedded 3D printing",
  "contactPoint": {
    "fn": "Jonathan Seppala",
    "hasEmail": "mailto:jonathan.seppala@nist.gov"
  },
  "modified": "2021-04-27 00:00:00",
  "landingPage": "https://data.nist.gov/od/id/mds2-2392",
  "description": [
    "In embedded 3D printing, a nozzle is embedded into a support bath and extrudes filaments or droplets into the bath. Using OpenFOAM, we simulated the extrusion of filaments and droplets into a moving bath. OpenFOAM is an open source computational fluid dynamics solver. This repository contains the following Python tools: - Tools for generating input files for OpenFOAM v1912 or OpenFOAM v8 tailored to a nozzle extruding a filament into a static support bath. - Tools for monitoring the status of OpenFOAM simulations and aborting them if they are too slow. - Tools for moving output files between storage locations. (For example, it can automatically move all files to a server, but only necessary files to your hard drive) - Tools for generating images and tables from the 3D time series. - Tools for compiling images into videos. - Tools for analyzing, summarizing, and plotting data."
  ],
  "keyword": [
    "3D-printing",
    "extrusion",
    "support-bath",
    "Herschel-Bulkley",
    "rheology",
    "surface tension",
    "OpenFOAM"
  ],
  "theme": [
    "Manufacturing: Additive manufacturing",
    "Materials: Polymers",
    "Materials: Modeling and computational material science"
  ],
  "topic": [
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Manufacturing: Additive manufacturing"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Materials: Polymers"
    },
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Materials: Modeling and computational material science"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Materials: Polymers",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Build Process: Material extrusion",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Properties: Rheology",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Characterization Approach: Rheometry",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Computation and Analysis: Process simulation",
      "@type": "Concept"
    },
    {
      "scheme": "https://data.nist.gov/od/dm/nist-themes-additivemanufacturing/v1.0",
      "tag": "Computation and Analysis: Material simulation",
      "@type": "Concept"
    }
  ],
  "accessLevel": "public",
  "license": "https://www.nist.gov/open/license",
  "components": [
    {
      "accessURL": "https://github.com/usnistgov/openfoamEmbedded3DP/releases/tag/v1.0.0",
      "format": {
        "description": "github repository"
      },
      "description": "Github link to OpenFOAM Embedded 3D printing Python tools",
      "title": "Github: OpenFOAM Embedded 3D Printing",
      "@type": [
        "nrdp:AccessPage",
        "dcat:Distribution"
      ],
      "@id": "#usnistgov/openfoamEmbedded3DP/releases/tag/v1.0.0",
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/AccessPage"
      ]
    },
    {
      "accessURL": "https://doi.org/10.18434/mds2-2392",
      "title": "DOI Access for Python tools for OpenFOAM simulations of filament shapes in embedded 3D printing",
      "@type": [
        "nrd:Hidden",
        "dcat:Distribution"
      ],
      "@id": "#doi:10.18434/mds2-2392"
    }
  ],
  "publisher": {
    "name": "National Institute of Standards and Technology",
    "@type": "org:Organization"
  },
  "language": [
    "en"
  ],
  "bureauCode": [
    "006:55"
  ],
  "programCode": [
    "006:052"
  ],
  "doi": "doi:10.18434/mds2-2392",
  "issued": "2021-04-28T14:50:20",
  "status": "available",
  "releaseHistory": {
    "@id": "ark:/88434/mds2-2392/pdr:v",
    "@type": [
      "nrdr:ReleaseHistory"
    ],
    "hasRelease": [
      {
        "version": "1.0.0",
        "issued": "2021-04-27 00:00:00",
        "@id": "ark:/88434/mds2-2392/pdr:v/1.0.0",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2392/pdr:v/1.0.0",
        "description": "initial release"
      },
      {
        "version": "1.0.1",
        "issued": "2021-04-27 00:00:00",
        "@id": "ark:/88434/mds2-2392/pdr:v/1.0.1",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2392/pdr:v/1.0.1",
        "description": "metadata update"
      },
      {
        "version": "1.0.2",
        "issued": "2021-04-27 00:00:00",
        "@id": "ark:/88434/mds2-2392/pdr:v/1.0.2",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2392/pdr:v/1.0.2",
        "description": "metadata update"
      },
      {
        "version": "1.0.3",
        "issued": "2026-01-07",
        "@id": "ark:/88434/mds2-2392/pdr:v/1.0.3",
        "location": "https://data.nist.gov/od/id/ark:/88434/mds2-2392/pdr:v/1.0.3",
        "description": "added to additiveman collection"
      }
    ]
  },
  "annotated": "2026-01-08T02:16:06.227014",
  "_editStatus": "done",
  "authors": [
    {
      "familyName": "Friedrich",
      "fn": "Leanne  Friedrich",
      "givenName": "Leanne",
      "middleName": "",
      "affiliation": [
        {
          "title": "National Institute of Standards and Technology",
          "@type": "org:Organization",
          "@id": "ror:05xpvk416"
        }
      ],
      "orcid": "0000-0002-0382-3980",
      "@type": "foaf:Person"
    }
  ],
  "isPartOf": [
    {
      "@type": [
        "nrda:ScienceTheme",
        "nrdp:PublicDataResource"
      ],
      "@id": "ark:/88434/pdr0-0003",
      "title": "Additive Manufacturing Data"
    }
  ]
}