|
[Sponsors] |
Discretisation schemes and solution (keyword) ??? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 8, 2011, 07:50 |
Discretisation schemes and solution (keyword) ???
|
#1 |
New Member
Jindo
Join Date: Mar 2011
Location: Germany
Posts: 25
Rep Power: 15 |
Hi !
I am new to using OpenFoam 1.7.1. I want to learn how to use it better. To start , I am considering GUI's for OpenFoam. However, I am having some trouble. For example : 1 / Key word of Schemse : " default Euler , Gauss linear, Gauss limitedLinearV, Gauss vanLeer,......" Code:
ddtSchemes { default Euler; } gradSchemes { default Gauss linear; } divSchemes { div(rho*phi,U) Gauss limitedLinearV 1; div(phi,alpha) Gauss vanLeer; div(phirb,alpha) Gauss interfaceCompression; } laplacianSchemes { default Gauss linear corrected; } interpolationSchemes { default linear; } snGradSchemes { default corrected; } fluxRequired { default no; p_rgh; pcorr; alpha1; } Code:
solvers { pcorr { solver PCG; preconditioner DIC; tolerance 1e-10; relTol 0; } p_rgh { solver PCG; preconditioner DIC; tolerance 1e-07; relTol 0.05; } p_rghFinal { $p_rgh; tolerance 1e-07; relTol 0; } U { solver PBiCG; preconditioner DILU; tolerance 1e-06; relTol 0; } } PISO { momentumPredictor no; nCorrectors 3; nNonOrthogonalCorrectors 0; nAlphaCorr 1; nAlphaSubCycles 2; cAlpha 1; } 3/ Where are governing equations ? and how can I repair them to creat new solver ? Plz help me ! can suggest other GUI's. Thank you Best regards ! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Implicit versus Explicit | Deepak | Main CFD Forum | 17 | November 7, 2015 14:14 |
Exact solution of Burgers equation | mcaro | Main CFD Forum | 3 | January 25, 2011 07:46 |
EP Anomalies and Discretisation Schemes | Kevin Chow | Phoenics | 13 | December 19, 2007 05:35 |
Recommended convection schemes for swirling flow in diffuser | hani | OpenFOAM Running, Solving & CFD | 12 | August 23, 2005 12:05 |
Discussion about Mesh independant solution | Seb | Main CFD Forum | 13 | May 22, 2001 14:37 |