|
[Sponsors] |
[mesh manipulation] createPatch: dumped objects |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 18, 2016, 07:20 |
createPatch: dumped objects
|
#1 |
New Member
Join Date: Jan 2016
Posts: 7
Rep Power: 10 |
Hi,
I'm wondering why createPatches always makes *.obj files in the case directory. What are they worth for and can I avoid them to be created? Thanks in advance! |
|
April 18, 2016, 07:42 |
|
#2 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
Hi,
So far in my usage, I have not had createPatch dump out any *.obj files. Are you running your OF with any particular debug switches enabled? Cheers, Antimony |
|
April 18, 2016, 07:53 |
|
#3 |
New Member
Join Date: Jan 2016
Posts: 7
Rep Power: 10 |
Not that I know of. Where do you turn on this kind of switches?
EDIT: I forgot to mention: I'm using OF 2.3.1 Last edited by Perfectdark; April 18, 2016 at 10:50. |
|
April 18, 2016, 11:46 |
|
#4 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
Hi,
The only thing remotely relevant that I could find among the DebugSwitches was one called "obj". But I really have no idea either if that is the actual one. You could set it to zero in the controlDict, thereby providing an override and see if it solves your problem? Cheers, Antimony |
|
April 18, 2016, 11:57 |
|
#5 |
New Member
Join Date: Jan 2016
Posts: 7
Rep Power: 10 |
where can I turn it on or off, this switch?
Edit: found it, just trying... Edit2: makes no differnce whether turnd on or off. Last edited by Perfectdark; April 19, 2016 at 03:23. |
|
April 19, 2016, 07:51 |
|
#6 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
Hi,
Hmmm. Your problem is definitely something that I haven't encountered either in 2.1 or 2.3 or 2.4. Maybe it is a bug that is specific to 2.3.1? OF 2.3.0 that I used didn't have that issue. On a related note, what is the exact command that you use (with flags etc)? Cheers, Antimony |
|
April 19, 2016, 08:11 |
|
#7 |
New Member
Join Date: Jan 2016
Posts: 7
Rep Power: 10 |
I just run "createPatch -overwrite" with nothing else
|
|
April 20, 2016, 03:26 |
|
#8 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
hi,
Got it! Your patch is of type "cyclic" isn't it? If so, then it seems to be part of the createPatch process to write out .obj files. Look at the source code for createPatch and you will see what I mean (https://github.com/OpenFOAM/OpenFOAM.../createPatch.C) Hope this clarifies. Cheers, Antimony |
|
April 20, 2016, 04:20 |
|
#9 |
New Member
Join Date: Jan 2016
Posts: 7
Rep Power: 10 |
You're right, I just figured it out myself. But I didn't found out yet for what this is worth. My case runs also without them, so I'd say this is just some sort of additional output to analyse the interface.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiple Floating Objects with 6DoF in OF 2.3.0 | tyoung | OpenFOAM Running, Solving & CFD | 23 | June 11, 2024 02:13 |
Multiple floating objects using InterDyMFoam and sixDoFRigidBodyMotion solver | FloatingSolar | OpenFOAM Running, Solving & CFD | 4 | December 29, 2020 12:09 |
There is a bug in createPatch? | feno102 | OpenFOAM Pre-Processing | 6 | November 1, 2017 03:24 |
Update FOAM objects after new solver run | peterTr | OpenFOAM Programming & Development | 1 | May 11, 2017 17:26 |
createPatch Segmentation Fault (CORE DUMPED) | sam.ho | OpenFOAM Pre-Processing | 2 | April 21, 2014 03:01 |