I just built Code_Saturne Version 8.0.2. and notice the very nice feature of a material library. Thank you very much for that. A really convenient addition.
I have started my first run, a gui case with water selected as fluid, But ... looking through the listing I see the following:
Code: Select all
field minimum maximum set mean spatial mean
- ---------------- -------------- -------------- -------------- --------------
v Velocity[X] -0.798 3.4629 0.1593 0.17215
...
v Density 1.1786 1.1786 1.1786 1.1786
v LamVisc 1.8334e-05 1.8334e-05 1.8334e-05 1.8334e-05
...
The xml look like this:
Code: Select all
<fluid_properties>
<material choice="Water"/>
<method choice="CoolProp"/>
<property choice="thermal_law" label="Density" name="density">
<initial_value>1.17862</initial_value>
</property>
<property choice="constant" label="DiffDyn" name="dynamic_diffusion">
<initial_value>0.01</initial_value>
<listing_printing status="off"/>
<postprocessing_recording status="off"/>
</property>
<property choice="thermal_law" label="LamVisc" name="molecular_viscosity">
<initial_value>1.83e-05</initial_value>
</property>
<reference_pressure>101325</reference_pressure>
<reference_temperature>293.15</reference_temperature>
</fluid_properties>
So it may be something with how I use (or what I expect from) the GUI.