Outils pour utilisateurs

Outils du site


sunfluidh:2d_channel_flow_incomp_flow

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:2d_channel_flow_incomp_flow [2016/11/30 11:49] yannsunfluidh:2d_channel_flow_incomp_flow [2019/11/13 16:33] (Version actuelle) yann
Ligne 1: Ligne 1:
 [[sunfluidh:sunfluidh_examples_data_set|Click here to come back to the previous page]] [[sunfluidh:sunfluidh_examples_data_set|Click here to come back to the previous page]]
-<file>+<file txt input3d.dat>
 =========================================================================== ===========================================================================
 =========================================================================== ===========================================================================
Ligne 21: Ligne 21:
                  inlet flowrate = uniform profil                  inlet flowrate = uniform profil
  
-INCOMPRESSIBLE DOWNSTEP FLOW 
  
  
Ligne 51: Ligne 50:
                  Start_Coordinate_J_Direction= 0.00 , End_Coordinate_J_Direction= 1.00,                  Start_Coordinate_J_Direction= 0.00 , End_Coordinate_J_Direction= 1.00,
                  Start_Coordinate_K_Direction= 0.00 , End_Coordinate_K_Direction= 0.00,                  Start_Coordinate_K_Direction= 0.00 , End_Coordinate_K_Direction= 0.00,
-                 Cells_Number_I_Direction= 256 ,Cells_Number_J_Direction= 64 ,Cells_Number_K_Direction= 1,+                 Cells_Number_I_Direction= 128 ,Cells_Number_J_Direction= 32 ,Cells_Number_K_Direction= 1,
                  Regular_Mesh= .true. /                  Regular_Mesh= .true. /
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Ligne 60: Ligne 59:
                      (DIMENSIONLESS)                      (DIMENSIONLESS)
 ============================================================================= =============================================================================
-Not really necesaary (Default wall boundary conditions for the velcoity are used)+Not really necessary (Default wall boundary conditions for the velocity are used, no heat transfer)
  
 ============================================================================= =============================================================================
Ligne 73: Ligne 72:
                             Start_Coordinate_of_First_Span =  0.00  ,  End_Coordinate_of_First_Span = 1.00 ,                             Start_Coordinate_of_First_Span =  0.00  ,  End_Coordinate_of_First_Span = 1.00 ,
                             Start_Coordinate_of_Second_Span= 0.0    ,  End_Coordinate_of_Second_Span= 0.0  ,                             Start_Coordinate_of_Second_Span= 0.0    ,  End_Coordinate_of_Second_Span= 0.0  ,
-                            Normal_Velocity_Reference_Value= 1.0  , +                            Normal_Velocity_Reference_Value= 1.0 /
-                            End_of_Data_Block= .true. /+
  
 Outlet : Mass flowrate conservation Outlet : Mass flowrate conservation
Ligne 81: Ligne 79:
                              Plan_Location_Coordinate=  10.0   ,                              Plan_Location_Coordinate=  10.0   ,
                              Start_Coordinate_of_First_Span =  0.00  ,  End_Coordinate_of_First_Span = 1.00 ,                              Start_Coordinate_of_First_Span =  0.00  ,  End_Coordinate_of_First_Span = 1.00 ,
-                             Start_Coordinate_of_Second_Span= 0.0    ,  End_Coordinate_of_Second_Span= 0.0  +                             Start_Coordinate_of_Second_Span= 0.0    ,  End_Coordinate_of_Second_Span= 0.0  / 
-                             End_of_Data_Block= .true. /+                          
 ============================================================================= =============================================================================
                BORDER BOUNDARY CONDITIONS                BORDER BOUNDARY CONDITIONS
 ============================================================================= =============================================================================
-!--- No new boundary conditions are defined at the ends of the domain (walls by default inlet outlet previously defined)+!--- No new boundary conditions are defined at the ends of the domain walls by default are preserved, the inlet and outlet previously are defined above)
  
-&Border_Domain_Boundary_Conditions West_BorderEast_BorderBack_BorderFront_Border0 , North_Border = 0 , South_Border = 0 /+&Border_Domain_Boundary_Conditions West_BC_Name"None" East_BC_Name"None" Back_BC_Name"None" Front_BC_Name"None" 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                    NUMERICAL METHODS                    NUMERICAL METHODS
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-          For Navier-Stokes Equations  : Numerical scheme --> BDF2 - Spatial discretization --2nd order centered scheme +&Numerical_Methods  NS_NumericalMethod= "BDF2-SchemeO2"                         ,  !--- BDF2 + 2nd order centered scheme 
-                                         convection flux ---conservative form +                    MomentumConvection_Scheme="Centered-O2-Conservative"        ,  !--- conservative form for solving the velocity (momentum) equation 
-          For Poisson'equation       : Iterative method --SOR coupled with a multigrid method.+                    Poisson_NumericalMethod="Home-SORMultigrid-ConstantMatrixCoef"  / !--- SOR  multigrid method (homemade release) for solving the Poisson's equation with constant coefficient matrix                    
  
