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

#includeEtc "caseDicts/setConstraintTypes"

Register Blogs Community New Posts Updated Threads Search

Like Tree26Likes
  • 3 Post By lsb1292
  • 23 Post By Bloerb

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 21, 2017, 02:37
Default #includeEtc "caseDicts/setConstraintTypes"
  #1
New Member
 
Sungbae Lee
Join Date: Oct 2017
Posts: 25
Rep Power: 8
lsb1292 is on a distinguished road
Hello guys,

#includeEtc "caseDicts/setConstraintTypes"

what circumstance do we use this?
lsb1292 is offline   Reply With Quote

Old   December 31, 2017, 06:36
Default
  #2
New Member
 
Join Date: Apr 2017
Posts: 10
Rep Power: 9
christoph45 is on a distinguished road
have you found out yet?

I'm doing the "simpleRotor" tutorial for overset meshes of OF1706.

all files in /0 have this entry in it:

#includeEtc "caseDicts/setConstraintTypes"

In Paraview I get the error:
0/U: Unsupported directive includeEtc
christoph45 is offline   Reply With Quote

Old   December 31, 2017, 11:38
Default
  #3
Senior Member
 
Join Date: Sep 2013
Posts: 353
Rep Power: 20
Bloerb will become famous soon enough
includeEtc is an include command for the folder OpenFOAM/OpenFOAM-v1706/etc (well it depends on your OF Version)
In Your case
Code:
#includeEtc "caseDicts/setConstraintTypes"
includes OpenFOAM/OpenFOAM-v1706/etc/caseDicts/setConstraintTypes which is a file with the following content:
Code:
cyclic
{
    type  cyclic;
}

cyclicAMI
{
    type  cyclicAMI;
}

cyclicACMI
{
    type  cyclicACMI;
    value $internalField;
}

cyclicSlip
{
    type  cyclicSlip;
}

empty
{
    type  empty;
}

nonuniformTransformCyclic
{
    type  nonuniformTransformCyclic;
}

processor
{
    type  processor;
    value $internalField;
}

processorCyclic
{
    type  processorCyclic;
    value $internalField;
}

symmetryPlane
{
    type  symmetryPlane;
}

symmetry
{
    type  symmetry;
}

wedge
{
    type  wedge;
}

overset
{
    type  overset;
}
You can copy this file into your boundary condition instead. This gives all boundaries with the name empty the type empty. If your boundary is named frontAndBack for example this won't do nothing. Paraview will complain since it does not know this command. This can simply be ignored, or you copy the needed ones into your file. It is simply used to shorten the boundary files a bit.
dokeun, Nolwenn, mechy and 20 others like this.
Bloerb 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
postProcess: Run-time data processing for multiRegion case student666 OpenFOAM Post-Processing 7 May 9, 2017 18:54
floating point exception (core dumped) Juzzvy OpenFOAM Running, Solving & CFD 2 May 5, 2017 15:04
How to run DTCHull guzman OpenFOAM Running, Solving & CFD 5 September 30, 2016 05:31


All times are GMT -4. The time now is 08:58.