####### Case Information ####### 
Restart       = True
InputFile     = OUT/channel_NavierStokes3d_TEST_P2_Primal_0.pxa
SavePrefix    = OUT/channel_NavierStokes3d_exact_TEST
BCFile        = BCFile/channel_NavierStokes3d
FuncFile      = FuncFile/channel_NavierStokes3d
BasisType     = Lagrange
SolutionOrder = 4

####### General Solver Information ####### 
nIter             = 100
NonlinearResidual = 1e-12
UnderRelaxFactor  = 0.5
NonlinearSolver   = Newton

####### Linear Solver Information ####
GMRES_Outer        = 20
GMRES_Inner        = 200
Preconditioner        = ILU
PreconditionerSide = Right
ReorderingType        = MDF
LocalUpdateFraction = True
SaveUpdateFraction  = False
MinimumDecreaseFactor = 1e-5
AdaptiveResidualDecreaseFactorFlag = False
LinearSolverVerbosity  = Normal

###### Temporal parameters ####### 
#CFLStart = 1e30
CFLIncreaseFactor              = 5.0
CFLStart                       = 2e5
CFLDecreaseFactor              = 10
CFLMin                         = 1e-5

####### Equation Set Specific ####### 
EquationSet        = NavierStokes3d
FluxType           = Roe
SpecificHeatRatio  = 1.4
GasConstant        = 0.4
Viscosity          = 1.0e-3
ViscEtaParameter   = 4.0
ConstantViscosity  = True
SutherlandRefTemp  = 1.0
SutherlandConstant = 1.0
PrandtlNumber      = 0.71

######### Functions #################
SourceFunction = PoiseuilleSource3d
InitFunction   = PoiseuilleSolution3d

####### Output Parameters ####### 
Verbosity = Normal

  • No labels