<?xml version="1.0" encoding="utf-8"?>
<Code_Saturne_GUI case="viv2" study="V304" 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" scalar_source_term="off" thermal_source_term="off">all[]</zone>
		</volumic_conditions>
		<meshes_list>
			<mesh name="fin_fin__haut_3D.des"/>
		</meshes_list>
		<faces_cutting status="off"/>
		<mesh_smoothing status="off"/>
		<joining/>
		<periodicity/>
	</solution_domain>
	<thermophysical_models>
		<velocity_pressure>
			<variable label="Pressure" name="pressure">
				<rhs_reconstruction>2</rhs_reconstruction>
			</variable>
			<variable label="VelocityX" name="velocity_U">
				<rhs_reconstruction>1</rhs_reconstruction>
				<blending_factor>1</blending_factor>
			</variable>
			<variable label="VelocityY" name="velocity_V">
				<rhs_reconstruction>1</rhs_reconstruction>
				<blending_factor>1</blending_factor>
			</variable>
			<variable label="VelocityZ" name="velocity_W">
				<rhs_reconstruction>1</rhs_reconstruction>
				<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="Efforts, tangential" name="effort_tangential" support="boundary">
				<postprocessing_recording status="off"/>
			</property>
			<property label="Efforts, normal" name="effort_normal" support="boundary">
				<postprocessing_recording status="off"/>
			</property>
			<initialization>
				<formula zone_id="1">u = 0.004;
v = 0;
w = 0;</formula>
			</initialization>
		</velocity_pressure>
		<reference_values>
			<pressure>101325</pressure>
			<velocity>0.004</velocity>
			<length choice="prescribed">0.025</length>
			<temperature>1273.15</temperature>
		</reference_values>
		<turbulence model="off">
			<initialization choice="reference_value" zone_id="1"/>
		</turbulence>
		<ale_method status="on">
			<variable label="mesh_u" name="mesh_velocity_U"/>
			<variable label="mesh_v" name="mesh_velocity_V"/>
			<variable label="mesh_w" name="mesh_velocity_W"/>
			<property label="mesh_vi1" name="mesh_viscosity_1"/>
			<mesh_viscosity type="isotrop"/>
			<fluid_initialization_sub_iterations>0</fluid_initialization_sub_iterations>
			<formula>xr12 = 0.01^2;
xcen = 0.0;
ycen = 0.;
xr22=0.022^2;
xray2 = (x-xcen)^2 + (y-ycen)^2;
mesh_vi1=1.;
if ((xray2 &lt; xr22) &amp;&amp; (xray2 &gt; xr12)) mesh_vi1 = 1e10;</formula>
			<max_iterations_implicitation>10</max_iterations_implicitation>
			<implicitation_precision>0.001</implicitation_precision>
			<external_coupling_post_synchronization status="off"/>
			<displacement_prediction_alpha>0.5</displacement_prediction_alpha>
			<displacement_prediction_beta>0</displacement_prediction_beta>
			<stress_prediction_alpha>2</stress_prediction_alpha>
			<monitor_point_synchronisation status="on"/>
		</ale_method>
		<thermal_scalar model="off"/>
		<radiative_transfer model="off"/>
		<conjugate_heat_transfer>
			<external_coupling/>
		</conjugate_heat_transfer>
		<compressible_model model="off"/>
		<gas_combustion model="off"/>
		<joule_effect model="off"/>
		<atmospheric_flows model="off"/>
		<solid_fuels model="off"/>
	</thermophysical_models>
	<numerical_parameters>
		<velocity_pressure_algo choice="simplec">
			<piso_sweep_number>1</piso_sweep_number>
		</velocity_pressure_algo>
		<gradient_transposed status="on"/>
		<velocity_pressure_coupling status="off"/>
		<hydrostatic_pressure 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="Density" name="density">
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
				<initial_value>1000</initial_value>
			</property>
			<property choice="constant" label="LamVisc" name="molecular_viscosity">
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
				<initial_value>0.001</initial_value>
			</property>
			<property choice="constant" label="SpecHeat" name="specific_heat">
				<listing_printing status="off"/>
				<postprocessing_recording status="off"/>
				<initial_value>1017.24</initial_value>
			</property>
			<property choice="constant" label="ThermalCond" 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>
	</physical_properties>
	<additional_scalars/>
	<boundary_conditions>
		<boundary label="BC_1" name="1" nature="wall">1</boundary>
		<wall label="BC_1">
			<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=1.;
m22=0.0129;
m33=1.;
m12=0;
m13=0;
m23=0;
m21=0;
m31=0;
m32=0;</formula>
				</mass_matrix>
				<damping_matrix>
					<formula>c11=0;
c22=0;
c33=0;
c12=0;
c13=0;
c23=0;
c21=0;
c31=0;
c32=0;</formula>
				</damping_matrix>
				<stiffness_matrix>
					<formula>k11=1;
k22=0.000797;
k33=1;
k12=0;
k13=0;
k23=0;
k21=0;
k31=0;
k32=0;</formula>
				</stiffness_matrix>
				<fluid_force_matrix>
					<formula>fx = 0;
fy = fluid_fy;
fz = 0;</formula>
				</fluid_force_matrix>
			</ale>
		</wall>
		<boundary label="BC_2" name="2" nature="symmetry">10</boundary>
		<boundary label="BC_3" name="3" nature="symmetry">11</boundary>
		<boundary label="BC_4" name="4" nature="symmetry">2</boundary>
		<boundary label="BC_5" name="5" nature="inlet">3</boundary>
		<boundary label="BC_6" name="6" nature="outlet">4</boundary>
		<symmetry label="BC_2"/>
		<symmetry label="BC_3"/>
		<symmetry label="BC_4"/>
		<inlet label="BC_5">
			<velocity_pressure choice="norm" direction="normal">
				<norm>0.004</norm>
			</velocity_pressure>
			<turbulence choice="hydraulic_diameter">
				<hydraulic_diameter>1</hydraulic_diameter>
			</turbulence>
		</inlet>
		<outlet label="BC_6"/>
		<wall label="BC_2">
			<ale choice="sliding_boundary"/>
		</wall>
		<wall label="BC_3">
			<ale choice="sliding_boundary"/>
		</wall>
		<wall label="BC_4">
			<ale choice="fixed_boundary"/>
		</wall>
		<wall label="BC_5">
			<ale choice="fixed_boundary"/>
		</wall>
		<wall label="BC_6">
			<ale choice="fixed_boundary"/>
		</wall>
		<variable/>
		<scalar/>
	</boundary_conditions>
	<analysis_control>
		<output>
			<writer id="-1" label="results">
				<frequency period="none"/>
				<output_at_end status="on"/>
				<format name="ensight" options="binary"/>
				<directory name="postprocessing"/>
				<time_dependency choice="transient_coordinates"/>
			</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>
			<listing_printing_frequency>1</listing_printing_frequency>
			<probe_recording_frequency>1</probe_recording_frequency>
			<probe_format choice="DAT"/>
		</output>
		<profiles/>
		<time_averages/>
		<time_parameters>
			<time_step_ref>0.025</time_step_ref>
			<iterations>42000</iterations>
			<time_passing>0</time_passing>
			<property label="CourantNb" name="courant_number"/>
			<property label="FourierNb" name="fourier_number"/>
			<zero_time_step status="off"/>
		</time_parameters>
		<steady_management status="off"/>
	</analysis_control>
	<calculation_management>
		<start_restart>
			<frozen_field status="off"/>
			<restart path="RESU/20140707-1627/checkpoint"/>
			<restart_rescue>-1</restart_rescue>
			<restart_with_auxiliary status="on"/>
		</start_restart>
		<partitioning/>
		<block_io/>
	</calculation_management>
	<lagrangian model="off"/>
</Code_Saturne_GUI>