aladshaw3 / cats

Catalysis And Treatment Simulations (CATS) library for MOOSE
MIT License
5 stars 5 forks source link

Want an automated way to generate specific run files #5

Open aladshaw3 opened 2 years ago

aladshaw3 commented 2 years ago

Potential users have expressed a desire to simplify and streamline how input files are created for CATS. To this end, there needs to be development towards ways to automatically generate run files.

Right now, an experimental python script is being developed that will take a python dictionary and convert that into a run file. From that point, all that is needed is a set of specific objects that could be invoked to automatically generate those dictionaries from some simpler set of user options.