<?xml version="1.0" encoding="utf-8"?><Code_Saturne_GUI case="INIT_testKiya" solver_version="5.0;5.1;5.0;5.1;5.0;5.1;5.0;5.1;5.2;5.0;5.2" study="WaveCurrentCylinderBC_Kiya" version="2.0">
	<additional_scalars/>
	<analysis_control>
		<error_estimator/>
		<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 name="1" status="on">
				<probe_x>5.405</probe_x>
				<probe_y>0.1</probe_y>
				<probe_z>0</probe_z>
			</probe>
			<probe name="2" status="on">
				<probe_x>5.405</probe_x>
				<probe_y>0.2</probe_y>
				<probe_z>0</probe_z>
			</probe>
			<probe name="3" status="on">
				<probe_x>5.405</probe_x>
				<probe_y>0.4</probe_y>
				<probe_z>0</probe_z>
			</probe>
			<probe name="4" status="on">
				<probe_x>5.405</probe_x>
				<probe_y>0.8</probe_y>
				<probe_z>0</probe_z>
			</probe>
			<probe name="5" status="on">
				<probe_x>5.795</probe_x>
				<probe_y>0.1</probe_y>
				<probe_z>0</probe_z>
			</probe>
			<probe name="6" status="on">
				<probe_x>5.795</probe_x>
				<probe_y>0.2</probe_y>
				<probe_z>0</probe_z>
			</probe>
			<probe name="7" status="on">
				<probe_x>5.795</probe_x>
				<probe_y>0.4</probe_y>
				<probe_z>0</probe_z>
			</probe>
			<probe name="8" status="on">
				<probe_x>5.795</probe_x>
				<probe_y>0.8</probe_y>
				<probe_z>0</probe_z>
			</probe>
			<probe_format choice="CSV"/>
			<probe_recording_frequency_time>0.01</probe_recording_frequency_time>
			<writer id="-1" label="results">
				<directory name="postprocessing"/>
				<format name="ensight" options=""/>
				<frequency period="time_step">1000</frequency>
				<output_at_start status="on"/>
				<time_dependency choice="fixed_mesh"/>
			</writer>
		</output>
		<profiles>
			<profile label="profileBeforeCylinder">
				<format name="CSV"/>
				<formula>y0 = 0.;
y1 = 2.34;
x = 5.1;
y = y1*s + y0*(1.-s);
z = 0.;</formula>
				<output_frequency>-1</output_frequency>
				<output_type>end</output_type>
				<points>200</points>
				<var_prop component="0" name="velocity"/>
				<var_prop component="1" name="velocity"/>
				<var_prop component="0" name="rij"/>
				<var_prop component="1" name="rij"/>
				<var_prop component="2" name="rij"/>
				<var_prop component="3" name="rij"/>
				<var_prop component="4" name="rij"/>
				<var_prop component="5" name="rij"/>
				<var_prop component="0" name="epsilon"/>
				<var_prop component="0" name="turbulent_viscosity"/>
			</profile>
			<profile label="profileAfterCylinder">
				<format name="CSV"/>
				<formula>y0 = 0.;
y1 = 2.34;
x = 6.2;
y = y1*s + y0*(1.-s);
z = 0.;</formula>
				<output_frequency>-1</output_frequency>
				<output_type>end</output_type>
				<points>200</points>
				<var_prop component="0" name="velocity"/>
				<var_prop component="1" name="velocity"/>
				<var_prop component="0" name="rij"/>
				<var_prop component="1" name="rij"/>
				<var_prop component="2" name="rij"/>
				<var_prop component="3" name="rij"/>
				<var_prop component="4" name="rij"/>
				<var_prop component="5" name="rij"/>
				<var_prop component="0" name="epsilon"/>
				<var_prop component="0" name="turbulent_viscosity"/>
			</profile>
		</profiles>
		<scalar_balances/>
		<steady_management status="off">
			<iterations>10</iterations>
			<relaxation_coefficient>0.7</relaxation_coefficient>
			<zero_iteration status="off"/>
		</steady_management>
		<time_averages/>
		<time_parameters>
			<iterations>450000</iterations>
			<property label="CourantNb" name="courant_number"/>
			<property label="FourierNb" name="fourier_number"/>
			<time_passing>0</time_passing>
			<time_step_ref>0.001</time_step_ref>
			<zero_time_step status="off"/>
		</time_parameters>
	</analysis_control>
	<boundary_conditions>
		<boundary label="BC_1" name="1" nature="wall">cable</boundary>
		<boundary label="BC_4" name="2" nature="symmetry">top</boundary>
		<boundary label="BC_7" name="3" nature="wall">bottom</boundary>
		<boundary label="BC_2" name="4" nature="outlet">outlet</boundary>
		<boundary label="BC_3" name="5" nature="inlet">inlet</boundary>
		<inlet field_id="none" label="BC_3">
			<turbulence choice="formula">
				<formula>#exemple :
uref2 = 0.5;
dh = 0.13;
rho0 = 1025;
mu0 = 0.001;
re = sqrt(uref2)*dh*rho0/mu0;

if (re &lt; 2000){
#     in this case u*^2 is directly calculated to not have a problem with
#     xlmbda=64/Re when Re-&gt;0

  ustar2 = 8.*mu0*sqrt(uref2)/rho0/dh;}

else if (re&lt;4000){

  xlmbda = 0.021377 + 5.3115e-6*re;
  ustar2 = uref2*xlmbda/8.;}

else {

  xlmbda = 1/( 1.8*log(re)/log(10.)-1.64)^2;
  ustar2 = uref2*xlmbda/8.;}

cmu = 0.09;
kappa = 0.42;
k   = ustar2/sqrt(cmu);
epsilon = ustar2^1.5/(kappa*dh*0.1);
d2s3 = 2/3;
r11 = d2s3*k;
r22 = d2s3*k;
r33 = d2s3*k;
r12 = 0;
r13 = 0;
r23 = 0;</formula>
				<hydraulic_diameter>1</hydraulic_diameter>
			</turbulence>
			<velocity_pressure choice="norm" direction="normal">
				<norm>0.5</norm>
			</velocity_pressure>
		</inlet>
		<outlet field_id="none" label="BC_2"/>
		<symmetry field_id="none" label="BC_4"/>
		<wall field_id="none" label="BC_5">
			<ale choice="sliding_boundary">
				<formula/>
			</ale>
		</wall>
		<wall field_id="none" label="BC_6">
			<ale choice="sliding_boundary">
				<formula/>
			</ale>
		</wall>
		<wall field_id="none" label="BC_1">
			<ale choice="fixed_displacement">
				<damping_matrix/>
				<equilibrium_displacement>
					<X>0</X>
					<Y>0</Y>
					<Z>0</Z>
				</equilibrium_displacement>
				<fluid_force_matrix/>
				<formula>mesh_x=0.5*Um*T/pi*sin(2*pi*t/T);
