Outils pour utilisateurs

Outils du site


sunfluidh:new_numerical_methods_setup_namelist

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
Prochaine révisionLes deux révisions suivantes
sunfluidh:new_numerical_methods_setup_namelist [2017/09/22 18:03] – [Poisson_NumericalMethod] yannsunfluidh:new_numerical_methods_setup_namelist [2017/09/22 18:08] yann
Ligne 4: Ligne 4:
 </WRAP> </WRAP>
 <note important> <note important>
-Two versions of the data setup exits. This is related to the newer release of the code. __** Not for the release SUNFLUIDH_EDU**__+Two versions of the data setup exits. This is related to the newer release of the code. \\ __** Not for the release SUNFLUIDH_EDU**__
 </note> </note>
  
Ligne 34: Ligne 34:
    * Type: character string    * Type: character string
    * Selection of the numerical scheme for solving the conservation equations :    * Selection of the numerical scheme for solving the conservation equations :
-     * "BDF2-SchemeO2" : 2nd order Backward Differentiation Formula for the time discretization. Semi-implicit scheme on the viscous or diffusion terms. 2nd order spatial discretization (centered for the viscous/diffusion terms, different schemes are available for the convection/advection terms - see further). \\ Preferentially used for incompressible or low Mach-number flows without multi-species components (except two phase incompressible flows). +     __"BDF2-SchemeO2"__ : 2nd order Backward Differentiation Formula for the time discretization. Semi-implicit scheme on the viscous or diffusion terms. 2nd order spatial discretization (centered for the viscous/diffusion terms, different schemes are available for the convection/advection terms - see further). \\ Preferentially used for incompressible or low Mach-number flows without multi-species components (except two phase incompressible flows). 
-     * "CN-SchemeO2" : 2nd order Crank-Nicolson scheme (semi-implicit scheme on the viscous or diffusion terms. 2nd order spatial discretization (centered for the viscous/diffusion terms, different schemes are available for the convection/advection terms - see further).\\ Preferentially used for incompressible or low Mach-number flows without multi-species components (except two phase incompressible flows).\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"CN-SchemeO2"__ : 2nd order Crank-Nicolson scheme (semi-implicit scheme on the viscous or diffusion terms. 2nd order spatial discretization (centered for the viscous/diffusion terms, different schemes are available for the convection/advection terms - see further).\\ Preferentially used for incompressible or low Mach-number flows without multi-species components (except two phase incompressible flows). __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "BDF1-SchemeO2" : 1st order Backward Differentiation Formula. Semi-implicit scheme on the viscous or diffusion terms. 2nd order spatial discretization (centered for the viscous/diffusion terms, different schemes are available for the convection/advection terms - see further).\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"BDF1-SchemeO2"__ : 1st order Backward Differentiation Formula. Semi-implicit scheme on the viscous or diffusion terms. 2nd order spatial discretization (centered for the viscous/diffusion terms, different schemes are available for the convection/advection terms - see further). __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "ExplicitPredCorO2-SchemeO2-Knio" : Explicit predictor-corrector scheme : 2nd order Adams Bashforth - Runge-Kutta scheme (Knio et al., JCP 1998). \\ This scheme is mainly used for low Mach Number flows with multi-species components.\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"ExplicitPredCorO2-SchemeO2-Knio"__ : Explicit predictor-corrector scheme : 2nd order Adams Bashforth - Runge-Kutta scheme (Knio et al., JCP 1998). \\ This scheme is mainly used for low Mach Number flows with multi-species components. __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "ExplicitPredCorO2-SchemeO2-Njam" : 2nd order Explicit scheme based on Strang's operator-splitting with a multi-timestep procedure on the viscous/diffusion terms (2nd order Adams Bashforth - Runge-Kutta schemes) The density is explicitly solved from the differential formulation of the equation of state and the Temperature is deduced from the equation of state. The projection method is based on the Chorin's formulation by considering Poisson's Operator with constant coefficients (Njam et al., JCP 1999). \\ This scheme is mainly used for reactive flows under low Mach number hypothesis.\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"ExplicitPredCorO2-SchemeO2-Njam"__ : 2nd order Explicit scheme based on Strang's operator-splitting with a multi-timestep procedure on the viscous/diffusion terms (2nd order Adams Bashforth - Runge-Kutta schemes) The density is explicitly solved from the differential formulation of the equation of state and the Temperature is deduced from the equation of state. The projection method is based on the Chorin's formulation by considering Poisson's Operator with constant coefficients (Njam et al., JCP 1999). \\ This scheme is mainly used for reactive flows under low Mach number hypothesis. __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "ExplicitPredCorO2-SchemeO2-Rixen" : 2nd order Explicit scheme based on Strang's operator-splitting with multistep  a multi-timestep procedure on the viscous/diffusion terms (2nd order Adams Bashforth - Runge-Kutta schemes). The temperature is explicitly solved from the enthalpy equation and the density is deduced from the equation of state. The projection method is based on the Goda's formulation by considering Poisson's Operator with variable coefficients (Rixin Yu et al., JCP 2012).\\__** Not for the release SUNFLUIDH_EDU**__ . +     __"ExplicitPredCorO2-SchemeO2-Rixen"__ : 2nd order Explicit scheme based on Strang's operator-splitting with multistep  a multi-timestep procedure on the viscous/diffusion terms (2nd order Adams Bashforth - Runge-Kutta schemes). The temperature is explicitly solved from the enthalpy equation and the density is deduced from the equation of state. The projection method is based on the Goda's formulation by considering Poisson's Operator with variable coefficients (Rixin Yu et al., JCP 2012). __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "ExplRKO3-CompactSchemeO4" : 4th order hermittian scheme in space + 3rd order explicit Runge-Kutta scheme in time. The projection method is based on the Goda's formulation by considering Poisson's Operator with constant coefficients (Knikker, ijnmf 2008, 2009). \\ This numerical scheme is used for incompressible or low Mach number flows with or without heat transfer.\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"ExplRKO3-CompactSchemeO4"__ : 4th order hermittian scheme in space + 3rd order explicit Runge-Kutta scheme in time. The projection method is based on the Goda's formulation by considering Poisson's Operator with constant coefficients (Knikker, ijnmf 2008, 2009). \\ This numerical scheme is used for incompressible or low Mach number flows with or without heat transfer. __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "CN-CompactSchemeO4" : 4th order hermittian scheme in space + semi-implicit Crank-Nicolson scheme in time. The projection method is based on the Goda's formulation by considering Poisson's Operator with constant coefficients (Knikker, ijnmf 2008, 2009). \\ This numerical scheme is used for incompressible or low Mach number flows with or without heat transfer.\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"CN-CompactSchemeO4"__ : 4th order hermittian scheme in space + semi-implicit Crank-Nicolson scheme in time. The projection method is based on the Goda's formulation by considering Poisson's Operator with constant coefficients (Knikker, ijnmf 2008, 2009). \\ This numerical scheme is used for incompressible or low Mach number flows with or without heat transfer. __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "RK3CN-CompactSchemeO4" : 4th order hermittian scheme in space + hybrid RK3/Crank-Nicolson scheme in time. The projection method is based on the Goda's formulation by considering Poisson's Operator with constant coefficients (Knikker, ijnmf 2008, 2009). \\ This numerical scheme is used for incompressible or low Mach number flows with or without heat transfer.\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"RK3CN-CompactSchemeO4"__ : 4th order hermittian scheme in space + hybrid RK3/Crank-Nicolson scheme in time. The projection method is based on the Goda's formulation by considering Poisson's Operator with constant coefficients (Knikker, ijnmf 2008, 2009). \\ This numerical scheme is used for incompressible or low Mach number flows with or without heat transfer. __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "CN-SchemeO2-SpecialLowMachFlow": Crank-Nicolson semi-implicit scheme (as the option 2) with a predictor-corrector procedure for solving species mass fractions and temperature. This numerical scheme is used for low Mach number flows.\\ __** Not for the release SUNFLUIDH_EDU**__ .+     __"CN-SchemeO2-SpecialLowMachFlow"__: Crank-Nicolson semi-implicit scheme (as the option 2) with a predictor-corrector procedure for solving species mass fractions and temperature. This numerical scheme is used for low Mach number flows. __** Not for the release SUNFLUIDH_EDU**__ .
  
 ==== MomentumConvection_Scheme ==== ==== MomentumConvection_Scheme ====
Ligne 49: Ligne 49:
    * Type : character string    * Type : character string
    * Selection of the 2nd order spatial discretization for the convection flux in the momentum equations. The options are :     * Selection of the 2nd order spatial discretization for the convection flux in the momentum equations. The options are : 
-     * "Centered-O2-Conservative" : 2nd order centered scheme in the conservative formulation. +     __"Centered-O2-Conservative"__ : 2nd order centered scheme in the conservative formulation. 
-     * "Centered-O2-Convective"   : 2nd order centered scheme in the advective formulation. +     __"Centered-O2-Convective"__   : 2nd order centered scheme in the advective formulation. 
-     * "Centered-O2-Skewsymmetric": 2nd order centered scheme in the skew-symemetric formulation (developer's test). +     __"Centered-O2-Skewsymmetric"__: 2nd order centered scheme in the skew-symemetric formulation (developer's test). 
-     * "Upwind-O1-Conservative"   : not commented (developer's test) +     __"Upwind-O1-Conservative"__   : not commented (developer's test) 
-     * "Quick-O2-Conservative"  : QUICK scheme in the conservative formulation.\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"Quick-O2-Conservative"__ : QUICK scheme in the conservative formulation. __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "Upwind-O2-Conservative" : 2nd order Upwind scheme in the conservative formulation.\\ __** Not for the release SUNFLUIDH_EDU**__ . +     __"Upwind-O2-Conservative"__ : 2nd order Upwind scheme in the conservative formulation. __** Not for the release SUNFLUIDH_EDU**__ . 
-     * "Eno-O2-Conservative" : 2nd order ENO scheme in the conservative formulation (in progress). \\ __** Not for the release SUNFLUIDH_EDU**__ .+     __"Eno-O2-Conservative"__ : 2nd order ENO scheme in the conservative formulation (in progress). __** Not for the release SUNFLUIDH_EDU**__ .
 ==== TemperatureAdvection_Scheme ==== ==== TemperatureAdvection_Scheme ====
 (equivalent to "Temperature_Advective_Flux_Discretization_Type" in the previous release) (equivalent to "Temperature_Advective_Flux_Discretization_Type" in the previous release)
sunfluidh/new_numerical_methods_setup_namelist.txt · Dernière modification : 2018/05/29 15:06 de witko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki