|
[Sponsors] |
[swak4Foam] how to use funkySetFields function in muliregion case |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 26, 2013, 06:12 |
how to use funkySetFields function in muliregion case
|
#1 |
New Member
kob
Join Date: Nov 2011
Posts: 28
Rep Power: 15 |
Hello everyone
I want to use funkySetFields function to set the initial nonuniform field in multiregion case.The solver that I am useing is chtMultiregionFoam and the case is modified according to the tutorials name multiRegionHeater.I know how to use funkySetFields in a case which have a singal region. With the command: Code:
funkySetFields -time 0 But in a multiregion case I can not make it work.I know that the foamToTecplot have the function for multiregion.So I try the command according to that: Code:
funkySetFields -region heater -time 0 Code:
funkySetFields -time 0 -region heater Can you tell me how can I use this funciton in multiregion case? Thank you very much! regards! bryant_K |
|
April 26, 2013, 06:28 |
|
#2 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
I've used it in the past with -region and it worked. But I think that was in "command line"-mode. You're using a dictionary, right? Try specifying an entry "region heater;" there. I must check the source but it is possible that in dictionary mode the -region-option is ignored
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
April 27, 2013, 06:41 |
|
#3 |
New Member
kob
Join Date: Nov 2011
Posts: 28
Rep Power: 15 |
Thank you for your reply.
I have put the file name funkySetFieldsDict into folder both "system" and "system/heater". Then I run the command Code:
funkySetFields -region heater -time 0 Code:
can not open file:../../multiRegionHeater/system/heater/funkySetFieldsDict.heater at line 0..... Code:
funkySetFields -time 0 But it just changed the file in folder "0" rather "0/heater". Then I add entry in the file funkySetFieldsDict: Code:
expressions ( Q1 { field Q; expression "..."; condition "..." region heater' } ) Can you tell how to add the entry and how can I get fields I want? Thank you very much! bryant_k |
|
April 28, 2013, 17:54 |
|
#4 | ||
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|||
April 11, 2016, 00:01 |
|
#5 |
Member
Saurabh Tandon
Join Date: Nov 2015
Location: Austin
Posts: 43
Rep Power: 11 |
Hi
Thank you for your post and your documentation. I am trying to use funkySetFields for setting heterogeneous values of fields in different cell zones. I have already created 2 separate cell zones and I use the following commands in my funkySetFieldsDict file: setDT { field DT; keepPatches true; expression "2e-09"; zone PoreWater; } setTb { field Tb; keepPatches true; expression "2"; zone PoreWater; } My problem is that funkeSetFields changes the values of DT, Tb fields in the whole domain and not just in the zone PoreWater. Please let me know what am I doing wrongly. Thank you. Saurabh |
|
April 16, 2016, 13:05 |
|
#6 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quote:
__________________
|
||
April 16, 2016, 21:46 |
|
#7 |
Member
Saurabh Tandon
Join Date: Nov 2015
Location: Austin
Posts: 43
Rep Power: 11 |
Hi
Thank you for your reply. I am using the command funkySetFields -time 0. My funkySetFields file is in system directory. I believe that I am using the command right but the value in the entire domain is changed not just in the defined cell. Thank you. Saurabh |
|
April 17, 2016, 15:22 |
|
#8 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quick answer: Then if you want the correct region to be affected, then you need to:
|
|
April 17, 2016, 15:47 |
|
#9 |
Member
Saurabh Tandon
Join Date: Nov 2015
Location: Austin
Posts: 43
Rep Power: 11 |
Hi Bruno
Thank you for your suggestion . But I am not running split mesh during preprocessing. I have regions divided (using toposet) into separate cells with names like pore water, bound water, hydrocarbon etc. I use createBaffles to divide the mesh into separate regions. I set Boundary conditions on the 2 generated boundaries. Now I want to set different (hetrogeneous) properties in these different cells. There is only one system folder . Please let me know if running splitmesh is necessary for me to properly define these different phases. I am not doing that for now . Thanks again for your feedback. It has been very helpful. P.S. I have attached is a simplified .msh that I use. Please unzip and open it with gmsh if you would like a better visualization of my problem. Thanks again. Saurabh |
|
April 17, 2016, 16:04 |
|
#10 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Quick answer: Sorry, I read the other post too fast
You should use something like this: Code:
setTb { field p_rgh; keepPatches true; expression "3"; condition "zone(porosity)"; } edit: And you forgot to attach. Either way, I tested with the tutorial case "multiphase/interFoam/ras/angledDuct" Last edited by wyldckat; April 17, 2016 at 16:06. Reason: see "edit:" |
|
May 1, 2016, 22:38 |
|
#11 |
Member
Saurabh Tandon
Join Date: Nov 2015
Location: Austin
Posts: 43
Rep Power: 11 |
Hi Bruno
Thank you for all the help and your advice. I have used set fields for simulation of my case. Thanks again for the help. I have another question pertaining to the same problem. I am using groovyBC in my simulations. This is what my code looks like. boundaryField { PoreWall { type groovyBCDirection; value uniform (0 0 0); valueExpression "vector (0, 0, Minf)"; gradientExpression "vector(0,0,0)"; fractionExpression "symmTensor(1/(1+D/(rho2*mag(delta()))),0,0,1/(1+D/(rho2*mag(delta()))),0,1/(1+D/(rho1*mag(delta()))))"; evaluateDuringConstruction 0; variables 4 ( "D=3e-09;" "rho2=10e-06;" "rho1=10e-06;" "Minf=4.2e-07;" ) ; } } but I would like to change the values of rho2, rho1 and Minf based on the set type in the mesh. For example: if (set_of_face) == set1 Minf = 4.2; else Minf = 2.2; Is it possible to set type non uniform values in the groovyBCset. I really appreciate all the help that you have given and all the help. Saurabh |
|
May 2, 2016, 15:42 |
|
#12 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
August 1, 2016, 05:40 |
|
#13 | |
Member
Join Date: Oct 2015
Location: montreal- canada
Posts: 46
Rep Power: 11 |
Quote:
u should probably change funkySetFieldsDict name with funkySetFieldsDict.heater after u put funkySetFieldsDict in heater folder in system folder (ADD dot heater)= .heater then run funkySetFields -time 0 -region heater |
||
April 21, 2020, 06:47 |
funkySetFields
|
#14 |
New Member
Muyiwa
Join Date: Feb 2020
Posts: 12
Rep Power: 6 |
Hello Foamers
Please show me how to use funkySetFields to create an undulating initial field for alpha.water in the damBreak tutorial. I want to use undulating surface instead of the boxToCell used in the setFields of the tutorial. |
|
January 27, 2021, 05:10 |
|
#15 |
Member
ESI
Join Date: Sep 2017
Posts: 49
Rep Power: 9 |
do you have success with funkySetFields? If you did it. could you share with me how to do it?
|
|
October 15, 2021, 03:50 |
|
#16 | |
Senior Member
harshawardhank
Join Date: Mar 2014
Posts: 209
Rep Power: 13 |
Quote:
I want to set dam tilted at an angle of 50 degree |
||
Tags |
funkysetfields |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] mesh airfoil NACA0012 | anand_30 | OpenFOAM Meshing & Mesh Conversion | 13 | March 7, 2022 18:22 |
foamToTecplot360 | thomasduerr | OpenFOAM Post-Processing | 121 | June 11, 2021 11:05 |
[blockMesh] non-orthogonal faces and incorrect orientation? | nennbs | OpenFOAM Meshing & Mesh Conversion | 7 | April 17, 2013 06:42 |
ParaView for OF-1.6-ext | Chrisi1984 | OpenFOAM Installation | 0 | December 31, 2010 07:42 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |