 &project
    project_rootname = "crmhl_7"
    case_title = "crmhl_7"
 /

 &governing_equations
    eqn_type = 'compressible'
    viscous_terms = 'turbulent'
 /
 
 &reference_physical_properties
    angle_of_attack = 16.0
    mach_number = 0.2
    reynolds_number = 5000000.0
    temperature = 272.1
    temperature_units = "Kelvin"
 /

 &turbulent_diffusion_models
    turbulence_model = "sa-neg"
 /

 &turbulence
    turbulent_convection = 1
 /
 
 &force_moment_integ_properties
    area_reference  = 1.0
    x_moment_length = 1.0
    x_moment_center = 0.25
 /

 &nonlinear_solver_parameters
    time_accuracy = "steady"
    schedule_iteration = 1, 1000
    schedule_cfl     = 10.0 50.0
    schedule_cflturb =  5.0 30.0
  gradient_construction_rhs = 1
  gradient_construction_lhs = 1
  hanim = .true.
 /

&hanim
  hanim_cfl              = 1
  mu_gcr                 = 0.01
  node_weighting  = 3
  meanflow_relaxations = 200
  turbulence_relaxations = 200
  preconditioner_tolerance_m = 0.05
  preconditioner_tolerance_t = 0.05
  gcr_search_directions = 20
  minimum_preconditioner_relaxations = 30
  weight_farfield_mf = 0.0
  weight_farfield_t = 0.0
  weight_viscous_mf = 0.0 
  weight_viscous_t = 0.0
/

 &inviscid_flux_method
    flux_limiter = "none"
    flux_construction = "roe"
    kappa_umuscl = 0.5
 /
 
 &code_run_control
    steps = 5000
    stopping_tolerance = 1.0E-14
    restart_write_freq = 200
    restart_read = "off"
 /

 &raw_grid
    grid_format = "aflr3"
    data_format = "stream"
    patch_lumping = "none"
    twod_mode   = .true.
 /

 &boundary_output_variables
    number_of_boundaries = -1 
    yplus = .true.
    cp = .true.
    skinfr = .true.
    cf_x = .true.
    mu_t = .true.
    mach = .true.
    boundary_list = "2,4,5,6"
 /

 &global
    volume_animation_freq = 0
    boundary_animation_freq = -1
 /
 &special_parameters
    large_angle_fix = "on"
 /
