|
[Sponsors] |
August 1, 2005, 14:39 |
ERROR #076
|
#1 |
Guest
Posts: n/a
|
dear all
i am working with ic engine transient analysis ....and getting following error *** ERROR #076 *** NEGATIVE DENSITIES FOUND AT MORE THAN 100 CELLS. RUN STOPPED ..... can any one give the solution to get rid of this error ..... THANKS IN ADVANCE |
|
August 1, 2005, 23:11 |
Re: ERROR #076
|
#2 |
Guest
Posts: n/a
|
use low relaxation factor
|
|
August 2, 2005, 04:52 |
Re: ERROR #076
|
#3 |
Guest
Posts: n/a
|
As I know there are many reasons to occur 'Negative densitys...'
In compressible flow, the density are calculated by the pressure field which is obtained by velocity field. And the pressure is linked with the temperature and density using equation of state(i.e. P=rho*R*T). Therefore "Negative density" may occurs due to the unreasonable pressure field. So check the time step with respect to Courant Number(if transient), or diffusion length> convection length. Also if you have scalar source function in your code(sorsca.f), check whether the mass fraction of each scalar exceed '1'. These unphysical situation may occurs the unreasonable flow field, density field. |
|
August 3, 2005, 22:39 |
Re: ERROR #076
|
#4 |
Guest
Posts: n/a
|
So,if I really found that the mass fraction of the scalar exceed 1, what can I do to fix this problem?
|
|
August 4, 2005, 01:56 |
Re: ERROR #076
|
#5 |
Guest
Posts: n/a
|
As I know, the reason that mass fraction exceeds '1' may be that scalar mass generated during one time step exceed the amount which can be generted.
for example. if we are using ION(scalar1), ELE(scalar2) and background gas(N2) N2 is ionized then N2 --> N2+(ION) + e-(ELEctron) The scalar mass rate(S1P in sorsca.f) generated during time step is estimated with the follwing: if( S1P > (1.0-SCALAR(1)-SCALAR(2))*DEN/DT ) then S1P = (1.0-SCALAR(1)-SCALAR(2))*DEN/DT endif ++++++++++++++++++++++++++++++++++++++++++++++++++ + I am handling that problem like this. Check the able scalar mass for each scalar at any time step. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
strange fluent error: Primitive Error at Node 0 | Jean-Baptiste | FLUENT | 8 | June 14, 2022 12:11 |
error in COMSOL:'ERROR:6164 Duplicate Variable' | bhushas | COMSOL | 1 | May 30, 2008 05:35 |
"Error: Floating point error: invalid number" | MI Kim | FLUENT | 2 | January 4, 2007 11:00 |
Fatal error error writing to tmp No space left on device | maka | OpenFOAM Installation | 2 | April 3, 2006 09:48 |
Error: Floating point error: invalid number | Bob | FLUENT | 3 | June 3, 2005 19:11 |