|
[Sponsors] |
June 12, 2013, 06:18 |
setSet in openfoam ver 2.2x
|
#1 |
Member
reza
Join Date: Jan 2013
Location: Goteborg-Sweden
Posts: 79
Rep Power: 13 |
Hi
I want to use setSet in openfoam ver 2.2x but it says setSet: command not found Any body has idea ? Thanks |
|
June 12, 2013, 14:33 |
|
#2 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
setSet was replaced with topoSet and works via the topoSetDict.
|
|
June 13, 2013, 03:55 |
|
#3 |
Member
Daniel Pielmeier
Join Date: Apr 2012
Posts: 99
Rep Power: 14 |
||
June 13, 2013, 13:14 |
|
#4 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
It seems I was mistaken. Apologies for that. topoSet is (in my opinion) a superior tool.
|
|
June 13, 2013, 13:33 |
|
#5 |
Member
reza
Join Date: Jan 2013
Location: Goteborg-Sweden
Posts: 79
Rep Power: 13 |
Do you know about the corresponding dicttionary(ies) to run setSet Or topoSet for MRFSimpleFoam (ver 2.1x or 2.2)?
|
|
June 13, 2013, 13:36 |
|
#6 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
setSet is run in an interactive command line interface. A sample topoSetDict can be found in the $FOAM_UTILITIES/mesh/manipulation/topoSet directory. It shows examples of all possible operations and shows a specific example of creating sets.
|
|
June 13, 2013, 13:40 |
|
#7 |
Member
reza
Join Date: Jan 2013
Location: Goteborg-Sweden
Posts: 79
Rep Power: 13 |
Marco
I want to run MRFSimpleFoam (ver2.1x or 2.2) for a propeller(MRF sliding mesh) but I coudnt find the dictionaries in this regard. Tutorial is corresponding to mixer2D. Do you have any comment or source? |
|
June 13, 2013, 13:41 |
|
#8 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
Its not an MRF case, but the propeller case in $FOAM_TUTORIALS/incompressible/pimpleDyMFoam does a lot of pre-processing that may be similar to what you want.
|
|
June 13, 2013, 13:44 |
|
#9 |
Member
reza
Join Date: Jan 2013
Location: Goteborg-Sweden
Posts: 79
Rep Power: 13 |
Yes,I did AMI implementation already but I have no example to run MRF for 2.1x or 2.2 .I dont think that the toposet dic can be used as general and it must be specific for each case.
|
|
June 13, 2013, 14:07 |
|
#10 | |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
Quote:
If you look at enough cases, you can figure out what you need to do for yours as even though it won't be exactly the same, you may be able to use some of what they do. |
||
June 13, 2013, 17:16 |
|
#11 |
Member
reza
Join Date: Jan 2013
Location: Goteborg-Sweden
Posts: 79
Rep Power: 13 |
Would you please inform me to create the cellzones in MRF It is possible to use 'topoSet -dict system/createAMIFaces.topoSetDict' regarding to define the inner and outter domain as the AMI zones.
|
|
June 13, 2013, 18:49 |
|
#12 | |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
Quote:
I can't really give much other guidance without knowing the type of geometry you want to do. Last edited by mturcios777; June 13, 2013 at 19:57. Reason: topoSet does have a cylinderToCell source. |
||
June 13, 2013, 19:52 |
|
#13 |
Member
reza
Join Date: Jan 2013
Location: Goteborg-Sweden
Posts: 79
Rep Power: 13 |
sphere?!
3D |
|
June 13, 2013, 19:58 |
|
#14 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
Sorry, I made a correction to my post above. What geometry do you want to simulate in MRF?
|
|
June 13, 2013, 20:24 |
|
#15 |
Member
reza
Join Date: Jan 2013
Location: Goteborg-Sweden
Posts: 79
Rep Power: 13 |
My case is a 3D propeller that is created by pointwise. I made AMI but I have a problem to implement through AMI dur to the tutorial is not related to a propeller(mixer2d) except AMI that it is a propeller case. I need the set up appropriate with my propeller
|
|
June 14, 2013, 07:03 |
|
#16 |
Member
reza
Join Date: Jan 2013
Location: Goteborg-Sweden
Posts: 79
Rep Power: 13 |
I did toposet.AMI.create Dic to setup the MRFcells but after load MRFSimpleFoam I faced this error corresponding MRFZones:
--> FOAM FATAL IO ERROR: wrong token type - expected word, found on line 25 the punctuation token '(' file: /beda/users/home/rezame/OpenFoam/MRF_2.1X/constant/MRFZones:rigin at line 25. From function operator>>(Istream&, word&) in file primitives/strings/word/wordIO.C at line 74. my MRFZones is like below and it seems Ok. // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 1 ( rotor { // Fixed patches (by default they 'move' with the MRF zone) nonRotatingPatches (); origin (0 0 0); axis (0 0 1); omega constant 15.7; } ) // ************************************************** *********************** // |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM - Validation of Results | Ahmed | OpenFOAM Running, Solving & CFD | 10 | May 13, 2018 19:28 |
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 3 | September 8, 2010 07:25 |
Problem installing OpenFOAM 1.5 installation on RHEL 4. | vwsj84 | OpenFOAM Installation | 4 | April 23, 2009 05:48 |
2009 OpenFOAM Summer School in Zagreb, Croatia | hjasak | OpenFOAM Announcements from Other Sources | 0 | March 27, 2009 13:08 |
Inlet BC OpenFOAM 12 | ghanshyam | OpenFOAM Running, Solving & CFD | 7 | August 30, 2005 08:44 |