|
[Sponsors] |
June 5, 2015, 04:09 |
kappaLayers is not loaded
|
#1 |
New Member
Join Date: May 2015
Location: Barcelona
Posts: 24
Rep Power: 11 |
Hello,
I'm working on a thermal model using chtMultiRegionsSimpleFoam. Between two regions, the model has a turbulentTemperatureCoupleBaffleMixed with this definition: { type compressible::turbulentTemperatureCoupleBaffleMixe d; Tnbr T; kappa fluidThermo; kappaName none; thicknessLayers (1e-4); kappaLayers (1.38); value uniform 300; } The problem is, when the simulations has been carried out, the final T file has a error in the kappaLayers and thicknessLayers because both have the same value: thicknessLayers (1e-4); kappaLayers (1e-4); could someone help me? do you the solution? Thanks.Greetings |
|
June 5, 2015, 05:27 |
kappaLayers is not loaded: solved
|
#2 |
New Member
Join Date: May 2015
Location: Barcelona
Posts: 24
Rep Power: 11 |
I have found the solution.
There is a error in the turbolentTemperatureCoupledBaffleMixed.C. In my file, in the line 282 and 283: thicknessLayers_.writeEntry("thicknessLayers". os); thicknessLayers_.writeEntry("kappaLayers". os); OpenFoam only loads thicknessLayers....... I have changed: thicknessLayers_.writeEntry("thicknessLayers". os); kappaLayers_.writeEntry("kappaLayers". os); and it works correctly. greetings |
|
Tags |
openfoam, thermal baffles |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[mesh manipulation] Mesh Refinement | Luiz Eduardo Bittencourt Sampaio (Sampaio) | OpenFOAM Meshing & Mesh Conversion | 42 | January 8, 2017 13:55 |
nonuniform body force loaded from a text file | Farshad_Noravesh | OpenFOAM Running, Solving & CFD | 3 | March 26, 2016 06:20 |
How to simulate a dynamically loaded journal bearing with Fluent? | okiro | FLUENT | 0 | April 7, 2010 22:16 |
OpenFOAM14 for Mac OSX Darwin 104 | gschaider | OpenFOAM Installation | 118 | July 20, 2008 06:19 |
Module can not be loaded | Kate | Main CFD Forum | 0 | May 7, 2008 11:33 |