Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
326 changes: 326 additions & 0 deletions 20_thermal/Th_Conjugate_Heat_Transfer/CASE/DATA/setup.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,326 @@
<?xml version="1.0" encoding="utf-8"?><Code_Saturne_GUI case="CASE" solver_version="9.1" study="code_saturne" version="2.0">
<additional_scalars/>
<analysis_control>
<output>
<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 id="1" name="1" status="on">
<probe_x>1.5</probe_x>
<probe_y>0</probe_y>
<probe_z>0</probe_z>
</probe>
<probe id="2" name="2" status="on">
<probe_x>5.875</probe_x>
<probe_y>0</probe_y>
<probe_z>0</probe_z>
</probe>
<probe id="3" name="3" status="on">
<probe_x>11.5</probe_x>
<probe_y>0</probe_y>
<probe_z>0</probe_z>
</probe>
<probe_format choice="CSV"/>
<probe_recording_frequency>1</probe_recording_frequency>
<probes_interpolation choice=""/>
<probes_snap choice=""/>
<writer id="-1" label="results">
<directory name="postprocessing"/>
<format name="ensight" options="separate_meshes"/>
<frequency period="none"/>
<output_at_end status="on"/>
<time_dependency choice="fixed_mesh"/>
</writer>
</output>
<profiles/>
<time_averages/>
<time_parameters>
<iterations>1500</iterations>
<max_courant_num>1</max_courant_num>
<max_fourier_num>10</max_fourier_num>
<property name="courant_number" label="CourantNb"/>
<property name="fourier_number" label="FourierNb"/>
<property name="local_time_step" label="LocalTime"/>
<time_passing>2</time_passing>
<time_step_max_factor>1000</time_step_max_factor>
<time_step_min_factor>0.1</time_step_min_factor>
<time_step_ref>0.1</time_step_ref>
<time_step_var>0.1</time_step_var>
</time_parameters>
</analysis_control>
<boundary_conditions>
<boundary label="inlet" name="1" nature="inlet">101</boundary>
<boundary label="core1" name="2" nature="wall">102</boundary>
<boundary label="core2" name="3" nature="wall">103</boundary>
<boundary label="core3" name="4" nature="wall">104</boundary>
<boundary label="back" name="5" nature="symmetry">105</boundary>
<boundary label="front" name="6" nature="symmetry">106</boundary>
<boundary label="outlet" name="7" nature="outlet">107</boundary>
<inlet label="inlet" field_id="none">
<scalar name="temperature" type="thermal" choice="dirichlet">
<dirichlet>288.15</dirichlet>
</scalar>
<turbulence choice="hydraulic_diameter">
<hydraulic_diameter>1</hydraulic_diameter>
</turbulence>
<velocity_pressure choice="norm" direction="coordinates">
<direction_x>1</direction_x>
<direction_y>0</direction_y>
<direction_z>0</direction_z>
<norm>3.40297</norm>
</velocity_pressure>
</inlet>
<outlet label="outlet" field_id="none">
<scalar name="temperature" type="thermal" choice="neumann">
<neumann>0</neumann>
</scalar>
</outlet>
<symmetry label="back" field_id="none"/>
<symmetry label="front" field_id="none"/>
<wall label="core2" field_id="none">
<scalar name="temperature" type="thermal" choice="dirichlet">
<dirichlet>350</dirichlet>
</scalar>
<velocity_pressure choice="off">
<dirichlet name="velocity" component="0">0</dirichlet>
<dirichlet name="velocity" component="1">0</dirichlet>
<dirichlet name="velocity" component="2">0</dirichlet>
</velocity_pressure>
</wall>
<wall label="core3" field_id="none">
<scalar name="temperature" type="thermal" choice="dirichlet">
<dirichlet>350</dirichlet>
</scalar>
<velocity_pressure choice="off">
<dirichlet name="velocity" component="0">0</dirichlet>
<dirichlet name="velocity" component="1">0</dirichlet>
<dirichlet name="velocity" component="2">0</dirichlet>
</velocity_pressure>
</wall>
<wall label="core1" field_id="none">
<scalar name="temperature" type="thermal" choice="dirichlet">
<dirichlet>350</dirichlet>
</scalar>
<velocity_pressure choice="off">
<dirichlet name="velocity" component="0">0</dirichlet>
<dirichlet name="velocity" component="1">0</dirichlet>
<dirichlet name="velocity" component="2">0</dirichlet>
</velocity_pressure>
</wall>
</boundary_conditions>
<calculation_management>
<start_restart>
<frozen_field status="off"/>
</start_restart>
</calculation_management>
<lagrangian model="off"/>
<numerical_parameters>
<velocity_pressure_algo choice="simplec"/>
</numerical_parameters>
<physical_properties>
<fluid_properties>
<material choice="user_material"/>
<method choice="user_properties"/>
<property name="density" choice="user_law" label="Density">
<formula>density = 0.000210322 * 288.15 / temperature;</formula>
<initial_value>0.000210322</initial_value>
<zone zone_id="3">
<formula>density = 0.000210322;</formula>
</zone>
<zone zone_id="4">
<formula>density = 0.000210322;</formula>
</zone>
<zone zone_id="5">
<formula>density = 0.000210322;</formula>
</zone>
</property>
<property name="dynamic_diffusion" choice="constant" label="DiffDyn">
<initial_value>0.01</initial_value>
<listing_printing status="off"/>
<postprocessing_recording status="off"/>
</property>
<property name="molecular_viscosity" choice="constant" label="LamVisc">
<initial_value>1.7893e-05</initial_value>
<listing_printing status="off"/>
<postprocessing_recording status="off"/>
<zone zone_id="3">
<formula>molecular_viscosity = mu0;</formula>
</zone>
<zone zone_id="4">
<formula>molecular_viscosity = mu0;</formula>
</zone>
<zone zone_id="5">
<formula>molecular_viscosity = mu0;</formula>
</zone>
</property>
<property name="specific_heat" choice="constant" label="SpecHeat">
<initial_value>1004.703</initial_value>
<listing_printing status="off"/>
<postprocessing_recording status="off"/>
<zone zone_id="3">
<formula>specific_heat = 1004.703;</formula>
</zone>
<zone zone_id="4">
<formula>specific_heat = 1004.703;</formula>
</zone>
<zone zone_id="5">
<formula>specific_heat = 1004.703;</formula>
</zone>
</property>
<property name="thermal_conductivity" choice="constant" label="ThermalCond">
<initial_value>0.024968265</initial_value>
<listing_printing status="off"/>
<postprocessing_recording status="off"/>
<zone zone_id="3">
<formula>thermal_conductivity = 0.1028;</formula>
</zone>
<zone zone_id="4">
<formula>thermal_conductivity = 0.1028;</formula>
</zone>
<zone zone_id="5">
<formula>thermal_conductivity = 0.1028;</formula>
</zone>
</property>
<reference_pressure>101325</reference_pressure>
<reference_temperature>288.15</reference_temperature>
</fluid_properties>
<gravity>
<gravity_x>0</gravity_x>
<gravity_y>0</gravity_y>
<gravity_z>0</gravity_z>
</gravity>
<notebook/>
<omega>
<omega_x>0</omega_x>
<omega_y>0</omega_y>
<omega_z>0</omega_z>
</omega>
<time_tables/>
</physical_properties>
<solution_domain>
<extrusion/>
<faces_cutting status="off"/>
<joining/>
<mesh_smoothing status="off"/>
<meshes_list>
<mesh name="cht_3cylinders_code_saturne_split_farfield.msh"/>
</meshes_list>
<periodicity/>
<thin_walls/>
<volumic_conditions>
<zone label="all_cells" id="1" physical_properties="on">all[]</zone>
<zone label="fluid" id="2" initialization="on">1</zone>
<zone label="solid1" id="3" solid="on" physical_properties="on" initialization="on">2</zone>
<zone label="solid2" id="4" solid="on" physical_properties="on" initialization="on">3</zone>
<zone label="solid3" id="5" initialization="on" physical_properties="on" solid="on">4</zone>
</volumic_conditions>
</solution_domain>
<thermophysical_models>
<ale_method/>
<atmospheric_flows model="off">
<large_scale_meteo status="off"/>
<read_meteo_data status="off"/>
</atmospheric_flows>
<compressible_model model="off"/>
<conjugate_heat_transfer>
<external_coupling>
<syrthes_instances/>
</external_coupling>
</conjugate_heat_transfer>
<gas_combustion model="off">
<soot_model model="off"/>
<thermodynamical_pressure status="off"/>
</gas_combustion>
<immersed_boundaries/>
<internal_coupling>
<coupled_scalars>
<scalar name="temperature"/>
</coupled_scalars>
<solid_zones>
<zone name="solid1"/>
<zone name="solid2"/>
<zone name="solid3"/>
</solid_zones>
</internal_coupling>
<porosities/>
<radiative_transfer model="off">
<absorption_coefficient type="constant">0</absorption_coefficient>
<restart status="on"/>
</radiative_transfer>
<reference_values>
<length/>
</reference_values>
<source_terms/>
<thermal_scalar model="temperature_kelvin">
<property name="boundary_layer_nusselt" support="boundary" label="Dimensionless Thermal flux">
<postprocessing_recording status="off"/>
</property>
<property name="boundary_temperature" support="boundary" label="Boundary temperature"/>
<property name="thermal_flux" support="boundary" label="Thermal flux"/>
<property name="tplus" support="boundary" label="Tplus">
<postprocessing_recording status="off"/>
</property>
<variable name="temperature" type="thermal" label="TempK">
<formula zone_id="2">temperature = 288.15;</formula>
<formula zone_id="3">temperature = 350;</formula>
<formula zone_id="4">temperature = 350;</formula>
<formula zone_id="5">temperature = 350;</formula>
<max_value>1e+12</max_value>
<min_value>0</min_value>
<rhs_reconstruction>1</rhs_reconstruction>
<turbulent_flux_model>SGDH</turbulent_flux_model>
</variable>
</thermal_scalar>
<turbomachinery model="off">
<joining/>
</turbomachinery>
<turbulence model="off">
<gravity_terms status="on"/>
<initialization zone_id="1" choice="reference_value"/>
<initialization zone_id="2" choice="reference_value"/>
<initialization zone_id="3" choice="reference_value"/>
<initialization zone_id="4" choice="reference_value"/>
<initialization zone_id="5" choice="reference_value"/>
<reference_velocity>1</reference_velocity>
<wall_function>0</wall_function>
</turbulence>
<velocity_pressure>
<initialization>
<formula zone_id="2">velocity[0] = 3.40297;
velocity[1] = 0.;
velocity[2] = 0.;</formula>
<formula zone_id="3">velocity[0] = 0.;
velocity[1] = 0.;
velocity[2] = 0.;</formula>
<formula zone_id="4">velocity[0] = 0.;
velocity[1] = 0.;
velocity[2] = 0.;</formula>
<formula zone_id="5">velocity[0] = 0.;
velocity[1] = 0.;
velocity[2] = 0.;</formula>
</initialization>
<property name="stress" label="Stress" support="boundary"/>
<property name="stress_normal" label="Stress, normal" support="boundary">
<postprocessing_recording status="off"/>
</property>
<property name="stress_tangential" label="Stress, tangential" support="boundary">
<postprocessing_recording status="off"/>
</property>
<property name="total_pressure" label="total_pressure"/>
<property name="yplus" label="Yplus" support="boundary"/>
<variable name="pressure" label="Pressure">
<rhs_reconstruction>2</rhs_reconstruction>
</variable>
<variable name="velocity" dimension="3" label="Velocity">
<rhs_reconstruction>1</rhs_reconstruction>
</variable>
</velocity_pressure>
</thermophysical_models>
</Code_Saturne_GUI>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Git LFS file not shown
Loading