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

Difference Between equations and fields in fvSolutions

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 3, 2020, 10:43
Default Difference Between equations and fields in fvSolutions
  #1
New Member
 
Farhan Ahmed
Join Date: Feb 2020
Posts: 6
Rep Power: 6
Focus00000 is on a distinguished road
can anyone help me understand between fields and equations relaxation factors in fvSolutions
and which parameters (like k,U,P,epsilon etc) should be set in fields and which should be placed in equations for relaxation?????
Focus00000 is offline   Reply With Quote

Old   March 6, 2020, 06:27
Default
  #2
Senior Member
 
Andrea
Join Date: Feb 2012
Location: Leeds, UK
Posts: 179
Rep Power: 16
Andrea1984 is on a distinguished road
Hi Farhan,

the equation relaxation factors corresponds to the so-called implicit relaxation, whilst field corresponds to the explicit relaxation.

In both SIMPLE and PIMPLE the velocity is relaxed implicitly and the pressure explicitly, e.g.:

Code:
1.	relaxationFactors  
2.	{  
3.	    fields  
4.	    {  
5.	         p           0.4;  
6.	         pFinal      0.4;  
7.	    }  
8.	    equations  
9.	    {  
10.	         U           0.6;  
11.	         UFinal      0.6;  
12.	    }  
13.	}
As far as I am aware, there is no need to relax neither the velocity nor the pressure in the PISO algorithm.

Andrea
Andrea1984 is offline   Reply With Quote

Reply


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
Difference between "fields" and "equations" relaxation sub-directories in fvSolution deepbandivadekar OpenFOAM Running, Solving & CFD 14 September 30, 2022 04:08
Specifying initial conditions with cyclic boundary conditions shanvach Main CFD Forum 4 November 26, 2018 00:00
Solving the Same Governing Equations Over Different Regions Saleh Abuhanieh OpenFOAM Programming & Development 2 April 27, 2018 05:03
Need of Help: HowTo designate explicitely unknown variables of a question? Democritus OpenFOAM Programming & Development 6 April 12, 2016 08:38
Complex fields and equations JScott OpenFOAM Running, Solving & CFD 0 September 22, 2010 15:59


All times are GMT -4. The time now is 06:41.