|
[Sponsors] |
December 15, 2020, 21:00 |
topoSetDict error (for overtopping)
|
#1 |
New Member
deoga Lee
Join Date: Dec 2020
Posts: 2
Rep Power: 0 |
Hello all,
I am a new user of openFoam and I try to construct overtopping problems. I have to set face zone with topoSetDict but I get the error: -------------------------------------------------------------------------------------- ---> FOAM FATAL IO ERROR: Entry 'faceSet' not found in dictionary "/scratch/e1252a02/051-075/057/system/topoSetDict.actions.sourceInfo" file: /scratch/e1252a02/051-075/057/system/topoSetDict.actions.sourceInfo From function bool Foam::dictionary::readEntry(const Foam::word &, T &, Foam::keyType:ption, bool) const [with T = Foam::word] in file /apps/applications/OpenFOAM/v1920/intel/18.0.3/impi/18.0.3/x86-skylake/OpenFOAM/OpenFOAM-v1912/src/OpenFOAM/lnInclude/dictionaryTemplates.C at line 334. -------------------------------------------------------------------------------------- with this error, overtoppingfaceSet(result file) was made in /constant/polyMesh/sets/ but overtopping(other result file) was not made. I think it has problem in step 'faceZoneSet'. I have included the topoSetDict file, could some please help me? PHP Code:
|
|
January 14, 2021, 23:58 |
missing bracket
|
#2 |
New Member
Ethan
Join Date: Feb 2019
Location: Australia
Posts: 5
Rep Power: 7 |
Hi Deoga,
I think you just missed one bracket "}" at the end of the overtopping segment in your topoSetDict. Code:
{ name overtopping; type faceZoneSet; action new; source setToFaceZone; sourceInfo { set overtoppingfaceSet; } } Regards, Ethan |
|
August 21, 2022, 07:24 |
it's faceSet overtoppingfaceSet; not set overtoppingfaceSet;
|
#3 | |
New Member
Join Date: May 2022
Posts: 29
Rep Power: 4 |
It's faceSet overtoppingfaceSet; not set overtoppingfaceSet;
Quote:
Cheers, |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating an Angled, Smooth Wall with topoSetDict | JakeAC | OpenFOAM Pre-Processing | 1 | July 25, 2020 22:37 |
topoSetDict | samiam1000 | OpenFOAM | 5 | July 23, 2019 12:45 |
The sampled data is not restricted to the defined zone in topoSetDict | jiaodanuma | OpenFOAM Post-Processing | 1 | August 14, 2018 08:25 |
topoSetDict error | JohnJohn8 | OpenFOAM Pre-Processing | 1 | August 3, 2016 06:20 |
Introducing changeDictionaryDict and topoSetDict files in chtMultiRegionFoam | fracasce | OpenFOAM Pre-Processing | 8 | October 28, 2015 05:25 |