|
[Sponsors] |
April 7, 2020, 18:44 |
Problem with noCombustion > rhoReactingFoam
|
#1 |
New Member
Join Date: Mar 2020
Posts: 2
Rep Power: 0 |
Hi Foamers,
It is few months since I have started dealing with OpenFOAM and of course i seldom run into multiple errors that i can usually takle also looking at the threads in this forum. This time i cannot manage to solve my problem. In particular I am working on a problem that is very similar to the tutorial that you find in combustion/reactingFoam/counterFlowFlame2D. I am running the OpenFOAM v1912 version. If i run the simulation as it is, everything works properly, however if i switch off the combustion by simply acting on the combustionProperties file: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | \\ / O peration | Version: v1912 | \\ / A nd | Website: www.openfoam.com | \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object combustionProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // combustionModel noCombustion; active false; noCombustionCoeffs { } // **********************************************************// Code:
Reading/calculating face flux field phi Creating turbulence model. Selecting turbulence model type laminar Selecting laminar stress model Stokes Creating reaction model Selecting combustion model noCombustion Can you help me understanding what is going on? |
|
August 11, 2020, 14:34 |
|
#2 |
New Member
Robert Crane
Join Date: Jul 2020
Posts: 8
Rep Power: 6 |
did you ever figure this out? I am having the same problem.
|
|
August 11, 2020, 16:32 |
|
#3 |
Senior Member
Join Date: Apr 2020
Location: UK
Posts: 747
Rep Power: 14 |
Try "none" instead of "noCombustion" - that seems to work fine for me.
|
|
August 11, 2020, 17:02 |
|
#4 |
New Member
Robert Crane
Join Date: Jul 2020
Posts: 8
Rep Power: 6 |
thank you, that worked for me as well.
|
|
Tags |
nocombustion, reactingfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
area does not match neighbour by ... % -- possible face ordering problem | St.Pacholak | OpenFOAM | 11 | September 4, 2024 05:28 |
Heat Transfert, mixing problem | Wazdq | CFX | 8 | November 7, 2016 06:44 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |
DNS to Eigenvalue -> Cauchy Problem | RMG | Main CFD Forum | 0 | February 4, 2004 06:50 |