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

Error with topoSetDict

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2021, 03:42
Default Error with topoSetDict
  #1
New Member
 
Isar Charmchi
Join Date: Aug 2021
Posts: 18
Rep Power: 4
Isar.charmchi is on a distinguished road
I want to define my AMI zones and write the following dictionary.



actions
(

{
name AMI;
type faceSet;
action new;
source patchToFace;
sourceInfo
{
name MRFstatorbot;
}
}

{
name AMI;
type faceSet;
action add;
source patchToFace;
sourceInfo
{
name MRFstatortop;
}
}

{
name AMI;
type faceSet;
action add;
source patchToFace;
sourceInfo
{
name MRFstatorcyl;
}
}
{
name AMI;
type faceSet;
action add;
source patchToFace;
sourceInfo
{
name MRFrotorcyl;
}
}
{
name AMI;
type faceSet;
action add;
source patchToFace;
sourceInfo
{
name MRFrotorbot;
}
}
{
name AMI;
type faceSet;
action add;
source patchToFace;
sourceInfo
{
name MRFrotortop;
}
}

);

// ************************************************** *********************** //



However I receive following error:


--> FOAM IOWarning :
Found [v1806] 'name' entry instead of 'patch' in dictionary "sourceInfo"

This keyword is 36 months old.


Can somebody help me to solve it?
Thank you.
Isar.charmchi is offline   Reply With Quote

Old   August 25, 2021, 09:22
Default
  #2
Member
 
Ashutosh
Join Date: Jul 2021
Location: India
Posts: 75
Rep Power: 4
night-hawk is on a distinguished road
This is not error, this is just warning , you can continue with that. If you want to remove it , replace


sourceInfo
{
name <Your patch>;
}


with


sourceInfo

{
patch <Your patch>;
}




Everywhere in topoSetDict.
night-hawk is offline   Reply With Quote

Reply


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
topoSetDict error (for overtopping) deoga OpenFOAM Pre-Processing 2 August 21, 2022 06:24
Creating an Angled, Smooth Wall with topoSetDict JakeAC OpenFOAM Pre-Processing 1 July 25, 2020 21:37
Issue with topoSetDict file MarineAiry OpenFOAM Running, Solving & CFD 2 September 4, 2019 13:13
topoSetDict samiam1000 OpenFOAM 5 July 23, 2019 11:45
Problem in topoSetDict (Unique Error) Raza Javed OpenFOAM Running, Solving & CFD 3 May 4, 2019 02:34


All times are GMT -4. The time now is 11:26.