####### Case Information ####### 
Restart       = True
InputFile     = OUT/naca_NavierStokes2d_M0p5_AA10p0_WEEKLY_TEST_P0_Primal_0.pxa
SavePrefix    = OUT/naca_NavierStokes2d_IRK4_M0p5_AA10p0_WEEKLY_TEST
BCFile        = BCFile/naca_NavierStokes2d_M0p5_AA10p0_Laminar
FuncFile      = FuncFile/naca_NavierStokes2d_M0p5_AA10p0_Laminar
BasisType     = Lagrange
SolutionOrder = 1
PSequencing   = False

####### General Solver Information ####### 
nIter                 = 1000
NonlinearResidual     = 1e-10
AdjointResidual       = 1e-10
UnderRelaxFactor      = 1.0
NonlinearSolver       = Newton 
MinimumDecreaseFactor = 1e-4
CFLStart              = 2e5
UpdateFractionMin     = 0.1

####### Linear Solver Information ####
Preconditioner     = ILU
PreconditionerSide = Left
ReorderingType     = MDF
GMRES_Outer        = 20
GMRES_Inner        = 50
MinimumDecreaseFactor = 1e-3
AdaptiveResidualDecreaseFactorFlag = True

###### Temporal parameters #######
UnsteadyScheme       = IRK4
TimeStep             = 0.1
nUnsteadyIter        = 200
StartTime            = 0.0
SaveUnsteadyState    = True
SaveUnsteadyAdjState = False
WriteInterval        = 0
SaveStateAverage     = False
SaveStateStdDev      = False

####### Equation Set Specific ####### 
EquationSet        = NavierStokes2d
FluxType           = Roe
SpecificHeatRatio  = 1.4
GasConstant        = 0.4
SutherlandRefTemp  = 7.14285714286
SutherlandConstant = 2.7227343620
PrandtlNumber      = 0.71
InitState          = 1.0 1.0 0.0 7.64285714286
Viscosity          = 0.666666666666666666666666666666666666666e-3 # Re=1500

####### Output Parameters ####### 
Verbosity = Verbose

###### Adaptation-specific ######
AdaptMethod = None

####### Adjoint-specific
Adjoint              = Lift 
SensitivityParameter = alpha

doesn't run???

  • No labels