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

ChangeDictionaryDict in chtMultiRegionSimpleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 6, 2017, 09:24
Default ChangeDictionaryDict in chtMultiRegionSimpleFoam
  #1
New Member
 
Dmitry Koltashev
Join Date: Feb 2017
Posts: 5
Rep Power: 9
toro-boro is on a distinguished road
Hi, I am a beginner in OpenFoam modelling, so I have a simple question about boundary conditions.
As I know in chtMultiRegionSimpleFoam we can define boundary conditions for U,p,T etc in an each region with ChangeDictionaryDict files.
But we should use files "U","p","T" in "0" folder, like in tutorial "heatTransfer\chtMultiRegionFoam\multiRegionHeater "
And there are boundary fields in these files, what is the sense of in? Is it different conditions? Or maybe it's default conditions for all regions, that are replaced after reading ChangeDictionaryDict

Thank you very much!


Details from tutorial:

"U" file in "0" folder
Quote:
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0.01 0 0);

boundaryField
{
".*"
{
type calculated;
value uniform (0.01 0 0);
}
}
U bounary conditions from system/bottomWater/changeDictionaryDict

Quote:
U
{
internalField uniform (0.001 0 0);

boundaryField
{
minX
{
type fixedValue;
value uniform (0.001 0 0);
}

maxX
{
type inletOutlet;
inletValue uniform (0 0 0);
}

".*"
{
type fixedValue;
value uniform (0 0 0);
}
}
}
toro-boro is offline   Reply With Quote

Reply

Tags
boundaries condition, chtmultiregionsimplefoam


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
changeDictionaryDict post-processing wall>patch kingjewel1 OpenFOAM Post-Processing 0 March 16, 2016 07:27
Introducing changeDictionaryDict and topoSetDict files in chtMultiRegionFoam fracasce OpenFOAM Pre-Processing 8 October 28, 2015 04:25
Setting changeDictionaryDict for a two-solid metal piece Asghari_M OpenFOAM Running, Solving & CFD 0 March 31, 2015 10:23
changeDictionaryDict, adjust BC in processorX folders? gelbebanane OpenFOAM Pre-Processing 2 February 10, 2014 05:53
inlet, outlet b.c in changeDictionaryDict Manula Main CFD Forum 0 December 23, 2013 10:10


All times are GMT -4. The time now is 17:14.