mesh_y=0;
mesh_z=0;</formula>
				<initial_displacement>
					<X>0</X>
					<Y>0</Y>
					<Z>0</Z>
				</initial_displacement>
				<initial_velocity>
					<X>0</X>
					<Y>0</Y>
					<Z>0</Z>
				</initial_velocity>
				<mass_matrix/>
				<stiffness_matrix/>
			</ale>
			<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>4.3e-06</roughness>
			</velocity_pressure>
		</wall>
		<wall field_id="none" label="BC_7">
			<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.0001</roughness>
			</velocity_pressure>
		</wall>
	</boundary_conditions>
	<calculation_management>
		<block_io/>
		<partitioning/>
		<run_type>standard</run_type>
		<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>1025</initial_value>
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
			</property>
			<property choice="constant" label="LamVisc" name="molecular_viscosity">
				<formula>molecular_viscosity = -1.;</formula>
				<initial_value>0.001</initial_value>
			</property>
			<property choice="constant" label="SpecHeat" name="specific_heat">
				<initial_value>1017.24</initial_value>
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
			</property>
			<property choice="constant" label="ThermalCond" name="thermal_conductivity">
				<initial_value>0.02495</initial_value>
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
			</property>
			<reference choice="user_material"/>
		</fluid_properties>
		<gravity>
			<gravity_x>0</gravity_x>
			<gravity_y>0</gravity_y>
			<gravity_z>0</gravity_z>
		</gravity>
		<notebook>
			<var id="0" name="ustar" value="0.0405136400319"/>
			<var id="1" name="z0" value="0.0001"/>
		</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="cylinder_eD1p5_large_zeroBed_finer_1.med"/>
		</meshes_list>
		<periodicity>
			<face_periodicity mode="translation" name="1">
				<fraction>0.1</fraction>
				<plane>25</plane>
				<selector>front or back</selector>
				<translation>
					<translation_x>0</translation_x>
					<translation_y>0</translation_y>
					<translation_z>0.5</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 status="off">
			<displacement_prediction_alpha>0.5</displacement_prediction_alpha>
			<displacement_prediction_beta>0</displacement_prediction_beta>
			<fluid_initialization_sub_iterations>1</fluid_initialization_sub_iterations>
			<formula>PR=1.0*0.025;

xr2 = PR*2;
xcen = 0.0;
ycen = 0.;
xray2 = (x-xcen)^2 + (y-ycen)^2;
mesh_viscosity_1 = 1;
if (xray2 &lt; xr2) mesh_viscosity_1 = 1e10;</formula>
			<implicitation_precision>1e-08</implicitation_precision>
			<max_iterations_implicitation>20</max_iterations_implicitation>
			<mesh_viscosity type="isotrop"/>
			<monitor_point_synchronisation status="off"/>
			<stress_prediction_alpha>2</stress_prediction_alpha>
		</ale_method>
		<atmospheric_flows model="off"/>
		<compressible_model model="off"/>
		<conjugate_heat_transfer>
			<external_coupling/>
		</conjugate_heat_transfer>
		<fans/>
		<gas_combustion model="off" option="off"/>
		<groundwater_model model="off"/>
		<joule_effect model="off"/>
		<radiative_transfer model="off"/>
		<reference_values>
			<pressure>101325</pressure>
			<temperature>293.15</temperature>
			<velocity>0.12345</velocity>
		</reference_values>
		<solid_fuels model="off"/>
		<thermal_scalar model="off"/>
		<turbomachinery model="off">
			<joining/>
		</turbomachinery>
		<turbulence model="Rij-SSG">
			<gravity_terms status="off"/>
			<initialization choice="reference_value" zone_id="1">
				<formula>cmu = 0.09;
#example 
trii   = (0.02*0.1)^2;
cmu = 0.09;
r11 = trii;
r22 = trii;
r33 = trii;
r12 = 0.;
r13 = 0.;
r23 = 0.;
k = 0.5*(r11+r22+r33);
epsilon = k^1.5*cmu/0.1;</formula>
			</initialization>
			<property label="TurbVisc" name="turbulent_viscosity">
				<probes_recording status="off"/>
			</property>
			<variable label="epsilon" name="epsilon">
				<blending_factor>0</blending_factor>
				<rhs_reconstruction>1</rhs_reconstruction>
			</variable>
			<variable dimension="6" label="Rij" name="rij">
				<blending_factor>0</blending_factor>
				<rhs_reconstruction>1</rhs_reconstruction>
			</variable>
			<wall_function>4</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>10</rhs_reconstruction>
			</variable>
			<variable dimension="3" label="Velocity" name="velocity">
				<blending_factor>1</blending_factor>
				<rhs_reconstruction>10</rhs_reconstruction>
			</variable>
		</velocity_pressure>
	</thermophysical_models>
</Code_Saturne_GUI>