<?xml version="1.0" encoding="utf-8"?><Code_Saturne_GUI case="Dx05_structured_3D" solver_version="5.3;6.0-beta" study="INIT_case" version="2.0">
  <additional_scalars>
    <users/>
  </additional_scalars>
  <analysis_control>
    <output>
      <listing_printing_frequency>1</listing_printing_frequency>
      <mesh id="-1" label="Fluid domain" type="cells">
        <all_variables status="on"/>
        <location>all[]</location>
        <writer id="-1"/>
      </mesh>
      <mesh id="-2" label="Boundary" type="boundary_faces">
        <all_variables status="on"/>
        <location>all[]</location>
        <writer id="-1"/>
      </mesh>
      <probe_format choice="CSV"/>
      <probe_recording_frequency>1</probe_recording_frequency>
      <writer id="-1" label="results">
        <directory name="postprocessing"/>
        <format name="ensight" options="separate_meshes"/>
        <frequency period="time_step">10</frequency>
        <output_at_end status="on"/>
        <output_at_start status="on"/>
        <time_dependency choice="fixed_mesh"/>
      </writer>
    </output>
    <profiles>
      <profile label="Vertical_profile">
        <format name="CSV"/>
        <formula>#example: a line segment between (x0, y0, z0) and (x1, y1, z1)
#(s, the parameter is always between 0 and 1)
x0 = 25;
x1 = 25;
y0 = 0;
y1 = 0;
z0 = 0;
z1 = 50;
x = x1*s + x0*(1.-s);
y = y1*s + y0*(1.-s);
z = z1*s + z0*(1.-s);</formula>
        <output_frequency>-1</output_frequency>
        <output_type>end</output_type>
        <points>200</points>
        <var_prop component="0" name="velocity"/>
        <var_prop component="2" name="velocity"/>
        <var_prop component="0" name="k"/>
        <var_prop component="0" name="epsilon"/>
      </profile>
      <profile label="Horizontal_profile">
        <format name="CSV"/>
        <formula>#example: a line segment between (x0, y0, z0) and (x1, y1, z1)
#(s, the parameter is always between 0 and 1)
x0 = 0;
x1 = 30;
y0 = 0;
y1 = 0;
z0 = 25;
z1 = 25;
x = x1*s + x0*(1.-s);
y = y1*s + y0*(1.-s);
z = z1*s + z0*(1.-s);</formula>
        <output_frequency>-1</output_frequency>
        <output_type>end</output_type>
        <points>200</points>
        <var_prop component="0" name="k"/>
        <var_prop component="0" name="epsilon"/>
        <var_prop component="0" name="velocity"/>
        <var_prop component="1" name="velocity"/>
        <var_prop component="2" name="velocity"/>
      </profile>
      <profile label="BL_inlet_roof_x0">
        <format name="CSV"/>
        <formula>#example: a line segment between (x0, y0, z0) and (x1, y1, z1)
#(s, the parameter is always between 0 and 1)
x0 = 0;
x1 = 0;
y0 = 0;
y1 = 0;
z0 = 50;
z1 = 200;
x = x1*s + x0*(1.-s);
y = y1*s + y0*(1.-s);
z = z1*s + z0*(1.-s);</formula>
        <output_frequency>-1</output_frequency>
        <output_type>end</output_type>
        <points>200</points>
        <var_prop component="0" name="k"/>
        <var_prop component="0" name="epsilon"/>
        <var_prop component="0" name="velocity"/>
        <var_prop component="2" name="velocity"/>
        <var_prop component="1" name="velocity"/>
      </profile>
      <profile label="BL_inlet_roof_x10">
        <format name="CSV"/>
        <formula>#example: a line segment between (x0, y0, z0) and (x1, y1, z1)
#(s, the parameter is always between 0 and 1)
x0 = 10;
x1 = 10;
y0 = 0;
y1 = 0;
z0 = 50;
z1 = 200;
x = x1*s + x0*(1.-s);
y = y1*s + y0*(1.-s);
z = z1*s + z0*(1.-s);</formula>
        <output_frequency>-1</output_frequency>
        <output_type>end</output_type>
        <points>200</points>
        <var_prop component="0" name="epsilon"/>
        <var_prop component="0" name="k"/>
        <var_prop component="0" name="velocity"/>
        <var_prop component="1" name="velocity"/>
        <var_prop component="2" name="velocity"/>
      </profile>
      <profile label="BL_outlet_roof_x50">
        <format name="CSV"/>
        <formula>#example: a line segment between (x0, y0, z0) and (x1, y1, z1)
