-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85c7f4b
commit 3b33666
Showing
57 changed files
with
903 additions
and
122 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# ECOGEN | ||
A CFD open source code dedicated to multiphase compressible flows | ||
ECOGEN | ||
====== | ||
|
||
**ECOGEN** is a CFD plateform written in C++ object oriented programming langage. It is dedicated to numerical simulation of compressible multiphase flows. It has the vocation to share academics researches in the multiphase flow field in direction to ohter academics but also for industrials, students, etc. | ||
|
||
* Official webSite: https://code-mphi.github.io/ECOGEN/ | ||
* Official documentation: https://code-mphi.github.io/ECOGEN/docs/sphinx_docs/index.html | ||
* API documentation: https://code-mphi.github.io/ECOGEN/docs/doxygen_docs/index.html | ||
|
||
What can I do with ? | ||
-------------------- | ||
With **ECOGEN** you can solve: | ||
|
||
* Interface problems between pure or multicomponents fluids and mixtures of multiphase flows. | ||
* Flow problems involving surface tension, heat and mass transfers for evaporating and condensing flow, cavitation. | ||
* Wave propagation problems in strongly unsteady situations using a specific Adaptative Mesh Reffinement. | ||
* complex flow problems on unstructured grids. | ||
|
||
Visit the gallery for examples: https://code-mphi.github.io/ECOGEN/gallery/ | ||
|
||
Start with ECOGEN | ||
----------------- | ||
The better way to start with **ECOGEN** is to follow installation instructions on the official documentation webSite: https://code-mphi.github.io/ECOGEN/docs/sphinx_docs/Chap2_installation_Chapter.html | ||
|
||
Then you can follow the dedicated tutorial to run your first test: https://code-mphi.github.io/ECOGEN/docs/sphinx_docs/Chap4_1startWithECOGEN.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _Chap:Start: | ||
|
||
Installation instructions | ||
========================= | ||
|
||
This section contains basic instruction for ECOGEN installation on windows / ubuntu systems. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contents: | ||
|
||
Chap2_1installation |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _Chap:UserGuide: | ||
|
||
I/O descriptions | ||
================ | ||
ECOGEN settings are managed via INPUT FILES only. The global INPUT FILES and OUTPUT FILES structure is depicted in :numref:`Fig:userGuide:overview`. | ||
|
||
.. _Fig:userGuide:overview: | ||
|
||
.. figure:: ./_static/IO/overview.png | ||
:scale: 70% | ||
:align: center | ||
|
||
Structure of input and output files in ECOGEN | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
Chap3_1inputFiles | ||
Chap3_2materials | ||
Chap3_3outputFiles |
Oops, something went wrong.