|
[Sponsors] |
February 11, 2019, 16:37 |
Problem with reactingfoam u field too high
|
#1 |
New Member
Giuseppe
Join Date: Feb 2019
Posts: 13
Rep Power: 7 |
Hello everyone, I have a problem: I simulated the case of the openfoam tutorial DLR_A_LTS, for the base case everything seems to work but when I increase the mesh in the fuel inlet duct and in general on the symmetry axis the jet speed assumes too high values (not physical). I think the problem may be too dense mesh for reactingfoam. I left the boundary conditions as in the tutorial in particular u as fixedvalue. Can someone help me. Thanks in advance.
|
|
February 15, 2019, 06:16 |
|
#2 |
Member
Join Date: Mar 2016
Posts: 73
Rep Power: 10 |
Do you start your simulation from 0 with the new mesh?
Maybe your new mesh has a bad quality. Did you run checkMesh? When do the high velocities appear? Does the simulation crash? You can try to run potentialFoam first. It creates a U-Field from your boundaries and can be used as an initial flow field. potentialFoam edits the U-File in your "0"-folder. So make sure to create a backup. After running potentialFoam you have to delete the "phi"-file in "0" and you can start reactingFoam with an initial flow-field. |
|
February 15, 2019, 07:01 |
|
#3 |
New Member
Giuseppe
Join Date: Feb 2019
Posts: 13
Rep Power: 7 |
thank you so much for your answer,
in fact it seems to be a problem of quality of the mesh, because I tried to simulate with a thicker mesh and u field has a physical behavior. now unfortunately I have another problem I set the source of ignition via toposet. I would like to do a convergence analysis for the various meshes. in the 1x mesh the flame lights up in the 2x and 4x meshes the flame does not light up under the same conditions. do you have any ideas to suggest? best regards |
|
February 15, 2019, 08:04 |
|
#4 |
Member
Join Date: Mar 2016
Posts: 73
Rep Power: 10 |
How do you select your cells with toposet? I never worked with toposet.
I usually set high temperatures and exhaust species in a box oder cylinder for ignition with setFields. My idea for your problem: If you select your cells in a non-geometric way (like a box or cylinder), the cells are much smaller in your 2x or 4x mesh. The ignition area is much smaller and maybe not big and hot enough to ignite the flame. I would suggest that you define a box or cylinder and patch the selected cells. I hope you understand what I mean and that toposet can deal with that. |
|
February 15, 2019, 08:49 |
|
#5 |
New Member
Giuseppe
Join Date: Feb 2019
Posts: 13
Rep Power: 7 |
I had thought about the same thing, I set toposet in the following way
actions ( { name ignitionCells; type cellSet; action new; source sphereToCell; sourceInfo { centre (0.0 0.0 0.04); radius 0.04; } } ); so I tried to lengthen the duration of the ignition source via fvOptions even at 10000 time step, the ignition sphere reaches temperatures of 3000 K. In the 1x mesh, a 2000 time step is enough to light the flame. Sorry if I disturb you further, I have two questions: I have runTimeModifiable true; adjustTimeStep yes; maxCo 0.4; in this case every time step has a shorter duration of real time (physical) in the mesh to 2x than the right 1x? Do you know how I can get physical time? Having an axisymmetric geometry I set a 1 degree angle, could it be responsible for a too small volume of ignition? thank you so much for your help |
|
February 15, 2019, 08:56 |
|
#6 |
New Member
Giuseppe
Join Date: Feb 2019
Posts: 13
Rep Power: 7 |
fvOption file
options { energySource { type scalarSemiImplicitSource; timeStart 0; duration 10000; selectionMode cellSet; cellSet ignitionCells; volumeMode specific; injectionRateSuSp { h (1e7 0); // J/m^3/s } } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
[SOWFA] NREL SOWFA ABLTerrainSolver tutorial problem | cico0815 | OpenFOAM Community Contributions | 36 | February 3, 2022 12:54 |
icoFoam - high number of iterations for pressure field computation | aylalisa | OpenFOAM Programming & Development | 6 | July 21, 2014 05:20 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
problem with internal field and nonuniform list | OFU | OpenFOAM Running, Solving & CFD | 1 | October 5, 2009 04:35 |