Update chemistry thoughts

Max Luebke 2024-03-15 11:51:53 +01:00
parent cf592a8100
commit a87412fdf1

@ -70,9 +70,11 @@ diffusion_setup <- list(
I think we need to refactor the list of inputs. Maybe we should move the hook
functions into a separate input file and evaluete them at runtime.
Instead of preprocessing them, my suggestion is to output a template file,
defining all species and allowing the user to adjust significant digits for DHT
and Interpolation keys.
Instead of preprocessing them and write them to the simulation initialization
file, my suggestion is to output a template file after initialization, defining
all species and allowing the user to adjust significant digits for DHT and
Interpolation keys. This file can, when not edited in its definings etc, be read
by POET without any problems.
For the hook functions, I don't have a good idea right now.