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

[snappyHexMesh] patch-connection with type cyclic in sHM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 12, 2024, 09:38
Question patch-connection with type cyclic in sHM
  #1
New Member
 
Sebastian Thaler
Join Date: Mar 2024
Posts: 3
Rep Power: 2
sebastian_t is on a distinguished road
Hey,

i am trying to connect 4 patches of my geometry pairwise with the cyclic condition. I get the following Error:

Code:
--> FOAM FATAL IO ERROR: 
[0] keyword separation is undefined in dictionary "/scratch/workdir/projekt_marius/Template_PressureDrop/system/snappyHexMeshDict/castellatedMeshControls/refinementSurfaces/total_domain/regions/coolant_cut_right_upper/patchInfo"
[0] 
[0] file: /scratch/workdir/projekt_marius/Template_PressureDrop/system/snappyHexMeshDict/castellatedMeshControls/refinementSurfaces/total_domain/regions/coolant_cut_right_upper/patchInfo from line 298 to line 0.
[1] keyword separation is undefined in dictionary "IOstream/castellatedMeshControls/refinementSurfaces/total_domain/regions/coolant_cut_right_upper/patchInfo"
[1] 
[1] file: IOstream/castellatedMeshControls/refinementSurfaces/total_domain/regions/coolant_cut_right_upper/patchInfo from line 0 to line 0.[0] 
[0]     From function T Foam::dictionary::lookup(const Foam::word&, bool, bool) const [with T = Foam::Vector<double>]
[0]     in file /home/ubuntu/OpenFOAM/OpenFOAM-11/src/OpenFOAM/lnInclude/dictionaryTemplates.C at line 75
[1] 
[1]     From function T Foam::dictionary::lookup(const Foam::word&, bool, bool) const [with T = Foam::Vector<double>]
[1]     in file /home/ubuntu/OpenFOAM/OpenFOAM-11/src/OpenFOAM/lnInclude/dictionaryTemplates.C at line 75.
[1] 
FOAM parallel run exiting
more information about the case:

- the 4 patches are each on a different region. All of those regions will be later merged.
- the meshing is done in parallel, at the moment on 2 cores.
- the case is a CHT case (i have read something about Temperature coupling does not work with cyclic?!?)
- the snappyHexMeshDict/castellatedMeshControls/refinementSurfaces/total_domain/regions looks like that
Code:
  coolant_cut_left_upper
                {
                    level (0 0);
                    patchInfo
                    {
                        type cyclic;
                        neighbourPatch coolant_cut_left_lower;
                        transform translational;
                        matchTolerance 0.1;
                    }
                }
                 coolant_cut_left_lower
                {
                    level (0 0);
                    patchInfo
                    {
                        type cyclic;
                        neighbourPatch coolant_cut_left_upper;
                        transform translational;
                        matchTolerance 0.1;
                    }
                }
                 coolant_cut_right_upper
                {
                    level (0 0);
                    patchInfo
                    {
                        type cyclic;
                        neighbourPatch coolant_cut_right_lower;
                        transform translational;
                        matchTolerance 0.1;
                    }
                }
                 coolant_cut_right_lower
                {
                    level (0 0);
                    patchInfo
                    {
                        type cyclic;
                        neighbourPatch coolant_cut_right_upper;
                        transform translational;
                        matchTolerance 0.1;
                    }
                }
I have not used cyclic before. I dont know wheter its the right tool or something like the BC mappedValue would work better. Help is much appreciated.
Have a nice weekend!
sebastian_t 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
Multiphase euler foam problem with velocity vector enthusiast OpenFOAM Running, Solving & CFD 1 January 20, 2023 03:54
Problem with cyclic boundaries in Openfoam 1.5 fs82 OpenFOAM 36 January 7, 2015 00:31
[GAMBIT] periodic faces not matching Aadhavan ANSYS Meshing & Geometry 6 August 31, 2013 11:25
Cyclic Boundary Condition Luiz Eduardo Bittencourt Sampaio (Sampaio) OpenFOAM Running, Solving & CFD 36 July 2, 2012 12:23
[blockMesh] Cyclic BC's: Possible face ordering problem? (Channel flow) sega OpenFOAM Meshing & Mesh Conversion 3 September 28, 2010 12:46


All times are GMT -4. The time now is 06:42.