ENH: chemistryModel: Added new option to specify the initial ODE integration time-step
In constant/chemistryProperties in addition to the specification of the initial ODE integration time-step used at the start of the run: initialChemicalTimeStep 1e-12; this time step may now also be specified for every chemistry integration by setting the optional entry maxChemicalTimeStep, e.g. maxChemicalTimeStep 1e-12;
Showing
- src/ODE/ODESolvers/ODESolver/ODESolver.C 2 additions, 1 deletionsrc/ODE/ODESolvers/ODESolver/ODESolver.C
- src/thermophysicalModels/chemistryModel/chemistryModel/StandardChemistryModel/StandardChemistryModel.C 13 additions, 10 deletions...stryModel/StandardChemistryModel/StandardChemistryModel.C
- src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/TDACChemistryModel.C 15 additions, 12 deletions...el/chemistryModel/TDACChemistryModel/TDACChemistryModel.C
- src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.C 2 additions, 1 deletion.../chemistryModel/basicChemistryModel/basicChemistryModel.C
- src/thermophysicalModels/chemistryModel/chemistryModel/basicChemistryModel/basicChemistryModel.H 4 additions, 1 deletion.../chemistryModel/basicChemistryModel/basicChemistryModel.H
- src/thermophysicalModels/solidChemistryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C 1 addition, 1 deletion...ryModel/pyrolysisChemistryModel/pyrolysisChemistryModel.C
- src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C 1 addition, 10 deletions...eaction/Reactions/ReversibleReaction/ReversibleReaction.C
Please register or sign in to comment