Outils pour utilisateurs

Outils du site


sunfluidh:numerical_methods_examples

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
sunfluidh:numerical_methods_examples [2017/09/25 16:33] yannsunfluidh:numerical_methods_examples [2018/12/01 16:43] (Version actuelle) – [Example 2 : An iterative method coupled with a multigrid procedure using a in-house development] yann
Ligne 1: Ligne 1:
 ===== Some examples illustrating how to use the relevant namelists to set the numerical methods for solving the equations ===== ===== Some examples illustrating how to use the relevant namelists to set the numerical methods for solving the equations =====
 +
 +[[new_numerical_methods_setup_namelist |Click here to come back to the previous page]]
  
 ==== Context : Heat driven incompressible flow ==== ==== Context : Heat driven incompressible flow ====
Ligne 29: Ligne 31:
                                                      
                                                    
-==== Example 2 : An iterative method coupled with a multigrid procedure using a "homemade" development ====                         +==== Example 2 : An iterative method coupled with a multigrid procedure using a "in-house" development ====                         
  
 <WRAP info> <WRAP info>
Ligne 71: Ligne 73:
                           MomentumConvection_Scheme="Centered-O2-Conservative"                           MomentumConvection_Scheme="Centered-O2-Conservative"
                           TemperatureAdvection_Scheme="Centered-O2-Conservative" ,                             TemperatureAdvection_Scheme="Centered-O2-Conservative" ,  
-                          Poisson_NumericalMethod="Home-Multigrid-ConstantMatrixCoef"/+                          Poisson_NumericalMethod="Home-SORMultigrid-ConstantMatrixCoef"/ 
 +                           
 +      &HomeData_PoissonSolver   SolverName="SOR", 
 +                                Number_max_Grid = 5                         , 
 +                                Number_max_Cycle= 10                      , 
 +                                Number_Iteration= 15, 
 +                                Number_Iteration_FineToCoarseGrid= 5, 
 +                                Number_Iteration_CoarsestGrid    = 15, 
 +                                Number_Iteration_CoarseToFineGrid= 10, 
 +                                Relaxation_Coefficient           = 1.70 ,  
 +                                Convergence_Criterion            = 1.D-08 /        
    
 ==== Example 3 : An iterative method coupled with a multigrid procedure using the HYPRE library ====                          ==== Example 3 : An iterative method coupled with a multigrid procedure using the HYPRE library ====                         
Ligne 102: Ligne 114:
                                                      
                                                    
-                       + [[new_numerical_methods_setup_namelist |Click here to come back to the previous page]]                      
sunfluidh/numerical_methods_examples.1506350030.txt.gz · Dernière modification : 2017/09/25 16:33 de yann

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki