Outils pour utilisateurs

Outils du site


sunfluidh:2d_eddy_convection_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_eddy_convection_incomp_flow [2017/10/02 16:45] yannsunfluidh:2d_eddy_convection_incomp_flow [2019/12/10 18:13] (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 10: Ligne 10:
  
 Initialization of the velocity field is carried out from the user's routine Eddy_Velocity_Field in the module named module_user_define_init_fields.f90 Initialization of the velocity field is carried out from the user's routine Eddy_Velocity_Field in the module named module_user_define_init_fields.f90
-                                     access by the data file --->  Initial_Field_Option_For_Velocity_I= 4+                                     access by the data file --->  Initial_Field_Option_For_Velocity_I
  
 =========================================================================== ===========================================================================
Ligne 30: Ligne 30:
                                       in the module named module_user_define_init_fields.f90                                       in the module named module_user_define_init_fields.f90
  
-&Velocity_Initialization I_Velocity_Reference_Value= 0.00 , J_Velocity_Reference_Value= 0.00, K_Velocity_Reference_Value= 0.00 , Initial_Field_Option_For_Velocity_I= /+&Velocity_Initialization I_Velocity_Reference_Value= 0.00 , J_Velocity_Reference_Value= 0.00, K_Velocity_Reference_Value= 0.00 , Initial_Field_Option_For_Velocity_I= /
 =========================================================================== ===========================================================================
                 GRAVITY                 GRAVITY
Ligne 71: Ligne 71:
 &Numerical_Methods  NS_NumericalMethod= "BDF2-SchemeO2"                    ,  !--- BDF2 + 2nd order centered scheme &Numerical_Methods  NS_NumericalMethod= "BDF2-SchemeO2"                    ,  !--- BDF2 + 2nd order centered scheme
                     MomentumConvection_Scheme="Centered-O2-Conservative"   ,  !--- conservative form for solving the velocity (momentum) equation                     MomentumConvection_Scheme="Centered-O2-Conservative"   ,  !--- conservative form for solving the velocity (momentum) equation
-                    Poisson_NumericalMethod="Home-Multigrid-ConstantMatrixCoef"  / !--- SOR  + multigrid method (homemade release) for solving the Poisson's equation with constant coefficient matrix                    +                    Poisson_NumericalMethod="Home-SORMultigrid-ConstantMatrixCoef"  / !--- SOR  + multigrid method (homemade release) for solving the Poisson's equation with constant coefficient matrix                    
  
-&HomeData_PoissonSolver  SolverName="SOR"                ,         !--- Successive Over-Relaxation (SOR) method based on the red-black algorithm +&HomeData_PoissonSolver  SolverName="SOR"                ,         !--- Successive Over-Relaxation (SOR) method
                             Relaxation_Coefficient= 1.8  ,         !--- Relaxation coefficient of the SOR method ( 1 <= Relaxation_Coefficient < 2)                             Relaxation_Coefficient= 1.8  ,         !--- Relaxation coefficient of the SOR method ( 1 <= Relaxation_Coefficient < 2)
                             Number_max_Grid= 6,                    !--- Number of grid levels                             Number_max_Grid= 6,                    !--- Number of grid levels
Ligne 90: Ligne 90:
  
 &Simulation_Management    Restart_Parameter= 0 , &Simulation_Management    Restart_Parameter= 0 ,
-                          Steady_Flow_Stopping_Criterion_Enabled = .true. , Steady_Flow_Stopping_Criterion = 1.D-22,+                          Steady_Flow_Stopping_Criterion_Enabled = .false. , Steady_Flow_Stopping_Criterion = 1.D-22,
                           Temporal_Iterations_Number = 50000                  , Final_Time = 2.0D+01  ,                           Temporal_Iterations_Number = 50000                  , Final_Time = 2.0D+01  ,
                           TimeStep_Type = 1 ,                           TimeStep_Type = 1 ,
                           CFL_min= 0.25   , CFL_max= 0.25, Iterations_For_Timestep_Linear_Progress= 1 ,                           CFL_min= 0.25   , CFL_max= 0.25, Iterations_For_Timestep_Linear_Progress= 1 ,
-                          Timestep_Min = 2.D-01                           , Timestep_Max = 2.D-01 ,+                          Timestep_Min = 1.00                           , Timestep_Max = 1.00 ,
                           Simulation_Backup_Rate                  200   , Simulation_Checking_Rate = 51  /                           Simulation_Backup_Rate                  200   , Simulation_Checking_Rate = 51  /
  
 ============================================================================= =============================================================================
-                   PROBES MANAGEMENT+                   PROBES SETUP
 ============================================================================= =============================================================================
                                                       Probes order    U    , V     , W      , T      , P      , RHO                                                       Probes order    U    , V     , W      , T      , P      , RHO
Ligne 105: Ligne 105:
 &Probe_Location  Xi= 0.0 , Xj= 0.0 , Xk= 0.0  / &Probe_Location  Xi= 0.0 , Xj= 0.0 , Xk= 0.0  /
 &Probe_Location  Xi= 0.1 , Xj= 0.1 , Xk= 0.0  / &Probe_Location  Xi= 0.1 , Xj= 0.1 , Xk= 0.0  /
-&Simulation_Management   Probe_Recording_Rate = 1 / 
  
 +&Simulation_Management  Probe_TimeIterationRecordingRate= 1   , 
 +                        Probe_StartTimeIterationRecording= 0  ,
 +                        Probe_RecordingReset=.false. /
  
 ============================================================================= =============================================================================
-           FIELDS RECORDING DECLARATION+              INSTANTANEOUS FIELD SETUP
 ============================================================================= =============================================================================
 &Field_Recording_Setup  Precision_On_Instantaneous_Fields= 2 / &Field_Recording_Setup  Precision_On_Instantaneous_Fields= 2 /
-&Simulation_Management  Fields_Recording_Rate = 1.0D-00 /+&Simulation_Management 
 +    InstantaneousFields_RecordingReset=.false.     ,        
 +    InstantaneousFields_TimeRecordingRate= 1.0E-00 
 +    InstantaneousFields_RecordingStartTime= 0.D-00  /
  
-&Instantaneous_Fields_Listing  Name_of_Field = "U" , Recording_Enabled = .true.       First velocity component + 
-&Instantaneous_Fields_Listing  Name_of_Field = "V" , Recording_Enabled = .true.       Second velocity component +&Instantaneous_Fields_Listing  Name_of_Field = "U"  First velocity component 
-&Instantaneous_Fields_Listing  Name_of_Field = "W" , Recording_Enabled = .false. /      Third velocity component +&Instantaneous_Fields_Listing  Name_of_Field = "V"  Second velocity component 
-&Instantaneous_Fields_Listing  Name_of_Field = "P" , Recording_Enabled = .true.  , End_of_Data_Block= .true.     Pressure related to the velocity field+&Instantaneous_Fields_Listing  Name_of_Field = "P"  Pressure related to the velocity field 
 + 
 +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_eddy_convection_incomp_flow.1506955540.txt.gz · Dernière modification : 2017/10/02 16:45 de yann

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki