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

Errors for heater rods submerged in the pool

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By choist31
  • 1 Post By qingqingliu

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 10, 2020, 23:52
Red face Errors for heater rods submerged in the pool
  #1
New Member
 
sw choi
Join Date: Aug 2020
Location: MD in USA
Posts: 20
Rep Power: 5
choist31 is on a distinguished road
Dear All,

I am developing the two submerged heater rods model by modifying the tutorials; chtMultiRegionTwoPhaseEulerFoam.

When I try to add one more heater by duplicating the geometry and thermal properties from existing example, I faced the following error message:

--> FOAM FATAL ERROR:
Cannot find file "points" in directory "water/polyMesh" in times "0" down to constant

I have updated many input parameters as a result of newly added heater rod model. For your clear understanding, please see the attached file ; current working model.

Your any comments on my errors would be great helpful for me like OpenFOam beginner.

Best wishes,

Sung
Attached Files
File Type: zip solidQuench-WV-Geo39.zip (54.4 KB, 7 views)
choist31 is offline   Reply With Quote

Old   November 19, 2020, 07:18
Default
  #2
New Member
 
Tomas Korinek
Join Date: Dec 2013
Location: Prague, CZ
Posts: 2
Rep Power: 0
korenml is on a distinguished road
Quote:
Originally Posted by choist31 View Post
Dear All,

I am developing the two submerged heater rods model by modifying the tutorials; chtMultiRegionTwoPhaseEulerFoam.

When I try to add one more heater by duplicating the geometry and thermal properties from existing example, I faced the following error message:

--> FOAM FATAL ERROR:
Cannot find file "points" in directory "water/polyMesh" in times "0" down to constant

I have updated many input parameters as a result of newly added heater rod model. For your clear understanding, please see the attached file ; current working model.

Your any comments on my errors would be great helpful for me like OpenFOam beginner.

Best wishes,

Sung

Hi Sung,
I have checked your files and I had to make several changes to work it. I hope it will help you.

First change was in topoSetDict, where you set action new instead of add. The option new replaces previous cellSet.

Code:
 // Heater2; added heater   
       {
        name    bottomWaterCellSet;
        type    cellSet;
        action  add; // it adds heat2CellSet to current cell set, instead of replacing it (action new)
        source  cellToCell;
        sourceInfo
        {
            set heater2CellSet;
        }
    }
The second change was for 0.orig/solid2/T where I changed region from solid2 to solid. This specify region (solid or fluid) not the name of the region.

Code:
    solid2_to_water
    {
        type            compressible::turbulentTemperatureTwoPhaseRadCoupledMixed;
        value           uniform 400;
        Tnbr            T.liquid;
        kappaMethod     solidThermo;
        region          solid;
        // Name of the other phase in the flid region mixing with 'liquid' phase
        otherPhase      gas;
        qrNbr           none;
        qr              none;
    }
Last mistake was that you forgot to set the boundary condition for water_to_solid2 in /0.orig/water/k.liquid.

Code:
    water_to_solid2
    {
        type            kqRWallFunction;
        value           $internalField;
    }
Best,
Tomas
korenml is offline   Reply With Quote

Old   November 21, 2020, 18:50
Thumbs up Thank you so much for your kind reply
  #3
New Member
 
sw choi
Join Date: Aug 2020
Location: MD in USA
Posts: 20
Rep Power: 5
choist31 is on a distinguished road
Dear Koreanml

I do appreciate your kind and clear reply on my questions. I have resolved these issues long time ago.
For my project fund issue, I am holding on my CFD work now. Anyway, the ID sounds like you are Korean.
Anyhow, I am so glad to know you like kind and highly level of OpenFOAM user.
As you may know, since I can't get a prompt response through this thread, I also get some help from commercial company.
If you don't mind, I would get more comments or advice for any my future work. I sincerely hope to keep in touch with you.

Best Wishes,

Sung Won Choi
samuel0032 likes this.
choist31 is offline   Reply With Quote

Old   April 28, 2022, 18:53
Default
  #4
Member
 
Ching Liu
Join Date: Sep 2017
Posts: 45
Rep Power: 8
qingqingliu is on a distinguished road
How do you solve your issue? I met the same issue with you.

Quote:
Originally Posted by choist31 View Post
Dear Koreanml

I do appreciate your kind and clear reply on my questions. I have resolved these issues long time ago.
For my project fund issue, I am holding on my CFD work now. Anyway, the ID sounds like you are Korean.
Anyhow, I am so glad to know you like kind and highly level of OpenFOAM user.
As you may know, since I can't get a prompt response through this thread, I also get some help from commercial company.
If you don't mind, I would get more comments or advice for any my future work. I sincerely hope to keep in touch with you.

Best Wishes,

Sung Won Choi
samuel0032 likes this.
qingqingliu is offline   Reply With Quote

Old   March 2, 2023, 06:29
Default fluid-solid interface boundary for const heat flux
  #5
New Member
 
Goind Sharma
Join Date: Sep 2018
Posts: 20
Rep Power: 7
govind_IITD is on a distinguished road
Hi,


I am also modifying the quenching case for wall heating boiling problem. I am stuck at fluid-solid interface boundary condition. I am applying const heat flux at the bottom surface of the wall and zero gradient for the sides of wall.


How do I take care of the fluid-solid interface in this case both for gas and liquid ? Initially domain is filled with the water only.




Regards,
Govind
govind_IITD is offline   Reply With Quote

Reply


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
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 13:21
pimpleDyMFoam computation randomly stops babapeti OpenFOAM Running, Solving & CFD 5 January 24, 2018 05:28
Floating point exception error lpz_michele OpenFOAM Running, Solving & CFD 53 October 19, 2015 02:50
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07


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