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

regionProperties and Meshes

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 14, 2013, 16:44
Default regionProperties and Meshes
  #1
New Member
 
David
Join Date: Mar 2010
Location: Vancouver, Canada
Posts: 13
Rep Power: 16
PEM_GUY is on a distinguished road
I modified the regionProperties and created a new user file that has two lists:

transport1

and

transport2

I have a domain of three blocks: left, middle, and right

I want blocks left and middle to participate in "transport1" and blocks middle and right to participate in "transport2"

all of my test cases work right up to the point where I have the following:

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
transportoneRegionNames (left middle);
transporttwoRegionNames (middle right);
// ************************************************** *********************** //

it appears that an entry cannot be doubly defined in these lists.

My impression was always that because I make a mesh, splitMeshRegions, and then in the solver have createMesh for transportone and createMesh for transporttwo -- that I had two independent meshes.

I have tried this several ways - and the errors range from the solution not being written or the last error linked to the case above where "middle" does not have any transport properties retained for transporttwo.

Does anyone know if you can have multiple entries into these lists and if the chtMultiRegion example actually creates multiple meshes or just pointers to a single mesh?

Thanks!
PEM_GUY is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



All times are GMT -4. The time now is 23:52.