|
[Sponsors] |
August 27, 2021, 08:29 |
combustion->correct()
|
#1 |
Member
Join Date: Dec 2020
Posts: 38
Rep Power: 5 |
Hi,
Do you know what does the following code in OF stand for? Code:
combustion->correct() |
|
August 29, 2021, 21:37 |
|
#2 |
Senior Member
|
Hi,
It means a "correct()" function in "combustion" instance is called. To know what exactly it means, we have to know the definition of "combustion". Could you tell us the version of OpenFOAM and the name of solver you are looking. Putting clear and concise information will increase the probability of the desired help occurring. |
|
August 30, 2021, 06:37 |
|
#3 |
Member
Join Date: Dec 2020
Posts: 38
Rep Power: 5 |
Hi,
Thank a lot for the reply. I am using Openfoam 2.1 and the solver ddtFoam. |
|
August 30, 2021, 13:35 |
|
#4 |
Senior Member
Join Date: Apr 2020
Location: UK
Posts: 746
Rep Power: 14 |
The correct() function is declared in combustionModel.H (https://cpp.openfoam.org/v8/combusti...8H_source.html) and then implemented in the RTS selected model, eg EDC (https://cpp.openfoam.org/v8/EDC_8C_source.html). Try the search function in the Doxygen pages - that should help you answer these questions for yourself in the future. Good luck!
|
|
Tags |
openfoam 2.1 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modelling Combustion in Porous Zone | tanjinjack | FLUENT | 2 | September 26, 2016 05:10 |
Partially Premixed Combustion - Direct Fired Boiler | oknus | FLUENT | 0 | April 10, 2012 11:52 |
hydrocarbon gases + Boron particle combustion | nileshjrane | OpenFOAM | 1 | December 13, 2010 07:20 |
Hydrogen Air combustion in a combustion chamber | popi | CFX | 7 | July 11, 2007 19:40 |
Need Similar Combustion Tutorial as my model | Arnab | Siemens | 0 | May 24, 2005 19:23 |