KyleVaughn / UM2

An unstructured mesh library for automated method of characteristic mesh generation
https://univeristy-of-michigan-unstructured-mesh-code.readthedocs.io/en/main/index.html#
MIT License
7 stars 2 forks source link

When an MPACT model's mesh is written to disk, write an MPACT input file as well #159

Closed KyleVaughn closed 3 months ago

KyleVaughn commented 3 months ago

At the time of writing an MPACT model's mesh to a disk, we know nearly everything needed to generate the input file. To save the user some trouble, and prevent potential errors and poor choices of parameters, we should simply write the input file for them. I propose the following structure:

KyleVaughn commented 3 months ago

Added with https://github.com/KyleVaughn/UM2/pull/162