The document reads that output_path could be a path or a list of paths to simulation data. Say if the solution_outlet contains data for more than one components, can I declare it as experiment1.output_path = '/output/solution/unit_002/SOLUTION_OUTLET'
If not, what is the correct way to specify the output_path for multi-components?
If we simulate chemical reactions, is it possible to estimate reaction rate constants, for instance, kfwd, which has more than one parameter?
If it is possible for question #2, how we declare it in Cadet? I believe below is where we specify which parameters are to be estimated, but the way I declare doesn’t provide any results.
Yes, but in CADET-Match, you need to add all components in separate files. Also, you need to set the SPLIT_COMPONENTS flag to True.
Yes, you need to setup a separate parameter for each component. The -1 flag only works for parameters that are independent of component (e.g. porosity).
If it is the way we must do, I’m not sure what would be the best way to do if we have multiple data set (duplicate experiment, let’s say).
I’m sorry if my question was not clear in the first place. What I meant is that if we have a system of reactions like below
A → B (k1)
B → C (k2)
Can we estimate k1 and k2, which will be in kfwd
You only need a single experiment. Each score can have its own csv entry and output_path. The csv in the experiment will be used to set the time grid of the simulation output.