Skip to content

Commit 16bdb68

Browse files
authored
Merge pull request #251 from JX278/master
update DeepCombustion to Intelligent Combustion
2 parents 171215c + e32729e commit 16bdb68

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/CPU_inferencce_validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
&& ls $PWD
5151
&& ls flareFGM_Table_Download
5252
&& cp -r flareFGM_Table_Download/SandiaD/flare.tbl examples/dfLowMachFoam/2DSandiaD_flareFGM/
53-
&& git clone https://github.com/deepcombustion/deepcombustion.git
54-
&& cp -r deepcombustion/DeePCK/Model/HE04_Hydrogen_ESH2_GMS_sub_20221101/ mechanisms/ && source ~/miniconda3/etc/profile.d/conda.sh && conda activate libcantera && source /opt/openfoam7/etc/bashrc
53+
&& git clone https://github.com/intelligent-algorithm-team/intelligent-combustion.git
54+
&& cp -r intelligent-combustion/DeePCK/Model/HE04_Hydrogen_ESH2_GMS_sub_20221101/ mechanisms/ && source ~/miniconda3/etc/profile.d/conda.sh && conda activate libcantera && source /opt/openfoam7/etc/bashrc
5555
&& . configure.sh --use_pytorch && source ./bashrc && . install.sh
5656
&& cd test && ./Allrun && conda deactivate "
5757

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
DeepFlame is a deep learning empowered computational fluid dynamics package for single or multiphase, laminar or turbulent, reacting flows at all speeds. It aims to provide an open-source platform to combine the individual strengths of [OpenFOAM](https://openfoam.org), [Cantera](https://cantera.org), and [PyTorch](https://pytorch.org/) libraries for deep learning assisted reacting flow simulations. It also has the scope to leverage the next-generation heterogenous supercomputing and AI acceleration infrastructures such as GPU and FPGA.
2020

21-
The deep learning algorithms and models used in the DeepFlame tutorial examples are developed and trained independently by our collaborators team – [DeepCombustion](https://github.com/deepcombustion/deepcombustion). Please refer to their website for detailed information.
21+
The deep learning algorithms and models used in the DeepFlame tutorial examples are developed and trained independently by our collaborators team – [Intelligent Combustion](https://github.com/intelligent-algorithm-team/intelligent-combustion.git). Please refer to their website for detailed information.
2222

2323
## Documentation
2424
Detailed guide for installation and tutorials is available on [our documentation website](https://deepflame.deepmodeling.com).

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Welcome to DeepFlame's Documentation
1111

1212
DeepFlame is a deep learning empowered computational fluid dynamics package for single or multiphase, laminar or turbulent, reacting flows at all speeds. It aims to provide an open-source platform to combine the individual strengths of `OpenFOAM <https://openfoam.org/>`_, `Cantera <https://cantera.org/>`_, and `PyTorch <https://pytorch.org/libraries>`_ libraries for deep learning assisted reacting flow simulations. It also has the scope to incorporate next-generation heterogenous supercomputing and AI acceleration infrastructures such as GPU and FPGA.
1313

14-
The deep learning algorithms and models used in the DeepFlame tutorial examples are developed and trained independently by our collaborator team – `DeepCombustion <https://github.com/deepcombustion/deepcombustion/>`_. Please refer to their website for detailed information.
14+
The deep learning algorithms and models used in the DeepFlame tutorial examples are developed and trained independently by our collaborator team – `Intelligent Combustion <https://github.com/intelligent-algorithm-team/intelligent-combustion.git/>`_. Please refer to their website for detailed information.
1515

1616
.. Note:: This project is under active development.
1717

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Download DNN Models
22
======================================
33
The neural network models used in the tutorial examples are indepentently trained
4-
by our collaborators team – `DeepCombustion <https://github.com/deepcombustion/deepcombustion>`_.
4+
by our collaborators team – `Intelligent Combustion <https://github.com/intelligent-algorithm-team/intelligent-combustion.git>`_.
55
To run DeepFlame with DNN, first download the DeepCombustion repository into ``deepflame-dev/``:
66

77
.. code-block:: bash
88
99
cd $DF_ROOT
10-
git clone https://github.com/deepcombustion/deepcombustion.git
10+
git clone https://github.com/intelligent-algorithm-team/intelligent-combustion.git.git
1111
1212
Then copy the required DNN model into ``mechanisms/``, for example:
1313

1414
.. code-block:: bash
1515
16-
cp -r deepcombustion/DeePCK/Model/HE04_Hydrogen_ESH2_GMS_sub_20221101/ mechanisms/
16+
cp -r intelligent-combustion/DeePCK/Model/HE04_Hydrogen_ESH2_GMS_sub_20221101/ mechanisms/
1717
1818
.. Note:: Here ``HE04_Hydrogen_ESH2_GMS_sub_20221101`` is the default DNN model for all the tutorial cases in ``$DF_ROOT/examples/``.

0 commit comments

Comments
 (0)