|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
ebrahim
Join Date: Dec 2014
Posts: 2
Rep Power: 0 ![]() |
how can i use explicit & implicit methode to solve the problems?
which file must be edited? |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Member
Anil Kunwar
Join Date: Jun 2013
Posts: 64
Rep Power: 12 ![]() |
Hi ebrahim,
These methods are defined in the application/solvers files and their numerical settings is presented at fvSolution file of the tutorial test examples. For example, In the available solver icoFoam in OpenFOAM/OpenFOAM-2.3.x/applications/solvers/incompressible/icoFOAM/ you can open icoFoam.C and createFields.H files, and you can see the term "PISO" defined there which means Pressure implicit with splitting of operator algorithm. Now, the numerical settings of these PISO algorithm is given in the fvSolution file of /tutorials/icoFoam/cavity/ test as: Code:
PISO { nCorrectors 2; nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 0; } 2. If we just want to build test examples for standard solvers in OpenFOAM,we will already be using predefined explicit or implicit methods of the existing solvers. Yours Anil Kunwar Last edited by Annier; December 30, 2014 at 06:21. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Implicit versus Explicit | Deepak | Main CFD Forum | 17 | November 7, 2015 13:14 |
Explicit vs Implicit VOF in Fluent | MachZero | FLUENT | 5 | August 7, 2013 18:17 |
VOF implicit or explicit | hamid1 | FLUENT | 4 | June 25, 2012 04:51 |
Euler (explicit or implicit) | anybody | Main CFD Forum | 2 | May 8, 2006 02:12 |
implicit vs explicit | pXYZ | Main CFD Forum | 2 | April 21, 2006 09:48 |