Ray Speth
Ray Speth
### Conda-forge documentation - [X] I could not solve my problem using the conda-forge documentation. ### Installed packages ```shell # packages in environment at /Users/runner/miniforge3/conda-bld/cantera-recipe_1692713109591/_build_env: # # Name Version Build...
Currently, no input validation is performed on the `InitialCondition` object based on the contents of the `x`, `Y`, `T`, `U` and `V` variables. These could be checked at a minimum...
While Ember compiles fine using the current Cantera release (2.5.1), the instructions in [installation.rst](https://github.com/speth/ember/blob/main/doc/sphinx/source/installation.rst) are now behind by several Cantera versions, as well as still referencing Python 2.7. This should...
Running `python python/ember/examples/example_laminar.py validate` generates the following error: ``` Error: PositionControl can only be used when either 'twinFlame' or 'curvedFlame' is set to True. Validation failed. ``` which is clearly...
Running with c0ed397, the following configuration: ```py from ember import * import cantera as ct # params phi = 2.0 mech = "h2o2.yaml" fuel = "H2:1.0" oxid = "N2:3.76, O2:1.0"...