CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Phoenics

WIND Function in PHOENICS

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 22, 2014, 21:19
Default WIND Function in PHOENICS
  #1
New Member
 
Join Date: Jul 2014
Posts: 6
Rep Power: 11
poonkm is on a distinguished road
I am simulating an AVA study which need to consider totally 8 prevailing wind directions. However, in the same model, with only changing the domain face and wind properties (velocity & direction), I found that 6 directions are converged but the remaining 2 are diverging (in fact, these 2 are in similar direction). Does anyone know what is happening? What I am thinking is that the mesh size, initial parameter are identical among these cases. I cannot explain why the cases are diverging. Could anyone help? Thanks a lot.
poonkm is offline   Reply With Quote

Old   January 27, 2015, 02:09
Default
  #2
Member
 
Roman Gobitz-Pfeifer
Join Date: Dec 2009
Location: Stuttgart
Posts: 83
Rep Power: 16
Wikie is on a distinguished road
Hello poonkm,

In such cases I always have a closer look at the residuals per cell and refine my cell size or change my geometry in critical areas. Sometimes the critical area is at the boarder where the air leaves the domain. In such cases the problem causing area is far away from my area of interest and I just neglect it.
To investigate your residuals per cell some inform programming is needed - but it's not tricky at all. Just add the follwing lines in your q1 (including the "stars"). Aftre your simulation is done you can visualize your residuals like any other variable in your preprocessing mode.

************************************************** **********
Echo save-block settings for Group 17
save17begin

(STORED of T1R is RESI(TEM1))
(STORED of U1R is RESI(U1))
(STORED of V1R is RESI(V1))
(STORED of W1R is RESI(W1))
(STORED of KER is RESI(KE))
(STORED of EPR is RESI(EP))
(STORED of P1R is RESI(P1))

save17end
************************************************** **********

'stored of' means to create a new variable. I named them T1R, U1R,.... You can name them as ever you want, but be aware not to use more then 3 characters. 'is RESI(variable)' applies the residual of your chosen variable to your new defined variable. I hope it's clear.

cheers
wikie
Wikie is offline   Reply With Quote

Reply

Tags
divergence, wind


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21
latest OpenFOAM-1.6.x from git failed to compile phsieh2005 OpenFOAM Bugs 25 February 9, 2010 04:37
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00
Droplet Evaporation Christian Main CFD Forum 2 February 27, 2007 06:27
[OpenFOAM] Could you please help me liugx212 ParaView 4 December 22, 2005 16:55


All times are GMT -4. The time now is 01:14.