|
[Sponsors] |
October 23, 2023, 05:35 |
Problem in Species Transport in SU2
|
#1 |
New Member
Syed Mafooq Ul Hassan
Join Date: Jul 2023
Posts: 3
Rep Power: 3 |
Hi, I am new to CFD simulations. The species that I want to transport circles around the inlet and doesn't move towards the outlet. Attached, please find my configuration file and inlet.dat file.
config.txt inlet_m.txt Any help or suggestion is highly appreciated. |
|
October 24, 2023, 17:51 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 674
Rep Power: 21 |
It's a bit hard to say without the mesh to reproduce the issue, but you could first try to run it :
1. steady 2. with uniform boundary conditions instead of a profile When in doubt, start from something that works, either a tutorial or one of the regression tests in Testcases/ and build up your case step by step. |
|
November 29, 2023, 18:07 |
|
#3 | |
New Member
Join Date: Feb 2022
Posts: 23
Rep Power: 5 |
Quote:
Are you simulating air or other gas? given your setup, it seems that you are simulating air, so if that is the case, you should check your value of the diffusivity KIND_SCALAR_MODEL= SPECIES_TRANSPORT DIFFUSIVITY_MODEL= CONSTANT_DIFFUSIVITY DIFFUSIVITY_CONSTANT= 1 1 looks quite high, the diffusivity constant should be a value around 1.8*10^-5 , so now you are using a huge value, that might explain why the species does not move towards the outlet, because the diffusivity term is too high. Also as an advice, it is recomended to set the SPECIES_INIT equal to the species mass fraction that you provide in the first inlet (0.5 if I am not mistaken) because that improves the convergence. SPECIES_INIT= 0.5 SPECIES_CLIPPING= YES SPECIES_CLIPPING_MIN= 0.2 SPECIES_CLIPPING_MAX= 1.0 Additionally, you can try the option BOUNDED_SCALAR instead of the SCALAR_UPWIND. Finally, the MARKER_INLET= (inlet, 300, 1.0, 10.0, 10.0, 0.0) (10,10,0.0) should be the normal direction of the velocity, the second value 1.0 is the magnitude of the velocity, so if your velocity is 10 m/s, you should write the marker_inlet as follows: MARKER_INLET= (inlet, 300, 10.0, 1.0, 1.0, 0.0) and the INC_VELOCITY_INIT= ( 10.00, 0.0, 0.0 ) Best regards, Cristopher Morales Ubal |
||
Tags |
#cfd, #species_transport, #su2 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for Sorption in Species Transport through Porous Medium | Kosch | Fluent UDF and Scheme Programming | 6 | October 21, 2020 18:46 |
Species Transport | Anne009z | FLUENT | 0 | January 27, 2018 15:40 |
A question about species box of species transport model | tjushang | FLUENT | 2 | June 25, 2014 08:56 |
user defined scalar vs species transport | gvj_mech | FLUENT | 0 | March 27, 2014 15:33 |
Implement species transport equation | Tobi | OpenFOAM Programming & Development | 0 | June 2, 2012 14:26 |