CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Verification & Validation

Passive scalar mass conservation issue when using MRF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 20, 2024, 02:48
Default Passive scalar mass conservation issue when using MRF
  #1
New Member
 
Lionel GAMET
Join Date: Nov 2013
Location: Lyon
Posts: 19
Rep Power: 12
x86_64leon is on a distinguished road
Dear OF users


Has anyone already experienced passive scalar losses when using MRF ?



Let me give more details :

1) We run a simpleFoam agitated vessel case using MRF (the case is indeed a tank with a standard Rushton turbine, well known by chemists). The MRF result is a steady state result.

2) Then we run the scalarTransportFoam solver using the MRF hydrodynamic fields from former step. The hydrodynamic field is frozen. The passive scalar T is initialized as a sphere and we let the scalar be convected and diffused over the domain. note that scalarTransportFoam is an unsteady solver. This step 2) is a classical way to obtain mixing time in a stirred tank.



Then, we compute the passive scalar volume average during the step 2) using the following function object :

scalar_volAverage
{
type volFieldValue;
libs (fieldFunctionObjects);

// What to compute ?
regionType all;
operation volAverage;
fields (T);

// Write controls
writeControl timeStep;
writeInterval 10;
writeFields false;
log false; // Should we write to stdout ?
}



The result is that the value of this volume integral diminishes by orders of magnitude ... This means that the "total mass" of passive scalar is not conserved. We have checked for passive scalar flow rate through each of the walls (the geometry is closed; there is no inlet nor outlet) and the scalar flow rates are all null ...


Any idea of what is going wrong there ?

Best

PS : We have also tried to use the pimpleFoam solver with frozenFlow=yes and functionObject scalarTransport. The result is the same : Mass loss of passive scalar !
x86_64leon is offline   Reply With Quote

Old   September 16, 2024, 05:37
Default
  #2
New Member
 
Lionel GAMET
Join Date: Nov 2013
Location: Lyon
Posts: 19
Rep Power: 12
x86_64leon is on a distinguished road
Update to this "strange" behaviour of non conservation of passive scalar "mass" in my computations. It is related to the fluid viscosity....
My problem arises with water (nu = 1e-6 in transportProperties) but disappears with a more viscous fluid.... (nu=2.81e-5, correspondig to glycerol).
Any idea of what's going on there ?
Could it be a machine precision issue ?
x86_64leon is offline   Reply With Quote

Reply

Tags
mrf simplefoam, multiple reference frames, passive scalar, scalar transport, scalartransportfoam


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in New Surface reaction model (Having multiple reactions) surajkvs OpenFOAM Programming & Development 2 May 23, 2023 21:21
Non uniform temperature gradient Nabeel Abed OpenFOAM Programming & Development 2 August 20, 2019 08:10
problems concerning mass conservativity in bubbleFoam with custom scalar transport cutter OpenFOAM Programming & Development 3 February 10, 2015 04:25
Can FVM have mass sinks/ mass conservation problems? whuup FLUENT 0 March 8, 2014 18:48
Mass conservation in COMSOL Diego COMSOL 1 December 27, 2010 05:14


All times are GMT -4. The time now is 21:05.