lcpp-org / crane

A MOOSE application dedicated to general Chemical ReAction NEtworks for plasma chemistry and thermochemistry problems.
https://crane-plasma-chemistry.readthedocs.io/
GNU Lesser General Public License v2.1
21 stars 20 forks source link

Error in Evaluation of Constant Variables for Rate Coefficients in Lorentz Attractor Problem #117

Open smpeyres opened 10 months ago

smpeyres commented 10 months ago

In problems/lorentz_attractor.i, the input file fails to run with the following error:

ERROR aux_rate0: Trying to get a non-existent variable ‘args'

This appears to be linked with the evaluation of the rate constants dependent on the variables ‘sigma’, ‘R’, and ‘p’ that are provided under ‘equation_constants’ and given values in ‘equation_values’. This is very confusing because this is the exact same structure used for some input files containing ‘Tgas’, “J’, and ‘pi’, among others.

Notes: