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

OpenFOAM UpdateCoeffs Nucleate Wall Boiling

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 31, 2016, 17:42
Talking OpenFOAM UpdateCoeffs Nucleate Wall Boiling
  #1
New Member
 
Suneth Warnakulasuriya
Join Date: Oct 2014
Posts: 1
Rep Power: 0
suneth.warna is on a distinguished road
Hi,

I'm really new to OpenFOAM, and I have two questions about the Nucleate Wall Boiling boundary condition [class] in the OpenFOAM-dev version.

1. In line 333, the updateCoeffs() function calls its' assignment operator by
operator==
(
A1*alphatConv_ + (Qq + Qe)/max(liquidw*hew.snGrad(), scalar(1e-16))
);
But, I coudn't find the declaration of the assignment operator for this class or any of the parent classes except for the class in fixedValueFvPatchField class which is blank virtual. What is the purpose of calling its' own assignment operator?

2. In line 361, the wall boiling boundary condition calls the following functionfixedValueFvPatchScalarField::updateCoeffs();.
What is the purpose of it? I couldn't find the declaration of this method as well. What is the purpose of this, what variables does it update?

3. This is considering the evaluation of boundary conditions of alphatWallBoilingWallFunctionFvPatchScalarField, this is a derived class of alphatPhaseChangeJayatillekeWallFunctionFvPatchSca larField , and the parent class says the value parameter is not essential. If that is the case, what does the solver check as to be full filled as the boundary condition?

I'm trying to implement Nucleate Wall Boiling RPI model boundary condition for a constant heat flux, not as a thermal diffusivity as a boundary condition. Any suggestions? Am I doing something wrong? I was able to modify the equations and run the simulations, but the answers are not what I expect.

Any help will be highly appreciated.

Thank you.
suneth.warna is offline   Reply With Quote

Reply

Tags
nucleate boiling, rpi model


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
Subccoled nucleate boiling with OpenFOAM Nitin Minocha OpenFOAM Programming & Development 1 August 28, 2019 04:36
Two-phase Eulerian model for nucleate subcooled boiling Edy OpenFOAM 5 February 11, 2017 16:21
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
[Commercial meshers] Exporting to OpenFOAM mesh with "inner" wall region raagh77 OpenFOAM Meshing & Mesh Conversion 0 April 24, 2012 06:23
New OpenFOAM Forum Structure jola OpenFOAM 2 October 19, 2011 06:55


All times are GMT -4. The time now is 03:11.