Open lukethehuman opened 1 year ago
I would recomend json in the longer term if MOOSE has a reader for it, its much more verbose
On Sep 18 2023, at 5:33 pm, Luke Humphrey @.***> wrote:
Currently, thermocouple data is read from an externally sources k-type.txt file read by a python script thermo_file_reader.py. Replace these with a standardised .csv file containing the required data in a nice format. This should serve as an example for how to format sensor data when adding new sensors to the cyclops presets. Documentation describing this would also be valuable. — Reply to this email directly, view it on GitHub (https://github.com/aurora-multiphysics/cyclops/issues/24), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AASTUSSC7ZHVX6ZRBO5ZX33X3BZUDANCNFSM6AAAAAA447ZN2M). You are receiving this because you are subscribed to this thread.
Currently, thermocouple data is read from an externally sources k-type.txt file read by a python script
thermo_file_reader.py
. Replace these with a standardised .csv file containing the required data in a nice format. This should serve as an example for how to format sensor data when adding new sensors to the cyclops presets. Documentation describing this would also be valuable.