#(s, the parameter is always between 0 and 1)
x0 = 50;
x1 = 50;
y0 = 0;
y1 = 0;
z0 = 50;
z1 = 200;
x = x1*s + x0*(1.-s);
y = y1*s + y0*(1.-s);
z = z1*s + z0*(1.-s);</formula>
        <output_frequency>-1</output_frequency>
        <output_type>end</output_type>
        <points>200</points>
        <var_prop component="0" name="k"/>
        <var_prop component="0" name="epsilon"/>
        <var_prop component="0" name="velocity"/>
        <var_prop component="1" name="velocity"/>
        <var_prop component="2" name="velocity"/>
      </profile>
    </profiles>
    <scalar_balances/>
    <time_averages/>
    <time_parameters>
      <iterations>100</iterations>
      <property label="CourantNb" name="courant_number"/>
      <property label="FourierNb" name="fourier_number"/>
      <time_passing>0</time_passing>
      <time_step_ref>0.1</time_step_ref>
    </time_parameters>
  </analysis_control>
  <boundary_conditions>
    <boundary label="North" name="1" nature="symmetry">North</boundary>
    <boundary label="South" name="2" nature="symmetry">South</boundary>
    <boundary label="East" name="3" nature="free_inlet_outlet">East</boundary>
    <boundary label="West" name="4" nature="inlet">West</boundary>
    <boundary label="Ground" name="5" nature="wall">Ground</boundary>
    <boundary label="Atm_BL" name="6" nature="free_inlet_outlet">Atm_BL</boundary>
    <boundary label="Roof" name="7" nature="wall">Roof</boundary>
    <boundary label="Upwind_wall" name="8" nature="wall">Upwind_wall</boundary>
    <boundary label="Downwind_wall" name="9" nature="wall">Downwind_wall</boundary>
    <free_inlet_outlet field_id="none" label="East">
      <headLoss/>
    </free_inlet_outlet>
    <free_inlet_outlet field_id="none" label="Atm_BL">
      <headLoss/>
    </free_inlet_outlet>
    <inlet field_id="none" label="West">
      <turbulence choice="hydraulic_diameter">
        <hydraulic_diameter>1</hydraulic_diameter>
      </turbulence>
      <velocity_pressure choice="flow2" direction="normal">
        <flow2>2500</flow2>
      </velocity_pressure>
    </inlet>
    <symmetry field_id="none" label="North"/>
    <symmetry field_id="none" label="South"/>
    <wall field_id="none" label="Ground">
      <velocity_pressure choice="off">
        <dirichlet component="0" name="velocity">0</dirichlet>
        <dirichlet component="1" name="velocity">0</dirichlet>
        <dirichlet component="2" name="velocity">0</dirichlet>
        <roughness>0.01</roughness>
      </velocity_pressure>
    </wall>
    <wall field_id="none" label="Roof">
      <velocity_pressure choice="off">
        <roughness>0.01</roughness>
      </velocity_pressure>
    </wall>
    <wall field_id="none" label="Upwind_wall">
      <velocity_pressure choice="off">
        <dirichlet component="0" name="velocity">0</dirichlet>
        <dirichlet component="1" name="velocity">0</dirichlet>
        <dirichlet component="2" name="velocity">0</dirichlet>
        <roughness>0.01</roughness>
      </velocity_pressure>
    </wall>
    <wall field_id="none" label="Downwind_wall">
      <velocity_pressure choice="off">
        <dirichlet component="0" name="velocity">0</dirichlet>
        <dirichlet component="1" name="velocity">0</dirichlet>
        <dirichlet component="2" name="velocity">0</dirichlet>
        <roughness>0.01</roughness>
      </velocity_pressure>
    </wall>
  </boundary_conditions>
  <calculation_management>
    <block_io/>
    <partitioning/>
    <start_restart>
      <frozen_field status="off"/>
    </start_restart>
  </calculation_management>
  <lagrangian model="off"/>
  <numerical_parameters>
    <gradient_reconstruction choice="0"/>
    <gradient_transposed status="on"/>
    <hydrostatic_pressure status="off"/>
    <pressure_relaxation>1</pressure_relaxation>
    <velocity_pressure_algo choice="simplec">
      <piso_sweep_number>1</piso_sweep_number>
    </velocity_pressure_algo>
    <velocity_pressure_coupling status="off"/>
    <wall_pressure_extrapolation>0</wall_pressure_extrapolation>
  </numerical_parameters>
  <physical_properties>
    <fluid_properties>
      <material choice="user_material"/>
      <method choice="user_properties"/>
      <property choice="constant" label="Density" name="density">
        <initial_value>1.225</initial_value>
        <listing_printing status="off"/>
        <postprocessing_recording status="off"/>
      </property>
      <property choice="constant" label="LamVisc" name="molecular_viscosity">
        <initial_value>1.82e-05</initial_value>
        <listing_printing status="off"/>
        <postprocessing_recording status="off"/>
      </property>
      <reference choice="user_material"/>
      <reference_pressure>101325</reference_pressure>
      <reference_temperature>293.15</reference_temperature>
    </fluid_properties>
    <gravity>
      <gravity_x>0</gravity_x>
      <gravity_y>0</gravity_y>
      <gravity_z>-9.81</gravity_z>
    </gravity>
    <notebook/>
    <omega>
      <omega_x>0</omega_x>
      <omega_y>0</omega_y>
      <omega_z>0</omega_z>
    </omega>
  </physical_properties>
  <solution_domain>
    <extrusion/>
    <faces_cutting status="off"/>
    <joining/>
    <mesh_smoothing status="off"/>
    <meshes_list>
      <mesh name="structured_delx05_3D.unv"/>
    </meshes_list>
    <periodicity>
      <face_periodicity mode="translation" name="1">
        <fraction>0.1</fraction>
        <plane>25</plane>
        <selector>East, West</selector>
        <translation>
          <translation_x>50</translation_x>
          <translation_y>0</translation_y>
          <translation_z>0</translation_z>
        </translation>
        <verbosity>1</verbosity>
        <visualization>1</visualization>
      </face_periodicity>
    </periodicity>
    <thin_walls/>
    <volumic_conditions>
      <zone groundwater_law="off" head_losses="off" id="1" initialization="on" label="all_cells" mass_source_term="off" momentum_source_term="off" porosity="off" scalar_source_term="off" thermal_source_term="off">all[]</zone>
    </volumic_conditions>
  </solution_domain>
  <thermophysical_models>
    <ale_method/>
    <atmospheric_flows model="off">
      <read_meteo_data status="off"/>
    </atmospheric_flows>
    <compressible_model model="off"/>
    <gas_combustion model="off" option="off"/>
    <groundwater_model model="off"/>
    <hgn_model model="off"/>
    <joule_effect model="off"/>
    <radiative_transfer model="off"/>
    <reference_values/>
    <solid_fuels model="off"/>
    <source_terms/>
    <thermal_scalar model="off"/>
    <turbomachinery model="off">
      <joining/>
    </turbomachinery>
    <turbulence model="k-epsilon">
      <gravity_terms status="on"/>
      <initialization choice="reference_value" zone_id="1"/>
      <property label="TurbVisc" name="turbulent_viscosity"/>
      <reference_velocity>2</reference_velocity>
      <variable label="epsilon" name="epsilon">
        <blending_factor>0</blending_factor>
        <rhs_reconstruction>1</rhs_reconstruction>
      </variable>
      <variable label="k" name="k">
        <blending_factor>0</blending_factor>
        <rhs_reconstruction>1</rhs_reconstruction>
      </variable>
      <wall_function>3</wall_function>
    </turbulence>
    <velocity_pressure>
      <initialization>
        <formula zone_id="1">velocity[0] = 0.;
velocity[1] = 0.;
velocity[2] = 0.;</formula>
      </initialization>
      <property label="Stress" name="stress" support="boundary"/>
      <property label="Stress, normal" name="stress_normal" support="boundary">
        <postprocessing_recording status="off"/>
      </property>
      <property label="Stress, tangential" name="stress_tangential" support="boundary">
        <postprocessing_recording status="off"/>
      </property>
      <property label="total_pressure" name="total_pressure"/>
      <property label="Yplus" name="yplus" support="boundary"/>
      <variable label="Pressure" name="pressure">
        <rhs_reconstruction>2</rhs_reconstruction>
      </variable>
      <variable dimension="3" label="Velocity" name="velocity">
        <blending_factor>1</blending_factor>
        <rhs_reconstruction>1</rhs_reconstruction>
      </variable>
    </velocity_pressure>
  </thermophysical_models>
</Code_Saturne_GUI>