|
[Sponsors] |
March 22, 2019, 05:47 |
chtMultiRegionFoam
|
#1 |
New Member
bharadwaz
Join Date: Nov 2018
Location: India
Posts: 19
Rep Power: 8 |
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 |
|
March 26, 2019, 06:36 |
|
#2 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
To make a clear statement, you should provide more information -> How to give enough info to get help
__________________
Keep foaming, Tobias Holzmann |
|
March 28, 2019, 14:36 |
|
#3 |
New Member
bharadwaz
Join Date: Nov 2018
Location: India
Posts: 19
Rep Power: 8 |
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; } } Thanks in advance Last edited by Tobi; March 29, 2019 at 08:44. |
|
April 17, 2019, 11:08 |
|
#4 |
Member
Niu
Join Date: Apr 2014
Posts: 55
Rep Power: 12 |
Hi bharadwaz,
How did you solve your issue? Thanks! |
|
April 17, 2019, 13:03 |
|
#5 |
New Member
bharadwaz
Join Date: Nov 2018
Location: India
Posts: 19
Rep Power: 8 |
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 |
|
August 7, 2020, 20:10 |
anisotropic kappa
|
#6 |
New Member
Subhransu Roy
Join Date: Jul 2014
Posts: 1
Rep Power: 0 |
chtMultiRegionFoam in OpenFoam-8 give incorrect results with anisotropic conductivity.
Case file attached |
|
August 10, 2020, 13:25 |
|
#7 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
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 |
|
March 5, 2021, 13:23 |
|
#8 | |
New Member
Join Date: Aug 2015
Posts: 10
Rep Power: 11 |
Quote:
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; |
||
January 4, 2022, 11:21 |
|
#9 | |
Member
Saurav Kumar
Join Date: Jul 2016
Posts: 80
Rep Power: 10 |
Quote:
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 Last edited by srv537; January 6, 2022 at 00:23. |
||
January 5, 2022, 05:42 |
|
#10 |
New Member
Join Date: Aug 2015
Posts: 10
Rep Power: 11 |
Hello Saurav,
unfortunately your case setup is missing from your post. |
|
January 5, 2022, 09:55 |
|
#11 |
Member
Saurav Kumar
Join Date: Jul 2016
Posts: 80
Rep Power: 10 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
heat transfer, multiple regions, chtMultiRegionFoam? | Ohlzen-Wendy | OpenFOAM Pre-Processing | 13 | February 8, 2022 08:17 |
Error in thermophysical properties (chtMultiRegionFoam) | mukut | OpenFOAM Pre-Processing | 28 | November 23, 2021 07:34 |
What does this error when use solver chtMultiRegionFoam mean | sajad6 | OpenFOAM Running, Solving & CFD | 7 | October 6, 2014 08:38 |
Custom boundary condition: unexpected behavior with chtMultiRegionFoam | leroyv | OpenFOAM Programming & Development | 3 | February 1, 2014 08:49 |
chtmultiregionFoam | alvora | OpenFOAM | 9 | February 23, 2011 04:06 |