Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

###### NonLinear Solver ######
NonlinearSolver      = Newton
nIter                = 50
NonlinearResidual    = 1e-10
LocalUpdateFraction  = True
UpdateFractionMin    = 1e-1
SaveUpdateFraction   = True

###### Linear Solver ######
Preconditioner         = ILU
PreconditionerSide     = Right
ReorderingType         = MDF
GMRES_Outer            = 20 
GMRES_Inner            = 200
AdaptiveResidualDecreaseFactorFlag = False
MinimumDecreaseFactor  = 1e-3

...

###### Equation Set Parameters ######
EquationSet         = NavierStokes2d
SutherlandRefTemp   = 1.984126984126985E+01
SutherlandConstant  = 7.605820105820109E+00
SpecificHeatRatio   = 1.4
GasConstant         = 0.4
PrandtlNumber       = 0.71
FluxType            = Roe
Viscosity           = 1.0e-3
SADCTermFlux        = LaxFriedrichs
ViscEtaParameter    = 6.000000
ConstantViscosity   = False
InitState           = 1.0000001 9.9918737E-01 4.0306184E-02 2.03412698E+01

###### Output Parameters ######
Verbosity      = Verbose
LinearSolverVerbosity = Normal
WriteInterval  = 0

...