|
[Sponsors] |
October 6, 2015, 06:44 |
refineWallLayer - error
|
#1 |
New Member
Dominik
Join Date: Oct 2015
Location: Stuttgart
Posts: 8
Rep Power: 11 |
Hey Guys!
I want to refine my Mesh near the patch "cylinder". When I type in the following command Code:
refineWallLayer -overwrite cylinder 0.3 Code:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create polyMesh for time = 0 --> FOAM FATAL IO ERROR: incorrect first token, expected <int> or '(', found on line 0 the word 'cylinder' file: IStringStream.sourceFile at line 0. From function operator>>(Istream&, List<T>&) in file /home/openfoam/OpenFOAM/OpenFOAM-2.4.0/src/OpenFOAM/lnInclude/ListIO.C at line 149. FOAM exiting Kind Regards! |
|
October 7, 2015, 05:48 |
|
#2 |
Senior Member
|
Hi, the correct syntax would be:
Code:
refineWallLayer -overwrite '(cylinder)' 0.3 Regards, Tom |
|
October 7, 2015, 08:13 |
|
#3 |
New Member
Dominik
Join Date: Oct 2015
Location: Stuttgart
Posts: 8
Rep Power: 11 |
Worked well! Thanks
|
|
December 1, 2019, 08:17 |
|
#4 |
Senior Member
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 17 |
Hello All,
I just stated to use the refineWallLayer utility, this worked for me too also. But just wondering what is the suffix, 0.5 ? Could I use any other number like, 0.7, 0.9 etc? Particularly what is the significance of this number. It will be a great help if you could explain this. Thanks a lot ! |
|
Tags |
refinewalllayer |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] compile error in dynamicMesh and thermophysicalModels libraries | NickG | OpenFOAM Installation | 3 | December 30, 2019 01:21 |
[blockMesh] blockMesh with double grading. | spwater | OpenFOAM Meshing & Mesh Conversion | 92 | January 12, 2019 10:00 |
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh | gschaider | OpenFOAM Community Contributions | 300 | October 29, 2014 19:00 |
OpenFOAM without MPI | kokizzu | OpenFOAM Installation | 4 | May 26, 2014 10:17 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |