deepmodeling / deepflame-dev

A deep learning empowered open-source platform for reacting flow simulations
GNU General Public License v3.0
141 stars 62 forks source link

Changes related to "flameSpeed" and "dfChemistryModel" #529

Open xu-23 opened 1 week ago

xu-23 commented 1 week ago

The past flameSpeed is only used when the time step is 0.001s. Now, we give two choice. If you choose flameSpeed, the time step will be set as the same as it in controlDict. If you choose flameSpeed1, you can input a float number as the time step.

In the current version, when solving Yeqn with DNN methods, all the points will be chosen as the problem size, and we then solve all points whose temperature are above frozenTemperature. This process makes Chemistry time ratio over 60%. If we read frozenTemperature before we decide problem size, Chemistry time ratio will be 10%.

zhixchen commented 3 days ago

You should now be able to add reviewers for your PR.