|
[Sponsors] |
July 31, 2016, 18:42 |
OpenFOAM UpdateCoeffs Nucleate Wall Boiling
|
#1 |
New Member
Suneth Warnakulasuriya
Join Date: Oct 2014
Posts: 1
Rep Power: 0 |
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. |
|
Tags |
nucleate boiling, rpi model |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Subccoled nucleate boiling with OpenFOAM | Nitin Minocha | OpenFOAM Programming & Development | 1 | August 28, 2019 05:36 |
Two-phase Eulerian model for nucleate subcooled boiling | Edy | OpenFOAM | 5 | February 11, 2017 17:21 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
[Commercial meshers] Exporting to OpenFOAM mesh with "inner" wall region | raagh77 | OpenFOAM Meshing & Mesh Conversion | 0 | April 24, 2012 07:23 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |