|
[Sponsors] |
April 22, 2011, 19:46 |
Not all fields written as part of solution
|
#1 |
Senior Member
Adhiraj
Join Date: Sep 2010
Location: Karnataka, India
Posts: 187
Rep Power: 16 |
Hey all,
I am simulating a laminar diffusion flame using a solver that is built on the lines of reactingFoam in version 1.7.1. I have added some new fields for calculations, like the diffusivities, viscosities, mole fractions, etc. But I find that while running, some fields are not being written to the solution, even when I initialize them like this: Code:
mu_ ( IOobject ( "mu", mesh.time().timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), mesh, dimensionedScalar("zero",dimensionSet(1,-1,-1,0,0,0,0),0 ) ) Any ideas? Thanks in advance. |
|
April 23, 2011, 12:16 |
|
#3 |
Senior Member
Adhiraj
Join Date: Sep 2010
Location: Karnataka, India
Posts: 187
Rep Power: 16 |
Thanks for replying. Actually I managed to fix the issue by changning the string
"mu" to "Mu" in the function call. Maybe it was in conflict with a different variable of same name in the IOdict . |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
grid dependancy | gueynard a. | Main CFD Forum | 19 | June 27, 2014 22:22 |
Exact solution of Burgers equation | mcaro | Main CFD Forum | 3 | January 25, 2011 07:46 |
Steady solution from Transient simulations | wawa | FLUENT | 2 | November 9, 2010 18:44 |
Unsteady solution | Christophe | FLUENT | 0 | August 11, 2006 12:13 |
Wall functions | Abhijit Tilak | Main CFD Forum | 6 | February 5, 1999 02:16 |