-Parameters of the multigrid method :+&HomeData_PoissonSolver  SolverName="SOR"                ,         !--- Successive Over-Relaxation (SOR) method based on the red-black algorithm  
 +                            Relaxation_Coefficient= 1.8  ,         !--- Relaxation coefficient of the SOR method ( 1 <= Relaxation_Coefficient < 2) 
 +                            Number_max_Grid= 4,                    !--- Number of grid levels 
 +                            Number_max_Cycle= 10,                   !--- Number of multigrid cycles 
 +                            Number_Iteration= 0,                   !--- Maximum number of SOR iterations method applied for any grid level, if 0 (or removed) the 3 next data are considered 
 +                            Number_Iteration_FineToCoarseGrid= 15, !--- number of SOR iterations applied on any grid level during the restriction step (before the coarsest grid computation) 
 +                            Number_Iteration_CoarseToFineGrid= 15, !--- number of SOR iterations applied on any grid level during the prolongation step (after the Coarsest grid computation) 
 +                            Number_Iteration_CoarsestGrid= 15 ,    !--- number of SOR iterations applied on the coarsest grid 
 +                            Convergence_Criterion= 1.D-08 /        !--- convergence tolerance on the residu of the Poisson's equation   
  
-&Numerical_Methods  Numerical_Scheme= 1 , 
-                    Convective_Flux_Discretization_Type = 1 
-                    Numerical_Method_Poisson_Equation= 1, 
-                    Number_max_Grid= 4 , Number_max_Cycle= 10 , Number_Iteration= 15 , 
-                    Relaxation_Coefficient = 1.80 , Convergence_Criterion = 1.D-08 / 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                    SIMULATION MANAGEMENT                    SIMULATION MANAGEMENT
Ligne 110: Ligne 111:
 &Simulation_Management    Restart_Parameter= 0 , &Simulation_Management    Restart_Parameter= 0 ,
                           Steady_Flow_Stopping_Criterion_Enabled = .true. , Steady_Flow_Stopping_Criterion = 1.D-16,                           Steady_Flow_Stopping_Criterion_Enabled = .true. , Steady_Flow_Stopping_Criterion = 1.D-16,
-                          Temporal_Iterations_Number = 100000                  , Final_Time = 5.D+02  ,+                          Temporal_Iterations_Number = 100000                  , Final_Time = 5.D+01  ,
                           TimeStep_Type = 0 ,                           TimeStep_Type = 0 ,
                           Timestep_Max = 1.D-03 ,                           Timestep_Max = 1.D-03 ,
Ligne 122: Ligne 123:
  
 &Probe_Location  Xi= 3.0 , Xj= 0.5 , Xk= 0.0  / &Probe_Location  Xi= 3.0 , Xj= 0.5 , Xk= 0.0  /
-&Probe_Location  Xi= 6.0 , Xj= 0.5 , Xk= 0.0 , End_of_Data_Block= .true. +&Probe_Location  Xi= 6.0 , Xj= 0.5 , Xk= 0.0 / 
-&Simulation_Management   Probe_Recording_Rate = 1 /+&Simulation_Management  Probe_TimeIterationRecordingRate= 1   ,  
 +                        Probe_StartTimeIterationRecording= 0  , 
 +                        Probe_RecordingReset=.false. /
  
 ============================================================================= =============================================================================
-           FIELDS RECORDING DECLARATION+           FIELDS RECORDING SETUP
 ============================================================================= =============================================================================
 &Field_Recording_Setup    Precision_On_Instantaneous_Fields= 2 / &Field_Recording_Setup    Precision_On_Instantaneous_Fields= 2 /
Ligne 132: Ligne 135:
 !--- Snapshots !--- Snapshots
  
-&Simulation_Management    Fields_Recording_Rate 5.D+01  / +&Simulation_Management 
-&Instantaneous_Fields_Listing  Name_of_Field = "    " , Recording_Enabled = .true.  /      First velocity component +    InstantaneousFields_RecordingReset=.false.     ,        
-&Instantaneous_Fields_Listing  Name_of_Field = "    " , Recording_Enabled = .true. , End_of_Data_Block= .true  /      Second velocity component+    InstantaneousFields_TimeRecordingRate= 2.0E+00 , 
 +    InstantaneousFields_RecordingStartTime= 0.D-00  / 
 + 
 +&Instantaneous_Fields_Listing  Name_of_Field = "    " /      First velocity component 
 +&Instantaneous_Fields_Listing  Name_of_Field = "    " /      Second velocity component
  
 !--- Statistics !--- Statistics
 +
 +
 +END OF FILE
 +
 </file> </file>
 [[sunfluidh:sunfluidh_examples_data_set|Click here to come back to the previous page]] [[sunfluidh:sunfluidh_examples_data_set|Click here to come back to the previous page]]
sunfluidh/2d_channel_flow_incomp_flow.1480502955.txt.gz · Dernière modification : 2016/11/30 11:49 de yann

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki