<?xml version="1.0" encoding="utf-8"?><Code_Saturne_GUI case="CAS3" study="STUDY" version="2.0">
	<solution_domain>
		<volumic_conditions>
			<zone head_losses="off" id="1" initialization="on" label="all_cells" mass_source_term="off" momentum_source_term="off" name="1" scalar_source_term="off" thermal_source_term="off">all[]</zone>
		</volumic_conditions>
		<meshes_list>
			<mesh name="cylinder.med" num="1"/>
		</meshes_list>
		<join_meshes status="off"/>
		<faces_cutting status="off"/>
		<reorientation status="off"/>
		<periodic_boundary/>
		<standalone/>
		<joining/>
		<periodicity/>
	</solution_domain>
	<thermophysical_models>
		<velocity_pressure>
			<variable label="Pression" name="pressure">
				<reference_pressure>101325</reference_pressure>
				<solveur_precision>1e-05</solveur_precision>
			</variable>
			<variable label="VitesseX" name="velocity_U">
				<solveur_precision>1e-05</solveur_precision>
				<blending_factor>1</blending_factor>
			</variable>
			<variable label="VitesseY" name="velocity_V">
				<solveur_precision>1e-05</solveur_precision>
				<blending_factor>1</blending_factor>
			</variable>
			<variable label="VitesseZ" name="velocity_W">
				<solveur_precision>1e-05</solveur_precision>
				<blending_factor>1</blending_factor>
			</variable>
			<property label="total_pressure" name="total_pressure"/>
			<property label="Yplus" name="yplus" support="boundary"/>
			<property label="Efforts" name="effort" support="boundary"/>
			<property label="all_variables" name="all_variables" support="boundary"/>
		</velocity_pressure>
		<ale_method status="on">
			<variable label="mesh_u" name="mesh_velocity_U">
				<solveur_precision>1e-05</solveur_precision>
			</variable>
			<variable label="mesh_v" name="mesh_velocity_V">
				<solveur_precision>1e-05</solveur_precision>
			</variable>
			<variable label="mesh_w" name="mesh_velocity_W">
				<solveur_precision>1e-05</solveur_precision>
			</variable>
			<property choice="user_function" label="mesh_vi1" name="mesh_viscosity_1"/>
			<mesh_viscosity type="isotrop"/>
			<fluid_initialization_sub_iterations>10</fluid_initialization_sub_iterations>
			<max_iterations_implicitation>2</max_iterations_implicitation>
			<implicitation_precision>1e-05</implicitation_precision>
			<external_coupling_post_synchronization status="off"/>
			<formula>xr2 = 1.5^2;
xcen = 5.0;
ycen = 0.;
zcen = 6.0;
xray2 = (x-xcen)^2 + (y-ycen)^2 + (z-zcen)^2;
mesh_vi1 = 1;
if (xray2 &lt; xr2) mesh_vi1 = 1e10;</formula>
		</ale_method>
		<turbulence model="off">
			<initialization choice="reference_velocity">
				<reference_velocity>1</reference_velocity>
			</initialization>
		</turbulence>
		<thermal_scalar model="off"/>
		<radiative_transfer model="off"/>
		<conjugate_heat_transfer>
			<external_coupling status="off"/>
			<external_coupling status="off"/>
			<external_coupling status="on"/>
		</conjugate_heat_transfer>
		<gas_combustion model="off"/>
		<pulverized_coal model="off"/>
		<joule_effect model="off"/>
		<atmospheric_flows model="off"/>
		<heads_losses/>
	</thermophysical_models>
	<numerical_parameters>
		<multigrid status="on"/>
		<gradient_transposed status="on"/>
		<velocity_pressure_coupling status="off"/>
		<pressure_relaxation>1</pressure_relaxation>
		<wall_pressure_extrapolation>0</wall_pressure_extrapolation>
		<gradient_reconstruction choice="0"/>
	</numerical_parameters>
	<physical_properties>
		<fluid_properties>
			<property choice="constant" label="Masse vo" name="density">
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
				<initial_value>1</initial_value>
			</property>
			<property choice="constant" label="Visc. la" name="molecular_viscosity">
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
				<initial_value>0.0075</initial_value>
			</property>
			<property choice="constant" label="Ch.spec." name="specific_heat">
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
				<initial_value>1000</initial_value>
			</property>
			<property choice="constant" label="Cond. th" name="thermal_conductivity">
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
				<initial_value>0.02495</initial_value>
			</property>
		</fluid_properties>
		<gravity>
			<gravity_x>0</gravity_x>
			<gravity_y>0</gravity_y>
			<gravity_z>0</gravity_z>
		</gravity>
		<hydrostatic_pressure status="off"/>
		<omega>
			<omega_x>0</omega_x>
			<omega_y>0</omega_y>
			<omega_z>0</omega_z>
		</omega>
	</physical_properties>
	<additional_scalars/>
	<boundary_conditions>
		<boundary label="inlet" name="1" nature="inlet">entree</boundary>
		<boundary label="outlet" name="2" nature="outlet">sortie</boundary>
		<boundary label="wall" name="3" nature="wall">paroi</boundary>
		<boundary label="sym" name="4" nature="symmetry">symetrie_1 or symetrie_2</boundary>
		<inlet label="inlet">
			<velocity_pressure choice="norm" direction="normal">
				<norm>1</norm>
			</velocity_pressure>
			<turbulence choice="hydraulic_diameter">
				<hydraulic_diameter>1</hydraulic_diameter>
			</turbulence>
		</inlet>
		<outlet label="outlet"/>
		<wall label="wall">
			<velocity_pressure choice="off"/>
			<ale choice="internal_coupling">
				<initial_displacement>
					<X>0</X>
					<Y>0</Y>
					<Z>0</Z>
				</initial_displacement>
				<equilibrium_displacement>
					<X>0</X>
					<Y>0</Y>
					<Z>0</Z>
				</equilibrium_displacement>
				<initial_velocity>
					<X>0</X>
					<Y>0</Y>
					<Z>0</Z>
				</initial_velocity>
				<mass_matrix>
					<formula>m11=5;
m22=5;
m33=5;
m12=0;
m13=0;
m23=0;
m21=0;
m31=0;
m32=0;</formula>
				</mass_matrix>
				<stiffness_matrix>
					<formula>k11=2;
k22=2;
k33=2;
k12=0;
k13=0;
k23=0;
k21 = 0;
k31 = 0;
k32 = 0;</formula>
				</stiffness_matrix>
				<damping_matrix>
					<formula>c11=3;
c22=3;
c33=3;
c12=0;
c13=0;
c23=0;
c21 = 0;
c31 = 0;
c32 = 0;</formula>
				</damping_matrix>
				<fluid_force_matrix>
					<formula>fx = fluid_fx;
fy = fluid_fy;
fz = fluid_fz;</formula>
				</fluid_force_matrix>
			</ale>
		</wall>
		<symmetry label="sym"/>
		<wall label="sym">
			<ale choice="sliding_boundary"/>
		</wall>
		<wall label="inlet">
			<ale choice="fixed_boundary"/>
		</wall>
		<wall label="outlet">
			<ale choice="fixed_boundary"/>
		</wall>
		<variable/>
		<scalar/>
	</boundary_conditions>
	<analysis_control>
		<output>
			<postprocessing_mesh_options choice="10"/>
			<syrthes_boundary status="off"/>
			<listing_printing_frequency>1</listing_printing_frequency>
			<postprocessing_frequency>10</postprocessing_frequency>
			<probe_recording_frequency>10</probe_recording_frequency>
			<fluid_domain status="on"/>
			<domain_boundary status="off"/>
			<postprocessing_format choice="EnSight"/>
			<postprocessing_options choice="binary"/>
			<probe name="1" status="on">
				<probe_x>4.69</probe_x>
				<probe_y>-0.25</probe_y>
				<probe_z>6.73</probe_z>
			</probe>
			<probe name="2" status="on">
				<probe_x>5.71</probe_x>
				<probe_y>-0.25</probe_y>
				<probe_z>5.64</probe_z>
			</probe>
			<writer id="-1" label="results">
				<frequency period="none"/>
				<output_at_end status="on"/>
				<format name="ensight" options=""/>
				<directory name="postprocessing"/>
				<time_dependency choice="fixed_mesh"/>
			</writer>
			<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="DAT"/>
		</output>
		<time_parameters>
			<time_step_ref>0.08</time_step_ref>
			<iterations>10</iterations>
			<time_passing>0</time_passing>
			<property label="Nb Courant" name="courant_number"/>
			<property label="Nb Fourier" name="fourier_number"/>
			<zero_time_step status="off"/>
		</time_parameters>
		<steady_management status="off"/>
		<time_averages/>
		<profiles/>
	</analysis_control>
	<lagrangian model="off"/>
	<calculation_management>
		<start_restart>
			<restart status="off"/>
			<frozen_field status="off"/>
		</start_restart>
		<integer_work_array>
			<ncelet>0</ncelet>
			<nfac>0</nfac>
			<nfabor>0</nfabor>
			<dimless>0</dimless>
		</integer_work_array>
		<real_work_array>
			<ncelet>0</ncelet>
			<nfac>0</nfac>
			<nfabor>0</nfabor>
			<dimless>0</dimless>
		</real_work_array>
		<integer_user_array>
			<ncelet>0</ncelet>
			<nfac>0</nfac>
			<nfabor>0</nfabor>
			<dimless>0</dimless>
		</integer_user_array>
		<real_user_array>
			<ncelet>0</ncelet>
			<nfac>0</nfac>
			<nfabor>0</nfabor>
			<dimless>0</dimless>
		</real_user_array>
		<n_procs>1</n_procs>
	</calculation_management>
</Code_Saturne_GUI>