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

chtMultiRegionFoam

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 17, 2013, 07:39
Default chtMultiRegionFoam
  #1
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
whats the meaning of following syntax in chtMultiRegionFoam solvers

Code:
if (finalIter) //?
{
    mesh.data::add("finalIteration", true);
}
and then

Code:
if (finalIter)
{
    mesh.data::remove("finalIteration");
}
i found following description for those function:
add:
//- Add a new entry
// With the merge option, dictionaries are interwoven and
// primitive entries are overwritten
and
remove:
//- Remove an entry specified by keyword

but i can not understand their functionality and their role
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   October 3, 2019, 10:52
Default
  #2
Member
 
Fabien Robaux
Join Date: Oct 2016
Posts: 51
Rep Power: 9
frobaux is on a distinguished road
I am still wondering the exact same thing,


It's a pity you didn't get a answer back then!
frobaux is offline   Reply With Quote

Reply

Tags
chtmultiregionfoam

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in chtMultiRegionFoam kirankarki OpenFOAM 6 August 21, 2018 09:00
FOAM FATAL IO ERROR for chtMultiRegionFoam xiaoyoyo OpenFOAM Running, Solving & CFD 0 May 8, 2012 17:49
Embed explicitSetValue in chtMultiRegionFoam samiam1000 OpenFOAM 2 April 18, 2012 06:14
Multiregion Heat Transfer + natural convection (water) with chtMultiRegionFoam fattychickenrun OpenFOAM 5 October 31, 2011 17:53
chtmultiregionFoam alvora OpenFOAM 9 February 23, 2011 04:06


All times are GMT -4. The time now is 03:44.