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

chtMultiRegionFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By xerox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 22, 2019, 04:47
Smile chtMultiRegionFoam
  #1
New Member
 
bharadwaz
Join Date: Nov 2018
Location: India
Posts: 19
Rep Power: 7
bharadwaz is on a distinguished road
Hello Foamers
when I increase velocity there is no temperature drop in forced convection in multiregionFoam

I gave coupledBaffledmixed BC at the interface

what could be the possible reasons, any suggestions are always welcome

Thanks in advance
bharadwaz is offline   Reply With Quote

Old   March 26, 2019, 05:36
Default
  #2
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
To make a clear statement, you should provide more information -> How to give enough info to get help
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   March 28, 2019, 13:36
Default
  #3
New Member
 
bharadwaz
Join Date: Nov 2018
Location: India
Posts: 19
Rep Power: 7
bharadwaz is on a distinguished road
Actually that problem is solved
can you tell me how to implement thermal conductivity values x y z like kx ky and kz in thermo physical properties
As far as i i gave it as following
Code:
thermoType
{
    type            heSolidThermo;
    mixture         pureMixture;
    //transport       constIso;
    transport       constAnIso; //<--this bit
    thermo          hConst;
    equationOfState rhoConst;
    specie          specie;
    energy          sensibleEnthalpy;
}

    coordinateSystem
    {
        type    cartesian;
        origin  (0 0 0);
        coordinateRotation
        {
            type        cylindrical;
            e3          (0 0 1);
        }
    }
mixture
{
    specie
    {
        molWeight   59.54353776;
    }

    transport
    {
	kappa   (73.98 73.98 29.627435); //radial tangential longitudinal or x y z
    }

    thermodynamics
    {
        Hf      0;
        Cp      2300;
    }

    equationOfState
    {
        rho     2436;
    }
}
but that is for cylindrical not for cartesian

Thanks in advance

Last edited by Tobi; March 29, 2019 at 07:44.
bharadwaz is offline   Reply With Quote

Old   April 17, 2019, 10:08
Default
  #4
Member
 
Niu
Join Date: Apr 2014
Posts: 55
Rep Power: 12
Z.Q. Niu is on a distinguished road
Hi bharadwaz,
How did you solve your issue? Thanks!
Z.Q. Niu is offline   Reply With Quote

Old   April 17, 2019, 12:03
Default
  #5
New Member
 
bharadwaz
Join Date: Nov 2018
Location: India
Posts: 19
Rep Power: 7
bharadwaz is on a distinguished road
thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constAnIso;
thermo hConst;
equationOfState rhoConst;
specie specie;
energy sensibleEnthalpy;
}

coordinateSystem
{
type cartesian;
origin (0 0 0);
coordinateRotation
{
type STARCDRotation;
rotation (0 0 0);
}
}

mixture
{
specie
{
molWeight 59.54353776;
}
equationOfState
{
rho 2436;
}
transport
{
kappa (10 10 10);
}

thermodynamics
{
Hf 0;
Cp 2300;
}
}
Hope this helps you
bharadwaz is offline   Reply With Quote

Old   August 7, 2020, 19:10
Default anisotropic kappa
  #6
New Member
 
Subhransu Roy
Join Date: Jul 2014
Posts: 1
Rep Power: 0
suroy2005 is on a distinguished road
chtMultiRegionFoam in OpenFoam-8 give incorrect results with anisotropic conductivity.
Case file attached
Attached Files
File Type: gz TestAnisotropicKappa.tar.gz (6.6 KB, 14 views)
suroy2005 is offline   Reply With Quote

Old   August 10, 2020, 12:25
Default
  #7
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Some small description would be handsome.

What is the problem? Did you have a comparision with other versions? What is the expected result? ...

If I will investigate into that, I would prefer to have more information first.
__________________
Keep foaming,
Tobias Holzmann
Tobi is offline   Reply With Quote

Old   January 4, 2022, 10:21
Default
  #8
Member
 
Saurav Kumar
Join Date: Jul 2016
Posts: 80
Rep Power: 9
srv537 is on a distinguished road
Quote:
Originally Posted by Tobi View Post
Some small description would be handsome.

What is the problem? Did you have a comparision with other versions? What is the expected result? ...

If I will investigate into that, I would prefer to have more information first.
I am also facing problem in An-isotropic thermal conductivity case setup. I have considered a very simple case, Volumetric heat generation inside a small cube, which is placed in the air region. I started first case with same thermal conductivity in all the three direction and it should give uniform temperature on each 6 faces of the cube. But, Result shows non uniform temperature distribution on the faces, which is incorrect (Variation is negligible, it maybe computation error or case setup error). I have also attached Case setup and final result T plot. Please suggest something.

Case Link
https://drive.google.com/file/d/1WGC...ew?usp=sharing

https://www.dropbox.com/s/nq25yrmn3r..._Cube.zip?dl=0


Regards,
Saurav Kumar
Attached Images
File Type: png Cube.png (51.4 KB, 14 views)

Last edited by srv537; January 5, 2022 at 23:23.
srv537 is offline   Reply With Quote

Old   January 5, 2022, 04:42
Default
  #9
New Member
 
Join Date: Aug 2015
Posts: 10
Rep Power: 10
xerox is on a distinguished road
Hello Saurav,

unfortunately your case setup is missing from your post.
xerox is offline   Reply With Quote

Old   January 5, 2022, 08:55
Default
  #10
Member
 
Saurav Kumar
Join Date: Jul 2016
Posts: 80
Rep Power: 9
srv537 is on a distinguished road
Quote:
Originally Posted by xerox View Post
Hello Saurav,

unfortunately your case setup is missing from your post.
Hello Xerox,

Sorry for the inconvenience, I have added the case links. Please check and let me know my mistakes in case setup.

Regards,
Saurav Kumar
srv537 is offline   Reply With Quote

Old   March 5, 2021, 12:23
Default
  #11
New Member
 
Join Date: Aug 2015
Posts: 10
Rep Power: 10
xerox is on a distinguished road
Quote:
Originally Posted by suroy2005 View Post
chtMultiRegionFoam in OpenFoam-8 give incorrect results with anisotropic conductivity.
Case file attached

Most likely you missed the entry for anialpha in your T file, have a look at this:


thermal conductivity --> anisotropic material


With the added entry

Code:
alphaAni        Anialpha;
your example is working.
Tobi likes this.
xerox 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
heat transfer, multiple regions, chtMultiRegionFoam? Ohlzen-Wendy OpenFOAM Pre-Processing 13 February 8, 2022 07:17
Error in thermophysical properties (chtMultiRegionFoam) mukut OpenFOAM Pre-Processing 28 November 23, 2021 06:34
What does this error when use solver chtMultiRegionFoam mean sajad6 OpenFOAM Running, Solving & CFD 7 October 6, 2014 07:38
Custom boundary condition: unexpected behavior with chtMultiRegionFoam leroyv OpenFOAM Programming & Development 3 February 1, 2014 07:49
chtmultiregionFoam alvora OpenFOAM 9 February 23, 2011 03:06


All times are GMT -4. The time now is 07:37.