|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Robert
Join Date: Aug 2012
Location: Berlin
Posts: 61
Rep Power: 2 ![]() |
Hey,
I set up a case with a small ammonia cloud in a room with an air inlet and an air outlet. The simulation runs for a few steps and then the gas temperature difference increases unreasonably fast. Maybe you can tell me why? /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.4 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; root ""; case ""; instance ""; local ""; class volScalarField; object p; } // ************************************************** *********************** // dimensions [ 1 -1 -2 0 0 0 0 ]; internalField uniform 101300; boundaryField { inlet { type zeroGradient; } outlet { type fixedValue; value uniform 101300; } walls { type zeroGradient; } empty { type zeroGradient; } // ************************************************** *********************** // /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.4 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; root ""; case ""; instance ""; local ""; class volVectorField; object U; } // ************************************************** *********************** // dimensions [ 0 1 -1 0 0 0 0 ]; internalField uniform ( 0 0 0 ); boundaryField { inlet { type fixedValue; value uniform ( 1 0 0 ); } outlet { type zeroGradient; } walls { type fixedValue; value uniform ( 0 0 0 ); } empty { type zeroGradient; } } // ************************************************** *********************** // I just a second the temperature difference increases from zero to more than 100 K... I think it's got something to do with the inlet and outlet BC. But I'm not sure WHAT. Thanks a lot. Robert |
|
|
|
|
|
|
|
|
#2 |
|
Member
Robert
Join Date: Aug 2012
Location: Berlin
Posts: 61
Rep Power: 2 ![]() |
No idea, anyone? Changed the BC from fixedValue to inletOutlet, tried to set up fixed outlet speed and pressure-controlled inlet flow and still got the same problem.
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sprayFoam crashes | lukasfischer | OpenFOAM Running, Solving & CFD | 1 | May 10, 2012 08:34 |
| Stability problem due to turbulent dispersion force in a subcooled boiling model | Edy | OpenFOAM | 7 | August 10, 2011 12:00 |
| Turbulent Dispersion for Coal Combustion | gravis | CFX | 2 | March 24, 2010 00:56 |
| Question on Dispersion | Mike Marcu | FLUENT | 2 | September 14, 2005 19:53 |
| Heavy Gas Dispersion | Roued | Main CFD Forum | 1 | December 17, 2001 03:10 |