|
[Sponsors] |
Problem with adding the baffles to the the boundary patches made by createpatch |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 6, 2020, 16:34 |
Problem with adding the baffles to the the boundary patches made by createpatch
|
#1 |
Member
Join Date: Jun 2020
Posts: 37
Rep Power: 6 |
Hello
I have made three baffles (by createBafflesDict) and 17 patches (using createPatchDict). Each utility works well independently but i need that the result of one utility to be added to the result of the other utility in boundary file i.e. to have 20 boundaries after running both utilities. I have no idea about how to do it. Any advise would be helpful Best Regards |
|
November 10, 2020, 10:16 |
|
#2 |
Senior Member
|
Hi,
I gues you can use the -overwrite option when running these utilities? Best Regards, Tom |
|
November 10, 2020, 17:57 |
|
#3 |
Member
Join Date: Jun 2020
Posts: 37
Rep Power: 6 |
Thank you very much Tom,
I did not find any examples on how to disable overwriting. Could you please explain a bit more about it? Regards |
|
November 11, 2020, 11:02 |
|
#4 |
Member
Join Date: Jun 2020
Posts: 37
Rep Power: 6 |
||
November 12, 2020, 06:13 |
|
#5 |
Senior Member
|
Hi,
I meant that you should make sure you will overwrite your current mesh and not make a new mesh in a new time step, which is usually the default behavior. I would expect this to work: Code:
cd <caseFolder> createBaffles -overwrite createPatch -overwrite |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] decomposePar ignores some boundary patches | Kalabagh | OpenFOAM Meshing & Mesh Conversion | 6 | January 22, 2020 15:50 |
SimpleFoam & Theater | jipai | OpenFOAM Running, Solving & CFD | 3 | June 18, 2019 11:11 |
Question about adaptive timestepping | Guille1811 | CFX | 25 | November 12, 2017 18:38 |
problem of four patches set to cyclic boundary | bryant_k | OpenFOAM | 9 | September 22, 2013 13:42 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |